

.week-calendar {
	font-size: 14px;	
	font-family: arial, helvetica;
}

.week-calendar .calendar-nav {
	padding: 1em;
	text-align: right;	
}

.week-calendar .calendar-nav button {
	margin: 0 0.5em;	
}


.week-calendar table {
	border-collapse: collapse;
    border-spacing: 0;
}
.week-calendar table td {
	margin: 0;
	padding: 0;
}

.week-calendar-header {
	background: #eee;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	width: 100%;
}

.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 {
	background-color: #eee;	
}

.grid-timeslot-header {
	width: 6%;
	background: #eee;	
}



.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 dotted #ddd;	
}

.hour-header {
	text-align: right;
}

.hour-end, .hour-header {
	border-bottom: 1px solid #ccc;	
	color: #555;
}

.business-hours {
	background-color: #E6EEF1;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 1.4em;
}

.business-hours .am-pm {
	font-size: 0.6em;	
}

.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 {
	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;
}


.cal-event div {
	padding: 0 5px;
	
}

.cal-event .time {
	background-color: #2b72d0;
	border: 1px solid #1b62c0;
	color: #fff;
	padding: 0;
	font-weight: bold;
	cursor: move;
	margin: 1px;
}

/*** Adds On ****/

.container .cal-event{
	background-color:#ff9715;
	color:#734000;
	font-weight:bold;
	font-size:11px !important;
	line-height:10px !important;
}

.container .non_dispo{
	color:#ac9e96 !important;
	font-size:12px !important;
	font-weight:bold;
	background:transparent url(/img/template/bg_no_dispo.gif) repeat-y center top !important;
}

.container .cal-event .title{
	/*padding-top:11px;*/
	font-size:10px;
	padding:0 18px 0 5px;
}

.container .cal-event .non_dispo .title{
	/*padding-top:3px;*/
	padding:0 5px;
}

.week-calendar-header{
	border:0 !important;
	background:none !important;
}

.day-column-header{
	padding:2px 0 !important;
	color:#fff !important;
	font-size:11px !important;
	background-color: #cab9b0 !important;
	width:104px !important;
}

.time-column-header{
	width:39px !important;
	background-color:transparent !important;
}

.scrollbar-shim{
	width:0px !important;
}

.week-calendar{
	width:678px;
}

.grid-timeslot-header{
	width:39px;
	font-weight:bold;
	font-size:11px;
	color:#340e0e;
	background-color:transparent !important;
}

.time-header-cell{
	color:#340e0e;
	background-color:#EAE2DF !important;
}

.hour-header0{
	background-color:transparent !important;
}

.hour-header0 .time-header-cell{
	background-color:transparent !important;
	background:transparent url(/img/template/bg_first_left_time.png) no-repeat left top;
}

*html .container .hour-header0 .time-header-cell{
	background-image:none !important;
	background-color:transparent !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/template/bg_first_left_time.png", sizingMethod="crop") !important;
}

.cal-event{
	width:100%;
}

.week-calendar-time-slots .oldDateCell{background-color:#f5ecd1 !important;}

.cal-event{cursor:auto !important;}

.calendar-scrollable-grid{
	height:auto !important;
	background-color:transparent !important;
}

.deleteEvent{
	background:transparent url(/admin/common/img/bulle_fermer.png) no-repeat left top;
	display:block;
	float:right;
	height:8px;
	margin:4px 5px 0 0;
	width:8px;
	padding:0 !important;
	display:block;
	line-height:1px !important;
	font-size:1px !important;
}

*html .deleteEvent{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/admin/common/img/bulle_fermer.png", sizingMethod="crop");
	margin-right:2px;
}

.time-header-cell{
	background-color:#eae2df !important;
}

.week-calendar-time-slots .today{
	background-color:#eae2df !important;
}

.day-column{
	background-color:#f7f3f1 !important;
}

.week-calendar-header .today{
	color:#340e0e !important;
}

.container .day-header-2{
	background-color:transparent !important;
	background:transparent url(/img/template/bg_first_top_date.png) no-repeat left top !important;
}

*html .container .day-header-2{
	background-image:none !important;
	background-color:transparent !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/template/bg_first_top_date.png", sizingMethod="crop") !important;
}

.container .day-header-7{
	background-color:transparent !important;
	background:transparent url(/img/template/bg_last_top_date.png) no-repeat left top !important;
}

*html .container .day-header-7{
	background-image:none !important;
	background-color:transparent !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/template/bg_last_top_date.png", sizingMethod="crop") !important;
}

.container .calendar-nav{
	padding:0 0 7px 0;
}

.container .week-calendar .calendar-nav{
	text-align:center;
}

.container .calendar-nav button{
	color:#340e0e;
	font-weight:bold;
	font-family:trebuchet ms;
	background:none;
	border:0;
	padding-right:40px;
	margin:0;
	cursor:pointer;
	font-size:13px;
}

*html .container .calendar-nav button{
	padding-right:20px;
}

*+html .container .calendar-nav button{
	padding-right:20px;
}

.container .calendar-nav button.next{
	padding-right:24px;
	background:transparent url(/img/template/next_week.gif) no-repeat right 3px;
}

*html .container .calendar-nav button.next{
	padding-right:12px;
}

*+html .container .calendar-nav button.next{
	padding-right:12px;
}

.container .calendar-nav button.prev{
	padding-left:24px;
	background:transparent url(/img/template/prev_week.gif) no-repeat left 3px;
}

*html .container .calendar-nav button.prev{
	padding-left:12px;
}

*+html .container .calendar-nav button.prev{
	padding-left:12px;
}

.agenda_description{
	margin-top:11px;
	text-align:right;
	color:#340e0e;
	font-size:11px;
	width:678px;
}

.agenda_description span{
	padding:0 21px 0 40px;
}

.agenda_description span.zone_jaune{
	background:transparent url(/img/template/zone_jaune.gif) no-repeat right 1px;
}

.agenda_description span.zone_violet{
	background:transparent url(/img/template/zone_violet.gif) no-repeat right 1px;
}

.agenda_description span.zone_orange{
	padding-left:0;
	background:transparent url(/img/template/zone_orange.gif) no-repeat right 1px;
}

.container .cal-event .time{
	color:#fff;
	font-size:10px;
	font-weight:normal;
	background-color:#d07300;
	border:0;
	padding:5px 2px 0 2px;
	margin:0;
}

.container .cal-event .ui-resizable-handle{
	cursor:n-resize;
	height:5px;
	bottom: -1px;
	position:absolute;
	z-index:99999;
	width:100%;
	padding:0;
	left:0;
}

*+html .calendar-scrollable-grid{
	overflow-y:hidden !important;
}

.day-1{
	display:none;
	visibility:hidden;
}
