.myCalendar {
    width: 75%;
}

.myCalendarTitle, .myCalendarNextPrev a {
    background-color: #385b88;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
}

.myCalendarDay a {
    text-decoration: none;
}

.buttonstyle[type=submit] {
    background-color: #687986;
    padding: 5px 10px;
    height: 30px;
    border: 0;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

#dgViewCalendar tr td a {
    color: #1c3e69;
}
