﻿body {
}

a.tooltip {
    outline: none;
}

    a.tooltip strong {
        line-height: 30px;
    }

    a.tooltip:hover {
        text-decoration: none;
    }

    a.tooltip span {
        z-index: 99999;
        display: none;
        padding: 14px 20px;
        margin-top: -30px;
        margin-left: 2px;
        width: 180px;
        line-height: 16px;
    }

    a.tooltip:hover span {
        display: inline;
        position: absolute;
        color: #111;
        border: 1px solid #DCA;
        background: #fffAF0;
        text-align: left;
        width: 180px;
    }

.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}
/*CSS3 extras*/
a.tooltip span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
    min-height: 30px;
}


.CalendarTbl_Full {
    border-spacing: 2px;
    border-collapse: separate;
    direction: ltr;
}

    .CalendarTbl_Full td {
        font-weight: bold;
        border: 1px double LightGray;
        border-collapse: separate;
        height: 100%;
    }

.EventTD {
    background-color: Gray;
}

.timeHeader {
    border-bottom: 1px dotted Black;
    Color: Gray;
    display: block;
    font-family: Segoe UI Light;
    font-size: 16px;
}

.monthPointer > td {
    width: 8.3%;
}

.timeEvents {
    border-bottom: 1px dotted Black;
    Color: DarkGray;
    display: inline-block;
    font-family: Segoe UI Light;
    font-size: 14px;
    padding-left: 5%;
    width: 95%;
    text-decoration: none;
    height: 25px;
    margin: 0px;
}

p.timeEvents {
    color: black;
    padding-left: 8%;
}

.weekendTD_Full {
    color: Gray;
    background-color: #CBEFC3;
}

.outOfMonthTD_Full {
    color: Gray;
    background-color: #E6E6E6;
}

.weekendTD_Full div {
    color: #CACFCB;
    font-weight: Bold;
}

.outOfMonthTD_Full div {
    color: #CACFCB;
    font-weight: Bold;
}

.weekendTD {
    color: Gray;
}

.dayDiv {
    font-family: Agency FB;
    min-height: 139px;
    margin: 1px;
}

.eventTD_Full {
    color: #76C363;
}

.monthHeader a {
    Color: White;
    text-decoration: none;
    direction: ltr;
    font-weight: bold;
}

.eventTD {
    background-color: #FB6362;
    border: 1px Solid White;
    color: White;
}

    .eventTD a {
        color: #fff;
    }

.noEventTD_Full {
    color: #76C363;
}

.noEventTD {
}

.header td {
    text-align: center;
}

.monthHeader_Full {
    font-family: Agency FB;
    font-size: 24px;
    color: #C8BFE7;
    background-color: White;
    text-decoration: none;
    direction: ltr;
}

.yearHeader_Full {
    padding: 0px 10px 0px 10px;
    font-family: Agency FB;
    font-size: 24px;
    color: #C8BFE7;
    background-color: White;
    text-decoration: none;
}

.monthHeader_Full_Selected {
    font-family: Agency FB;
    font-size: 24px;
    color: white;
    background-color: #C8BFE7;
}

.defaultEvent {
    color: White;
    font-family: Segoe UI Light;
    border-style: solid;
    border-radius: 5px;
    background-color: #70AF1E;
    border-color: gray;
    border-width: 1px 0;
    margin: 4px;
    padding-left: 4px;
}

    .defaultEvent a {
        color: White;
        text-decoration: none;
    }

div.a {
    color: White;
}

.viewAll {
    font-family: Segoe UI Light;
    color: gray;
    text-decoration: none;
    visibility: hidden;
}

    .viewAll:hover {
        font-family: Segoe UI Light;
        color: #5A86FA;
        text-decoration: none;
        cursor: pointer;
    }

.sideEvent {
    font-family: Arial;
    color: DarkGray;
    text-decoration: none;
}

.event1 {
    color: White;
    font-family: Segoe UI Light;
    border-style: solid;
    border-radius: 5px;
    background-color: #70AFFE;
    border-color: gray;
    border-width: 0px 0;
    margin: 4px;
    padding-left: 4px;
}

    .event1 a {
        color: White;
        text-decoration: none;
    }

.event2 {
    color: White;
    font-family: Segoe UI Light;
    border-style: solid;
    border-radius: 5px;
    background-color: #74D35B;
    border-color: gray;
    border-width: 0px 0;
    margin: 4px;
    padding-left: 4px;
}

    .event2 a {
        color: White;
        text-decoration: none;
    }

.event3 {
    color: White;
    font-family: Segoe UI Light;
    border-style: solid;
    border-radius: 5px;
    background-color: #FE9900;
    border-color: gray;
    border-width: 0px 0;
    margin: 4px;
    padding-left: 4px;
}

.tooltip-Menu-Li {
    margin-left: -40%;
    text-align: left;
    width: 180px;
    text-decoration: none;
}

.event3 a {
    color: White;
    text-decoration: none;
}

.event4 {
    color: White;
    font-family: Segoe UI Light;
    border-style: solid;
    border-radius: 5px;
    background-color: #FD3001;
    border-color: gray;
    border-width: 0px 0;
    margin: 4px;
    padding-left: 4px;
}

    .event4 a {
        color: White;
        text-decoration: none;
    }

.event5 {
}

.event6 {
}

.event7 {
}

.event8 {
}

.event9 {
}

.event10 {
}
