

.week-calendar {
	font-size: 14px;	
	font-family: arial, helvetica;
}

.week-calendar .calendar-nav {
	text-align: right;	
}

.week-calendar .calendar-nav button {
	margin: 0 0.5em 0 0;	
}


.week-calendar table {
	border-collapse: collapse;
    border-spacing: 0;
}
.week-calendar table td {
	margin: 0;
	padding: 0;
}

.week-calendar-header {
	width: 100%;
	position: relative;
}

.week-calendar-header td {
	background: url(header.gif);
	height: 12px;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 0 !important;
}

.week-calendar-header td.time-column-header {
	background: none;
}

.week-calendar-header .time-column-header {
	width: 5%;	
}

.week-calendar-header .scrollbar-shim {
	width: 16px;	
}

.week-calendar-header .day-column-header {
	text-align: center;
	padding: 0.4em;
}
.week-calendar-header td {	
}

.grid-timeslot-header {
	width: 5%;
	background: #272626;	
}



.calendar-scrollable-grid {
	overflow: auto;
	overflow-x: hidden !important;
	overflow-y: auto !important; 
	position: relative;
	background-color: #fff;
	width: 100%;
}


table.week-calendar-time-slots {
	width: 100%;
	table-layout: fixed;
	cursor: default;
}

.week-calendar-time-slots .day-column {
	width: 13.5%;
	border-left: 1px solid #ddd;	
	overflow: visible;
	vertical-align: top;
}

.week-calendar-time-slots .day-column-inner {
	width: 100%;
	position:relative;	
}

.time-slot-wrapper {
	position:relative;	
	height: 1px;
	top: 1px;
}

.time-slots {
	position: absolute;	
	width: 100%;
}


.time-header-cell {
	padding: 5px;	
	height: 80px; /* reference height */
}


.time-slot {
	border-bottom: 1px dashed #ddd;	
}

.hour-header {
	position: relative;
	border-bottom: 1px solid #fff
}

.hour-end, .hour-header {	
	color: #555;
	border-bottom-style: solid;
}

.business-hours {
	color: #b2d235;
	font-size: 12px;
	text-align: center;
}

.business-hours .am-pm {
	display: block;
	text-transform: lowercase;
}

.day-header-cell {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}



.time-slot-header .header-cell {
	text-align: right;
	padding-right: 10px;	
}

.week-calendar-header .today  {
	font-weight: bold;
}

.week-calendar-time-slots .today {
	background-color: #ffffcc;	
}


.cal-event {
	border: solid 1px #000;
	background-color: #68a1e5;	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position: absolute;	
	text-align: left;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	width: 100%;
	display: none;
}

.cal-event .image { width: 16px; height: 16px; float: left; margin: 4px 5px 0 2px;}
.cal-event .text { font-size: 10px; color: #fff; /*color: #b2d235;*/ display: block; padding-top: 8px; line-height: 1; }

/*
.cal-event div {
	padding: 0 5px;
	
}

.cal-event .time {
	background-color: #2b72d0;
	border: 1px solid #1b62c0;
	color: #fff;
	padding: 0;
	font-weight: bold;
}
*/

.ui-draggable .time {
	cursor: move;
}

.cal-event .title {
	position: relative;	
}

.ui-resizable-s {
	height: 10px;
	bottom: -8px;	
}

