/* -- WeeklyBuilder -- */
/* layout */
#week{background:#FFF;border:1px solid #ccc;;overflow:hidden;width:515px;font-size:10px;}
#days{float:left;width:61px;}
#hours{float:left;}
#grid{background-color:#ededed;height:270px;overflow-y:scroll;}
#calendar_content{height:552px;margin-top:0px;}

/* boxes */
#day_column{float:left;width:60px;height:552px;border-left: solid 1px #ccc; border-bottom: solid 1px #ccc; border-right: solid 1px #ccc;}
#header_row{width:435px;height:35px;background:#DFEBF4;margin-bottom:1px;float:left;}
#header_box{height:27px;width:54px;border-right:1px solid #cfe6ec;padding:8px 1px 0px 6px;float:left;}
#hour2{height:25px;width:27px;padding:12px 0px 0px 10px;float:left;}
#hour{height:13px;border-bottom:1px solid #ccc;border-top:1px solid #ccc;padding:8px 0px 0px 9px;float:left;width:51px;}
#placeholder{height:27px;border-top:1px solid #fff;border-right:1px solid #ccc;border-bottom:1px solid #ccc;padding:7px 0px 0px 9px;}
#hour_row{width:61px;float:left;}
#week_event{background:#C5DBE9;position:relative;width:55px;color:#000;padding:2px;border-left:2px solid #5A484F;opacity:0.90;filter:alpha(opacity=90);cursor:pointer;margin-top:1px;}
#week_event a{color:#000;cursor:pointer;}
#week_event:hover{background:#DFEBF4;}
#week_event_no_hover{background:#C5DBE9;position:relative;width:55px;color:#000;padding:2px;border-left:2px solid #5A484F;opacity:0.90;filter:alpha(opacity=90);margin-top:1px;}
#week_event_appointment{background:#A6F184;position:relative;width:55px;color:#000;padding:2px;border-left:2px solid #5A4F48;opacity:0.90;filter:alpha(opacity=90);cursor:pointer;margin-top:1px;}
#week_event_appointment a{color:#000;cursor:pointer;}
#week_event_appointment:hover{background:#bcf2a4;}
#week_event_appointment_no_hover{background:#C5E9DB;position:relative;width:55px;color:#000;padding:2px;border-left:2px solid #5A4F48;opacity:0.90;filter:alpha(opacity=90);margin-top:1px;}
#event_book{width:61px;height:22px;border-top:1px solid #ccc;cursor:pointer;}
#event_book_fake{width:61px;border-top:1px solid #ccc;}
#event_book:hover{background:#dfebf4;}
#event_book_no_hover{width:61px;height:22px;border-top:1px solid #ccc;}
#click_hour{height:18px;width:22px;border-right:1px solid #cfe6ec;padding:8px 1px 0px 9px;float:left;}
#click_hour a{color:#000;}
#click_hour:hover{background:#C7F980;}

#agenda_legend_not_available{
	margin-top:10px;
	background-color:#ededed;
	float:left;
	width:150px;
	padding-left:6px;
}
#agenda_legend_available{
	margin-top:10px;
	background:#C5DBE9;
	border-left:2px solid #5A484F;
	float:left;
	width:150px;
	margin-left:20px;
	padding-left:7px;
}
#agenda_legend_appointment{
	margin-top:10px;
	background:#A6F184;
	border-left:2px solid #5A484F;
	float:left;
	width:150px;
	margin-left:20px;
	padding-left:7px;
}

