/* CSS Document */

body {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333;
	background-color: #FFFFFF; 
	line-height: 15px;
	}
td { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 15px;
	}
.Footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; line-height: 13pt}
.Copyright { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #999999}
.HeaderReverse { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color: #FFFFFF; background-color: #366520}
a:link {  color: #003399}
a:active { color: #003399 }
a:visited { color: #003399 }
a:hover { color: #003399 }

.masthead {
	height: 100px;
	background-color: #81052E;
	background-image: url(images/masthead.jpg);
	background-repeat:no-repeat;
	}

.shadow-body {
	background-image: url(images/gradient-Body.gif);
	background-repeat:repeat-x;
	}

td.shadow-nav {
	color: white;
	font-family: Trebuchet MS, Verdana, Arial, sans serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #5C5C5C;
	background-image: url(images/gradient-LeftNavigation.gif);
	background-repeat:repeat-x;
	padding: 7px;
	}

.left-column {
	background-color: #81052E;
	color: white;
	}

.content {
	width: 450px;
	padding: 10px 15px 20px 15px;
	}

.right-column {
	width: 200px;
	padding: 10px 0 20px 0;
	}

.pagetitle {  
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 24px; 
	font-weight: bold; 
	color: #81052E;
	}

.heading {  
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 18px; 
	font-weight: bold; 
	color:  black;
	}

.subheading {
	font-size: 12px; 
	font-weight: bold;
	/*font-style: italic;*/
	color: #5C5C5C; 
	}

.newsbox {
	background-color: #9A9ACC;
	color: #333333;
	font-size: 10px;
	padding: 10px;
	}
.module {
	background-color: #81052E;
	}

table.module {
	border-collapse: collapse;
	border: 1px solid #000;
	background-color: #FFF;
	}

th.module {
	padding: 4px; 
	color: #FFFFFF;
	font-size: 11px; 
	font-weight: bold;
	text-align: left;
	background-color: #000;
	}

td.module {
	background-color: #FFF;
	padding: 10px;
	}

td.nav {
	color: white;
	font-family: Trebuchet MS, Verdana, Arial, sans serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #5C5C5C;
	padding: 7px;
	}

a.nav:link, a.nav:visited, a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, sans serif;
	font-size: 12px;
	}
a.nav:hover {
	color: white;
	font-family: Trebuchet MS, Verdana, Arial, sans serif;
	font-size: 12px;
	text-decoration: none;
	}
.ModuleTblText {
	padding: 3px;
	font-size: 9px;
	}
	
.ModuleTblTitle {
	padding: 3px;
	font-weight: bold;
	}

.ModuleTblHeader {
	border: 1px solid ##81052E; 
	padding: 4px; 
	color: #FFFFFF; 
	font-weight: bold;
	background-color: #81052E;
	}

.SearchField {
	width: 130px;
	}

.SearchButton {
	background-color: #9A9ACC; 
	border: 1px solid #000000; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, sans serif; 
	font-size: 10px; 
	font-weight: bold;
	height: 25px;
	width: 110px;
	}

.LocationTblHeader {
	border: 1px solid #33339A; 
	padding: 4px; 
	color: #FFFFFF; 
	font-weight: bold;
	background-color: #9A9ACC;
	}
	
.caption {
	font-size: 9px;
	line-height: 11px;
	}


/*********************** 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;
	text-align: top;
	}

#stocks .row2 {
	background-color: #EEE;
	padding: 4px;
	font-size: 10px;
	text-align: top;
	}

#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;
	}