#calendar td {
	font-family: Arial, Veranda, sans-serif;
	padding: 2px;
	text-align:center;
}

#calback {
	background: #FFF url('calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 180px;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background: #A7BFC9;
	width: 100%; 
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 5px;
	background: #EEE;
	font-size:10px;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 15px;
}

.dayrow td {
	width: 20px;
	color: #000;
	font-size: 11px;
}

.day {
	cursor:pointer;
}
.day:hover{background: #EEE;}
.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}