.vertSpacer10 {
	width: 10px;
	height: 1px; /*need else does not show*/
}
.vertSpacer20 {
	width: 20px;
	height: 1px; /*need else does not show*/
}
.horzSpacer {
	clear: both;
	width: 1px; /*need else does not show*/
	height: 10px;
}
.horzSpacer20 {
	clear: both;
	width: 1px;
	height: 20px;
}
.rot270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	text-align: center;
}

.histimg img{
	border: 2px solid #000;
}
.histimg a:hover img{
	border: 2px solid #F63;
}
.fnt10 {
	font-size: 12px;
}
.fnt14 {
	font-size: 14px;
}
.fnt14wht {
	font-size: 14px;
	color: #FFF;
}

.RndBdr0rad7 {
	padding: 2px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.fnt11 {
	font-size: 11px;
	font-weight: normal;
}

.highvis {
	color:#F00;
	background-color: #FFC;
}
.txtBold {
	font-weight: bold;
}
.txtNormal {
	font-weight: normal;
}
.txtL {
	text-align: left;
}
.idt10 {
	margin-left: 10px;
}
.indent20 {
	margin-left: 20px;
}
.indent50 {
	margin-left: 50px;
}
.clRed {
	color: #F00;
}
.clYellow {
	color: #FF0;
}


#noscript {
	font-size: 14px;
	font-weight: normal;
}

div#div_showimg_loader {
	position: fixed;
	top: 150px;
	width: 300px;
	left: 480px;
	display: none;
	z-index: 200;
}
div#div_showimg_loader table {
	width: 300px;
	height: 300px;
	border: #009900 solid 3px;
	background-color: #000;
}
div#div_showimg_loader #td_img_loader {
	vertical-align: middle;
}

div#div_showgraph {
	position: fixed;
	top: 170px;
	height: auto;
	display: none;
	z-index: 500;
}
div#div_showgraph #inner {
	padding: 5px;
	background-color: #FFC;
	color: #000;
}
div#div_showgraph #inner #div_graphTitle {
	position: relative;
	width: 100%;
	height: 30px;
	text-align: center;
}

.span_rndTableEdge {
	border: #039 solid 1px;
	background-color: #093;
	padding: 5px;
	margin: auto;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

div#info24hrs {
	position: fixed;
	top: 170px;
	width: 970px;
	z-index: 210;
}
div#info24hrs table {
	text-align: center;
	color: #FFF;
	background-color: #06C;
}

div#loginContainer {
	position: absolute;
	top: 40px;
	left: 265px;
	padding: 20px 10px 10px 10px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #333;
	display: none;
}
div#loginBox {
	width: 370px;
	border: solid 2px #69F;
	padding: 10px 10px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: #FFF;
	font: 12px/24px Tahoma,Arial,Helvetica,sans-serif;
	z-index: 190;
}

#loginLogo {
	position: absolute;
	top: 10px;
	left: 40px;
	height: 22px;
	width: 350px;
	z-index: 2000;
}

.frmLogin {
	margin-top: 10px;
	position: relative;
}
.frmLogin ul {
	list-style: none;
	padding: 10px;
	margin: 0;
}
.frmLogin li {
	float: left;
	width: 320px;
	margin-bottom: 8px;
	color: #FF6;
}
.frmLogin label {
	float: left;
	font: bold 12px/24px Tahoma,Arial,Helvetica,sans-serif;
	padding-right: 12px;
	text-align: right;
	width: 75px;
}
.frmLogin input {
	border: 1px solid #666;
	float: left;
	font: 12px/16px Tahoma,Arial,Helvetica,sans-serif;
	padding: 4px 8px;
}
.frmLogin input.edtUsername {
	width: 200px;
}
.frmLogin input.edtUserpw {
	width: 110px;
}
.frmLogin input.submit {
	background: url("../images/submit-login.gif") no-repeat scroll 0 0 transparent;
	border: medium none;
	color: #009;
	cursor: pointer;
	font: bold 12px/14px Tahoma,Arial,Helvetica,sans-serif;
	height: 25px;
	text-align: center;
	width: 60px;
	margin-right: 20px;
	padding-top: 0px;
}
.frmLogin li.inner_l {
	padding-left: 88px;
	width: 232px;
}
.frmLogin input[type=checkbox] + label, .frmBuoy input[type=checkbox] + label {
	float: none;
	text-align: left;
	vertical-align: bottom;
	width: auto;
	padding-right: 0;
}
.frmLogin input[type=checkbox], .frmBuoy input[type=checkbox] {
	margin-left: 35px;
	margin-top: 5px;
}


#div_loginerror {
	position: relative;
	color: #F00;
	font-weight: bold;
	height: 25px;
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

div#div_logout {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 95px;
	height: 21px;
	padding: 3px 10px 0 0;
	-webkit-border-radius: 20px 5px;
	border-radius: 20px 5px;
	background-color: #333;
}

table.dbinfo {
	background-color: #6CC;
	border: none;
	color: #000;
}
table.dbinfo th, table.dbinfo td {
	height: 26px;
	padding-left: 3px;
	border: 1px solid #00F;
}
table.dbinfo td {
	text-align: center;
}
table.dbinfo td.txtL {
	text-align: left;
}
table.dbinfo td.dbinfo_hdr1 {
	background-color: #009;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	background-image: url(../images/tab02.gif);
	background-repeat: repeat-x;
}
table.dbinfo td.dbinfo_hdr2 {
	background-color: #039;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	background-image: url(../images/tab02.gif);
	background-repeat: repeat-x;
}
table.dbinfo tr.dbinfo_info_small {
	font-size: 14px;
	font-weight: normal;
}
table.dbinfo td.dbinfo_info_small {
	font-size: 14px;
	font-weight: normal;
}
table.dbinfo tr.dbinfo_extsmall {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
}
table.dbinfo tr.dbinfo_extsmall td {
	border: 1px solid #0CC;
	padding: 0 2px;
}
table.dbinfo td div.dbinfo_graph {
	float: right;
	text-align: right;
	width: 80px;
	margin-right: 5px;
	height: 21px;
	color: #FFF;
}
table.dbinfo td div.dbinfo_graph img {
	border: 2px solid #000;
}
table.dbinfo td div.dbinfo_graph a {
	cursor: pointer;
}
table.dbinfo td div.dbinfo_graph a:hover img {
	border: 2px solid #FFC;
}
table.dbinfo td div.dbinfo_link {
	float: right;
	width: 16px;
	height: 16px;
	color: #F30;
}
table.dbinfo td div.dbinfo_link a {
	cursor: pointer;
}
table.dbinfo td div.dbinfo_link a:hover {
	color: #F33;
}
table.dbinfo td div.hdrtitle {
	width: auto;
	margin: 0 30px 0 0;
	height: 20px;
	color: #FFF;
}
table.dbinfo td.linkinfo {
	border-left-color: #3CC;
}
table.dbinfo td.h5px {
	height: 5px;
}
table.dbinfo td.img7d {
	padding: 0 0 5px 0;
}
table.dbinfo img.graph7d {
	width: 300px;
	height: 80px;
}

table.graphs {
	background-color: #3CC;
	border: 0;
	color: #000;
	min-width: 300px;
}
table.graphs td {
	font-size: 12px;
	width: 50px;
	height: 20px;
	padding: 2px;
	border: 1px solid #00F;
	text-align: center;
	vertical-align: middle;
}
table.graphs td.monthYearSpace {
	width: 20px;
}
table.graphs tr.graphs_hdr {
	font-size: 12px;
	background-color: #0CF;
}
table.graphs td.graphs_hdr1 {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background: #06F url(../images/tab02.gif) repeat-x;
}
table.graphs td.graphs_hdr2 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: #06F	url(../images/tab02.gif) repeat-x;
}
table.graphs td img {
	border: 2px solid #000;
}
table.graphs td a:hover img{
	border: 2px solid #FFC;
}
table.graphs td.spacer {
	height: 10px;
	background: url(../images/spacer4x.gif);
}
table.graphs td.emptyrow {
	text-align: left;
	padding-left: 30px;
}
table.graphs#hourlydata tr:hover {
	background-color: #0F9;
}
table.graphs.hl_row tr:hover {
	background-color: #093;
}
div#datetimehdr {
	position: relative;
	width: 100%;
	height: 34px;
}
div#datetimehdr #datetime {
	position: absolute;
	right: 0px;
	padding-top: 5px;
}