#tides table.wxhead {
	text-align: center;
	font-family: "Arial","Verdana",sans-serif;
	margin-top: 8px;
}
#tides table.wxhead td {
	color: #000;
}
#tides table.wxhead td.headerTD {
	text-align: left;
}
#tides table.wxhead .Place {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-left: 3px;
}
#tides table.wxhead .seldate, #tides table.wxhead .selloc {
	text-align: right;
	font-weight: normal;
	font-size: 10px;
	padding: 5px 3px;
}
#tides table.wxhead .seldate {
	text-align: left;
}
#tides table.wxhead form {
	margin: 0;
}
#tides table.wxhead input, #tides table.wxhead select, #tides table.wxhead button {
	border: 1px solid #333;
	font-size: 10px;
	padding: 2px;
	margin-bottom: 5px;
	background-color: #efefef;
	height: 19px;
}
#tides table.wxhead .title {
	font-weight: bold;
	font-size: 14px;
}
#tides table.wxhead .location {
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
}
#tides table.wxhead .curmonth {
	font-weight: bold;
	font-size: 12px;
}

#tides table.wxtable {
	width:100%;
	clear: both;
	font-weight: normal;
	font-size: 11px;
	color: #666;
	border: 1px solid #CCC;
	background: #fff;
}
#tides table.wxtable th {
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	padding: 3px;
	text-align: center;
	background-color: #666699;
}
#tides table.wxtable .sub th {
	background-color: #9999cc;
}
#tides table.wxtable td {
	font-weight: bold;
	font-size: 10px;
	color: #666;
	padding: 3px;
	text-align: center;
}
#tides table.wxtable .label {
	font-weight: normal;
}
#tides table.wxtable .odd td {
	background-color: #fff;
}
#tides table.wxtable .even td {
	background-color: #efefef;
}

#tides table.wxtable .hilite td {
	background-color: #ffff99;
}
#tides table.wxtable .blk {
	color: #000;
}
#tides table.wxtable .date {
	color: #000;
	font-size: 11px;
}
#tides table.wxtable .tooltip a:link, #tides table.wxtable .tooltip a:active, #tides table.wxtable .tooltip a:visited {
	text-decoration: underline;
	color: #FFF;
}
#tides table.wxtable .tooltip a:hover {
	text-decoration: none;
	color: #FFF;
}
#tides table.wxtable th.tooltip a:link span, #tides table.wxtable th.tooltip a:visited span {
	display: none;
}
#tides table.wxtable th.tooltip a:hover span {
	position: absolute;
	margin: 15px 0 0 20px;
	background-color: beige;
	width: 250px;
	max-width: 250px;
	padding: 4px;
	border: 1px solid #666;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	text-align: left;
	display: block;
}
#tides table.wxtable th.minor {
	background-color: #E0A101;
}
#tides table.wxtable th.major {
	background-color: #CF5006;
}
#tides table.wxtable td.minor {
	background-color: #FAD882;
}
#tides table.wxtable td.major {
	background-color: #FFAD7E;
}
#tides table.wxtable td.xminor {
	background-color: #FDC73D;
}
#tides table.wxtable td.xmajor {
	background-color: #FF8742;
}
#tides table.wxhead .linker {
	font-size: 10px;
	padding: 4px;
	text-align: right;
}
