.cal_week_day { float:left; width:139px; text-align:center; color:#e0dcd9; font-weight:bold; font-size:14px; line-height:24px; }

.day-container { width:139px; height:138px; float:left; background:url('../images/day_bg.png') no-repeat; position:relative; }
.day-container.blank { background:url('../images/empty_day_bg.png') no-repeat; }
.day_date { font-size:10px; font-weight:bold; color:#000; position:absolute; right:0; text-transform:lowercase; margin-right:3px; margin-top:3px; }
.day_events { margin:0 5px; margin-top:2px; }
.day_events .day_event { display:block; height:45px; position:relative; cursor:pointer; line-height:13px; }
.day_event span { display:block; font-size:11px; }
.day_event .time { color:#944b00; font-size:8px; font-weight:bold; }
.day_event .title { color:#4e363a; height:28px; overflow:hidden; display:inline-block; width:100px; }
.day_event .participant { position: absolute; background:url('../images/event_participant.png'); width:23px; height:19px; right:0; bottom:0; margin-bottom:7px;
						  line-height:17px; color:#2f1e21; text-align:right; padding-right:5px; }

.day_event_detail { position:absolute; left:130px; top:0; z-index:999; width:186px; display:none; cursor:default;
					background:url('../images/event_details_bg.jpg') no-repeat; box-shadow:0px 0px 4px #333; padding:10px; }

.day_event_detail div { font-size:11px; color:#4e363a; margin-bottom:5px; }
.day_event_detail .date { position:absolute; font-weight:bold; color:#030000; right:0; margin-right:7px; width:81px; top:0; text-align:center; line-height:27px; 
						  text-transform:lowercase; }
.day_event_detail .title { margin-top:10px; width:auto; }
.day_event_detail .reg_players { background:url('../images/event_participant.png') no-repeat right center; height:19px; text-align:right; line-height:19px; }
.day_event_detail .reg_players b { display:inline-block; width:17px; text-align:center; margin-left:10px; }
.day_event_detail .nb { color:#851616; font-size:10px; }
.day_event_detail .more { background:url('../images/event_more.png') no-repeat center right; height:47px; padding-right:23px; display:inline-block;
						  float:right; position: relative; top:-10px; }
.day_event_detail .more a { text-decoration:none; color:#4e363a; line-height:48px; }