@import url("/ui/weatherhistory/css/reset-fonts-grids.css");
@import url("/ui/weatherhistory/css/style.css");
body {
	background-color: #ffff99;
}
#printcredit {
	display: none;
}
/* The page header and login, with a background image */
#header {
	position: relative;
	width: 950px;
	height: 105px;
	*height: 110px;
	margin-top: 5px;
	z-index: 1;
}
#header_login {
	font-family: verdana,arial,sans-serif; 
	color: #000; 
	font-size: 95%; 
	float: right; 
	margin: 3px 150px 3px auto;
	_margin: 3px 75px 3px auto;
}
#header_right
{
	background: url(/ui/css/graphics/ofa_2009_cover.png);
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.almanac.com/ui/css/graphics/ofa_2009_cover.png',sizingMethod='scale');
	position: absolute;
	width: 125px;
	height: 185px;
	top: -105px;
	/* z-index: 1000; */
	left: 800px;
	cursor: pointer;
	border-bottom: none;
}
#header_right a:hover
{
	border-bottom: none;
}

/* BUTTON */
#button ul {
	position: absolute;
	padding: 0;
	left: 200px;
	list-style: none;
}
#button li {
	float: left;
	position: relative;
	width: 102px;
	padding-right: 3px;
}
#button li a {
	color: #990000;
	background: url(/ui/ofa/css/graphics/button-yellow-whitebg.png) 0px 0px no-repeat;
	font-weight: bold;
	text-align: center;
	display: block;
	height: 18px;
	width: 102px;
	padding: 5px 0px 3px 0px;
	list-style: none;
}


/*NEW MENU*/

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
	width: 102px;
	padding-right: 3px;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}
#nav li > ul {
	top: auto;
	left: auto;
}
#nav li a {
	color: #990000;
	background: url(/ui/ofa/css/graphics/button-yellow2.png) 0px 0px no-repeat;
	font-weight: bold;
	text-align: center;
	display: block;
	height: 18px;
	width: 102px;
	padding: 5px 0px 3px 0px;
	text-decoration: none;
}
#nav li.on a {
	background: url(/ui/ofa/css/graphics/button-green2.png) 0px 0px no-repeat;
	color: #ffffff;
}
#nav li:hover ul {
	background: #FFFFEE url(/ui/ofa/css/graphics/subnavbg.png) 0px 0px repeat-x;
	_top: 25px;
	border-left: #f6cf3a 1px solid;
	border-right: #f6cf3a 1px solid;
	border-bottom: #f6cf3a 1px solid;
	padding-bottom: 20px;
	_width: 95px;
	width: 100px;
	display: block;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	background: #FFFFEE url(/ui/ofa/css/graphics/subnavbg.png) 0px 0px repeat-x;
	_top: 25px;
	border-left: #f6cf3a 1px solid;
	border-right: #f6cf3a 1px solid;
	border-bottom: #f6cf3a 1px solid;
	padding-bottom: 20px;
	_width: 95px;
	width: 100px;
	display: block;
	
	
}
#nav li.off a:hover, #nav li:hover a, #nav li.over a {
	background: url(/ui/ofa/css/graphics/button-yellow2.png) 0px -28px no-repeat;
	color: #990000;
}
#nav li.off ul li a, #nav li.on ul li a, #nav li.over ul li a {
	background: none;
	font-weight: normal;
	text-align: left;
	padding-left: 3px;
}
#nav li.off ul li a:hover, #nav li.on ul li:hover a, #nav li.over ul li a {
	background: none;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	padding-left: 3px;
}

/* MAIN MENU */
.menu {
	position: relative;
	width: 100%;
	height: 29px;
	margin-top: 3px;
	margin-left: 4px;
}
#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#cssdropdown li {
	float: left;
	position: relative;
	background: #ffffdd url(/ui/css/graphics/button-yellow.png);
	width: 102px;
	height: 26px;
	margin-right: 3px;
	text-align: center;
}
#cssdropdown p {
	margin:0;
	padding-top: 4px;
}
li.mainitems a {
	color: #cc0000;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 100%;
	padding-top: 2px;
}
li.mainitems a:hover {
	text-decoration: underline;
}
h2.header a {
	font-family: georgia, serif;
	color: #c00;
	text-align: center;
	text-decoration: none;
}
h2.header a:hover {
	text-decoration: none;
}
#cssdropdown li.highlight {
	background: #ffffdd url(/ui/css/graphics/button-green.png);
}
#cssdropdown li.highlight a {
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 100%;
	padding-top: 2px;
}
#cssdropdown li>ul {
	/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

/* The login bar under the header */
#login {
	text-align: right;
	margin: 2px 4px;
	font-size: 95%;
	padding: 5px 0 3px 0;
}

/* Search form */
#searchform {
	position: relative;
	width: auto;
	float: right;
	margin: 0 20px 10px 0;
}
form#search fieldset {
	border: 0;
}
form#search fieldset label {
	font-size: 16px;
}
form#search fieldset input.submit {
	border: 1px solid #333333;
	background-color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: verdana, geneva, sans-serif;
}
#searchform form#search fieldset input#s.search {
	width: 120px;
	background-color: #eeeeee;
	border: 1px solid #333333;
	margin-top: 2px;
	padding: 2px 0 1px 0;
	font-family: verdana, geneva, sans-serif;
}
#searchform form#search fieldset input#s.search:hover {
	border: 1px solid #00f;
}

/* End Search Form */

#leftsidebar {
	background-color: #ffe371;
	border: 1px solid #FFCB00;
	z-index: 0;
}
#rightsidebar {
	background-color: #ffe371;
}
.roundcont {
	width: 468px;
	background-color: #fc0;
	color: #fff;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.roundcont p {
	margin: -9px 15px -9px 15px;
	font-family: verdana, sans serif;
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.roundtop {
	background: url(/ui/headers/weathercenter/tr.gif) no-repeat top right;
}
.roundbottom {
	background: url(/ui/headers/weathercenter/br.gif) no-repeat bottom right;
}
img.corner {
	width: 11px;
	height: 11px;
	border: none;
	display: block !important;
}
/* moon page */

#moon {
	margin: 0;
}
#riseset {
	width: 170px;
	padding: 5px;
	float: left;
	text-align: center;
	height: 200px;
	background-color: transparent;
	margin: 0 7px 5px 0;
	_margin: 0 8px 5px 0;
	border: #cccccc 1px solid;
}
#bestdays {
	width: 170px;
	padding: 5px;
	float: left;
	margin: 0 7px 5px 0;
	_margin: 0 8px 5px 0;
	text-align: center;
	height: 200px;
	background-color: transparent;
	border: #cccccc 1px solid;
}
#moonadvice {
	width: 170px;
	padding: 5px;
	float: left;
	margin: 0 0 5px 0;
	_margin-right: 0 0 5px 0;
	text-align: center;
	height: 200px;
	background-color: transparent;
	border: #cccccc 1px solid;
}
#moonadvice em {
	font-size: 90%;
	line-height: 11px;
}
.riseset-moon {
	float: left;
	text-align: center;
	padding: 1px;
}
.riseset-text {
	float: left;
	text-align: left;
	padding: 10px 10px 12px 10px;
	font-size: 96%;
}
#riseset img {
	float: left;
	padding: 5px;
}

/*#riseset h3 {
	font-family: georgia, serif;
	font-weight: bold;
	display: block;
	color: #c00;
	font-size: 120%;
	margin-right: 5px;
}*/
#moon p {
	font-weight: bold;
	display: block;
	color: #000;
	font-size: 100%;
}

#best {
	border: #EEEEEE 1px solid;
}
#clearboth {
	clear: both;
}



#holelink
{
	position: relative;
	top: 35px;
	left: 16px;
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -9000px;
	cursor: pointer;
	outline: none;
}
a.holelink:hover
{
	display: inline-block;
	filter:alpha(opacity=0);
	opacity: .0;
	-moz-opacity: .0;
}
