
#calback {
	background: #FFF url('calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background: #9FC9FF;
	width: 100%; 
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 40px;
	background: #EFF6FF;
}

.dayhead td {
	text-align: center;
	color: #000;
	font-size:13px;
	font-weight:bold;
}

.dayrow {
	background: #FFF;
	height: 80px;
}

.dayrow td {
	width: 50px;
	color: #000;
	font-size:14px;
}

.day {
	float: left;
	
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}


.blue_link_u {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #003578;
	text-decoration: none;
}
a.blue_link_u:hover {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #003578;
	text-decoration: underline;
}