/* CSS Document */

html, body {
	height: 100%;
	}

body {
	background-color: #666666;
	background-image: url(../images/bkg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	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;
	}

#page {
	background-image: url(../images/bkg-middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	}

#page-inner {
	background-image: url(../images/bkg-top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
	}

.masthead {
	background-color: #3b7d20;
	height: 125px;
	background-image: url(../images/masthead.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}

.toolbar {
	background-color: #000000;
	height: 40px;
	}

.content {
	padding: 30px 15px;
	}
	
.footer {
	background-color: #000;
	color: #FFF;
	font-size: 9px;
	}

td.footer {
	height: 40px;
	padding: 20px;
	}

td.footer a {
	color: #FFF;
	 text-decoration: underline;
	}

.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: #880000;
	text-decoration: none;
	}
.TableHeader {
	background-color: #880000;
	color: #FFFFFF;
	font-weight: bold;
	}
	
h1 {
	color: #880000;
	font-family: Lucida Grande, Arial, sans serif;
	font-size: 22px;
	font-weight: normal;
	}

h2 {
	color: #3b7d20;
	font-size: 18px;
	}

h3 {
	color: #000;
	font-size: 14px;
	}

.ModuleTblHeader {
	background-color: #880000;
	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;
	font-weight: bold;
	}

a.top-nav {
	color: white;
	font: 11px Lucida Grande, Arial, sans serif;
	font-weight: bold;
	}

.module-header {
	color: white;
	background-image: url(../images/gradient.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #880000;
	}

.ledger2 {
	background-color: #EEEEEE;
	}

table.data {
	border-collapse: collapse;
	border: 1px solid #999;
	}

table.data th {
	background-color: #880000;
	color: #FFF;
	font-size: 11px;
	}

#login {
	width: 210px;
	height: 121px;
	background-image: url(../images/BSBRLWI-bkg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	}

.locations {
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #fff;
	}

.locations b, .locations strong {
	color: #880000;
	}

.bold {
	color: #880000;
	text-transform: uppercase;
	}

/*********************** 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 {
	width: 199px;
	}

#stocks table {
	background-color: #FFF;
	font-size: 10px;
	}

#stocks th {
	background-color: #a3b5db;
	color: #1a2798;
	font-weight:bold;
	font-size: 10px;
	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;
        }
		
		
/*********************** 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%;
	}