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

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

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

.cal {
	background: #000;
	width: 174px;
	height: 204px; 
}

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

.calhead img {
	border: none;
}

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

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

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

.dayrow td {
	width: 50px;
	color: #000;
	font-size: 12px;
	text-align: center;
}

.day {
	float: right;
	
}
.day a{
	text-decoration: none; 
	color : #FFFFFF;
	padding:2px;
}
.dayover {
	background: #94122C;
	color:#FFFFFF;
}


.dayout {
	background: #FFF;
	color:#FFFFFF;
}

