table.cal{
background: #E7E8E0;
width: 80%;
padding: 1px;
margin-left:auto;
margin-right:auto;
}

table.cal th {
color: #514A4B;
font-variant: small-caps;
}
table th.cal_day_title {
 padding: 0;
 text-align: center;
}

table td.cal_day, table td.cal_active{
color: #514A4B;
background: #FFFFFF;
text-align: center;
font-size:95%;
font-weight: bold;
border: 1px solid #E7E8E0;
width: 14%;
}

table td.cal_active{
background: #CB4F13;
}

table td.cal_active a, table td.cal_active a:visited {
color: #FFFFFF;
text-decoration: none;
}


.cal_nav{
color: #514A4B;
font-size:95%;
font-weight: bold;
text-align: center;
}

a.cal_nav{
font-size: 100%;
padding-left:3px;
padding-right:3px;
color:#CB4F13;
}

