#calendar table {
}
#calendar th {
        background: #323f7e;
        font-size:14px;
        color: #fff;
}
#calendar td {
        background: #FFF;
        color: #000;
        border:1px solid #E8E8E8;
        border-bottom-width:0;
        border-right-width:0;
}

#calendar td.today {
        background: #FFFADB;
        color: #000;
        border:1px solid #E8E8E8;
        border-bottom-width:0;
        border-right-width:0;
}

#calendar div.event {
        font-size:10px;
        background-color:#f0f5ff;
        border-top:1px solid #fff;
        border-bottom:1px solid #d8d8d8;
        margin-bottom:1px;
}

#calendar div.event_today {
        font-size:10px;
        background-color:#fff6c0;
        border-top:1px solid #fff;
        border-bottom:1px solid #f2e69f;
        margin-bottom:1px;
}

#calendar a{
        font-size:10px;
        color:#666666;
}
#calendar a:hover{
        font-size:10px;
        color:#000000;
}

#calendar div.daylink{
        font-size:10px;
        border: 0;
        border-left:1px solid #888;
        border-bottom:1px solid #888;
        background-color:#FFF;
}

#calendar td.notInMonth{
        background: #F8F8F8;
}

.txt_white{
        color:#FFF;
}
