/* CSS Document */

html, body {
	height: 100%;
	}

body {
	background-color: #1874cd;
	background-image: url(../images/bkg-middle.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #333333;
	font-family: Lucida Grande, Verdana, Arial, sans serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	}

td, p {
	color: #333333;
	font-family: Lucida Grande, Verdana, Arial, sans serif;
	font-size: 11px;
	line-height: 14px;
	}

h1 {
	color: #0052CE;
	font-family: Lucida Grande, Arial, sans serif;
	font-size: 20pt;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 30px;
	}

h1.with_subnav {
	margin-bottom: 5px;
	}

h2 {
	color: #0052CE;
	font-size: 16pt;
	font-weight: normal;
	}

.subnav {
	margin-bottom: 30px;
	}

#page-outer {
	background-image: url(../images/bkg-gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}

#page-inner {
	background-image: url(../images/bkg-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}

#page {
	border-bottom: 0;
	width: 776px;
	}

#content {
	border: 1px solid #1864cd;
	}

.content {
	padding: 20px 0px 20px 20px;
	}

.masthead {
	height: 120px;
	background-image: url(../images/masthead.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #1864cd;
	border-top: 0;
	}

.top-nav {
	padding-top:  90px;
	padding-right: 5px;
	white-space: nowrap;
	font: 11px Lucida Grande, Arial, sans serif;
	}

a.top-nav {
	color: #003399;;
	font: 11px Lucida Grande, Arial, sans serif;
	}
	
.border {
	background-color: #1864cd;
	}
.footer {
	background-color: #003399;
	color: #FFF;
	font-size: 9px;
	height: 40px;
	padding: 10px;
	}

.footer a {
	color: #FFF;
	text-decoration: underline;
	}
	
td.toolbar {
	background-color: #ffd700;
	background-image: url(../images/bkg-navigation.gif);
	background-repeat: repeat-x;
	height: 35px;
	border-left: 1px solid #1864cd;
	border-right: 1px solid #1864cd;
	}

.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: #0052CE;
	text-decoration: none;
	}
th, .TableHeader {
	background-color: #0052CE;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	}

h4 {
	color: #0052CE;
	font-size: 13px;
	}

th.tablesubheader {
	background-color: #AAA;
	}
	
.Title {
	color: #0052CE;
	font-family: Lucida Grande, Arial, sans serif;
	font-size: 16px;
	font-weight: bold;
	}

.subTitle {
	color: #0052CE;
	font-size: 14px;
	}

.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;
	}



.module-header {
	color: #1864cd;
	background-color: #FFE600;
	background-image: url(../images/bkg-navigation.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

.module-header-center {
	padding: 5px;
	}

.ledger2 {
	background-color: #EEEEEE;
	}

.caption {
	font-size: 9px;
	color: #999;
	}

/*********************** News styles ***********************/

.news-headline{
	font-weight: bold;
	}

.storyTitle {
		font-size: 14px;
		font-weight:bold;
		}

.storyText p { 
	font-size: 12px;
	}

.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;
	}

#stocks .stock-footer {
	border-top: 1px solid #CCC;
	text-align: center;
	font-size: 9px;
	}

#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: 475px;
	margin: 0;
	}

#module-weather td, #module-weather p {
	font-size: 10px;
	}

#module-weather .weather-location {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight:normal;
	display: block;
	width: 100%;
	/*background-color: #CCC;*/
	padding-top: 2px;
	padding-bottom: 2px;
	display: none;
	}

#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;
	float: left;
	}

#module-weather .weather-stats {
	font-size: 12px;
	
	}

#module-weather .weather-temp {
	display: block;
	font-size: 20px;
	font-weight:bold;
	}

#module-weather .weather-forecast {
	/*display: none;*/
	float: left;
	margin: 0 15px 0 15px;
	}

#module-weather table.forecast-data {
	width: 160px;
	padding-left: 2px;
	}

#module-weather table.forecast-data td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#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;
	}

#module-weather form {
	margin: 0;
	}

.weather-footer {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	clear:both;
	margin: 0;
	}

table.weather-footer {
	border-top:1px #DDD solid;
	}

.yellowbrix-legal {
	text-align: center;
	font-size: 9px;
	
	}