
.calendarHeader {
	font-size: 20pt;
	font-weight: bold;
}

.calendarToday { 
    background-color: #99ccff;
}



.selectDate table{
	border-top:solid #00CED1 1px;
	border-left:solid #00CED1 1px;
	padding:0px;	
}

.selectDate TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	vertical-align: top;
	margin: 0px;
	padding-right:2px;
	border-bottom:solid #00CED1 1px;
	border-right:solid #00CED1 1px;
}

.selectStyle {
	width:100px;
	height:17px;	
}

.weekend a:active{
	color:red;	
}
.weekend a:link{
	color:red;	
}
.weekend a:visited{
	color:red;	
}

