/* Calendar Main Div Style */
.mainDiv_
{
	position: absolute;
	z-index: 500;
}

/* Calendar Main Table Style */
.calendarTable_
{
	width: 148px;
	background-color: #C5C5C5;
}

/* Calendar Title Row Style */
.titleRow_
{
	font-family: arial; 
	font-weight: bold; 
	font-size: 10px; 
	color: #585858; 
	filter: progID:DXImageTransform.Microsoft.Gradient(gradientType='0', startcolorStr='#DBDBDB', endcolorStr='#EDEDED');
	background-color: #E0E0E0;
	height: 16px;
}

/* Calendar Year Row Style */
.yearHeadingRow_
{
	font-family: arial; 
	font-weight: bold; 
	font-size: 10px; 
	color: #585858; 
	filter: progID:DXImageTransform.Microsoft.Gradient(gradientType='0', startcolorStr='#BAE4F5', endcolorStr='#ECF9FF');
	background-color: #BAE4F5;
	height: 14px;
}

/* Calendar Month Row Style */
.monthHeadingRow_
{
	font-family: arial; 
	font-weight: bold; 
	font-size: 10px; 
	color: #585858; 
	background-color: #FBFBD7;
}

/* Calendar Week Days Cells Style */
.daysHeadingCell_
{
	font-family: arial; 
	font-weight: normal; 
	font-size: 9px; 
	width: 20px; 
	height: 14px;	
	color: #000000; 
	background-color: #DEF3FF;
}

/* Calendar Blank Cells Style */
.blankCell_
{
	font-family: arial; 
	font-weight: normal; 
	font-size: 9px; 
	width: 20px;
	height: 14px;		
	color: #000000; 
	background-color: #EEEEEE;
}

/* Calendar Disabled Cells Style for Expiry */
.disabledCell_
{
	font-family: arial; 
	font-weight: normal; 
	font-size: 9px; 
	width: 20px;
	height: 14px;		
	color: #C2C2C2; 
	background-color: #EEEEEE;
}

/* Calendar Normal Cells Style */
.normalDateCell_
{
	font-family: arial; 
	font-weight: normal; 
	font-size: 9px;
	text-align: center;
	width: 20px; 
	height: 14px;
	color: #000000; 
	background-color: #FFFFFF;
}

/* Calendar Current Date Cell Style */
.todayDateCell_
{
	font-family: arial; 
	font-weight: bold; 
	font-size: 9px; 
	text-align: center;
	width: 20px; 
	height: 14px;
	color: #000000; 
	background-color: #FFFFE0;
}

/* Calendar Sunday Cells Style */
.sundayDateCell_
{
	font-family: arial; 
	font-weight: normal; 
	font-size: 9px; 
	text-align: center;
	width: 20px; 
	height: 14px;
	color: #000000; 
	background-color: #DEF3FF;
}

/* Date Cells Style On Mouse Over */
.dateOver_
{
	font-family: arial; 
	font-weight: bold; 
	font-size: 9px; 
	text-align: center;
	width: 20px; 
	height: 14px;
	cursor: pointer;
	color: #000000; 
	background-color: #FFFFE0;
}

/* Calendar Months Cells Style */
.monthCell_
{
	font-family: arial; 
	font-weight: normal; 
	font-size: 9px; 
	text-align: center;
	width: 48px; 
	height: 16px;
	color: #000000; 
	background-color: #FFFFFF;
}

/* Months Cells Style On Mouse Over */
.monthOver_
{
	font-family: arial; 
	font-weight: bold; 
	font-size: 9px; 
	text-align: center;
	width: 48px; 
	height: 16px;
	cursor: pointer;
	color: #000000; 
	background-color: #FFFFE0;
}

/* Calendar Years Cells Style */
.yearCell_
{
	font-family: arial; 
	font-weight: normal; 
	font-size: 9px; 
	text-align: center;
	width: 48px; 
	height: 16px;
	color: #000000; 
	background-color: #FFFFFF;
}

/* Years Cells Style On Mouse Over */
.yearOver_
{
	font-family: arial; 
	font-weight: bold; 
	font-size: 10px; 
	text-align: center;
	width: 48px; 
	height: 16px;
	cursor: pointer;
	color: #000000; 
	background-color: #FFFFE0;
}

/* Calendar Links Style */
A.linksCalendar_
{
	font-family: arial; 
	font-weight: bold; 
	font-size: 9px; 
	color: #585858; 
	text-decoration: none;
}

A.linksCalendar_:hover
{
	color: #FF0000;
}

/* Calendar Close & Clear Button Style */
A.linksButton_
{
	font-family: arial; 
	font-weight: bold; 
	font-size: 9px; 
	color: #585858; 
	text-decoration: none;
	text-align: center;
	border: #C5C5C5 1px solid;
	background-color: #EDEDED;
	padding-left: 2px;
	display: block;
	width: 14px;
	height: 12px;
}

A.linksButton_:hover
{
	color: #FF0000;
	background-color: #FBFBD7;
}

