/* powwt.css
	note: there is also a style area used by the functions in the config.php file
*/
body {
	background-color: #DEDEFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
table {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
table.site {
	background-color: transparent;
}
table.display {
	border-width: 1px 1px 1px 1px;/* T R B L*/
	border-style: transparent;
	border-color: #DDDDDD;
	background-color: transparent;
	width: 100%;
	height: 100%;
}
table.data {
	border-width: 1px 1px 1px 1px;/* T R B L*/
	border-style: solid;
	border-color: #CCCCCC;
	background-color: transparent;
	color: white;
	width: 100%;
}
table.about {
	border-width: 1px 1px 1px 1px;/* T R B L*/
	border-style: solid;
	border-color: #CCCCCC;
	background-color: transparent;
	color: black;
	width: 90%;
}
table.bgimage {
	background-color: transparent;
	width: 100%;
	height: 5%;
}
a:link { /* for unvisited links */
    color: #FFFF00;/*yellow*/
	text-decoration: none;
}
a:visited { /* for visited links */
    color: #FFFFFF;/*white*/
	text-decoration: none;
}
a:active { /* when link is clicked */
    color: #00CC00;/*green*/
	text-decoration: none;
}
a:hover { /* when mouse is over link */
    color: #FF0000;/*red*/
	text-decoration: none;
}
input.main_hdr{
	width: 290px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: yellow;
	cursor: hand;
}
input.image_hdr{
	width: 270px;
	border-width: 0px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: blue;
	cursor: hand;
}
input.tides_hdr{
	width: 140px;
	border-width: 0px;
	background-color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	cursor: hand;
}
input.tide_search_btn{
	width: 190px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: yellow;
	cursor: hand;
}
input.tide{
	border-width: 1px;
	border-color: black;
	border-style: solid;
	background-color: #B0C2FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	cursor: hand;
}
input.email{
	border-width: 0px;
	border-color: black;
	border-style: solid;
	width: 80px;
	height: 15px;
	background: transparent url(../images/php-power-micro2.png) no-repeat center top;
	cursor: hand;
}
input.access{
	border: 0px;
	background-color: #333333;
	width: 150px;/*was 120*/
	height: 20px;
	font-size: 10pt;
	color: white;
}
input.wind_normal{
	width: 100%;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: yellow;
	cursor: hand;
}
input.wind_mph{
	width: 100%;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: yellow;
	cursor: hand;
}
input.wind_gust{
	width: 100%;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: yellow;
	cursor: hand;
}

/*
input.wind_normal{
	border: 0px;
	background: transparent;
	width: 112px;
	height: 20px;
	background: transparent url(../images/wind_normal.gif) no-repeat center top;
	cursor: hand;
}
input.wind_mph{
	border: 0px;
	background: transparent;
	width: 40px;
	height: 20px;
	background: transparent url(../images/mph.gif) no-repeat center top;
	cursor: hand;
}
input.wind_gust{
	border: 0px;
	background: transparent;
	width: 40px;
	height: 20px;
	background: transparent url(../images/gust.gif) no-repeat center top;
	cursor: hand;
}
*/