.wc-container {
	font-size: 14px;	
	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-header {
	background: #eee;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	width: 100%;
}

.wc-header .wc-time-column-header {
	width: 6%;	
}

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

.wc-header .wc-day-column-header {
	text-align: center;
	padding: 0.4em;
	width: 200px;
}
.wc-header td {
	background-color: #eee;	
}

.wc-grid-timeslot-header {
	width: 6%;
	background: #eee;	
}



.wc-scrollable-grid {
	overflow: auto;
	overflow-x: hidden !important;
	overflow-y: auto !important; 
	position: relative;
	background-color: #fff;
	width: 100%;
}


table.wc-time-slots {
	width: 100%;
	table-layout: fixed;
	cursor: default;
}

.wc-day-column {
	/*width: 13.5%;*/
    width: 122px !important;
	border-right: 1px solid #FFF !important;	
	/*overflow: hidden;*/
	vertical-align: top;
}

.wc-day-column-inner {
	/*width: 100%;*/
    width: 122px !important;
	position:relative;	
}

.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;
	
}

.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;
}

/*
 * MOVED from radiopodcast.css
 */

/*
 * Experimental spinner background for the calendar container
 * to imply loading while the calendar is generated by the javascript.
 */
#calendar {
  height: 501px;
  margin-top: 15px;
  background: #D2D2D2 url('../images/calendar/greySpinner.gif') 50% 50% no-repeat;
  overflow: hidden;
}
 
.wc-container {
}

  .wc-header {
    border-top: none !important;
  }
  
  .wc-day-column-header, .wc-scrollbar-shim, .wc-today {
    background: #0C0C0C url('../images/calendar/calendarHead.png') repeat-x !important;
  }
  
    .wc-scrollbar-shim {
      background-image: url('../images/calendar/calendarHeadRight.png') !important;    
      background-position: top right !important;
      background-color: red !important;
    }
  
    .wc-today {
      background-image: url('../images/calendar/calendarHeadToday.png') !important;
      border-right: 1px solid #282828 !important;
      border-left: 1px solid #282828 !important;
    }

    .wc-header td {
      padding: 8px 0 !important;
      color: #FFF;
      text-shadow: #000 0 -1px;
      border-bottom: 1px solid #434343 !important;
    }
    
    .wc-time-column-header {
      background-image: url('../images/calendar/calendarHeadLeft.png') !important;
      background-repeat:no-repeat !important;
    }

  .wc-grid-timeslot-header{
    border-right: 1px solid #1D1D1D !important;
    background: #1D1D1D !important;
    color: #B9B9B9 !important;
  }

  .wc-hour-header, .wc-business-hours, .wc-time-slot, .wc-hour-end {
    background: #333333 !important;
    border-color: #434343 !important;
    color: #B9B9B9 !important;
    font-size: 14px !important;
  }

  .wc-hour-header, .wc-business-hours {
    background: #1D1D1D !important;
  }

  .wc-scrollable-grid {
    background: #333333 !important;
    border-top: 1px solid #0C0C0C !important;
  }

  div.wc-day-column-inner {
    border-right: 1px dotted #494949 !important;
  }

  .wc-cal-event {
    background: #BED742 !important;
    color: #191919 !important;
    font-weight: bold;
  }

    .wc-time {
      background: #BED742 !important;
      border: none !important;
      border-top: 1px solid #F4F8DF !important;
      color: #525F0E !important;
    }
    
/*
 * END MOVE
 */
