
#calback {
	background: #FFF;
	margin: 0 auto;
	width: 300px;
}

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

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

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

.calhead img {
	border: none;
}

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

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

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

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

.day {
	
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}