 div.calendar{
 clear:both;
 }
 
 
 .calendar td {text-align:center;width:15px;
 font-size:10px;
 }
 .calendar td.head{
  text-align: center;
  font-weight: bolder;
  border-style: solid;
  line-height: 10px;
  width:100%;
  height:10px;
  font-size:12px;
  border-width: 1px;   
  background: #a9bfff;
  
 }
 
 .calendar tr.head_day{
  text-align: center;
  font-weight: bolder;
  
  line-height: 8px;
  height:10px;
  font-size:12px;
  
  
 }
 
 .calendar td.empty{
  /*text-align: right;*/
  border-style: solid;
  border-width: 1px;   
  background: #EFF3FF;
 }

  .calendar td.active{
 /*  text-align: right;   */
   border-style: solid;
   border-width: 1px;   
   background: #FFCC00;
  }
 
    .calendar td.active a{
    color:#888888;
    }
 
  .calendar td.today{
 /*  text-align: right;   */
   border-style: solid;
   border-width: 1px;   
   background: #D6E857;
  }
  
  .calendar td.today a{
   color:#444444;
  }
