/* 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;
	}

.border {
	background-color: #000000;
	}
.footer {
	color: #000000;
	font-size: 9px;
	}
a.footer {
	color: #000000;
	font-size: 9px;
	font-weight:bold;
	}
.footer a:hover{
	color: #000000;
	font-size: 9px;
	font-weight:bold;
	text-decoration:underline;
	}	
	
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: #0052CE;
	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: #474747;
	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;
	}

.top-nav {
	color: #333333;
	font: 11px Lucida Grande, Arial, sans serif;
	}

a.top-nav {
	color: #000000;
	font: 11px Lucida Grande, Arial, sans serif;
	}
.top-nav a:hover{
	color: #000000;
	font: 11px Lucida Grande, Arial, sans serif;
	text-decoration:underline
	}
	
.module-header {
	color: #da8e04;
	background-color: #000000;
	}


.mainheader {
	background-image: url(images/mainheader_bkg.gif);
	width: 500px;
	height: 36px;
	padding: 10px 0px 0px 20px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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: 300px;
	height: 20px;
	padding: 3px 0px 0px 10px;
		}	


/*********************** 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;
        }
       
#stocks font {
	font-size: 9px;
	}

/*********************** 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;
	}

.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;
	}
