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

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

#calendar {
	width: 100%;
	width: 100px;
	height: 100%;
	height: 100px;
	
	margin: -40px 0 0 190px;
}

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

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

.calhead img {
	border: none;
}

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

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

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

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

.day {
	float: right;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}

.dayoutfest {
	background: #D13838;
}

td.fest {background-color:  #D13838;}
//td.fest {background-color:  #F5F5F5;}

A.dia:visited {text-decoration:none;color:#000;}
A.dia:active {text-decoration:none;color:#000;}
A.dia:link {text-decoration:none;color:#000}
A.dia:hover {text-decoration:none;color:#000}

