/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2009 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */
#weekday {font-family:arial, sans-serif; font-size:13px;}
#weekday label {display:block; float:left; width:200px; text-align:right; padding: 5px 10px 0 0; color:#800; font-weight:bold;}

.picker {margin-bottom:-3px; cursor:pointer;}
.calendarHolder {position:relative; top:2px; z-index:200;}
* html .calendarHolder {top:0;}

.calendarTable {font-family:arial, sans-serif; border-collapse:collapse; border:2px solid #600; display:none; position:absolute; left:35px; top:2px; background:#fff;}
.calendarTable caption {background:#fff; color:#600; padding:2px 0; font-size:12px; font-weight:bold;}
.calendarTable th {font-size:11px; text-align:center; color:#800; background:#ddd; border:1px solid #aaa; padding:3px;}
.calendarTable td {font-size:11px; text-align:center; border:1px solid #aaa; padding:0 3px;}
.calendarTable td.current {background:#800; color:#fff;}
.calendarTable .weekend {background:#ccc;}
.calendarTable td.dates {cursor:pointer;}
