#calendar_table td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
}

#calback {
	background: #FFF url('images/calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 190px;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	background:#666666;
	width: 98%; 
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 20px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #000;
	font-size:10px;
}

.dayrow {
	background: #FFF;
	height: 20px;
}

.dayrow td {
	width: 20px;
	color: #000;
	font-size: 10px;
	font-weight:normal;
}

.day {
	float: right;
}
.day a {
	cursor:pointer;
	color:#666666;
	text-decoration:none;
	display:block;
	height:20px;
	width:20px;
	text-align:right;
}


.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}