/* Style sheet AB_CSS_Calendar */
table.calendar{width:98%;margin:5% 1% 0% 1%;padding:2px;border:1px solid #808080;border-collapse:collapse;}
th.head previous th.head current th.head next{background-color:#bfbfbf;}
table.calendar tr{height:3em;border:1px solid #8a8a8a;}
table.calendar td{padding:5px;border:1px solid #8a8a8a;}
td.days{width:14%;}
.event{background-color:#ed0000;}
.event a{font-weight:bold;}
div .header{margin-top:0px;margin-left:0px;}
tbody.tr .week_0{height:60px;}
