div.cal-contain {
    position: absolute; 
    width: 210px;
}

div.calendar {
    width: 145px;
    background-color: #F7F7F7;      
    border: 1px solid #E0E0E0;
}

div.calendar table {
    width: 145px;
    border: 0;
    border-collapse: collapse; 
}

div.calendar table tr.year {
    background-color: #224CA6; 
}

div.calendar table tr.month {
    background-color: #62ACF6;     
}

div.calendar table tr.year td.title,
div.calendar table tr.month td.title {
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: white;
}

div.calendar table tr.month td.title {
    color: #323613;
}

div.calendar table td {
    padding: 0;
}

div.calendar table td.line {
    height: 1px;
    background-color: white;
}

div.calendar table.day {
    width: 133px;
    margin: 10px 6px 15px 6px; 
    border: 0;
    border-collapse: collapse; 
}

div.calendar table.day td {
    width:18px;
    height:18px;
    text-align: center;
    vertical-align: middle;
}

div.calendar table.day td a {
    font-size:10px;
}

div.calendar table.day td.current { 
    background-color: #426CC6; 
}

div.calendar table.day td.current a {
    color:#F7F9E4;
    line-height:11px;
}
