/* CSS Document */

body {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333;
	background-color: #FFFFFF; 
	line-height: 15px;
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
td { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 15px;
	}

a:link {  color: #165228}
a:active { color: #165228}
a:visited { color: #165228}
a:hover { 
	color: #165228;
	text-decoration: underline;
}


.SubTitle {
	font-size: 12px; 
	font-weight: bold;
	/*font-style: italic;*/
	color: 165228; 
	}
.SubTitle2 {
	font-size: 11px;
	font-weight: bold;
	/*font-style: italic;*/
	color: ee3124;
	}
	

th.module {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #000000;
	background-image: url(images/modulebkg_img.gif);
	height: 20px;
	}

.nav {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #000000;
	}

td.nav { padding: 7px; }

.nav a:link, .nav a:visited, .nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.nav a:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	}

.Footer { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	line-height: 13pt;
	background-color: #165228;
	}
.Footer a:link, .Footer a:visited, .Footer a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	text-decoration:none;
	}
.Footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	text-decoration: underline;
	}

.navFiller {
	background-color: #000000;
	height: 150px;
	background-image:url(images/navFiller.jpg);
	}

td.subnav {
	padding: 0 10px 0 10px;
	}

a.subnav, .subnav a:link, .subnav a:visited {
	color: #FFFFFF;
	font-weight:bold;
	font-size: 10px;
	text-decoration:none;
	}
.subnav a:hover {
	color: #FFFFFF;
	font-weight:bold;
	font-size: 10px;
	text-decoration: underline;
	}	

.navbar {
	background-color: #333333;
	background-image:url(images/gradient.gif);
	height: 25px;
	border: 1px solid #000000;
	}

.navSpacer {
	background-color: #000000;
	width: 1px;
	}

.ModuleTblText {
	padding: 3px;
	font-size: 9px;
	}
	
.ModuleTblTitle {
	padding: 3px;
	font-weight: bold;
	}

.ModuleTblHeader {
	border: 1px solid #165228; 
	padding: 4px; 
	color: #FFFFFF; 
	font-weight: bold;
	background-color: #4D895F;
	}

.TblHeader {
	border: 1px solid #165228; 
	padding: 4px; 
	color: #FFFFFF; 
	font-weight: bold;
	background-color: #000000;
	}
	
.caption {
	font-size: 9px;
	line-height: 11px;
	}

.PageHeader {
	background-image: url(images/headers/headerbkg_img.gif);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	height: 45px;
	border-top:1px solid #FFFFFF;
	border-right: 1px solid #000000;
	}

.BodyArea {
	padding: 15px 10px 0 10px;
	}

.LeftColumn {
	color: #FFFFFF;
	background-color: #000000;
	border-right: 1px solid #333333;
	}

.RightColumn {
	border-left: 1px solid #333333;
	border-right: 1px solid #000000;
	background-color: #d0dcd4;
	}

/*********************** Weather styles ***********************/

#module-weather {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	width: 175px;
	}

#module-weather td, #module-weather p {
	font-size: 10px;
	}

#module-weather .weather-location {
	text-align: center;
	font-weight:bold;
	display: block;
	width: 100%;
	/*background-color: #CCC;*/
	padding-top: 2px;
	}

#module-weather .weather-image {
	float:left;
	}

#module-weather .weather-data {
	/*border: 1px solid #CCC;*/
	padding: 2px;
	}
	
#module-weather .weather-conditions {
	/*border: 1px solid #CCC;*/
	padding: 5px;
	margin: 5px 15px 0px 10px;
	font-size: 10px;
	background-image: url(images/weather-bkg.png);
	background-repeat: no-repeat;
	}

#module-weather .weather-temp {
	display: block;
	font-size: 20px;
	font-weight:bold;
	}

#module-weather .weather-forecast {
	display: none;
	}

#module-weather table.forecast-data {
	width: 160px;
	padding-left: 2px;
	}

#module-weather .weather-forecast-title {
	font-weight:bold;
	background-color: #DEDEDE;
	padding: 2px;
	text-transform: uppercase;
	}

.weather-footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	}

#module-weather font {
	font-size: 9px;
	}

#module-weather .input_type {
 	background-color: #CCCCCC;
 	border:1px solid;
 	font-family:Arial,sans-serif;font-size:8pt;
 	font-weight:bold;
 	padding: 2px 5px 2px 5px;
	}

#module-weather form {
	margin: 0;
	}
