﻿/* CSS Document */

body {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333;
	background-color: #e1e1e1; 
	line-height: 15px;
	margin-top: 0px
	}
td { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 15px;
	}
.masthead { background-image: url(../images/masthead.gif); }
.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 }
h1 {  
	font-family: Times New Roman, Times, serif;
	font-size: 18px; 
	font-style: italic; 
	font-weight: bold; 
	color: #33339A;
	margin-top: 30px;
	}

h3 {
	font-size: 12px; 
	font-weight: bold;
	/*font-style: italic;*/
	color: #0035ad; 
	margin-top: 20px;
	}

.content {
	width:600px;
	padding: 20px 20px 50px 20px;
	}

.newsbox {
	background-color: #9A9ACC;
	color: #333333;
	font-size: 10px;
	padding: 10px;
	}
.module-home {
	border: 1px solid #0035ad;
	}

.nav {
	color: #003399;
	font-family: Trebuchet MS, Verdana, Arial, sans serif;
	font-size: 12px;
	font-weight: bold;
	
	}

td.nav { 
	background-image: url(../images/navbkg_img.gif);
	padding-left: 20px; 
	}

.nav a:link, .nav a:visited, .nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, sans serif;
	font-size: 12px;
	}
.nav a:hover {
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial, sans serif;
	font-size: 12px;
	text-decoration: underline;
	}

.heading {
	font-weight: bold;
	color: #003399;
	font-size: 14px;
	}

.Footer { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	line-height: 13pt
	}	
a.Footer, .Footer a:visited { 
	color: #FFFFFF; 
	font-weight:bold;
	text-decoration:none;
	}	
a.Footer { 
	color: #FFFFFF; 
	font-weight:bold;
	text-decoration: underline;
	}	
	
.ModuleTblText {
	padding: 3px;
	font-size: 9px;
	}
	
.ModuleTblTitle {
	padding: 3px;
	font-weight: bold;
	}

.ModuleTblHeader {
	padding: 4px; 
	color: #0035ad; 
	font-weight: bold;
	background-color: #6bb2e7;
	}

.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;
	}

.leftside {
	background-image: url(../images/leftside.gif);
	}

.subnav {
	padding: 10px;
	}

/*********************** Module styles ***********************/

.module {
	padding-bottom: 5px;
	}

.module-title {
	background-color: #003399; /* module title bar background color */
	color:white; /* module title bar text color */
	padding: 5px 0 5px 0;
	font-weight:bold; /* module title bar text style */
	}

.module-body {
	border-left: 1px solid #003399; /* module border color */
	border-right: 1px solid #003399; /* module border color */
	padding: 10px;
	background-color: white; /* module background color */
	}

.corner-topleft {
	background-color: #003399;  /* module title bar background color - same as above */
		background-position: top left;
	background-repeat:no-repeat;
	}

.corner-topright {
	background-color: #003399; /* module title bar background color - same as above */
		background-position: top right;
	background-repeat:no-repeat;
	}

.corner-btmleft {
	background-color: #003399; /* module title bar background color - same as above */
		background-position: bottom left;
	background-repeat:no-repeat;
	border-color: #003399;
	width: 8px;
	height: 15px;
	margin:0;
	padding: 0;
	}

.corner-btmright {
	background-color: #003399;  /* module title bar background color - same as above */
		background-position: bottom right;
	background-repeat:no-repeat;
	border: 0px;
	border-color: #003399;
	width: 8px;
	height: 15px;
	margin:0;
	padding: 0;
	}

.module-btmcenter {
	background-color: #003399; /* module title bar background color - same as above */
		background-position:bottom;
	background-repeat:repeat-x;
	height: 15px;
	margin: 0;
	padding: 0;
	border-top: 0;
	}

/*********************** News styles ***********************/

.news-headline{
	font-weight: bold;
	}

.storyTitle {
		font-size: 14px;
		font-weight:bold;
		}

.storyText p { 
	font-size: 12px;
	}

.news-pic {
	float: left;
	margin-right: 10px;
	}

.news-category, .news-categories-list {
	font-weight: bold;
	}

/*********************** Calculator styles ***********************/

.calculator-button {
	border: 1px solid #666;
	background-color: #DDD;
	font-size:9px;
	width: 20px;
	height: 20px;
	margin: 1px;
	padding: 0;
	}

.calculator-clear {
	background-color:#CC0000; 
	color: #FFF;
	}

.calculator-function {
	background-color:#999; 
	}

.caclulator-display {
	width: 110px;
	border: 1px solid #666;
	padding-left: 3px;
	}


/*********************** 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: 4px;
	}

#stocks .row1 {
	background-color: #FFF;
	padding: 4px;
	font-size: 10px;
	}

#stocks .row2 {
	background-color: #EEE;
	padding: 4px;
	font-size: 10px;
	}

table.stock-footer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	}

#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%;
	}