@charset "utf-8";
#small_calendar {
	width:180px;
	max-height:200px;
	color:#333;
	margin-bottom:5px;
	margin-top:2px;
}

.small_calendar {
	background-color: #F5F5F5;
}

.days_ofweek_box {
width:12px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000;
text-align:center;
}

.date_box_small_empty {

}

.date_box_small_empty:hover {
	background-color:#FFC;
}


.datebox_small_event {
	height:10px;
	background-color: #69C;
	width:12px;
}

.datebox_small_event:hover {
	height:10px;
	width:12px;
	background-color: #69F;
}

.datebox_small_event_red {
	height:10px;
	background-color: #C33;
	width:12px;
}

.datebox_small_event_red:hover {
	height:10px;
	width:12px;
	background-color: #F30;
}

.datebox_small_event_green {
	height:10px;
	background-color: #6C6;
	width:12px;
}

.datebox_small_event_green:hover {
	height:10px;
	width:12px;
	background-color: #1CD312;
}

.datebox_small_event_orange {
	height:10px;
	background-color: #F90;
	width:12px;
}

.datebox_small_event_orange:hover {
	height:10px;
	width:12px;
	background-color: #FC0;
}


