@CHARSET "UTF-8";
.calendar-border {
    border: 1px solid #666666;
}
table.calendar {
    border-collapse: collapse;
    border: 0;
}

table.calendar a {
    text-decoration: none;
}

table.calendar img {
    border: 0;
}

table.calendar th {
    width: 18px;
    height: 18px;
    font-size: 11px;
    font-weight: normal;
    background: #999999;
    color: white;
    text-align: center;
}

table.calendar th.nav {
    background: #666666;
    text-align: center;
    color: white;
    width: auto;
}
table.calendar td {
    text-align: center;
    border-right: 1px solid #F0F0F0;
    border-left: 1px solid #666666;
}

table.calendar td a {
    color: black;
}

table.calendar td.out-of-range {
    border-right: 1px solid #E7E7E7;
    border-left: 1px solid #666666;
    background: #F0F0F0;
}

table.calendar td.weekend a {
    color: #666666; /* #8392A4; */
    font-weight: bold;
}

table.calendar td.out-of-range a {
    color: #CCCCCC;
}

table.calendar td.today {
    background: #E20074;
}

table.calendar td.today a {
    color: white;
}

table.calendar td.holiday a {
    color: #E20074;
}
