.box_calendar {

}

.box_month {
	border:2px solid black;
	padding:15px;
}

.box_day_of_month_empty {
	width:14%;
	display:inline-block;
	border:none;
	height:100px;
	vertical-align:top;	
}

.box_day_of_month {
	width:14%;
	display:inline-block;
	border-top:1px solid silver;
	height:160px;
	vertical-align:top;
	font-size:13px;
	line-height:16px;
	overflow:hidden;
}

.box_day_of_month

.event_day_element_month {
	
}


.box_week {
	border:2px solid black;
}

.box_day_of_week {
	width:14%;
	display:inline-block;
	border-left:1px solid silver;
	height:auto;
	vertical-align:top;
	font-size:13px;
	line-height:16px;
}

.box_day_of_week a {
	color:blue !important;
	font-weight:bold;
}

.box_day_of_month:hover, .box_day_of_week:hover {
	background:#e3e3e3;
	height:auto;
}

.event_day_element_week {
	
}

.event_day_element_month:hover, .event_day_element_week:hover {
	background:gray !important;
	color:white !important;

}

.calendar_head {
	font-weight:bold;
	border-bottom:2px dashed black;
}