body {
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

img {
	border: 0px;
}

.tidetext {
	float:left;
	width:50%;
}

.curtext {
	float:right;
	width:50%;
}

#header {
  background-color: #8899cc;
  background-image: url('/themes/wake/head960.jpg');
  height: 100px;
/*  width: 950px; */
/*  align: center; */
  border: 1px solid #8899cc;
}
#logo {
  height: 50px;
/*  padding-left: 10px; */
}
#logo img {
  float: left;
  border: 0;
}
#headerbottom {
  height: 20px;
}
.site-name {
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;

  
}
.site-name a:link, .site-name a:visited {
  color: #fff;
  text-decoration:none;
}
.site-name a:hover {
  text-decoration: underline;
}
.site-slogan {
  font-size: 18px;
  color: #eee;
  display: block;
  font-style: italic;
  font-weight: bold;
}
.site-slogan a:link, .site-slogan a:visited {
  color: #fff;
  text-decoration:none;
}
.site-slogan a:hover {
  text-decoration: underline;
}



.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:oblique;
	line-height: 15px;
	text-align:center;
	color:#990000;
}

table {
	background-color: #ffffff;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #222;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #bbccff;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 24px;
	font-weight: bold;	
	line-height: 30px;
	background-color: #8899cc;
	color: #000000;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	text-width:100%;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-align:center;
	background-color: #8899cc;
	color: #000000;	
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
	color: #DCDCDC;
}

.tide_img {
	align: center;
}
/*
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}
*/
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #8899cc;
}
/*
.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
	border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #bbccff;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
	color: #006666; 
	font-weight: bolder;
	font-size: medium;
}
*/
a:hover {
	text-decoration: underline;
}
/*
input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
*/
.marine_area {
	font-weight: bold;
}

.marine_head {
	font-weight: bold;
}

.marine_alert{
	color:#990000;
	font-weight:bold;
}

/*
.info_head{

}
*/

#alert {
position: absolute;
top: 50%;
left: 0;
width: 100%;
text-align: center;
display: none;
}
#alert p {
width: 150px;
margin: 0 auto 0 auto;
padding: 10px;
background: white;
border: 1px solid #aaa;
vertical-align:middle;

}
body.loading #alert { display: block; }

#datapane {
	width:500px;
}

#tabmenu {
	color: #000;
	border-bottom: 2px solid #8899cc;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px
}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
}

#tabmenu a, a.active li li.active{
	color: #000000;
	background: #8899cc;
	font: bold 14px "Trebuchet MS", Arial, sans-serif;
	border: 2px solid #8899cc;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none;
}

#tabmenu a.active {
	background: #bbccff;
	border-bottom: 3px solid #bbccff;
}

#tabmenu a:hover {
	color: #000000;
	background: #bbccff;
}

#tabmenu a.active:hover {
	background: #bbccff;
	color: #000000;
}

.content {
	font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
	background: #bbccff;
	width:468px;
	height:457px;
	overflow:auto;
	padding: 5px;
	border: 2px solid #8899cc;
	border-top: none;
	z-index: 2;
}

.content a {
	text-decoration: underline;
}

.content a:hover { 
	text-decoration:underline;
}

