.calnk a:hover {
    /*background-position: 0 0;
    text-decoration: none;
    color: #000000;
    border-bottom: 1px dotted #000000;*/
}

.calnk a:visited {
    text-decoration: none;
    /*color: #000000;*/
    border-bottom: 1px dotted #000000;
}

.calnk .cal-title {
    text-decoration: none;
    color: #000000;
    border-bottom: 1px dotted #000000;
    display: inline-block;
    cursor: pointer;
}

.calnk .cal-title div.open-tooltip-panel {
    display: none;
}

.calnk .cal-title:hover div.open-tooltip-panel {
    color: #FFF;
    cursor: default;
    /*background: #F6F79B;*/
    background-color: #4b3b2e;
    display: block;
    position: absolute;
    margin-top: 1px;
    padding: 10px;
    width: 200px;
    z-index: 100 !important;
    line-height: 1.2em;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 13px;
    /*border: 1px solid;*/
    /*border-radius: 3px;*/
    /*box-shadow: 10px 10px 5px #4B3B2E;*/
}

div.info-link {
    /*background-color: orange;
    color: white;
    text-align: center;
    padding: 10px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid;
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
}


/*div.info-link a {
    color: white !important;
    padding: 5px 0px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
div.info-link a:hover {
    text-decoration: underline;
    color: black !important;
}*/


/*
div.open-tooltip-panel::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

div.open-tooltip-panel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    padding: 1px;
}

div.open-tooltip-panel::-webkit-scrollbar-thumb {
    background-color: #F5DDB5;
    outline: 1px solid red;
    border-radius: 15px;
    padding: 2px;
}*/


/*::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff);
    background: #000;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #fff;
    background: #CCC;
}

::-moz-scrollbar {
    width: 12px;
}

::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 6px #fff);
    background: #000;
}

::-moz-scrollbar-thumb {
    border-radius: 10px;
    -moz-box-shadow: inset 0 0 6px #fff;
    background: #7A252B;
}*/


.calnk .cal-title:hover div.open-tooltip-panel span.event-title {
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    padding-bottom: 7px;
    width: 100%;
}

.open-tooltip-panel .event-title-break {
    display: none;
}

.open-tooltip-panel a {
    color: #f5ddb5 !important;
    text-decoration: underline;
}

.open-tooltip-panel a:hover {
    color: #fff !important;
    text-decoration: none;
}

.calendar-table {
    border: 0 !important;
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 2px !important;
}

.calendar-heading {
    height: 25px;
    text-align: center;
    /*background-color: #E4EBE3;*/
    background-color: #4b3b2e;
    color: white;
    font-family: "SackersGothicW01-Heavy";
}

.calendar-next {
    width: 20%;
    text-align: center;
    border: none;
    /*font-weight: bold;*/
    font-family: "SackersGothicW01-Heavy";
}

.calendar-prev {
    width: 20%;
    text-align: center;
    border: none;
    /*font-weight: bold;*/
    font-family: "SackersGothicW01-Heavy";
}

.calendar-month {
    width: 60%;
    text-align: center;
    /*font-weight: bold;*/
    border: none;
    font-family: "SackersGothicW01-Heavy";
}

.normal-day-heading {
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 0.8em;
    /*border: 1px solid #DFE6DE;*/
    border: 1px solid gray;
    background-color: #f5ddb5;
    font-weight: bold;
    font-family: "SackersGothicW01-Heavy";
}

.weekend-heading {
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 0.8em;
    /*border: 1px solid #DFE6DE;*/
    border: 1px solid gray;
    background-color: #f5ddb5;
    /*color: #FF0000;*/
    color: #4b3b2e;
    font-weight: bold;
    font-family: "SackersGothicW01-Heavy";
}

.day-with-date {
    vertical-align: text-top;
    text-align: left;
    width: 60px;
    height: 60px;
    /*border: 1px solid #DFE6DE;*/
    border: 1px solid gray;
    background-color: white;
}

.no-events {}

.day-without-date {
    width: 60px;
    height: 60px;
    /*border: 1px solid #E9F0E8;*/
    border: 1px solid gray;
}

span.weekend {
    /*color: #FF0000;*/
    color: #4b3b2e;
}

.current-day {
    vertical-align: text-top;
    text-align: left;
    width: 60px;
    height: 60px;
    /*border: 1px solid #BFBFBF;*/
    border: 1px solid gray;
    /*background-color: #E4EBE3;*/
    background-color: #B4B4B4;
}

span.event {
    font-size: 0.75em;
}

.kjo-link {
    font-size: 0.75em;
    text-align: center;
}

.calendar-date-switcher {
    height: 25px;
    text-align: center;
    border: 1px solid #D6DED5;
    background-color: #E4EBE3;
}

.calendar-date-switcher form {
    margin: 2px;
}

.calendar-date-switcher input {
    border: 1px #D6DED5 solid;
    margin: 0;
}

.calendar-date-switcher input[type=submit] {
    padding: 3px 10px;
}

.calendar-date-switcher select {
    border: 1px #D6DED5 solid;
    margin: 0;
}

.calnk a:hover span span.event-title {
    padding: 0;
    /*text-align: center;*/
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
    margin-left: 0px;
    position: relative;
}

.calnk a:hover span span.event-title-break {
    width: 96%;
    text-align: center;
    height: 1px;
    margin-top: 5px;
    margin-right: 2%;
    padding: 0;
    background-color: #FFF;
    margin-left: 0px;
}

.calnk a:hover span span.event-content-break {
    width: 96%;
    text-align: center;
    height: 1px;
    margin-top: 5px;
    margin-right: 2%;
    padding: 0;
    background-color: #FFF;
    margin-left: 0px;
}

.page-upcoming-events {
    font-size: 80%;
}

.page-todays-events {
    font-size: 80%;
}

.calendar-table table, tbody, tr, td {
    margin: 0 !important;
    padding: 5px !important;
}

table.calendar-table {
    margin-bottom: 5px !important;
    font-family: "NewBaskervilleW01-Roman";
}

.cat-key {
    width: 100%;
    margin-top: 30px;
    padding: 5px;
    border: 0 !important;
}

.cal-separate {
    border: 0 !important;
    margin-top: 10px;
}

table.cat-key {
    margin-top: 5px !important;
    border: 1px solid #DFE6DE !important;
    border-collapse: separate !important;
    border-spacing: 4px !important;
    margin-left: 2px !important;
    width: 99.5% !important;
    margin-bottom: 5px !important;
}

.minical-day {
    background-color: #F6F79B;
}

.cat-key td {
    border: 0 !important;
}

.calendar-heading a {
    color: #f5ddb5;
}

.calendar-heading a:hover {
    color: white;
}

#newsletter {
    z-index: 0;
}

.asterisk {
    display: none;
}

.event-list {
    margin-left: 20px;
}

@media only screen and (min-width:900px) and (max-width:1100px) {
    .calnk a:hover span {
        width: 156px;
    }
}