/* CSS Document */

body {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-attachment:fixed
	}

td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}

a { color: #993333; }

.border {
	background-color: #000000;
	}

.Header {
	background-color: #af2626;
	background-image: url(../images/top-background.jpg);
	color: #FFFFFF;
	}
.column-left {
	width: 185px;
	padding-right: 10px;
	}

.column-center {
	padding: 10px;
	width: 100%;
	}

.column-right {
	width: 259px;
	background-color: #CCCCCC;
	border-left:2px solid #070c0f;
	background-image: url(../images/left-column.gif);
	padding-top: 5px;
	}

.Footer {
	font-size: 9px;
	color: #333333;
	}

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;
	}
	
.NavBar {
	background-color: #013E80;
	background-image: url(../images/gradient.gif);
}

a.NavButton {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993333;
	}

.SubTitle {
	color: #070c0f;
	font-weight: bold;
	font-size: 13px;
	}

.Headline {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20pt;
	color: #013E80;
	}

.SubHeadline {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12pt;
	color: #013E80;
	}
.inputButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #070c0f;
	background-color: #cc0c00;
	padding: 1px;
}
/*********************** 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;
	background-color:#ce2c2c;
	color: #FFFFFF
	}

#module-weather td, #module-weather p {
	font-size: 10px;
	color: #FFFFFF
	}

#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;
	color: #FFFFFF
	}
	
#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;
	color: #FFFFFF
	}

#module-weather .weather-forecast {
	color: #FFFFFF
	}

#module-weather table.forecast-data {
	width: 160px;
	padding-left: 2px;
	color: #FFFFFF
	}

#module-weather .weather-forecast-title {
	font-weight:bold;
	background-color: #000000;
	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%;
	}
