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

/*********************** News styles ***********************/

.news-category, .news-categories-list {
	font-weight: bold;
	}
.news-categories-list {padding-top: 1.5em;}
.news-categories-list td {vertical-align: top;}
.news-headline{
	font-weight: bold;
	text-align: left;
	}

#headlines {
	margin-left: 2.5em;
	}

.storyTitle {
		font-size: 1.4em;
		font-weight:bold;
		padding: 0;
		}

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

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

.news-pic {
	float: left;
	padding: 0 1em;
	}

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

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

.storyTitle {
	margin-bottom: 1em;
	}

@media only screen and ( max-width: 40em ) /* 640 */
	{
	.news-pic {width: 30%;}
	.news-pic img {width: 100%; height: auto;}
	}

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

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

input.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;
	text-shadow: none;
	}

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

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

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


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

#google-search {
	}

#google-search table {
	margin: 0;
	width: 100%;
}

#google-search td {
	text-align: left;
	}
#google-search b {display: block; position: absolute; line-height: 2.4em; font-weight: normal; padding: 0 .5em; color: #666;}

#google-search .search-display {
	width: 10em;
	}

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

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

#stocks-outer {
	background: #eee;
	padding: 3px;
	margin-bottom: 1em;
	border-radius: .4em;
}

#stocks table, table#stocks {
	width: 100%;
	background: transparent;
	}

#stocks-outer table{
	display: none;
}

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

#stocks th {
	color: #FFF;
	font-weight:bold;
	padding: 0px 2px 0 2px;
	line-height: 20px;
	background: #999;
	padding-top: 2px;
	}
	
#stocks td {
	padding: 2px;
	width: 33%;
	white-space: nowrap;
	background-color: #eee;
	}

#stocks .row2 {
	background-color: #fff;
	}

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

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

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

@media only screen and ( max-width: 40em ) /* 640 */
	{
	#maps table {width: 94%;}
	#maps label {font-size: .8em;}
	}

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

#weather {
	background: #eee;
	padding: 3px;
	margin-bottom: 1em;
	border-radius: .4em;
}

#module-weather {
	text-align: center;
	margin: 1px;
	}

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

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

#module-weather td, #module-weather p {
	font-size: 1em;
	text-align: left;
	}

#module-weather .weather-location {
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	color: #FFF;
	display: block;
	width: 100%;
	padding: 2px;
	background: #999;
	}

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

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

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

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


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

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

div.weather-stats {
	width: 40%;
	float: right;
	font-size: 1em;
	margin-top: 1em;
	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: .8em;
	padding: .3em;
}

#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 {
	text-align: left;
	color: #ccc;
	padding: .3em .6em;
	}

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

.weather-footer font {
	display: block;
	text-align: left;
	font-size: 7pt;
	line-height: 12pt;
	}


.yellowbrix-legal, .stock-footer {
	clear: both;
	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: relative;
	z-index: 99;
	white-space: nowrap;
	width: 100%;
	background: #999;
	}


#click-outer {
	height:20px;
	position: relative;
	float: right;
	z-index:999;
	margin: -20px .5em 0 0;
	}

#click {
	font-size: .8em;
	line-height: .8em;
	text-align: right;
	color: #FFF;
	padding: 2px;
	display: block;
	cursor: pointer;
	padding-right: 5px;
	}

#click img {vertical-align: top;}