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

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

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

.cal {
	background: #006600;
	width: 100%; 
}

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

.calhead img {
	border: none;
}

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

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

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

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

.day {
	float: right;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}

a.calendarlink:link {
	color: #000000;
	font-size:12px;
}
a.calendarlink:visited {
	color: #000000;
	font-size:12px;
}
a.calendarlink:hover {
	color: #CCCCCC;
	font-size:12px;
}
a.calendarlink:active {
	color: #000000;
	font-size:12px;
}