/* Calendar Main Div Style */
.mainDiv_
{
	position: absolute;
	z-index:99999999 !important;
	border:3px solid #7a553f;
}
/* Calendar Main Table Style */
.calendarTable_
{
	width: 208px;
	background-color: #ff6e00;
}
/* Calendar Title Row Style */
.titleRow_
{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
	color: #ffffff; 
	background-color: #7A6B62;
	height: 16px;
}
/* Calendar Year Row Style */
.yearHeadingRow_
{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	color: #707070; 
	background-color: #ffffff;
	height: 14px;
}
/* Calendar Month Row Style */
.monthHeadingRow_
{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	color: #707070; 
	background-color: #ffffff;
}
/* Calendar Week Days Cells Style */
.daysHeadingCell_
{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	width: 20px; 
	height: 14px;	
	color: #ffffff; 
	background-color: #7A6B62;
}
/* Calendar Blank Cells Style */
.blankCell_
{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 9px; 
	width: 20px;
	height: 14px;		
	color: #000000; 
	background-color: #ffffff;
}
/* Calendar Disabled Cells Style for Expiry */
.disabledCell_
{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 9px; 
	width: 20px;
	height: 14px;		
	color: #EB9CE7; 
	background-color: #ffffff;
}
/* Calendar Normal Cells Style */
.normalDateCell_
{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px;
	text-align: center;
	width: 20px; 
	height: 14px;
	color: #000000; 
	background-color: #FFFFFF;
}
/* Calendar Current Date Cell Style */
.todayDateCell_
{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	text-align: center;
	width: 20px; 
	height: 14px;
	color: #ffffff; 
	background-color: #98BF0E;
}
/* Calendar Sunday Cells Style */
.sundayDateCell_
{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	text-align: center;
	width: 20px; 
	height: 14px;
	color: #ffffff; 
	background-color: #7A6B62;
}
/* Date Cells Style On Mouse Over */
.dateOver_
{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 9px; 
	text-align: center;
	width: 20px; 
	height: 14px;
	cursor: pointer;
	color: #333333; 
	background-color: #98BF0E;
}
/* Calendar Months Cells Style */
.monthCell_
{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 9px; 
	text-align: center;
	width: 68px; 
	height: 16px;
	color: #000000; 
	background-color: #FFFFFF;
}
/* Months Cells Style On Mouse Over */
.monthOver_
{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 9px; 
	text-align: center;
	width: 68px; 
	height: 16px;
	cursor: pointer;
	color: #ffffff; 
	background-color: #98BF0E;
}
/* Calendar Years Cells Style */
.yearCell_
{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 9px; 
	text-align: center;
	width: 68px; 
	height: 16px;
	color: #000000; 
	background-color: #FFFFFF;
}
/* Years Cells Style On Mouse Over */
.yearOver_
{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 10px; 
	text-align: center;
	width: 68px; 
	height: 16px;
	cursor: pointer;
	color: #ffffff; 
	background-color: #ff6e00;
}
/* Calendar Links Style */
A.linksCalendar_
{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 9px; 
	color: #828282; 
	text-decoration: none;
}
A.linksCalendar_:hover
{
	color: #7A6B62;
}
/* Calendar Close & Clear Button Style */
A.linksButton_
{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 9px; 
	color: #828282; 
	text-decoration: none;
	text-align: center;
	border: #e8e8e8 1px solid;
	background-color: #f8e2a8;
	padding-left: 2px;
	display: block;
	width: 14px;
	height: 12px;
}
A.linksButton_:hover
{
	color: #828282;
	background-color: #98BF0E;
}