 /******
 * This stylesheet is part of the Calender Date Picker Script, downloaded from http://start.excudo.net
 *
 * See calender_date_picker.js for license details
 *
 * Author: Martijn Korse
 * Website: http://devshed.excudo.net
 *
 * Date: 2006-09-07 07:53:21
 ***/
#calender {
	width: 172px;
	font-family: ms sans serif, sans serif;
	font-size: 7pt;
	}

#calenderTable {
	width: 168px;	
	display: none;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	background: #EBF3BD;
}

#calenderTable thead {
	background: #C6BDD6;
}

#calenderTable thead td{
	background: #C6BDD6;
}


#calenderTable TD {
	text-align: center;
	font-size: 7pt;
	width: 20px;
	height: 10px;
	padding: 2px;
}
	
	
#calenderTableDays TR {
	background: #C6BDD6;
	border: 1px solid #442A78;
	color: #442A78;
	}
#selectMonth, #selectYear {
	font-family: ms sans serif, sans serif;
	font-size: 7pt;
	border-width: 0px;
	border-style: none;
	}

#calenderTable A {
	color: #442A78;
	text-decoration: none;
	font: 11pt "courier new";
	}
#calenderTable A:hover {
	color: #442A78;
	text-decoration: none;
	background: #C6BDD6;
	}
.normalDay {
	border: 1px solid #442A78;
	cursor: pointer;
	color: #442A78;
	background: #D5E18B;
	}
.hlDay {
	border: 1px dotted black;
	color: #442A78;
	cursor: pointer;
	background: #C6BDD6;
	}
.toDay {
	border: 1px solid #442A78;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	background: #442A78;
	}
.choosenDay {
	border: 1px solid #A9C72C;
	color: #442A78;
	font-weight: bold;
	cursor: pointer;
	background: #ACB84E;
	}
