

.wc-container {
	font-size: 12px;
	font-family: arial, helvetica;
}

.wc-nav {
	padding: 1em;
	text-align: right;
}

.wc-nav button {
	margin: 0 0.5em;
}


.wc-container table {
	border-collapse: collapse;
    border-spacing: 0;
}
.wc-container table td {
	margin: 0;
	padding: 0;
}

.wc-scrollable-header-grid {
	overflow: hidden !important;
	position: relative;
	width: auto;
}

.wc-header {
	background: #eee;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	width: 100%;
	height: 23px;
	background-color: #415b76;
}

.wc-header .wc-day-column-header {
	text-align: center;
	padding: 0px;
	width: 168px;
	float: left;
	background-color: #415b76;
	border-left: solid 1px #fff;
	color: #fff;
	padding:1px;
	font-weight: bold;
}



.wc-scrollable-grid {
	overflow: scroll !important;
	position: relative;
	background-color: #fff;
	width: auto;
}


table.wc-time-slots {
	cursor: default;
}

.wc-day-column {
	border-bottom: 1px solid #ddd;
	overflow: visible;
	vertical-align: top;
	height: 85px;
}

.wc-day-column-inner {
	position:relative;
}

.wc-time-slot-wrapper {

	top: 1px;
	height: 1px;
}

.wc-time-slots {

	height: 85px;
	clear: both;
}


.wc-time-header-cell {
	padding: 5px;
	height: 40px; /* reference height */
}


.wc-time-slot {
	border-left: 1px solid #ddd;
	float:left;
	height: 100%;
}

.bg_glay {
	background-color: #eaeaea;

}

.wc-hour-header {
	text-align: right;
}

.wc-hour-end, .wc-hour-header {
	border-bottom: 1px solid #ccc;
	color: #555;
}

.wc-business-hours {
	background-color: #E6EEF1;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 12px;
}

.wc-business-hours .wc-am-pm {
	font-size: 0.6em;
}

.wc-day-header-cell {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}



.wc-time-slot-header .wc-header-cell {
	text-align: right;
	padding-right: 10px;
}

.wc-header .wc-today  {
	font-weight: bold;
}

.wc-time-slots .wc-today {
	background-color: #ffffcc;
}


.wc-cal-event {
	background-color: #aaa;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	text-align: left;
	overflow: hidden;
	cursor: move;
	color: #fff;
	width: 100%;
	display: none;
}

.wc-cal-event-jisseki {
	background-color: #aaa;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	text-align: left;
	overflow: hidden;
	color: #fff;
	width: 100%;
}

.ui-draggable {
	background-color: #68a1e5;
}


.wc-cal-event div {
	padding: 0 5px;

}

.wc-cal-event .wc-time {
	background-color: #333;
	color: #fff;
	padding: 1px 3px;
	font-weight: bold;
	margin-left: 3px;
}

.wc-container .ui-draggable .wc-time {
	cursor: move;
}

.wc-cal-event .wc-title {
	position: relative;
}

.wc-cal-event .wc-ji {
	position: absolute;
	width: 200px;
	height: 3px;
	top: 10;
	left: 30;
	background-color: #333;
}

.wc-container .ui-resizable-s {
	height: 10px;
	bottom: -8px;
}


.wc-container .ui-draggable-dragging {
   z-index: 1000;
}
