h2#calendar, div#calendar {
   width:91%;
   text-align:center;
   margin: 0 5px 5px 0;
   padding:0 0 5px 0;
   }

table.calendar{width:97%;}
   
table.calendar th{
   background:#EEF4CC;
   color:#bed73d;/*282771*/
   /*font-weight:bold;*/
   /*font-size:1em;*/
   text-transform:uppercase;
   border:2px dotted #DBE891;
   text-align:center;
   } 
   
table.calendar th.top{
   background:#ffffff;
   border-top:0;
   border-bottom:0;
   border-left:0;
   } 
   
table.calendar th.bot{
   background:#ffffff;
   border-bottom:0;
   border-left:0;
   } 
   
table.calendar td{
   width:13%;
   vertical-align:top;
   padding:3px;
   /*border-top:1px solid #6799CC;*/
   border-top:2px dotted #DBE891;
   border-right:2px dotted #DBE891;
   margin:0;
   }

table.calendar td a {
   display:inline;
   margin-bottom:1em;
   }
      
table.calendar td strong {
   display:block;
   text-align:center;
   color:#000000;
   margin:0 0 5px 0;
   /*background-color:white;*/
   }

table.calendar td.little {
   border:0;
   width:1%;
   }
   
table.calendar td.day_6 {
   border-right:0;
   }
   
table.calendar td.day_end {
   border-right:0;
   }

table.calendar td.day_start {
   border-top:2px dotted #DBE891;
   border-right:2px dotted #DBE891;
   }
   /*bed73d*/
table.calendar td.no_line {
   border:0;
   text-align:right;
   height:1em;
   }
   
table.calendar td.no_line_l {
   border:0;
   text-align:left;
   height:1em;
   }
   
table.calendar td.no_line_c {
   border:0;
   text-align:center;
   height:1em;
   }

