/*--------------------- Schedule Start ---------------------*/
#frmSchedule {
	text-align:center;
}
#frmSchedule a {
	font-size:16px;
}

table#calendar {
	margin-top:10px;
	border-collapse:collapse;
}

table#calendar thead td {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CC6600;
	font-weight:bold;
	height:25px;
}

table#calendar td {
	border: 1px solid #000066;
	height:100px;
	background: #FFFFFF;
	vertical-align:top;
}
table#calendar td.emptyDate {
	background: #F2F2F2;
}
table#calendar td.todayDate {
	background: #F8E8CE;
}
table#calendar .dayNum {
	text-align:center;
	background: #EDEDED;
	width:15px;
	margin:-2px 0 10px -2px;
	padding:3px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-size:10px;
	font-weight:bold;
}
/*--------------------- Schedule End ---------------------*/



