table.smallcal {
text-align:center;
font-family:Verdana, Arial, sans-serif;
font-weight:400;
font-size:10px;
color:#fff;
width:220px;
background-color:#354463;
border:2px solid #354463;
border-collapse:collapse;
border-spacing:0;
}

table.smallcal td {
line-height:15px;
padding-left:1px;
padding-right:1px;
background-color:#fff;
color:#000;
}

table.smallcal td.header {
color:#e9f2fc;
background-color:#fff;
padding-left:2px;
text-align:left;
line-height:25px;
}

table.smallcal td.back {
padding-left:2px;
background-color:#fff;
text-align:left;
color:#e9f2fc;
font-weight:700;
border:none;
}

table.smallcal td.forw {
padding-right:2px;
background-color:#fff;
text-align:right;
font-weight:700;
border:none;
}

table.smallcal td.days {
text-align:center;
background-color:#e1e1e1;
border:2px solid #354463;
font-weight:400;
width:14%;
padding:2px 1px;
}

table.smallcal td.today {
background-color:#fff;
color:#000;
}

.smallcal td.days a:hover {
color:#000;
display: block;
background:#808080;
text-decoration:overline underline;
}

.smallcal a:link,.smallcal a:visited,.smallcal a:active {
color:#fb7204;
text-decoration:none;
}

.smallcal a:hover,.smallcal td.days a:link,.smallcal td.days a:visited,.smallcal td.days a:active {
color: red;
text-decoration:none;
}