.calendar_input
{
	font-family:Verdana,Arial;
	font-size:8pt;	
	width:100%;
	margin-right:5px;
	margin-top:2px;
}

.calendar_img
{
	margin-top:2px;
}

.calendarFrame
{
	position:absolute;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
}

.calendarBody
{
	border-collapse:collapse;
	border:solid 1px darkgray;
}

.calendarHeader,.calendarFooter
{
	font-family:Verdana,Arial;
	font-size:7pt;
	background-color:#eeeeee;
	font-weight:bold;
	text-align:center;	
	border:solid 1px darkgray;
}

.calendarWeekDay,.calendarSunday
{
	text-align:center;
	font-size:8px;
	color:black;
}

.calendarSunday
{
	color:Red;
}

.calendarCell
{
	font-family:Verdana,Arial;
	font-size:7pt;
	background-color:white;
	text-align:center;	
	border:solid 1px darkgray;
	cursor:pointer;
	height:23px;
	padding:1px 1px 1px 1px;
}

.calendarSundayCell
{
	font-family:Verdana,Arial;
	font-size:7pt;
	background-color:white;
	text-align:center;	
	border:solid 1px darkgray;
	cursor:pointer;
	color:red;
	height:23px;
	padding:1px 1px 1px 1px;
}

.calendarSelectedSundayCell
{
	font-weight:bold;
	font-family:Verdana,Arial;
	font-size:7pt;
	background-color:white;
	background-color:#eeeeee;
	text-align:center;	
	border:solid 1px darkgray;
	cursor:default;
	color:red;
	height:23px;
}

.calendarSelectedCell
{
	font-weight:bold;
	font-family:Verdana,Arial;
	font-size:7pt;
	background-color:white;
	background-color:#eeeeee;
	text-align:center;	
	border:solid 1px darkgray;
	cursor:default;
	height:23px;
}

.calendarButton
{
	border:solid 1px darkgray;
	background-color:#eeeeee;
	font-family:Verdana,Arial;
	font-size:7pt;	
}
