td {
	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
	padding: 1px;
}

#calback {
	background: #76C9E0 url('images/calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 220px;
}

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

.cal {
	background: #0073AA;
	width: 100%; 
}

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

.calhead img {
	border: none;
}

.dayhead {
	height: 16px;
	background: #009ddc;
	font-size:12px;
	font-weight:bold;
}

.dayhead td {
	text-align: center;
	color: #fff;
}

.dayrow {
	background: #FFF;
	height: 28px;
	font-size: 16px;
	line-height:26px;
	font-weight:normal;
}

.dayrow td {
	width: 50px;
	color: #009DDC;
}

.day {
	text-align:center;
	/*float: center;*/
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}