﻿/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #dddddd;
	line-height: 15px;
	margin: 0px;
	}
td { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 15px;
	}
.content {
	width: 620px;
	background-color: #FFFFFF;
	padding: 5px;
	}
	
.content2 {
	padding: 10px 0px 10px 10px;
	width: 600px;
	background-color: #FFFFFF;
	}	
	
.rightside {
	background-color: #FFFFFF;
	float: right;
	}
	
.leftside {
	background-image: url(images/leftsidebkg.gif);
	width:150px;
	background-color: #01319d;
	}	
	
.masthead {
	background-image:url(images/masthead.jpg);
	background-color: #01319d;
	}	
		
.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}

a:link {  color: #003399}
a:active { color: #003399 }
a:visited { color: #003399 }
a:hover { color: #003399 }

.Title, h1 {  
	font-family: Times New Roman, Times, serif;
	font-size: 18px; 
	font-style: italic; 
	font-weight: bold; 
	color: #33339A
	}

.SubTitle {
	font-size: 12px; 
	font-weight: bold;
	/*font-style: italic;*/
	color: #01319d; 
	}


.module {
	border: 1px solid #01319d;
	border-collapse: collapse;
	}

th.module {
	padding: 4px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	background-image: url(images/tblbkg.gif);
	}

td.nav {
	color: #01319d;
	font-family: Trebuchet MS, Verdana, Arial, sans serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/Navbkg.gif);
	}

.nav a:link, .nav a:visited, .nav a:active {
	color: #01319d;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, sans serif;
	font-size: 12px;
	padding: 5px;
	height: 25px;
	width: 150px
	}
.nav a:hover {
	color: #01319d;
	font-family: Trebuchet MS, Verdana, Arial, sans serif;
	font-size: 12px;
	text-decoration: underline;
	padding: 5px;
	height: 25px;
	width: 150px
	}
	
.ModuleTblText {
	padding: 3px;
	font-size: 9px;
	}
	
.ModuleTblTitle {
	padding: 3px;
	font-weight: bold;
	}

.ModuleTblHeader {
	border: 1px solid #01319d; 
	padding: 4px; 
	color: #FFFFFF; 
	font-weight: bold;
	background-color: #9A9ACC;
	}

.LocationTblHeader {
	border: 1px solid #01319d; 
	padding: 4px; 
	color: #FFFFFF; 
	font-weight: bold;
	background-color: #9A9ACC;
	}
	
.rateheaders {
	border-bottom: 1px solid #01319d;
	font-weight:bold;
	font face:tahoma,arial,helvetica;
	font-size:10px;
	color:#00319C;
	}	
	
.caption {
	font-size: 9px;
	line-height: 11px;
	}

/*********************** Search styles ***********************/

.search-button {
	border: 1px solid #666;
	background-color: #DDD;
	font-size:10px;
	font-weight: bold;
	height: 20px;
	margin: 1px;
	padding: 0;
	}

.search-display {
	width: 110px;
	border: 1px solid #666;
	padding-left: 3px;
	height: 20px;
	}
	
/*********************** 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: 1px;
	}

#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;
	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%;
	}

#for-sale {
	border: 1px solid #000;
	background-color: #FFCC00;
	margin: 10px;
	}

#for-sale-inner {
	padding: 15px;
	font-weight: bold;
	text-align: center;
	}