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

#calback {
	background: #FFF url('/images/calWaiting.gif') no-repeat;
}

#calendar {
	width: 200px;
	height: 220px;
}
#calendar a{
	text-decoration:none;
}
.cal {
	background: #CCC;
	width: 100%; 
}

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

.calhead img {
	border: none;
}

.dayhead {
	height: 15px;
	background: #EEE;
}

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

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

.dayrow td {
	width: 10px;
	color: #000;
	font-size: .7em;
}

.day {
	text-align:center;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}