 /******
 * This stylesheet is part of the Calendar Date Picker Script, downloaded from http://start.excudo.net
 *
 * See calendar_date_picker.js for license details
 *
 * Author: Martijn Korse
 * Website: http://devshed.excudo.net
 *
 * Date: 2006-09-07 07:53:21
 ***/
#calendar {
	width: 220px;
	font-family: Verdana;
	font-size: 8pt;
	}

#calendarTable {
	border-style: solid;
	border-width: 4px;
	border-color: #000000;
	background-color: #000000;
	display: none;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	}
#calendarTable TD {
	text-align: center;
	font-size: 8pt;
	width: 21px;
	}
#calendarTableHead TR {
	background-color: #000000;
	}
#calendarTableDays TR {
	background-color: #000000;
	}
#selectMonth, #selectYear {
	font-family: Tahoma;
	font-size: 7pt;
	border-width: 0px;
	border-style: none;
	}

#calendarTable A {
	color: #FF0000;
	font-size: 9pt;
	font-family: "Tahoma";
	font-weight: bold;
	}
#calendarTable A:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
.normalDay {
	border: 0px dotted black;
	cursor: pointer;
	background-color: #CC0000;
	}
.hlDay {
	border: 0px dotted black;
	background-color: #000000;
	color: #FFFFFF;
	cursor: pointer;
	}
.toDay {
	border: 0px solid #fff;
	background-color: #FFCC00;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
	}
.choosenDay {
	border: 1px solid black;
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	}
.excludedDay {
	border-color: #AAA;
	color: #AAA;
	}
