/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans serif;
	font-size: 11px;
	}

td,p {
	font-family: Verdana, Helvetica, sans serif;
	font-size: 11px;
	}
	
a {
	color: #0000FF;
	}
	
td.nav {
	background-image:url(images/navbkg_img.gif);
	height:29px;
	padding-left: 30px;
	color: #FFFFFF;
	}
a.nav {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	}
.nav a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
	}	
	
a.subnav {
	color: #0a5f30;
	font-weight: bold;
	text-decoration:none;
	}
.subnav a:hover {
	color: #0a5f30;
	font-weight: bold;
	text-decoration:underline;
	}	
	
a.sublinks {
	color: #FFFFFF;
	text-decoration:none;
	}
.sublinks a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	}		
	
.Subtitle {
	color: #0A5F30;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	}
.Subtitle2 {
	color: #333333;
	font-weight: bold;
	}
.Subtitle3 {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline
	}	

.Leftside {
	height: 100%;
	}	
.content {
	border:1px solid #0A5F30;
	padding: 5px;
	}
.tblheader {
	background-image: url(images/tblheader_img.jpg);
	background-repeat:repeat-x;
	height: 30px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	}	
	
/*********************** Market Watch styles ***********************/

#stocks {
        font-size: 10px;
        }
		
#stocks table {
	background-color: #FFF;
	font-size: 10px;
	}

#stocks th {
	background-color: #CCC;
	font-weight:bold;
	font-size: 10px;
	padding: 4px;
	}

#stocks .row1 {
	background-color: #FFF;
	padding: 4px;
	font-size: 10px;
	}

#stocks .row2 {
	background-color: #EEE;
	padding: 4px;
	font-size: 10px;
	}

#stocks .stock-footer {
	border-top: 1px solid #CCC;
	}

#stocks .change-up {
        color: #009900;
        }

#stocks .change-down {
        color: #FF0000;
        }


/*********************** Map styles ***********************/

.map-field {
	border: 1px solid #666;
	padding-left: 3px;
	height: 20px;
	}


/*********************** 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;
	padding-bottom: 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: 2px;
	margin-right: 0px;
	width: 135px;
	font-size: 10px;
	}

#module-weather .weather-temp {
	display: block;
	font-size: 20px;
	font-weight:bold;
	}

#module-weather .weather-forecast {
	}

#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;
	}

#module-weather .input_type {
 	background-color: #CCCCCC;
 	border-right:1px solid;
 	border-left:1px solid;
 	border-top:1px solid;
 	border-bottom:1px solid;
 	font-family:Arial,sans-serif;font-size:8pt;
 	font-weight:bold;
 	padding-bottom:2px;
 	padding-top:2px;
 	padding-left:5px;
 	padding-right:5px;
	}

.weather-footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	}