
.UIWeekCalendar {
    background: #fff none repeat scroll 0 0;
    margin: 35px 15px 15px;
    padding: 0;
}
.UIWeekCalendar .Member {
    color: #444;
    font: bold 14px arial;
}
.UIWeekCalendar .CalendarTitle > span {
    color: #333;
    font: bold 15px arial;
    text-transform: uppercase;
}
.UIWeekCalendar .CalendarTitle {
    margin-bottom: 20px;
    text-align: center;
}
.UIWeekCalendar .TBLCaption {
    color: #333;
    font: italic 12px arial;
    margin: 0 auto 20px;
    width: 60% !important;
}
.UIWeekCalendar .CellCaption {
    text-align: center;
    font-weight: bold;
    color: #424242;
}
.UIWeekCalendar .CellPrevious, .CellNext {
    background: #ff0000 none repeat scroll 0 0;
    border-radius: 0;
    text-align: center;
    padding: inherit;
}
.UIWeekCalendar .PreButton, .NextButton {
    color: #fff;
    font: bold 12px arial;
}
.UIWeekCalendar .CalendarTable {
    border: 1px solid #999 !important;
    margin-top: 20px;
}
.UIWeekCalendar .CalendarTable td {
    border: 1px solid #c7c7c7;
    padding: 5px;
    overflow: auto;
}
.UIWeekCalendar .Col1, .Col2, .Col3, .Col4, .Col5, .Col6 {
    background: #eee none repeat scroll 0 0;
    color: #444;
    font: bold 13px arial;
    height: 35px;
    text-align: center;
}
.UIWeekCalendar .CDay {
    background: #eee none repeat scroll 0 0;
    color: #444;
    font: 13px arial;
    height: 45px;
    padding-left: 10px;
    text-align: justify;
}
.UIWeekCalendar .DateName {
    font: bold 13px arial;
}

.UIWeekCalendar .btnprint {
    display: inline-block;
    padding: 10px 20px;
    width: 100px;
    background: #0d7840;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    float: right;
}