/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Lucida Grande, Verdana, Arial, sans serif;
	font-size: 11px;
	line-height: 14px;
	}

td,p {
	color: #333333;
	font-family: Lucida Grande, Verdana, Arial, sans serif;
	font-size: 11px;
	line-height: 14px;
	}
	
.masthead {
	background-image: url(images/masthead.jpg);
	border-bottom: 1px solid #693828;
	border-top: 1px solid black;
	}	

.border {
	background-color: #000000;
	}
	
.rightside {
	float:right; 
	margin-left:5px;
	}
	
td.footer {
	color: #FFFFFF;
	font-size: 9px;
	background-color: #693828;
	border-bottom: 1px solid black;
	padding: 5px
	}
a.footer {
	color: #FFFFFF;
	font-size: 9px;
	background-color: #693828;
	}	
	
td.toolbar {
	background-image: url(images/gradient.gif);
	}

.nav {
	font-weight: bold;
	}
a.nav {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
td.nav {
	padding: 5px;
	}
	
a.SubNav {
	color: #FFFFFF;
	text-decoration: none;
	}

a
	{
	color: #517669;
	text-decoration: none;
	}
.TableHeader {
	background-color: #0052CE;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.Title {
	color: #0052CE;
	font-family: Lucida Grande, Arial, sans serif;
	font-size: 16px;
	font-weight: bold;
	}

.subTitle {
	color: #517669;
	font-size: 12px;
	font-weight: bold;
	}
.Subtitle2 {
	font-size:11px;
	font-weight:bold;
	color: #FFFFFF;
	background-image: url(images/title_img.gif);
	background-repeat:no-repeat;
	width: 250px;
	height: 20px;
	padding: 3px 0px 0px 10px;
		}		
.Maintitle {
	font-size:12px;
	color: #FFFFFF;
	background-image: url(images/header_img.jpg);
	background-repeat:no-repeat;
	width: 351px;
	height: 36px;
	padding: 10px 0px 0px 20px;
	font-weight: bold;
	}	

.ModuleTblHeader {
	background-color: #0052CE;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	}
.ModuleTblTitle {
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	}
.ModuleTblText {
	font-size: 10px;
	padding: 5px;
	}

.top-nav {
	color: white;
	font: 11px Lucida Grande, Arial, sans serif;
	}

a.top-nav {
	color: white;
	font: 11px Lucida Grande, Arial, sans serif;
	}

.module-header {
	color: #FFFFFF;
	background-color: #693828;
	}

.ledger2 {
	background-color: #EEEEEE;
	}
	
/*********************** News styles ***********************/

.news-headline{
	background-color: #ddddbb;
	font-weight: bold;
	}

.storyTitle {
		font-size: 14px;
		font-weight:bold;
		}

.storyText p { 
	font-size: 12px;
	}
/*********************** Map styles ***********************/

.map-field {
	border: 1px solid #666;
	padding-left: 3px;
	height: 20px;
	}

/*********************** Market Watch styles ***********************/

#stocks {
	width: 198px;
	}

#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;
	}
	
