div.calendar-popup table {padding: 0; margin 0;}
div.calendar-popup table td {padding: 0; margin 0; text-align: center;}
div.calendar-popup table th {padding: 0; margin 0; text-align: center;}

div.calendar-popup { 
    position:absolute;
    width:170px;
    height:135px; 
    overflow:hidden;
    cursor: pointer; cursor: hand;
    background-color: #eeeeee;
    border: 1px solid #336699;
}

div.calendar-popup  tbody td {
    border: 1px solid #eeeeee;
    width: 20px;
}

div.calendar-popup tbody td:hover {
    color:#4081B9;
    border: 1px solid;
}
div.calendar-popup table {
    width: 100%;
    border-spacing: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
div.calendar-popup td.cal-titleclick {
    font-weight: bold;
    background-color: #4081B9;
    color: white;
    vertical-align: middle;
    border-bottom: 1px solid #4081B9;   
}
div.calendar-popup td.cal-titleyearmonth {
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 1px solid #4081B9;
}
div.calendar-popup tbody td.cal-header:hover {
    color: black;
    border: 1px solid #eeeeee;
}
td.cal-dayselected {
    background-color:#CCCCCC;
    font-weight: bold;
}
div.calendar-popup span {
    font-size: 10px;
}
