body,table {
	font-family: arial, sans-serif;
	font-size: 11px;
}
	
.top_days {
	background: #ffeb9c;
	border: 1px solid #dcdcdc;
	height: 18px;
	text-align: center;
}
.days {
	background: #e9e9e9;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	float: left; 
	margin-right: 5px;
	padding: 2px; 
}
.small_days {
	background: #e9e9e9; 
	border-bottom: 1px solid #bebebe; 
	border-right: 1px solid #bebebe; 
	padding: 2px; 
	text-align: center; 
	vertical-align: top;
}

.date_header {
text-align: center;
font-size: 15px;
font-weight: bold;
background: transparent url(/cal/imgs/calendar_date_bg.jpg) repeat-x scroll 0%;
display:block;
padding:5px;
}

.calendar_bg {
	background: transparent url(/cal/imgs/calendar_bg.jpg) no-repeat scroll 50%;
}