/* -- DailyBuilder -- */
/* layout */
#week{background:#FFF;width:100%;height:100%;border-left:1px solid #ccc;overflow:hidden;}
#hours{float:left;width:100%;}
#grid{background-color:#FFFFFF;background-image:url(../images/calendarbg.jpg);background-attachment:inherit;float:left;width:90%;overflow:hidden;margin-top:30px;margin-left:10px;}

/* boxes */
#header_row{width:45px;background:#FFFFFF;margin-top:20px;float:left;overflow:hidden;}
.header_box{width:45px;overflow:hidden;}
.header_box p{color:#B0B0B0;}
/*#hour{height:50px;width:55px;padding:25px 0px 0px 20px;float:left;} */
/*border-right:1px solid #FFFFFF;border-left:1px solid #FFFFFF;*/

#day_events{position:relative;width:100%;height:100%;}
.day_event{overflow:hidden;cursor:hand;cursor:pointer;z-index:0;}
.day_event.hover{overflow:visible;z-index:1;}
.day_event .event_container{position:absolute;width:100%;height:100%;top:0;left:0;margin-left:-1px;margin-top:-1px;}
.day_event.hover .event_container{min-width:100%;width:auto;}
.day_event .title{position:relative;margin-top:5px;margin-left:5px;margin-right:5px;cursor:hand;cursor:pointer;overflow:hidden;line-height:11px;}
.day_event.hover .title{overflow:visible;}
.day_event .title p{text-decoration:none;color:#000000;font-size:10px;line-height:14px;font-weight:normal;line-height:11px;}
.day_event .title p:hover{color:#000000;}
.day_event .title a{text-decoration:none;color:#000000;font-size:10px;line-height:14px;font-weight:normal;}
.day_event .title a:hover{color:#000000;}
.day_event .background{position:absolute;top:0;height:100%;left:0;width:100%;opacity:0.60;filter:alpha(opacity=60);}
.day_event.hover .background{opacity:1.0;filter:alpha(opacity=100);}

.day_event_no_link{overflow:hidden;}
.day_event_no_link .event_container{position:absolute;width:100%;height:100%;top:0;left:0;margin-left:-1px;margin-top:-1px;}
.day_event_no_link .title{position:relative;margin-top:5px;margin-left:5px;margin-right:5px;overflow:hidden;}
.day_event_no_link .title p{text-decoration:none;color:#000000;font-size:10px;line-height:14px;font-weight:normal;}
.day_event_no_link .background{position:absolute;top:0;height:100%;left:0;width:100%;opacity:0.60;filter:alpha(opacity=60);}
