.borderCal {
border-left:1px solid #4a7390;
border-right:1px solid #4a7390;
border-top:1px solid #4a7390;
}
.bgTitle {
background-image:url(../images/bgCalendar.jpg);
background-repeat:no-repeat;
background-position:bottom;
background-color:#a9c1b3;
}
.year {
font-size:14px;
font-weight:bold;
font-family:Verdana;
color:#464749;
width:100%;
padding-left:8px;
}

.year ul {
list-style-type:none;
margin:0px;
padding:4px;
}
.year ul li {
display:inline;
line-height:20px;
}
.spaceCalSel {
padding-right:7px;
}
.select {
width:68px;
font-size:10px;
}
.activeCal {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:23px;
text-align:center;
color:#002e50;
}
.activeCal thead tr th.weeks {
background-image:url(../images/bgThWeeks.jpg);
background-position:right bottom;
background-repeat:no-repeat;
width:28px;
border-bottom:none;
}
.activeCal thead tr th {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#002e50;
text-transform:uppercase;
width:24px;
text-align:center;
line-height:14px;
border-bottom:1px solid #a9c1b3;
padding-bottom:3px;
}
.activeCal em {
font-size:10px;
font-weight:bold;
color:#002e50;
}
.activeCal table tr td {
text-align:center;
}
.activeCal table tr td.active {
background-color:#a9c1b3;
text-align:center;
}
.brdL {
border-left:1px solid #a9c1b3;
}