td {
	
	font-family: Georgia, Times, serif;
	padding: 3px;
}

#calback {
	background: url('../images/Calend/calWaiting.gif') no-repeat 50% 100px;
	margin: 0 0 0 20px;
	width: 209px;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	/* background: #5e1600; */ 
	width: 240px; 
}

.calhead {
	width: 100%;
	font-weight: normal;
	color: #ac3300;
	font-size: 20px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 25px;
	/* background: #EEE; */
}

.dayhead td {
	text-align: center;
	color: #666666;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.dayrow {
	background: #fbf7f0;
	text-align: center;
	height: 30px;
	padding: 3px 0 0 0;
}

.dayrow td {
	width: 60px;
	color: #000;
	font-size: .9em;
	border-top: 1px dotted #666666;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.dayrow a {
	color: #009999;
	text-align: center;
}

/*.day {
	float: right;
}

.dayover {
	background: #aa5e47;
}

.dayout {
	background: #FFF;
}
*/