/* regular styles, replaces carocoops.css */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
}
td, th, p, div {
	font-family: Arial, Helvetica, sans-serif;
	}
/* page regions */
#header {
	background-color: #336699;
	color: #ffffcc;
	width: auto;
	margin-top: 0px;
}
#leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	background-color: #eeeeee;
	font-weight: bold;
	width: 140px;
	padding: 5px;
	border-right: 1px solid #336699;
	}
#leftnav img {
	margin-top: 3px;
	margin-bottom: 3px;
	}
#leftnav a {
	color: #000000;
	text-decoration: none;
	}
#leftnav a:hover {
	color: #DD0000;
	text-decoration: underline;
	}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
	padding: 3px;
	}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #77aadd;
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
}
/* new horiz menu */
#menu {
	background: #ccddee;
	text-align: right;
	vertical-align: middle;
	height: auto;
	border-bottom: 1px solid #336699;
	}
#menu a:link {
	color: #225588;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#menu a:visited {
	color: #225588;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#menu a:hover {
	color: #000000;
	}
#menu img {
	border: 0px;
	vertical-align: middle;
	}
.tabs {
	text-align: left;
	margin-left: 1px;
	}
.tabs td {
	border-right: 1px solid #336699;
	border-left: 1px solid #ddeeff;
	display: block;
	}
td.here { background-color: #ddeeff;}
/* page elements */
a:link {color: #3366CC;}
a:visited {color: #225588;}
a:hover {color: #DD0000;}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: rgb(205,0,0);
	text-align: left;
	padding-bottom: 5px;
	width: 220px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #336699;
	text-align: left;
	margin-top: 0px;
	width: 220px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-bottom: 2px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
ul {
	margin-top: 0px;
}
li {
	margin-bottom: 2px;
	width: 195px;
}
#content p, #content blockquote {
	width: 220px;
	}
/* specific classes */
.bigtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #dd0000;
	margin-bottom: 0px;
	text-align: center;
}
.maintable {
	width: 610px;
	border-right: 1px solid #336699;
	border-left: 1px solid #336699;
	margin: 0px;
}
hr {
	color: #336699;
	height: 1px;
}
.center {
	text-align: center;
}
.navinfo {
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
}
.error {
	color: #dd0000;
	text-align: center;
	font-weight: bold;
	}
a.nav2 {
	font-weight: normal;
	font-size: 90%;
	margin-left: 5px;
	}
.alert {
	font-weight: bold;
	color: #cc0000;
	}
#units {
	font-size: 9pt;
	}
#units select {
	font-size: 9pt;
	}
.navlabel {
	color: #336699;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
	}
.label {
	font-weight: bold;
	}
/* temp */
#leftnav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #eeeeee;
	font-weight: bold;
	width: 140px;
	padding: 5px;
	border: 1px solid #336699;
	}
#leftnav2 img {
	margin-top: 3px;
	margin-bottom: 3px;
	}
#leftnav2 a {
	color: #000000;
	text-decoration: none;
	}
#leftnav2 a:hover {
	color: #DD0000;
	text-decoration: underline;
	}
#content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
	}
th.navtitle {
	font-size: 9pt;
	background-color: #ddeeff;
	color: #336699;
	border: 1px solid #336699;
	text-align: center;
	}
.navtitle a {
	text-decoration: none;
	}
.navtitle a:hover {
	color: #000;
	text-decoration: none;
	}
#leftcol {
	vertical-align: top;
	width: 150px;
	background-color: #ffffff;
	padding: 2px;
	}
.picleft {
	margin-right: 10px;
	margin-bottom: 5px;
	border-color: #000;
	}
.picright {
	margin-left: 5px;
	margin-bottom: 5px;
	border-color: #000;
	}
.footnote {
	font-size: 80%;
	}
.trivial { /* use to hide anything for handheld */
	display: none;
	}
	
/* buoy detail page */

#urhere {vertical-align: top; 
	display: block;
	width: 172px;
	position: relative; 
	top: 2px; 
	left: 0px;
	}
#urhere img {
	border-color: #000;
	}
.gauge {
	text-align: center;
	font-size: 75%;
	width: auto;
	}
.rightcol {
	display: block;
	display: block;
	position: relative; 
	top: 2px; 
	left: 0px;
	}
h1, h2 {
	margin-bottom: 5px;
	}
#buoy {
	width: auto;
	margin-top: 1px;
	}
#buoyinfo {
	display: block;
	vertical-align: top;
	position: relative; 
	top: 2px; 
	left: 0px;
	}