/* ================================================================ 
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:absolute; top:300px; left:600px; width:350px; height:306px; border:1px solid #000; background:
#fff url(files/calendarbackground.jpg); margin:0 auto;}
#calendar h2 {position:absolute; width:240px; left:110px; top:170px; text-align:center; font-size:2em;}
#calendar h3 {position:absolute; width:240px; left:110px; top:265px; text-align:center; font-size:0.8em; font-weight: bold; font-style: italic;}
#year a {text-decoration:none; color:#000; font-weight: normal;}
#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; background:#2e000e; height:46px; font-size:7.5pt;}
#year table caption {color:#fff; height:32px; line-height:32px; padding:0; margin:0; background:#9973b9; font-size:1.5em;}
#year table thead th {text-align:center; background:#2e000e; color:#fff;}
#year li table {display:none;}
#year li:hover {cursor:default; background:#baa0cf; color:#fff;}
#year li:hover table {display:block; position:absolute; left:110px; top:0; background:#baa0cf;}
#year td a {display:block; border:1px solid #000; margin:-1px; color:#fff;}
#year td a:hover {display:block; background:#fff; color:#000;}