
#main_call { text-align: center; padding:5px 0 10px 0; }

#calendarTable {
  margin: 0 auto;
  border: 0;
  border-collapse: collapse;
  
}

#calendarTable a { text-decoration:none; font-weight: bold; color:#999999;}


#calendarTable th {
  font-weight: bold;
  font-size:12px;
  background-color:#D3D3D3;
  color:white;

}
#calendarTable td {
  text-align: right;
  padding: 1px;
  border:1px solid #dadbd6;
  width:22px;
  
}
#calendarTable td.sunday ,#calendarTable th.sunday{
  font-weight :bold ;
  color:white;
  background: #00A3B4 ;
}
#calendarTable td.sunday { border: 1px solid #00A3B4; }


#calendarTable td.active {
  background-color:#DA0000;
  color:white;
  font-weight :bold ;
}
 #calendarTable td.active a {
  color: white ;
  font-weight : bold ;
  text-decoration:none;
  display: block; 
  text-align: right;
}

#calendarTable thead td , #calendarTable thead td a {
  padding: 3px;
  font-weight:bold;
  text-align:center;
  border:0px solid white;
}

#calendarTable thead td { width: auto ;}


#calendarTable td#currentDay {
  font-weight: bold;
  background-color:#DBDBDB;
}

