/* calender */
#cal{
	width: 280px;
	margin: 0 auto;
}
.fc-header{
margin: 10px 0 0 0;
width: 280px;
}
.fc-header td{
	vertical-align: bottom;
}
.fc-header-left{	width:50%;}
.fc-header-right{	width:30%;}
.fc-header-right table{
width: 100%;
}
body.double div#utilities div.reserve h2.fc-header-title{
	background-image: none;
	text-indent: 0px !important;
	height: auto;
}
.fc-view table{
	border: 1px solid #ccc;
}
.fc-view table th{
	background: #ededed;
	text-align: center;
	border: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;

}

.fc-view table td{
	border: 1px dotted #ccc;
}
.fc-view table th,
.fc-view table td{
	font-size: 12px;
	vertical-align: top;
	padding: 2px;
	width: 40px;
}

div.content .fc-day-number{
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: right;
}
.fc-today{	background: #ffc;	color: #c84;}
.fc-sun{	color: #c44;}
.fc-sat{	color: #46c;}

.fc-other-month{	color: #ccc;}
.fc-other-month.fc-sun{	color: #eaa;}
.fc-other-month.fc-sat{	color: #9ae;}

.fc-event{
	background: #d00;
	border-color: #600;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	font-size: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.fc-corner-left{
	border-left-width: 1px;
}
.fc-corner-right{
	border-right-width: 1px;
}

.fc-event a{
	line-height: 1em;
	color: #fff;
}
.fc-event a:hover{
	text-decoration: none;
}

.fc-header-right span{
	cursor: pointer;
}

.note{
	padding: 5px 0px 5px 26px;
	font-size: 11px;
	list-style: none;
}
.note li{
	vertical-align: top;
}
.note span.fc-event{
	color: #fff;
	display: inline-block;
	padding: 2px;
	line-height: 1.2em;
	text-align: center;
	vertical-align: top;
	width: 25%;
}
.note span.commentary{
	color: #800;
	display: inline-block;
	margin: 2px;
	vertical-align: top;
	width:65%;
	line-height: 1.2em;
}
.fc-state-default{
	border: 1px solid #666;
	padding: 0px;
}
.fc-state-default a{
	color: #333;
	padding: 2px 3px 3px 2px;
	text-decoration: none;
	display:block;
	line-height: 1.2em;
	font-size: 12px;
	font-weight: bold;
	background: #eee;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #aaa #aaa #fff;

}
.fc-state-default a:hover{
	padding: 3px 2px 2px 3px;
	border-color: #aaa #fff #fff #aaa;
}
.fc-button-prev{
}
.fc-button-next{
}
.fc-button-today{
}
.fc-state-disabled{
	border: 1px solid #777;

}
.fc-state-disabled a{
	color: #888;
	border-color: #eee;

}
.fc-state-disabled a:hover{
	padding: 2px 3px 3px 2px;
	border-color: #eee;
}


