@charset "utf-8";

.calender_box {
	float: right;
	width: 410px;
}

.calender {
	border: #3B3B3B solid 3px;
}

.calender .head{
	border-bottom: #3B3B3B solid 3px;
	min-height: 60px;
	text-align: center;
	position: relative;
}

.calender .head p.year{
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}

.calender .head p.month{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

.calender .head .controls{
	width: 200px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -100px;
}

.calender .head .controls a.previous{
	display: block;
	float: left;
	width: 23px;
	height: 28px;
	background: url(../images/common/arrow_l.png) no-repeat 0 0;
}

.calender .head .controls a.next{
	display: block;
	float: right;
	width: 23px;
	height: 28px;
	background: url(../images/common/arrow_r.png) no-repeat 0 0;
}

.calender .head .controls a:hover{
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.calender table{
	width: 100%;
	margin: 15px 0;
}

.calender th{
	width: 42px;
	height: 42px;
	vertical-align: top;
	text-align: center;
	padding: 8px 0 0;
}

.calender td{
	width: 42px;
	height: 42px;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	padding: 8px 0 0;
}

.calender td.current{
	background-color: #FFE200;
}

.calender td p.status{
	padding: 5px 0 0;
	text-align: center !important;
}

.calender td p.status span{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 1px;
}

.calender_box div.status{
	padding: 15px 0;
	border-bottom: #C0C0C0 solid 1px;
}

.calender_box div.status span{
	display: inline-block;
	padding: 0 10px 0 0;
	font-size: 12px;
}

span.all { background-color: #ff7000; width: 8px; height: 8px; margin: 0 1px; padding: 0 !important; }
span.ex { background-color: #9A001A; width: 8px; height: 8px; margin: 0 1px; padding: 0 !important; }
span.event { background-color: #44B76F; width: 8px; height: 8px; margin: 0 1px; padding: 0 !important; }
span.main { background-color: #3C89E5; width: 8px; height: 8px; margin: 0 1px; padding: 0 !important; }
span.annex { background-color: #FF56FF; width: 8px; height: 8px; margin: 0 1px; padding: 0 !important; }
span.closed { background-color: #B0B0B0; width: 8px; height: 8px; margin: 0 1px; padding: 0 !important; }

.calender_box .calender_txt p{
	max-width: 100%;
	padding: 15px 0;
	line-height: 18px;
	font-size: 12px;
}

