body,table {
	font-family: arial, sans-serif;
	font-size: 11px;
}
	
.top_days {
	background: #ffeb9c;
	border: 1px solid #dcdcdc;
	text-align: center;
	height: 20px;
   padding-top: 2px;
}
.days {
	background: #e9e9e9;
	//border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	//float: left; 
	//margin-right: 5px;
	height: 15px;
	padding: 3px 0 0 3px;
}
.days_box {
	width: 72px; 
	height: 100px; 
	border: 1px solid #c9c9c9; 
	vertical-align: top;
}
.event {padding: 2px 5px;}
.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: 17px;
	font-weight: bold;
	background: transparent url(/cal/imgs/calendar_date_bg.jpg) repeat-x scroll 0%;
	display:block;
	height: 22px;
	margin-bottom: 15px;
}

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