
.wc-container {
	font-size: 14px;
	font-family: arial, helvetica;
	padding-left:10px;
	width:760px;
}

.wc-nav {
	text-align: left;
	padding:10px 0;
	clear:both;
}

.wc-nav button {
	height:28px;
	width:110px;
}

.wc-nav button.wc-prev {
	background-image:url(../images/prev_mon.png);
	_background-image:url(../images/prev_mon.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:transparent;
	cursor:pointer;
	color:#fff;
	text-align:left;
	float:left;
	font-size:10px;
	padding:0 5px 3px;
	_padding:0 7px 3px;
}

.wc-nav button.wc-today {
	text-align:center;
	background-color:transparent;
	color:#404041;
	float:left;
	width:520px;
	font-weight:bold;
	cursor:pointer;
}

.wc-nav button.wc-next {
	background-image:url(../images/next_mon.png);
	_background-image:url(../images/next_mon.gif);
	background-position:right center;
	background-repeat:no-repeat;
	background-color:transparent;
	cursor:pointer;
	color:#fff;
	text-align:right;
	font-size:10px;
	float:right;
	padding:0 5px 3px;
	_padding:0 5px 3px;
}

.wc-container table {
	border-collapse: collapse;
    border-spacing: 0;
	position:relative;
	z-index:10;
}
.wc-container table td {
	margin: 0;
	padding: 0;
}

.wc-header {
	background-image: url(../images/header_bg.png);
	_background-image: url(../images/header_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	width: 100%;
}

.wc-header .wc-time-column-header {
	width: 4px!important;
}

.wc-header .wc-scrollbar-shim {
	width: 16px;
}

.wc-header .wc-day-column-header {
	text-align: center;
	padding:20px 0;
	color:#9a958c;
	font-size:12px;
	width:14.3%;
	/*cursor:pointer;*/
	position:relative;
}
.weeekend	{
	color:#c2b294!important;
}
.wc-header td {
	/*background-color: #eee;*/
}

.wc-grid-timeslot-header {
	width: 0%;
	display:none;
	background: transparent;

}



.wc-scrollable-grid {
	overflow: auto;
	overflow-x: hidden !important;
	overflow-y: hidden!important;
	position: relative;
	width: 100%;
	height:200px!important;
	margin-top:-10px;
	z-index:1;
}


table.wc-time-slots {
	width: 760px;
	/*table-layout: fixed;*/
	cursor: default;
	background-image:url(../images/calendar_bg.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}



.wc-day-column {
	width:14.4%;
	border-left: 1px solid #fff;
	overflow: visible;
	vertical-align: top;

}

.wc-day-column-inner {
	width: 100%;
	position:relative;
	height:200px!important;
}

.wc-time-slot-wrapper {
	position:relative;
	height: 1px;
	top: 1px;
}

.wc-time-slots {
	position: absolute;
	width: 100%;
}


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


.wc-time-slot {
	border-bottom: 1px dotted #ddd;
}

.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: 1.4em;
}

.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: #68a1e5;
	/*filter:alpha(opacity=80);*/
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	width: 100%;
	display: none;
}


.wc-cal-event div {
	padding: 0 5px;
	height:200px!important;

}

.wc-cal-event .wc-time {
	background-color: #2b72d0;
	border: 1px solid #1b62c0;
	color: #fff;
	padding: 0;
	font-weight: bold;
}

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

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

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


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


.corner				{ background:url(../images/corner.png) 86px 12px no-repeat!important; z-index:10001; }
.corner				{ _background:url(../images/corner.gif) 86px 12px no-repeat!important; }

