@charset "utf-8";
/* CSS Document */

#calcontainer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.fixed_timecolumn {
	width: 8%;
}
.fixed_statuscolumn {
	width: 8%;
}
.fixed_teamcolumn {
	width: 28%;
	max-width: 28%;
}

div.page_tarp {
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 90;
	background-color: #036;
	opacity: .5;
	filter:alpha(opacity=50);
	position: absolute;
	top: 0px;
	left: 0px;
}
div.calendar_doublewrapper {
	top: 200px;
	left: 100px;
	position: absolute;
	z-index: 98;
	border: 15px solid white;
	border-radius: 8px;
	-moz-border-radius: 8px;
}
div.calendar_wrapper {
	background-color: #FFF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
}
div.calendar_wrapper_inner {
	width: 100%;
}
div.calendar_wrapper a {
	color: #06C;
}
div.calendar_wrapper a:hover {
	color: #C00;
}

div.topmost_controls {
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
}

.topmost_left_link_controls {
	margin-left: 30px;
	font-size: 11px;
	width: 160px;
}
.close_scheduler_link {
	float: right;
	margin-right: 5px;
	font-size: 14px;
}

#schednav_td1 { width: 250px; min-width: 250px; }
#schednav_td2 { width: 55px; min-width: 55px; }
#schednav_td3 { width: 290px; min-width: 290px; }
#schednav_td4 { width: 120px; min-width: 120px; }
#schednav_td5 { width: 200px; min-width: 200px; }

a.sched_nav_jump_today {
	background-image: url(../images/calendar/jump_to_current_up.jpg);
	width: 187px;
	height: 40px;
	min-height: 40px;
	display: block;
}
a.sched_nav_jump_today:hover {
	background-image: url(../images/calendar/jump_to_current_hover.jpg);
}
a.sched_nav_back_to_monthly {
	background-image: url(../images/calendar/back_to_month_up.jpg);
	width: 220px;
	height: 40px;
	min-height: 40px;
	display: block;
	float: left;
}
a.sched_nav_back_to_monthly:hover {
	background-image: url(../images/calendar/back_to_month_hover.jpg);
}
a.sched_nav_previous {
	background-image: url(../images/calendar/arrow_left_up.jpg);
	width: 60px;
	height: 40px;
	min-height: 40px;
	display: block;
	float: left;
}
a.sched_nav_previous:hover {
	background-image: url(../images/calendar/arrow_left_hover.jpg);
}
a.sched_nav_next {
	background-image: url(../images/calendar/arrow_right_up.jpg);
	width: 60px;
	height: 40px;
	min-height: 40px;
	display: block;
}
a.sched_nav_next:hover {
	background-image: url(../images/calendar/arrow_right_hover.jpg);
}

table.top_calendar_controls {
	width: 990px;
	font-weight: bold;
}
table.top_calendar_controls td {
	text-align: center;
}
table.top_calendar_controls strong {
	font-size: 17px;
	font-weight: bold;
}

div.weekdays_bar {

}
div.weekdays_bar table {
	border: 3px outset #0C0;
	border-bottom: none;
	border-collapse: collapse;
	background-color: #606060;
}
div.weekdays_bar table  tr {
	height: 21px;
}
div.weekdays_bar table td {
	width: 140px;
	border-right: 1px solid #FFF;;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding: 0px;
	text-align: center;
	color: #FFF;
}

tr.day_headings_bar {
	height: 21px;
	min-height: 21px;
	border-right: 1px solid #FFF;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	color: #FFF;
	border: 3px outset #0C0;
	border-bottom: none;
	border-collapse: collapse;
	background-color: #606060;
}

div.daily_calendar_content {
	background-color: #FFF;
}
div.daily_calendar_content table {
	border: 3px outset #090;
	border-collapse: collapse;
	width: 100%;
	background-color: #D1FFC1;
}				
div.daily_calendar_content table tr {
	height: 26px;
	min-height: 26px;
}
div.daily_calendar_content table td  {
	border: 1px dotted #666;
	font-size: 12px;
	/*vertical-align: middle;*/
	padding: 0px;
	text-align: right;
	text-align: center;
	font-weight: bold;
}
div.daily_calendar_content table td small {
	font-weight: normal;
}
div.daily_calendar_content span {
	font-weight: normal;
	font-style: italic;
}

.daily_view_row_status_closed {
	background-color: #E1E1E1;
}
.daily_view_row_status_booked {
	background-color: #D7F2FF;	
}
.overlapped_timeslot {
	background-color: #FCC;	
}


div.monthly_calendar_content {
}
div.monthly_calendar_content table {
	border: 3px outset #090;
	border-collapse: collapse;
}				
div.monthly_calendar_content table tr {

}
div.monthly_calendar_content table td  {
	width: 140px;
	border: 1px solid #BDE1BF;
	font-size: 10px;
	vertical-align: top;
	padding: 0px;
	text-align: right;
}
div.monthly_calendar_content table td a {
	display: block;
	text-decoration: none;
	padding-top: 55px;
}
a.monthly_day_click {

}
a.monthly_day_click:hover {
	background-color: #E6FFFF;
}
.meter_outer {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 100px;
	text-align: left;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.meter_outer span.meter_inner {
	border: 1px solid #666;
	display: block;
	height: 12px;
	min-height: 12px;
}
.meter_outer span {
	
}
.meter_outer .meter_inner_high {
	background-color: #F60;
	display: block;
}
.meter_outer .meter_inner_medium {
	background-color: #FC0;
	display: block;
}
.meter_outer .meter_inner_low {
	background-color: #CF9;
	display: block;
}
.meter_outer .meter_inner_empty {
	background-color: #FFF;
}
.meter_blank {
	border: none;
	height: 14px;
	min-height: 14px;
	display: block;
}
.meter_inner span {
	color: #000;
}


td.blankday {
	background-color: #CFC;
}
td.blankday div {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #000;
	width: 100%;
	margin: 0px;
	padding-right: 0px;
}			

div.monthly_day_body {
	text-align: center;
}

div.datemargin {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #000;
}

td.monthly_day_standard {
	background-color: #FFF;
}
td.monthly_day_standard div.datemargin     
{
	background-color: #CF9;
	margin: 0px;
}
td.monthly_day_standard div.monthly_day_body {
	
}

td.monthly_day_expired {
	background-color: #EEE;
	height: 99px;
	min-height: 99px;
}
td.monthly_day_expired div.datemargin {
	background-color: #CCC;
	margin: 0px;
}
td.monthly_day_expired div.monthly_day_body {
	
}

td.monthly_day_today {
	background-color: #FFFFE1;
}
td.monthly_day_today div.datemargin {
	background-color: #CF9;
	margin: 0px;
}
td.monthly_day_today div.monthly_day_body {

}

.unconfirmed {
	color: #C64649;
}

span.choosetime {

}
         
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
	
