A.MonthNav 
{
	color: #FFFFFF; 
	font-family: Arial; 
	font-size: 8pt; 
	text-decoration: none;
}

A.MonthNav:hover 
{
	color: #FF0000; 
	font-family: Arial; 
	font-size: 8pt; 
	text-decoration: none;
}

A.CalDay 
{
	color: #000000; 
	font-family: Arial; 
	font-size: 8pt; 
	text-decoration: none;
}

A.CalDay:hover 
{
	color: #FF0000; 
	font-family: Arial; 
	font-size: 8pt; 
	text-decoration: none;
}

.Calendar 
{
	font-family: Arial;
	font-size: 8pt;
	border: 1px solid black; 
	border-collapse: collapse;
}

.Cancel 
{
	color: #FFFFFF; 
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: bold; 
	border: 0px solid black; 
	background-color: #373591; 
	text-align: center; 
	cursor: default;
}

.MonthName 
{
	color: #FFFFFF; 
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: bold; 
	border: 0px solid black; 
	background-color: #373591; 
	text-align: center; 
	cursor: default;
}

.WeekDay 
{
	color: #000000; 
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: bold; 
	border: 1px solid black; 
	background-color: #CCCCCC; 
	text-align: center; 
	cursor: default;
}

.Today 
{
	color: #FF0000; 
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: bold; 
	border: 1px solid black; 
	background-color: #CCCCCC; 
	text-align: center; 
	width: 15px; 
	height: 15px; 
	cursor: default;
}

.CurMonthDay 
{
	color: #000000; 
	font-family: Arial; 
	font-size: 8pt; 
	border: 1px solid black; 
	text-align: center; 
	width: 15px; 
	height: 15px; 
	cursor: hand;
}

.OtherMonthDay 
{
	color: #C0C0C0; 
	font-family: Arial; 
	font-size: 8pt; 
	border: 1px solid black; 
	text-align: center; 
	width: 15px; 
	height: 15px; 
	cursor: default;
}
#DatePicker 
{
	background-color: #FFFFFF;
	border: 2px solid black;
	text-align: center;
	width: 150px;
	height: 175px;
	padding: 3px;
	position: absolute;
}

.CalendarButton{
	background-image: url(../images/icon_calendar.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 20px;
	border: 0px;
}

INPUT.DatePicker 
{
	behavior:url(includes/DatePicker.htc)
}
