 /******
 * 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: 200px;
	font-family: ms sans serif, sans serif;
	font-size: 7pt;
	}

#calenderTable {
	border: 1px outset black;
	background-color: #FFF;
	display: none;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	}
#calenderTable TD {
	text-align: center;
	font-size: 7pt;
	width: 21px;
	}
#calenderTable TR {
	height: 21px;
	}
#calenderTableHead TR {
	background-color: white;
	height: 25px;
	}
#calenderTableDays TR {
	background-color: silver;
	height: 18px;
	}
#selectMonth, #selectYear {
	font-family: ms sans serif, sans serif;
	font-size: 7pt;
	border-width: 0px;
	border-style: none;
	}

#calenderTable A {
	color: blue;
	text-decoration: none;
	font-size: 11pt;
	font-family: "courier new";
	}
#calenderTable A:hover {
	color: blue;
	text-decoration: none;
	}

#calender TD:hover {
border: 1px solid black;
        }
.normalDay {
	border: 1px dotted black;
	cursor: pointer;
	}
.hlDay {
	border: 1px dotted black;
	background-color: #F5F5F5;
	color: blue;
	cursor: pointer;
	}
.toDay {
	border: 1px solid #00D;
	background-color: #8DF;
	color: #00D;
	font-weight: bold;
	cursor: pointer;
	}
.choosenDay {
	border: 1px solid green;
	background-color: #A8FAA8;
	color: green;
	font-weight: bold;
	cursor: pointer;
	}