﻿table#cldAfficher table.Title {
    width: 100%;
    height: 16px;
    border: 0;
    color: #FDD46E;
    background: URL('/images/cld_titlebg.gif') repeat-x #922222;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    border-collapse: collapse;
}
    table#cldAfficher table.Title td {
        border: 0;
        text-align: center;
        text-transform: capitalize;
        background: transparent !important;
    }
    table#cldAfficher table.Title td a {
        text-decoration: none;
    }

    table#cldAfficher table.Title td.NextPrev a {
        color: #FDD46E;
    }

table#cldAfficher {
    border: 0 !important;
    background: transparent;
    font-family: Arial;
    font-size: xx-small;
    font-weight: normal;
    width: 190px;
    height: 100px;
}
    table#cldAfficher a {
        text-decoration: none;
    }
    table#cldAfficher th.DayHeader {
        color: #D70101;
        text-align: center;
        text-transform: uppercase;
    }

    table#cldAfficher td {
        text-align: center;
        border: 0px;
        background: transparent;
        width: 14%;
    }
    table#cldAfficher td.OtherMonthDay {
    }
    table#cldAfficher td.CurrentMonthDay {
    }
    table#cldAfficher td.SelectedDay {
    }

div#eventInfo div#PopUpOnMouseOverDiv table.PopupOnMouseOverTable {
    width: 100%;
}
    div#eventInfo div#PopUpOnMouseOverDiv table td.PopupOnMouseOverTitle {
        font-weight: bold;
        padding-left: 20px;
        background: URL('/images/cld_titlebg.gif') repeat-x #922222;
        color: #FDD46E;
    }
    div#eventInfo div#PopUpOnMouseOverDiv table td.PopupOnMouseOverContent {
        padding-left: 20px;
        background: #C7C7C7;
    }
