/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans serif;
	font-size: 11px;
	background-image: url(../images/bg_img.gif);
	background-repeat: repeat-x;
	}

td,p {
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans serif;
	font-size: 12px;
	line-height: 16px;
	}
	
a {
	color: #0000FF;
	}
	
td.nav {
	color: #FFFFFF;
	background-image: url(../images/nav_img.gif);
	padding-left: 30px;
	}
	
a.nav {
	color: #FFFFFF;
	font-weight: bold;
	}
	
.subnav {
	color: #333333;
	}
	
a.subnav, .subnav a:link, .subnav a:visited {
	font-weight: bold;
	color: #8a0004;
	text-decoration:none;
	}	
.subnav a:hover {
	font-weight: bold;
	color: #8a0004;
	text-decoration: underline;
	}	
	
.footer {
	background: #8a0004;
	color: #FFFFFF;
	}
	
a.footer, .footer a:link, .footer a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	}	
.footer a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	}	
	
.rightside {
	background: #FFFFFF;
	color: #8a0004;
	font-size: 10px
	}
	
a.rightside, .rightside a:link, .rightside a:visited {
	font-weight: bold;
	color: #8a0004;
	text-decoration:none;
	font-size: 10px
	}	
.rightside a:hover {
	font-weight: bold;
	color: #8a0004;
	text-decoration: underline;
	font-size: 10px
	}		
	
.Subtitle {
	color: #0000FF;
	}
.tblheader {
	color:#FFFFFF;
	background-color: #880002;
	background-image: url(../images/table_header.gif);
	}
/*********************** Market Watch styles ***********************/

#stocks {
	width: 200px;
	}

#stocks table {
	background-color: #FFF;
	font-size: 10px;
	}

#stocks th {
	background-color: #a3b5db;
	color: #1a2798;
	font-weight:bold;
	font-size: 9px;
	padding: 4px;
	}

#stocks td {
	text-align: center;
	}

#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;
        }

/*********************** 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;
	}
