table.monthCalendarWidget {
width:100%;
border:1px solid black;
border-bottom:0;
border-right:0;
/*background-color:#fff7ec;*/
}
table.monthCalendarWidget td {
text-align:center;
}
table.monthCalendarWidget td.navMonth,
table.monthCalendarWidget td.navPrev,
table.monthCalendarWidget td.navNext {
text-align:center;
background-color:#507691;
color:white;
font-size:14px;
padding:2px;
}
table.monthCalendarWidget td.navPrev a,
table.monthCalendarWidget td.navNext a{
color:white;
}

table.monthCalendarWidget td.headWeekday {
border-bottom:1px solid #ff9d02;
background-color:white;
}
table.monthCalendarWidget td.headSunday,
table.monthCalendarWidget td.headSaturday {
border-bottom:1px solid #ff9d02;
background-color:#ff9d02;
}


table.monthCalendarWidget td.day,
table.monthCalendarWidget td.daySunday,
table.monthCalendarWidget td.dayThis {
padding:2px;
background-color:white;
/*border-top:1px solid #eeeeee;
border-left:1px solid #eeeeee;*/
border-bottom:1px solid black;
border-right:1px solid black;
text-align:left;
height:70px;
width:70px;
}

table.monthCalendarWidget td.daySelected {
background-color:#bbd5f0;
border-bottom:1px solid black;
border-right:1px solid black;
text-align:left;
padding:2px;
}

table.monthCalendarWidget td.daySelected a {
color:#507691;
}

table.monthCalendarWidget td.emptyCell {
border-bottom:1px solid black;
}
table.monthCalendarWidget td.emptyCellLast {
border-bottom:1px solid black;
border-right:1px solid black;
}

table.monthCalendarWidget td.dayThis {
background-color:#ff9d02;
}
table.monthCalendarWidget td.dayThis a {
color:white;
}
