#bgcal { width:100%; border-collapse: collapse; background:#fff; }
#bgcal tr th, 
#bgcal tr td { border:1px solid #444; width:14%; vertical-align:top; }
#bgcal tr.month th { background:#b5cfe5; }
#bgcal tr.days th { background: #d5e2ed; }
#bgcal td.noday { background:#ededed; }
#bgcal td .dayliner { position: relative; min-height:50px; line-height:100%; }
#bgcal td .daynum { position: absolute; top:2px; left:2px; color:#555; font-size:13px;}
#bgcal td .content { padding-top:20px; }
#bgcal td .content .item { font-size: 12px; background:#c7d8ba; margin:2px; border-radius:3px; padding:2px; position: relative; }
#bgcal td .content .item:hover .desc { display:block; }
#bgcal td .content .item .desc { position: absolute; display: none; left:40px; top:-10px; background: #fff; border:1px solid #777; box-shadow: 0 0 3px #444; padding:10px; font-size: 14px; z-index:10; border-radius: 3px; min-width:150px;  }
#bgcal td.sat .content .item .desc { right:40px; left:auto; }
#bgcal td .content .item .desc .time { font-style: italic; }
#bgcal td .content .item p { margin:0; }

#bgcal-event h1 { font-weight: bold; }
#bgcal-event .date { font-weight: bold; }
#bgcal-event .time { font-style: italic; }