
.calSelectTable {
	margin: 0px;
	border: none;
text-align :right;
}
.calDaysTable {
	margin: 0px;
	border: none;
	width: 163px;
}
/* Month and Year Date imput control */
.calMonCtrl {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	width: 90px;
}
.calYearCtrl {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	width: 70px;
}
.calWTitle {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border :1px solid;
	border-color :#EBEBEA;
	text-align: center;
	color: #004C8E;
	font-weight: bold;
	height: 20px;
	width: 20px;
}
.calDayCurrent {
	border :1px dotted;
	border-color :#000;
	color: #000
}
.calDayCurrent a {
	
	color: #000;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none
}
.calDayWeekend {
	border :1px solid;
	border-color :#EBEBEA;	
}
.calDayWeekend a {
	color: #0FA0EF;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none
}
.calDayWeekend a: hover {
	color: #FFA200;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none
}
.calDayWorking {
	border :1px solid;
	border-color :#EBEBEA;	
}
.calDayWorking a {
	font-weight: bold;
	font-size: 10px;
	text-decoration:none
}
.calDayWorking a:hover {
	font-weight: bold;
	font-size: 10px;
	color: #FFA200;
	text-decoration:none
}
.calThisMonth {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
}
.calThisMonth a{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
}


.calOtherMonth {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #7794AD;
}
.calOtherMonth a {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #7794AD;
	text-decoration:none
}
.calOtherMonth a:hover{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #7794AD;
	text-decoration:none
}
