/* CSS Document */
html, body {
	height: 100%;
	}

body {
	background-color: #760000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	background-image: url(../images/page-bkg.gif);
	background-position: center;
	background-repeat: repeat-y;
	}

td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
a {
	color: #880000;
	}

h1, h3 {
	color: #8b6508;
	font-size: 14px
	}

h2 {
	color: #880000;
	}

th {
	background-color: #807045;
	color: #FFF;
	font-size: 12px;
	padding: 4px 10px 4px 10px;
	}

#page {
	background-color: #eee9dc;
	width: 775px;
	}

.page-top {
	background-image: url(../images/page-top.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

.page-bottom {
	background-image: url(../images/page-top2.gif);
	background-repeat: no-repeat;
	background-position: top center;
	}

#logo {
	float: left;
	}

.masthead{
	background-color:  #FFFFFF;
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
	color: #7c211e;
	height: 80px;
	}

.masthead-message {
	font-size: 18px;
	font-style: italic;
	padding: 35px 10px;
	}

.left-column {
	background-image: url(../images/BKG-leftbar.JPG);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 50px;
	width:175px;
	}

.center-column {
	padding: 10px 10px 5px 10px;
	}

.right-column {
	float: right;
	width: 200px;
	padding-top: 10px;
	}

.curve-wrapper {
	background: url(../images/Curve-right.gif) top left no-repeat;
	padding: 0;
	}

.content {
	padding: 0px;
	background: url(../images/right-column.gif) top right repeat-y;
	}

.copyright {
	text-align: center;
	height: 40px;
	background-image:url(../images/gradient.gif);
	padding-left: 20px; 
	padding-right: 20px;
	}

.copyright a {
	color: #FFF;
	}

.login {
	color: #FFFFFF;
	padding: 20px 5px 0px 5px;
	background-image: url(../images/bkg-instant-login.gif);
	background-repeat: repeat-x;
	height: 140px;
	}

.nav {
	background-image: url(../images/gradient.gif);
	height: 25px;
}

.SubNav {
	color: #FFFFFF;
	background-position: top left;
	height: 22px;
	background-image: url(../images/BKG-topbar.gif);
	}
	
a.SubNav {
	font-weight: bold;
	}

.Toolbar {
	color: #333333;
	}

a.Toolbar {
	color: #8c1717;
	font-weight: bold;
	text-decoration: none;
	}

.Subtitle {
	color: #8C1717;
	font-size: 12px;
	}

.module-title {
	color: #FFFFFF;
	font-weight:bold;
	background-image: url(../images/gradient2.gif);
	height: 25px;
	}

.module-title2 {
	color: #FFFFFF;
	font-weight:bold;
	background-image: url(../images/gradient3.gif);
	height: 25px;
	padding: 0px 0px 0px 20px;
	border-bottom: 1px solid #cc3333;
	}

.module-type {
	padding: 10px;
	}

.module-type2 {
	padding: 2px;
	background-color: #C7913D;
	font-size: 10px;
	}


/*********************** 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;
	}

#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;
	}

#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 {

	}

#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;
	}
