#calendar .month{
    border:1px solid #ccc;
    border-collapse:collapse;
}

#calendar th {
    border:1px solid #ddd;
    background-image: url(../images/th_back.png);
    color:#ffffff;
    text-align:center;
    width: 30px;
    height: 30px;
    padding: 0px;
}

#calendar td {
    border:1px solid #ddd;
    color:#555;
    --padding:3px;
    text-align:center;
    width: 30px;
    height: 30px;
    padding: 0px;
}

#calendar .actday{
    background: #cccccc;
    color:#000000;
    font-weight:bold;
}

#calendar .days{
    background-color:#f1f1f1;
    font-size: 10px;
    font-weight:bold;
}

#calendar .link a{
    text-decoration: none;
    color: #ffffff;
    display: block;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background-image: url(../images/td_back.png);
    font-weight: bold;
    padding: 0px;
   
}