@CHARSET "UTF-8";

td.calendar {
	width:134px;
	overflow:auto;
	display:none;
}

div.monthAndYearHeader {
	border:1px solid black;
	text-align:center;
	margin:0px 0px 0px 0px;
}

div.daysHeader {
	margin:0px 0px 0px 0px;
	background-color: #fff;
}

 div.daysLabel {
	float:left;
	width:18px;
	height:18px;
	text-align:center;
	margin:0px;
	color: #b7c7fa;
	font-weight:bold;
	vertical-align:middle;
	font-family:'Verdana';
	font-size:10px;
}

div.dayOfMonth {
	float:left;
	cursor:pointer;
	/*border:1px solid black;*/
	width:18px;
	height:18px;
	text-align:center;
	padding-top:1px;
	padding-bottom:1px;
	margin:0px 0px 0px 0px;
	border:none;
	font-weight:bold;
	vertical-align:middle;
	font-family:'Verdana';
	font-size:10px;
}

 div.currentDayOfMonth {
	font-weight: bold;
}

div.blankDayOfMonth {
	cursor:default;
}


div.inactiveDayOfMonth {
	color:#999999;
	cursor:default;
}

div.selectedDayOfMonth {
	font-weight: bold;
	color:red !important;
}

 div.onMouseOver {
	text-decoration:underline;

}

div.clearBoth {
	height: 0px;
	clear: both;
	margin: 0px 0px 0px 0px;
}

div.sundayDayOfMonth {
	color:#0091C6;
}

td.leftVisibleCalendar {
	border-right: solid 1px #DDDDD7 !important;
	border-top: solid 1px #FFFFFF !important;
	
}

td.rightVisibleCalendar {
	border-top: solid 1px #FFFFFF !important;
	
}