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

#calback {
	background: #f1b310 ;
	width: 155px;

}

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

.cal {
	background: #FFFFFF;
	width: 160px;

}

.calhead {
	background: orange;
	width: 160px;
	font-weight: bold;
	color: #000;
	font-size: 10px;      
}

.calhead img {
	border: none;
}

.dayhead {
	height: 15px;
	
	background: #FFFFFF;
}

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




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

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

.day {
text-align:center;
}


.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}