/* 
--------------------------------------------------------------------- 
Calendar widget
---------------------------------------------------------------------
*/

table.calendar {
    border: 1px solid #f1b26a;
}


table.calendar td {
    border: 1px solid #f1b26a;
}

table.calendar td.month {
    background: #ffefc7;
}


table.calendar td.wdays {
    background: #f1b26a;
}

table.calendar td.calendar_form_container {
    background-color: #f1b26a;
}

h2.name2 {
    background-color: #ffefc7;
}

