/* sea-oddity.net css */

body {
	background-color: #aaa;
	}

h1 {
	font: 14pt Tahoma, Verdana;
	color: #fff;
	}

.tabTitle
	{
	font: 10pt Tahoma, Verdana;
	margin: 0px;
	border: 0px;
	padding: 0px;
/*	font-weight: bold*/
	color: #000;
	}

.latlng
	{
	font: 7pt Tahoma, Verdana;
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-style: italic;
	color: #000;

	}

.tabText {
	color: #000;
	}

p
	{
	font: 10pt Tahoma, Verdana;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

body
	{
	font: 10pt Tahoma, Verdana;
	color: #fff;
	padding-left: 10px;
	}

ul
	{
	margin-left: 0px;
	padding: 0px;
	border: 0px;
	}

	li
	{
	list-style-type: none;
	margin: 10px;
	padding: 5px;
	border: 2px;
	border-color: white;
	border-style: solid;
	background-color: #666;
	}

	li:hover 
	{
	background-color: #444;
	}

a:visited { color: white; text-decoration: none; }
a:hover {color: white; text-decoration: none; }
a:link { color: white; text-decoration: none; }
a:active {color: white; text-decoration: none; }

.menuLink { width: 100%; height: 100%; }

#key
{
border-style: solid;
border-color: white;
margin-left: 670px;
width: 300px;
}

#infoBox
{
border-style: solid;
border-color: white;
margin-bottom: 20px;
margin-left: 670px;
width: 300px;
}

h2 {
	font: 12pt Tahoma, Verdana;
	color: #fff;
	top: 0px;
	margin: 0px;
	padding: 0px;
	}


#map
{
	float: left;
	width: 650px;
	height: 650px;
}

table { width: 100%; }