
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
}

.calendar-wrapper {
	text-align:center;
	background-color:#f3f3f3;
	padding:5px;
}


.calendar-weekEndSut {
	border:1px solid #FFCCCC !important;
	border-left:0px !important;
}

.calendar-weekEndSun {
	border:1px solid #FFDDDD !important;
	border-right:0px !important;
}

.calendar-wrapper a {
	width:100%;
	color: #666666;
	border:1px solid #f3f3f3;
	text-decoration:none;
	padding:0px 4px;
}	

.calendar-wrapper a:hover {
	color:white;
	border:1px solid #000000;
	background-color: red;
	padding:0px 4px;	
}

.calendar-dayLength td {
	font-weight:bold;
	background-color:#CCCCCC;
}

.calendar-datesLength td {
	text-align:center;
}

.calendar-datesLength a {
	display:block;
	width:72%;
	height:90%;
}


.calendar-datesLength:hover {
	background-color:#e7e7e7;
}

.calendar-outDay {
	color:#cccccc !important;
}

.calendar-selectedDay {
	border:1px solid #009933 !important;
	font-weight:bold;
}

.calendar-today {
	background-color:#dddddd;
	font-weight:bold;
}
