@charset "utf-8";
/* CSS Document */

#date_box .fc-prev-button,
#date_box .fc-next-button {
    width:14px;
	height:20px;
	border:none;
	text-indent:-9999px;
    background: center no-repeat;
    position: absolute;
    top: 0;
}
#date_box .fc-prev-button {
    background-image: url(../images/date_prev.png);
    right: 126px;
}
#date_box .fc-next-button {
    background-image: url(../images/date_next.png);
    right: 0;
}
#date_box .fc-center {
	height:20px;
	background:#EEEEEE;
	border:#E3E3E3 1px solid;
	padding:0 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    position: absolute;
    top: 0;
    right: 22px;
}
#date_box .fc-center h2 {
    color:#46311F;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}
#date_box .fc-day-header {
    background: #4DA8D9;
    color: #FFF;
    font-size: 12px;
    line-height: 25px;
}
#date_box .fc-row {
    min-height: 0;
    max-height: 25px;
}
#date_box .fc-day {
    font-size: 12px;
    border-color: #ADD7ED;
}
#date_box .fc-day-number {
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    padding: 0;
}
#date_box .fc-bgevent {
    position: relative;
    z-index: -1;
    opacity: 0.9;
    filter: alpha(opacity=90);
    border: 1px solid #ADD7ED;
}
#date_box .info {
    margin-top: 6px;
}