/* CSS Document */

/*********************** Content Area & General styles ***********************/

body {
	background-color: white; /* page background color */
	color: black; /* font color */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* default font */
	font-size: 11px; /* default font-size */
	}

td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* default font - same as above*/
	font-size: 11px; /* default font-size - same as above */
	}

a:link {
	color: #000066; /* default link color */
	}
a:active {
	color: #FF0000; /* default active link color */
	}
a:visited {
	color: #660066; /* default visited link color */
	}

h1 {
	background-color: #000;
	color: #FFF;
	font-size: 10pt;
	padding: 5px;
	}

h2 {
	background-color: #DDD;
	color: #000;
	font-size: 10pt;
	padding: 5px;
	}

.module {
	padding-bottom: 5px;
	}

.module-title {
	background-color: #660000; /* module title bar background color */
	color:white; /* module title bar text color */
	padding: 5px 0 5px 0; /* module title bar text style */
	font-size: 12px;
	}

.module-body {
	border-left: 1px solid #660000; /* module border color */
	border-right: 1px solid #660000; /* module border color */
	padding: 10px;
	background-color: white; /* module background color */
	}

.module-body th {
	text-align: left;
	background-color: #DDDDBB;
	}

.module-body th h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	}

.module-body ul.link-list {
	line-height: 18px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.corner-topleft {
	background-color: #660000;  /* module title bar background color - same as above */
	background-image: url(../images/topleft.gif); /* top left curve image */
	background-position: top left;
	background-repeat:no-repeat;
	}

.corner-topright {
	background-color: #660000; /* module title bar background color - same as above */
	background-image: url(../images/topright.gif);  /* top right curve image */
	background-position: top right;
	background-repeat:no-repeat;
	}

.corner-btmleft {
	background-color: #660000; /* module title bar background color - same as above */
	background-image: url(../images/btmleft.gif); /* bottom left curve image */
	background-position: bottom left;
	background-repeat:no-repeat;
	width: 8px;
	height: 15px;
	margin:0;
	padding: 0;
	}

.corner-btmright {
	background-color: #660000; /* module title bar background color - same as above */
	background-image: url(../images/btmright.gif); /* bottom right curve image */
	background-position: bottom right;
	background-repeat:no-repeat;
	width: 8px;
	height: 15px;
	margin:0;
	padding: 0;
	}

.module-btmcenter {
	background-color: #660000; /* module title bar background color - same as above */
	background-image: url(../images/btm.gif); /* bottom center module image */
	background-position:bottom;
	background-repeat:repeat-x;
	height: 15px;
	margin: 0;
	padding: 0;
	width: 100%
	}

.column-left {
	width: 175px;
	padding: 5px;
	}

.column-center {
	padding: 5px 0 5px 0;
	}

.column-right {
	width: 175px;
	padding: 5px;
	}

tr.footer td {
	padding: 20px 5px;
	font-size: 9px;
	}

/*********************** Toolbar styles ***********************/

#toolbar-body {
	background-color: white;  /* toolbar background color */
	color: black;  /* toolbar font color */
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;  /*toolbar default font  */
	font-size: 11px;  /* toolbar default font-size */
	}

#toolbar-body td, #toolbar-body p {
	font-size: 10px;  /* toolbar default font-size - same as above */
	}

#toolbar-body a {
	color: #000066; /* toolbar default link color */
	text-decoration:none;
	}

#toolbar-body a.menu {
	color: #333399; text-decoration: none
	}
	
#toolbar-body a.menu: hover {
	font-weight: bold; 
	text-decoration: underline
	}

#toolbar-body a.menu: visited {
	font-weight: bold; 
	text-decoration: none
	}

#toolbar-body .channel-bar {
	background-color: #660000;
	height: 30px;
	}

#toolbar-body .top-shadow {
	background-image: url(..//images/top_shadow.gif); 
	background-repeat: repeat-x;
	}

#toolbar-body a.link-on {
	color: white;
	}

#toolbar-body a.link-off {
	color: black;
	}

#toolbar-body .button-off {
	 background-color: #DDDDBB;
	}

#toolbar-body .button-on {
	background-color: #660000;
	}

.button {
	background-image: url(../images/button_shadow.gif);
	background-position: top;
	background-repeat:repeat-x;
	height: 20px;
	color: #FFF;
	margin: 0;
	}

.button-end-left {
	background-image: url(../images/left_curve_on.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 18px;
	margin: 0;
	}

.button-end-right {
	background-image: url(../images/right_curve_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 18px;
	padding: 3px 12px 0 10px;
	display: block;
	}

#toolbar-body .module-body {	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	padding: 10px;
	background-color: white;
	}

/* Button Styles */

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8, #menu9, #menu10 {
	background-color: #660000;
	color: white;
	padding: 3px;
	 }

#menu1 a, #menu2 a, #menu3 a, #menu4 a, #menu5 a, #menu6 a, #menu7 a, #menu8 a, #menu9 a, #menu10 a {
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	}


/************************** News styles **************************/

.news-category {
	font-weight: bold;
	text-transform: uppercase;
	}

.news-categories-list {
	font-weight: bold;
	}

.news-pic {
	float: left;
	margin-right: 10px;
	}

.news-pic img {
	border: 1px solid #666;
	}

.news-headline {
	font-weight: bold;
	}

.news-dateline {}

.news-byline {}

.yellowbrix-legal, .yellowbrix-text, .yellowbrix-legal a {
	font-size: 9px;
	color: #999;
	text-decoration: none;
	}

.storyTitle {
	font-size: 14pt;
	font-weight: bold;
	}

/*********************** 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 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;
	}

.stock-footer, .stock-footer a {
	font-size: 9px;
	color: #999;
	text-align: center;
	}

/*********************** 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;
	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: 100px;
	padding-left: 2px;
	}

#module-weather .weather-forecast-title {
	font-weight:bold;
	background-color: #DEDEDE;
	padding: 2px;
	text-transform: uppercase;
	}

.weather-footer {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	width: 100%;
	}

