#month { border-collapse: collapse;}

#month th, #month td { border: 1px solid #000; font-size:12px; }

#month thead { width: 57px; text-align:center;}

#month td { width: 57px; height: 57px; padding: 1px; vertical-align: top; overflow: auto; font-size:8px; background-color:222; color: rgb(000,000,000);}

#month a { color: rgb(000,000,000);}

td .day { width: 57px; height: 57px; overflow:auto; margin-top: 0;}

#month tbody .weekend {  }
#month tbody .next, #month tbody .previous { background-color: rgb(100,100,100); }

