/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/calendar3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#calendar {
	position:relative;
	width:350px;
	height:306px;
	border:3px solid #000;
	margin:0 auto;
	background-color: #A97E1A;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(/images/calendar.jpg);
}
#calendar h2 {
	position:absolute;
	width:240px;
	left:112px;
	top:150px;
	text-align:center;
	font-size:2em;
	color: #000000;
}
#year a {text-decoration:none; color:#000;}
#year {padding:54px 0 0 0; margin:0; list-style-type:none; width:110px;}
#year li {
	display:block;
	width:100px;
	height:17px;
	line-height:17px;
	padding-left:10px;
	background:transparent;
}
#year table {border-collapse:collapse; width:240px; height:270px;}
#year table td {height:33px; width:35px; text-align:center; line-height:33px;}
#year table tfoot td{
	width:240px;
	height:46px;
	background-color: #003E2B;
}
#year table caption {
	color:#FFFFFF;
	height:32px;
	line-height:32px;
	padding:0;
	margin:0;
	font-size:1.5em;
	background-color: #B3A160;
	font-weight: bold;
}
#year table thead th {
	text-align:center;
	color:#fff;
	background-color: #677119;
}
#year li table {display:none;}
#year li:hover {
	cursor:default;
	color:#fff;
	background-color: #003A6D;
}
#year li:hover table {
	display:block;
	position:absolute;
	left:110px;
	top:0;
	background-color: #003A6D;
}
#year td a {display:block; border:1px double #B3A160; margin:-1px; color:#fff; font-weight:bold;}
#year td a:hover {
	display:block;
	color:#FFFFFF;
	background-color: #B3A160;
	font-weight: bold;
}s
