* {
	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(/calendar/imgs/calendar_date_bg.jpg) repeat-x 50%;
padding:5px;
}

.calendar_bg {
	background: transparent url(/calendar/imgs/calendar_bg.jpg) no-repeat scroll 50%;
}

.error_box {
 	font-size: 10px; 
 	padding: 5px; 
 	border: 1px solid red; 
 	background: #ffdcd4;
 }
 
