 /******
 * 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-style: outset;
	border-width: 2px;
	border-color: #777777;
	background-color: #FFFFFF;
	display: none;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	-moz-border-radius:12px;
	}
#calenderTable TD {
	text-align: center;
	font-size: 8pt;
	width: 24px;
	}
#calenderTableHead TR {
	background-color: white;
	}
#calenderTableDays TR {
	background-color: #eeeeee;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	}
#selectMonth, #selectYear {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	}
#calenderTable A {
	color: red;
	text-decoration: none;
	font-size: 10pt;
	font-family: "tahoma";
	font-weight: bold;
	}
#calenderTable A:hover {
	color: red;
	text-decoration: none;
	}
.normalDay {
	border: 0px solid white;
	color:#000000;
	cursor: pointer;
	font-family: verdana;
	}
.hlDay {
	border: 0px solid #FFFFAA;
	background-color: #FFFFAA;
	color: black;
	cursor: pointer;
	font-family: verdana;
	font-weight: bold;
	}
.toDay {
	border: 0px solid #eeeeee;
	background-color: #eeeeee;
	font-weight: bold;
	font-family: verdana;
	cursor: pointer;
	}
.choosenDay {
	border: 0px solid #A8FAA8;
	background-color: #A8FAA8;
	color: black;
	font-weight: bold;
	font-family: verdana;
	cursor: pointer;
	}