@CHARSET "UTF-8";

#calendar { overflow: auto; border-style: solid; border-color: #000; border-width: 2px 1px; width: 889px !important; }
.day-header { float:left; width: 127px; padding: 9px 0 10px; text-align:center; background:#000; color: #fff; }
.day { float: left; width: 125px; height: 110px; border-style: solid; border-color: #000; border-width: 0px 1px; font-size: 0.875em; text-align: center; }
.day h4 { text-align: center; background: #CCCCCC; }

.event { padding: 6px; }

.event-dialog { font-size: 0.875em; position: absolute; display: none; padding-right: 10px; height: 128px; width: 400px; border: 1px solid #000; background: #fff;}
.event-dialog .image { width: 128px; height: 100%; float: left; margin-right: 5px; }
.event-dialog .time { margin-left: 5px; }
.event-dialog p { margin: 8px 0; }
