/* CSS Document */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
.roll { 
	font-family:geneva,helvetica,arial;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF; 
}
A.roll:hover { 
	color:#FFCC00; 
}

.rolltwo {
	font-family:geneva,helvetica,arial;
	font-size:10pt; 
	font-weight:bold; 
	text-decoration:none;
	color:#99FFCC; 
}
A.rolltwo:hover { 
	color:#FFCC00; 
}

.rollthree {
	font-family:geneva,helvetica,arial;
	font-size:8pt; font-style:normal;
	text-decoration:none;
	color:#3366FF;
}
A.rollthree:hover {
	color:#333399;
}

/*Style Applied to Tide Widget */
.tidetables {
	border: 1px solid #000;
	width: 135px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	margin: 0 0 0 -1px;
	padding: 0;
}

.tide_header {
	color: #fff;
	font-size:9px;
	font-weight: bold;
	background-color: #339966;
}

.tidecats {
	background-color: #fff;
	width: 20px;
	padding: 2px;	
}


.bkgcolor1 {
	background-color : #fff;
	margin: 0;
	padding: 2px;
}

.bkgcolor2 {
	background-color : #ddd;
	margin: 0;
	padding: 2px;
}

/*Style Applied to Weather Widget */

#weather-widget {
  border: 1px solid #000;
  width:135px;
  text-align:center;
  font-family:verdana,arial,sans-serif;
  font-size:8pt;
}

#ww-header {
  padding:2px;
  background-color: #339966;
  color: #fff;
}

#ww-title {
  font-weight:bold;
}

#ww-location {
  font-size:7pt;
}

#ww-body {
  padding:2px;
  text-align:center;
  background-color: #fff;
}

.ww-float {
  width:32%;
  float:left;
}

#ww-wind {
}

#ww-date {
}

#ww-temp {
  padding-top:8px;
  background-color: #fff;
}

#ww-bottom {
  clear:both;
  padding-top:8px;
  background-color: #fff;
}

