/*****************
@CSS - Headers
@Page: header.css
*****************/
a.header, a.header:visited, a.header:hover, a.header:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.headerAd {
	padding-left: 5px;
	padding-top: 8px;
	width: 130px;
	float: left;
}

.headerBG {
	width: 980px; 
	background: #3A7690; 
	color: #FFFFFF;
	height: 75px;
	border: 0px; 
	border-bottom: 1px solid #3A7690;
}

.headerBGPrint {
	width: 100%;
	height: 41px;
	background: #3A7690 url(/images/allnews3/header/logo-printer.gif) no-repeat;
}

.headerBlurb {
	padding-top: 6px;
	width: 123px;
	text-align: right;
	margin-right: 5px;
	float: right;
}

.headerLeaderboard {
	padding-left: 6px;
	padding-top: 6px;
	float: left;
}

.headerLeaderboardBlurb {
	background-color: #83A7B7;
	color: #FFFFFF;
	width: 215px;
	height: 84px;
	padding: 3px;
	overflow:hidden;
}

.headerLeaderboardBG {
	width: 980px;
	background: #E6EEF1; 
	height: 105px;
	border: 0px;
}

.headerLogo {
	width: 247px;
	float: left;
	padding-top: 8px;
}

.headerReg {
	background: url(/images/allnews3/header/reg-bg.gif) no-repeat;
	position: absolute;
	width: 285px;
	height: 65px;
	padding: 5px;
	top: -50px;
	left: 382px;
	color: #FFFFFF;
}

.headerRegOptions {
	width: 45%;
	text-align: left;
	color: #FFFFFF;
}

.headerRegUser {
	font-size: 12px;
	font-weight: bold;
	width: 45%;
	color: #FFFFFF;
}

.headerSearchBG {
	background-image:url(/images/allnews3/header/search-bg.gif);
	background-repeat: no-repeat;
	width: 294px;
	height: 47px;
	color: #FFFFFF;
	float: left;
	margin-top: 28px;
}

.headerSearchBox {
	text-align: center;
	padding-top: 3px;
	color: #FFFFFF;
}

.headerWeather {
	width: 145px;
	text-align: left;
	color: #FFFFFF;
	float: left;
	padding-top: 2px;
	margin-left: 20px;
}

input.header {
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666;
	font-size: 10px;
}
