
table{
	font-size: 12px;
}

TD.selectedDay{

	background: red;
	border: solid 1px #888888;
}



.calendarCell {

 	border: solid 1px #9BBDCC; 
	height: 50px;
	/*width:50px;*/
	font-weight: bold;
 }

.calendarCell a {
	color: #000;
	text-decoration: none;
}
.calendar{
	text-align:center;
	border-top: 0px;
	width: 690px;
	rules: all;
}


TD.calendarHeader{
	width: 90px;
	text-align: center;
	background: #fff;
}

.hiddenSpacer{
	border: 0px;
	padding-bottom: 1px;
}

