@charset "utf-8";
/* CSS Document */
.calendar{
	font-family:"Century Gothic", sans-serif;
	font-size:12px;
	color:#999;
	margin-bottom:20px;
}
#item_left .calendar{
	font-family:"Century Gothic", sans-serif;
	font-size:10px;
	color:#999;
	margin-top:20px;
	margin-left:-20px;
}

.cal_content{
	width:30px;
	height:20px;
	border:solid 2px #CCC;
}

#item_left .cal_content{
	width:20px;
	height:14px;
	border:solid 2px #CCC;
}

.cal_empty{
	width:30px;
	height:20px;
	border:solid 2px #CCC;
	background-color:#999;
}

#item_left .cal_empty{
	width:20px;
	height:14px;
	border:solid 2px #CCC;
	background-color:#999;
}

.cal_head a{
	text-decoration:none;
}

.cal_days{

}

.cal_today{
	border:solid 2px #F90;
	background-color:#e4e8e9;
}

.cal_event{
	width:30px;
	height:20px;
	border:solid 2px #CCC;
	color:#fff;
	background-color:#4a8dac;
}

.cal_event2{
	width:30px;
	height:20px;
	border:solid 2px #CCC;
	color:#fff;
	background-color:#4a8dac;
}

#item_left .cal_event{
	width:20px;
	height:14px;
	border:solid 2px #CCC;
	color:#fff;
	background-color:#4a8dac;
}

#item_left .cal_event2{
	width:20px;
	height:14px;
	border:solid 2px #CCC;
	color:#fff;
	background-color:#4a8dac;
}

.cal_event a, .cal_event2 a{
	border:none;
	text-decoration:none;
}

#item_left .cal_event a, #item_left .cal_event2 a{
	border:none;
	text-decoration:none;
}
