@charset "UTF-8";
/* CSS Document */

#content h3 {clear: both;}


#message {
	width: 945px;
	padding: 0 0 1.5em 0;
}

#message .content {
	background: #FFF;
	border-bottom: 4px solid #b2d3e6;
	padding: 20px;
	height: 130px;
}
/*********************** News styles ***********************/

.news-category, .news-categories-list {
	font-weight: bold;
	}

.news-headline{
	font-weight: bold;
	text-align: left;
	}

#headlines {
	margin-left: 2.5em;
	}

.storyTitle {
		font-size: 12pt;
		font-weight:bold;
		padding: 0 15px;
		}

.storyText p { 
	font-size: 10pt;
	}

.module-news-pic, #module-news-pic {
	text-align: left;
	}

.news-pic {
	float: left;
	margin-right: 1em;
	overflow: visible;
	position: relative;
	z-index: 999;
	}

.news-pic img{
	height: auto;
	}

.news-dateline, .news-byline {
	font-size: .8em;
	line-height: 120%;
}
	
.news-byline {
	display: block;
	}

.news-byline:after {
	clear: both;
}

.storyTitle {
	margin-bottom: 1em;
	}

/*********************** Calculator styles ***********************/

#calculator {
	text-align: left;
	width: 200px;
	}

.calculator-button {
	border: 1px solid #666;
	background-color: #DDD;
	font-size:1.2em;
	width: 25px;
	height: 25px;
	margin: 1px;
	padding: 0;
	color: #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	}

.calculator-clear {
	background-color:#CC0000; 
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	}

.calculator-function {
	background-color:#999; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	}

.caclulator-display {
	width: 80%;
	border: 1px solid #666;
	padding: .3em;
	font-size: 1.4em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	}


/*********************** Search styles ***********************/

#google-search {
	}

#google-search table {
	margin: 0;
}

#google-search td {
	text-align: left;
	}

#google-search .search-button {
	margin: 10px 0px;
	padding: 0 2px;
	color: #222; 
	border: 1px solid #a7a7a7;  
	background: #e8e8e8; 
	font-size:1em; 
	line-height: 28px;
	}

#google-search .search-display {
	font-size:1em; 
	width: 100px;
	height: 24px;
	line-height: 24px;
	background:#FFFFFF none repeat fixed 0 0;
	border: 1px solid #CCC;
	padding: 3px;
	}

#google-search div {
	text-align: left;
	}

/*********************** Market Watch styles ***********************/

#stocks-outer {
	background:#545656;
	border-radius: .3em;
	padding: 3px;
	margin-bottom: 10px;
}

#stocks table, table#stocks {
	width: 180px;
	background: transparent;
	color: #999;
	}

#stocks-outer table{
	display: none;
}

#stocks-outer table#stocks {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}

#stocks th {
	color: #FFF;
	font-weight:bold;
	font-size: .8em;
	padding: 0px 2px 0 2px;
	line-height: 2em;
	background: #999;
	padding-top: 2px;
	}
#stocks font{font-size: 1em;}
#stocks td {font-size: .75em; color: #000; width: auto;}
#stocks .row1 {
	padding: 2px;
	}

#stocks .row2 {
	background-color: #FFF;
	padding: 8px 2px 8px 2px;
	}

#stocks .stock-footer {
	color: #ccc;
	line-height: 24px;
	background: #999
	}

#stocks .stock-footer a {
	color: #FFF;
}

/*********************** Map styles ***********************/

.map-field {
	border: 1px solid #666;
	padding-left: 3px;
	height: 20px;
	}

/*********************** Weather styles ***********************/

#weather-outer {
	background: #0072B9;
	border-radius: 0.4em;
	padding: 3px;
	margin-bottom: 1em;
}

#module-weather {
	text-align: center;
	margin: 1px;
	background: #CCC;
	border-radius: .4em;
	}

#weather table {
	margin: 0;
	padding: 0;
}

#module-weather, #module-weather form {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	}

#module-weather td, #module-weather p,
.sidebar-inner #module-weather td, .sidebar-inner #module-weather p {
	font-size: 10px;
	text-align: left;	
	color: #000;
	}

#module-weather .weather-location {
	text-align: center;
	font-weight: normal;
	font-size: 8pt;
	color: #FFF;
	display: block;
	width: 100%;
	padding-top: 2px;
	background: #999;
	border-top-left-radius: .4em;
	border-top-right-radius: .4em;
	}

#module-weather .weather-data {
	/*border: 1px solid #CCC;*/
	padding: 2px;
	}
	
#module-weather .weather-data br {
	
}
	
#module-weather .weather-conditions {
	height: 100px;
	padding: 2px;
	margin-right: 0px;
	font-size: 10px;
	}

.weather-conditions br {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #000
}

.weather-conditions div {
	float: left;
	text-align: center;
}

.weather-conditions div div {
	font-size: 7pt;
	width: 65px;
}


#module-weather .weather-image {
	float:left;
	background: #FFF;
	padding: 3px 0 3px 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	width: 95px;
	}

#module-weather .weather-temp {
	display: block;
	font-size: 20px;
	font-weight:bold;
	margin: 0 auto;
	width: 54px;
	}

div.weather-stats {
	width: 80px;
	float: right;
	margin-top: -5px;
	font-size: 7pt;
	line-height:normal
}

div.weather-stats br {
	display: block;
}

#module-weather .weather-forecast {
	clear: both;
	}

#module-weather table.forecast-data {
	width: 100%;
	border-collapse: collapse;
	clear: both;
	margin: 0;
	padding: 0;
	}

table.forecast-data td {
	background: #FFF;
	text-align: center;
	font-size: 8pt;
	padding: 3px;
}

#module-weather .weather-forecast-title {
	font-weight:bold;
	font-size: 12pt;
	background-color: #333;
	color: #FFF;
	line-height: 14pt;
	text-transform: uppercase;
	text-align: center;
	}

#module-weather form {
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}
	
.weather-search, .weather-search font {
	color: inherit;
	text-align: left;
	line-height: 110%;
	display: inline;
	}

#module-weather form .weather-search input[ type=textbox ] {
	width: 100px;
	background: #fff;
	height: auto;
	padding: 3px;
	}

.weather-search .input_type {
	width: auto;
	height: auto;
	padding: 3px;
	}

.weather-footer td,
#sidebar-inner .weather-footer td {
	text-align: center;
	vertical-align: bottom;
	color: #ccc;
	}

hr.weather-footer {
	border: 1px 0;
	margin: 0;
	padding: 0;
	display: none;
	}

table.weather-footer {

}

.weather-footer font {
	display: block;
	font-size: 7pt;
}


.yellowbrix-legal, .stock-footer {
	font-size: .8em;
	color: #999;
	text-align: center;
}



.weather-forecast {
	display: none;
}

#module-weather form table {
	display: none;
}

#module-weather form table.weather-footer {
	display: block;
	position: absolute;
	z-index: 9999;
	width: auto;
	white-space: nowrap;
	margin: 0px 10px 0 10px;
	height: 15px
}


#click-outer {
	margin: 0 auto 0 auto;
	height: 15px;
}

#click {
	font-size: 8pt;
	text-align: right;
	color: #555;
	padding: 2px;
	display: block;
	cursor: pointer;
	position: absolute;
	width: 170px;
	margin-top: -20px;
	/*top: 215px;*/
}
