/* Calendar */
.Calendar 
{
	position: absolute;
	display: none;
	padding: 5px;
	width: 200px;
	height: 200px;
	background-color: #ebebea;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color: #353535;
	text-align: left;
	border: solid 1px #003e5f;
}
.CalendarFrame
{
	position: absolute;
	display: none;
	width: 212px;
	height: 180px;
}
.Calendar table {
	width: 100%;
}
.Calendar select {
	width: 100%;
}
.Calendar .Date {
	table-layout: fixed;
}
.Calendar .Date th {
	background-color: #003e5f;
	color: #f0f0f0;
	font-size: 8pt;
	font-weight: normal;
}
.Calendar .Date th, .Calendar .Date td {
	width: 22px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}
.Calendar .Date td {
	border: solid 1px #003e5f;
	background-color: #ebebea;
	color: #353535;
	cursor: pointer;
	_cursor: hand;
}
.Calendar .Date td.None {
	border: 0px;
	cursor: default;
}
.Calendar .Date td.Selected
{
	background-color: #003e5f;
	color: #f0f0f0;
}
/* End Calendar */