div.loading div.calendar { background:url(../images/loading.gif) no-repeat center center; }
div.calendar { margin-top:1em;border:1px solid #bab6ae;width:200px;font-size:.9em; }

div.calendar-header { padding:5px 7px;border-bottom:1px solid #bab6ae;background:#aaa08a; }
div.calendar-header h4 { float:left;margin:0;font-size:1.1em;color:#892b26; }

div.calendar-header a { cursor:pointer;margin-top:3px; }
div.calendar-header a.calendar-next { float:right;display:block;width:10px;height:11px;background:url(../images/next.png); }
div.calendar-header a.calendar-prev { float:right;display:block;width:10px;height:11px;margin-right:7px;background:url(../images/prev.png); }
div.calendar-header a:hover { background-position:0px -11px; }

div.calendar table { width:100%;margin:0; }
div.calendar table tr.alt td { background-color:#ece9e3; }
div.calendar table th { padding:3px 0;border-bottom:1px solid #bab6ae;background:#c7beaa;color:#2e2a29; }
div.calendar td { text-align:center;border-right:1px solid #bab6ae;border-bottom:1px solid #bab6ae; }
div.calendar td div.date-container { padding:4px 0; }
div.calendar td.last { border-right:0; }
div.calendar tr.last td { border-bottom:0; }
div.calendar td.prev-month,div.calendar td.next-month { color:#aca494; }
div.calendar td.today { background:#bba58d url(../images/today.png) repeat-x !important;font-weight:bold !important; }
div.calendar td.has-events { font-weight:bold;color:#892b26;cursor:pointer; }

div.calendar td div.tip { display:none;z-index:99999;width:215px;padding-left:15px;background:transparent url(../images/calendar-arrow.png) left center no-repeat; }
div.calendar td div.tip div.tip-content { padding:10px 12px 0 12px;background-color:#231f20;color:#ffffff;text-align:left;border-bottom:1px solid #231f20; }
div.calendar td div.tip div.tip-content h5 { font-size:9pt;margin:0 0 10px 0;padding-bottom:3px;border-bottom:1px dotted #65615c; }
div.calendar td div.tip div.tip-content h6 { margin:0;font-size:8pt;line-height:12pt;color:#ffffff; }
div.calendar td div.tip div.tip-content p { font-size:8pt;line-height:12pt;font-weight:normal;margin-bottom:10px; }
div.calendar td div.tip div.tip-content p a { color:#ffffff; }
div.calendar td div.tip div.tip-content p a:hover { text-decoration:underline; }
div.calendar td div.tip div.tip-content hr { height:0;margin:0 0 10px 0;border:0 #65615c dotted;border-top-width:1px; }

div.calendar td.over div.tip { display:block; }

