td {
	font-size: 11px; 
	font-family: Tahoma; 
	text-decoration: none
	padding: 3px;
}
table {
	font-size: 11px; 
	font-family: "Tahoma"
	border-collapse: collapse;
}
#calback {
	background: #FFFFFF url('calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 200px;
}

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

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

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

.calhead img {
	border: none;
}

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

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

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

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

.day {
	float: right;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}