/* CSS Document */

body {
	background-color: #17426d;
	font-family: Verdana, Helvetica, sans serif;
	font-size: 11px;
	}

td,p {
	font-family: Verdana, Helvetica, sans serif;
	font-size: 11px;
	}
	
a {
	color: #123456;
	}
	
.content {
	padding: 5px;
	}	
	
.navside {
	background-color: #FFFFFF;
	border-right: 1px solid #123456;
	}	
td.nav {
	background-image:url(images/navbkg_img.gif);
	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: #123456;
	font-weight: bold;
	}
.subnav a:hover {
	color: #123456;
	font-weight: bold;
	text-decoration:underline;
	}		
	
td.product {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	height: 101px;
	width: 230px;
	padding-left: 140px;
	}
.product a:link, .product a:visited {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	}
.product a:hover {		
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
	}		
	
.tblheader {
	background-image: url(images/tblheader_img.jpg);
	background-repeat:repeat-x;
	height: 30px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	}	
.tblheader2 {
	background-image: url(images/tblheader2_img.jpg);
	background-repeat:repeat-x;
	height: 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
	}	
	
.Subtitle {
	color: #1A4065;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	}
.leftside {
	background-image: url(images/leftgradient.gif);
	background-position: top;
	background-repeat:repeat-y;
	}
.rightside {
	background-image: url(images/rightgradient.gif);
	background-position: top;
	background-repeat:repeat-y;
	}	
td.bottomnav {
	background-image: url(images/tblheader_img.jpg);
	background-repeat:repeat-x;
	padding: 4px;
	color:#999999;
	font-size: 10px
	}
.bottomnav a:link, .bottomnav a:visited {
	color:#FFFFFF;
	}
.bottomnav a:hover {
	color: #dae8f8;
	}	

/*********************** 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;
        }
       
#stocks font {
	font-size: 9px;
	}

/*********************** 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;
	}

.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;
	}