/* Дополнительный файл CSS для календаря */
.calendar
{
border-collapse: collapse
}

.calendar TD
{
text-align: center;
padding: 4px;
font-weight: bold;
}

.calendar .noBold
{
font-weight: normal;
}

.calendar .greenLinks
{
font-weight: normal;
font-size: 10pt;
text-align: right;
padding-right: 10px;
padding-bottom: 15px;
}

.calendar .weekNow
{
background-color: #E9F1F3;
}

.calendar .greenLinks a:link {color: #3C7D2B; text-decoration: underline;}
.calendar .greenLinks a:visited {color: #3C7D2B; text-decoration: underline;}
.calendar .greenLinks a:active {color: #3C7D2B; text-decoration: underline;}
.calendar .greenLinks a:hover {color: #3C7D2B; text-decoration: none;}

.calendar .isPast a:link {color: #B7B7B7; font-weight: normal;}
.calendar .isPast a:visited {color: #B7B7B7; font-weight: normal;}
.calendar .isPast a:active {color: #B7B7B7; font-weight: normal;}
.calendar .isPast a:hover {color: #B7B7B7; font-weight: normal;}