.aud-calendar-all * {
    color: #a6a6a6;
}
.aud-calendar-all table td,
.aud-calendar-all table th {
    padding: 0;
}
.aud-calendar-all a:hover,
.aud-calendar-all a:visited,
.aud-calendar-all a:active,
.aud-calendar-all a:focus
{
    text-decoration: none;
}
.aud-calendar-all span {
    color: #175fa5;
}
.aud-calendar-all .all {
    border-collapse: collapse;
    border-spacing: 0;
}
.aud-calendar-all .month {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 10px;
    vertical-align: top;
}

.aud-calendar-all .month caption {
    font-size: 13px;
    text-transform: uppercase;
    background-color: #f6f6f6;
}

.aud-calendar-all .month th
{
    text-align: center;
    vertical-align: middle;
    height: 30px;
    font-weight: normal;
    border-bottom: 1px solid #d6d8d7;
}

.aud-calendar-all .day {
    width: 30px;
    height: 25px;
    padding: 2px 1px 2px 1px;
    text-align: center;
    vertical-align: middle;
}
.aud-calendar-all .wrap {
    width: 30px;
    height: 25px;
    text-align: center;
}
#pw_calendar_buh .aud-calendar-all .wrap {
    width: auto;
}
.aud-calendar-all .mini-event-wrap
{
    float: left;
    width: 5px;
}

.aud-calendar-all .mini-event {
    height: 5px;
    width: 5px;
    margin-bottom: 1px;
}

.aud-calendar-all .event_many {
    background-color: #d8dbdc;
}
.aud-calendar-all .event_calendar_buh {
    background-color: #1c78b5;
}
.aud-calendar-all .event_calendar_buh:hover,
.aud-calendar-all .event_access_end:hover,
.aud-calendar-all .event_webinar:hover{
    box-shadow: 0 0 4px -2px black;
}
.aud-calendar-all .event_webinar {
    background-color: #00aa38;
}
.aud-calendar-all .event_access_end {
    background-color: #ff942f;
}

.aud-calendar-all .wrap-event-description {
    cursor: pointer;
}

.aud-calendar-all .event-description {
    display: none;
    position: absolute;
    box-shadow: 5px 3px 8px -1px #777777;
    text-align: left;
    font-size: 12px;
    cursor: default;
    color: black;
}

.aud-calendar-all .event-description * {
    color: black;
}

.aud-calendar-all .event-description a {
    color: #1c78b5;
}
.aud-calendar-all .event-description a:hover {
    text-decoration: underline;
}

.aud-calendar-all .event-description > div {
    padding: 10px;
    z-index: 1000;
    background-color: white;
    border-bottom: 1px solid #dcdcdc;
}
.aud-calendar-all .event-description .event_calendar_buh {
    border-left: 3px solid #1c78b5;
}
.aud-calendar-all .event-description .event_webinar {
    border-left: 3px solid #00aa38;
}
.aud-calendar-all .event-description .event_access_end {
    border-left: 3px solid #ff942f;
}

.aud-calendar-all .wrap span {
    margin-left: -5px;
    line-height: 25px;
}

.aud-calendar-all .nav-arrow
{
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.aud-calendar-all .nav-next,
.aud-calendar-all .nav-prev {
    height: 250px;
    width: 70px;
}
.aud-calendar-all .nav-arrow:hover
{
    background-color: #f9f9f9;
}

.aud-calendar-all a.calendar-event-date:hover {
    text-decoration: none;
}