/*!
 * FullCalendar v1.6.1 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */

.event-calendar {
    overflow: hidden;
    background-color: #393737;
    margin-bottom: 20px;
}

    .event-calendar table {
        display: table;
    }

    .event-calendar tr {
        display: table-row;
    }

    .event-calendar thead {
        display: table-header-group;
    }

    .event-calendar tbody {
        display: table-row-group;
    }

    .event-calendar td, .event-calendar th {
        display: table-cell;
        border-color: black;
    }

.fc table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fc-day-header {
    padding: 5px 0px;
}

/* Header
------------------------------------------------------------------------*/

.fc-button-next {
    background-image: url('../Images/Icons/right-arrow.png');
    height: 10px;
    width: 13px;
    margin-right: 10px;
    float: right;
    padding: 0;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.fc-button-prev {
    background-image: url('../Images/Icons/left-arrow.png');
    height: 10px;
    width: 13px;
    margin-left: 10px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.fc-header-title h2 {
    font-family: Arial;
    font-size: 16pt;
    text-align: center;
    font-weight: normal !important;
    padding: 0;
    margin: 0;
}

.fc-header {
    margin-bottom: 5px;
    border: none;
}

    .fc-header td {
        vertical-align: middle;
        background-color: none;
        color: white;
        text-transform: uppercase;
        white-space: nowrap;
    }

.fc-header-left, .fc-header-right, .fc-header-center {
    vertical-align: middle;
    border-right: none;
    border-left: none;
    border-top: none;
}

.fc-header-left {
    width: 25%;
    text-align: left;
}

.fc-header-center {
    text-align: center;
}

.fc-header-right {
    width: 25%;
    text-align: right;
}

.fc-header-title h2 {
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
}

.fc .fc-header-space {
    padding-left: 10px;
}

/* Content
------------------------------------------------------------------------*/
.fc-content {
    clear: both;
}

.fc-view {
    width: 100%; /* needed for view switching (when view is absolute) */
    overflow: hidden;
}

/* Cell Styles
------------------------------------------------------------------------*/
.fc-day-header {
    color: white;
    text-transform: uppercase;
    background-color: black;
    text-align: center;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    font-size: 10pt;
}

.fc-day {
    vertical-align: middle;
    text-align: center;
    border: solid 2px black;
    background-image: url("../Images/jquery.FullCalendar/day-curr-mo.jpg");
    background-image: -moz-linear-gradient(Top, #444444 0%, #000000 100%);
    background-image: linear-gradient(Top, #444444 0%, #000000 100%);
    background-image: -webkit-linear-gradient(Top, #444444 0%, #000000 100%);
    background-image: -o-linear-gradient(Top, #444444 0%, #000000 100%);
    background-image: -ms-linear-gradient(Top, #444444 0%, #000000 100%);
    background-image: -webkit-gradient(linear, Top, Bottom, color-stop(0%,#444444), color-stop(100%,#000000));
    cursor: pointer;
    color: #4F4F4F;
    height: 45px;
    width: 45px;
}
.mobileUL .fc-day {
    height: 45px;
    width: 45px;
}

.other-month {
    background-image: url("../Images/jquery.FullCalendar/day-other-mo.jpg");
    background-image: -moz-linear-gradient(Top, #000000 0%, #444444 100%);
    background-image: linear-gradient(Top, #000000 0%, #444444 100%);
    background-image: -webkit-linear-gradient(Top, #000000 0%, #444444 100%);
    background-image: -o-linear-gradient(Top, #000000 0%, #444444 100%);
    background-image: -ms-linear-gradient(Top, #000000 0%, #444444 100%);
    background-image: -webkit-gradient(linear, Top, Bottom, color-stop(0%,#000000), color-stop(100%,#444444));
}

.fc-today {
    background-image: url("../Images/jquery.FullCalendar/curr-day-unselected.jpg");
    background-image: -moz-linear-gradient(Top, #A09E9F 0%, #636363 100%);
    background-image: linear-gradient(Top, #A09E9F 0%, #636363 100%);
    background-image: -webkit-linear-gradient(Top, #A09E9F 0%, #636363 100%);
    background-image: -o-linear-gradient(Top, #A09E9F 0%, #636363 100%);
    background-image: -ms-linear-gradient(Top, #A09E9F 0%, #636363 100%);
    background-image: -webkit-gradient(linear, Top, Bottom, color-stop(0%,#A09E9F), color-stop(100%,#636363));
}

.fc-day-selected {
    background-image: url("../Images/jquery.FullCalendar/curr-day-selected.jpg");
    background-image: -moz-linear-gradient(Top, #FE0000 0%, #B20000 100%);
    background-image: linear-gradient(Top, #FE0000 0%, #B20000 100%);
    background-image: -webkit-linear-gradient(Top, #FE0000 0%, #B20000 100%);
    background-image: -o-linear-gradient(Top, #FE0000 0%, #B20000 100%);
    background-image: -ms-linear-gradient(Top, #FE0000 0%, #B20000 100%);
    background-image: -webkit-gradient(linear, Top, Bottom, color-stop(0%,#FE0000), color-stop(100%,#B20000));
}

.fc-day-has-events {
    color: white;
}

/* Calendar Buttons
------------------------------------------------------------------------*/

.fc-state-default {
    cursor: pointer;
}

.fc-state-disabled {
    cursor: default;
}

/* Search Controls
------------------------------------------------------------------------*/
.search-button {
    border-radius: 3px;
}

.search-button-search {
    cursor: pointer;
    background-image: url("../Images/jquery.FullCalendar/red-search-enter.jpg");
    height: 20px;
    width: 20px;
    float: left;
    margin-left: 5px;
}

.search-button-clear {
    cursor: pointer;
    background-image: url("../Images/jquery.FullCalendar/red-search-clear.jpg");
    height: 28px;
    width: 30px;
    float: left;
    margin-left: 5px;
}

.search-button-print {
    cursor: pointer;
    background-image: url("../Images/jquery.FullCalendar/red-print.jpg");
    height: 20px;
    width: 37px;
    float: left;
    margin-left: 5px;
}

.searchbox-wrapper {
    overflow: hidden;
    float: left;
}

.calendar-search-left {
    background-image: url('../Images/jquery.FullCalendar/search-left-edge.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 3px;
    float: left;
}

.calendar-search-right {
    background-image: url('../Images/jquery.FullCalendar/search-right-edge.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 3px;
    float: left;
}

.calendar-search-box {
    width: 265px;
    height: 20px;
    float: left;
    background-image: url('../Images/jquery.FullCalendar/search-gradient.png');
    background-repeat: repeat-x;
    border: none;
    outline: none;
    margin-bottom: 12px;
    color: white;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 15px;
}

.search-list-controls {
    clear: left;
}

.watermark {
    color: #666;
}
/* Event List Results
------------------------------------------------------------------------*/
.search-list-result {
    width: 353px;
    height: 312px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #333;
    margin-bottom: 20px;
}
.mobile-eventcalendar-list {
    margin-top: 10px;
    padding-left: 10px;
    min-height: 312px;
    background-color: #333;
    position:relative;
}

.event-clips-found {
    font-size: 14px;
    width: 327px;
    height: 25px;
    padding: 10px 0 16px 0;
    margin-bottom: 5px;
    cursor: pointer;
    float: left;
    color: white;
    text-decoration: none;
    box-shadow: 2px 2px 2px #000;
    padding-left: 5px;
}

    .event-clips-found:nth-of-type(odd) {
        background-color: #888;
    }

.DayEvtName {
    color: #FFFFFF;
    text-transform: uppercase;
}

.DayShrtDescrip {
    padding-bottom: 5px;
}

.DayEvtName,
.DayShrtDescrip {
    float: left;
    width: 193px;
    font-size: 10pt;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.DayEvtDay,
.DayEvtDate {
    float: left;
    width: 125px;
    font-size: 9pt;
}

.SelectedEventEntry {
    border: 2px solid #ff0000;
}

/* Event Details Display
------------------------------------------------------------------------*/

.selectedEventDetail {
    margin: 10px;
    position: relative;
    overflow: hidden;
    background-color: #f7ede2;
    width: 690px;
    min-height: 150px;
    clear: both;
}

.DetailEvent {
    width: 100%;
    min-height: 150px;
    position: relative;
    overflow: hidden;
    background-color: #f7ede2;
    color: Black !important;
}

.DetailEventImg img {
    width: 100%;
    height: 100%;
}

.DetailEventImg {
    float: left;
    width: 110px;
    height: 110px;
    margin-left: 20px;
    margin-right: 10px;
}

.DetailRight,
.DetailLeft {
    height: 100%;
    float: left;
    position: relative;
}

.DetailRight {
    min-height: 150px;
    width: 359px;
    border-left: 1px solid black;
}

.DetailLeft {
    width: 330px;
}

.DetailEventLeftDetails {
    text-align: center;
    float: left;
    width: 180px;
}

.FullDescrip {
    margin: 20px 10px 10px;
    overflow: hidden;
    font-size: 9pt;
    line-height: 12pt;
    text-overflow: ellipsis;
}

    .FullDescrip p, .FullDescrip ul li {
        font-size: 9pt !important;
        line-height: 12pt !important;
        letter-spacing: 0 !important;
    }

    .FullDescrip a {
        color: #0000FF;
        text-decoration: underline;
    }

        .FullDescrip a:visited {
            color: #551A8B;
            text-decoration: underline;
        }

.DetailEventImg,
.DetailEventLeftUpperDetails {
    margin-top: 20px;
}

.DetailEventLeftUpperDetails {
    position: relative;
    width: 100%;
    margin-bottom: 6pt;
    border-bottom: 1px solid black;
}

.packageTicketLinksDiv {
    text-align: left !important;
}

.packageTicketLinksDiv,
.addthig_div {
}

.addthig_div {
    vertical-align: bottom;
    text-align: center;
}

.fb_iframe_widget {
    width: 24%;
}

.addthing_div_Link {
    float: left !important;
}

.DetailEvtTitle {
    position: relative;
    /*font-size: 11pt;*/
    font-weight: bold;
    word-wrap: break-word;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.DetailEvtSubHead {
    position: relative;
    font-size: 10pt;
    margin: 6pt auto;
    vertical-align: middle;
}

.RedBarX {
    height: 1px;
    border-top: 1px solid #955d06;
}

.DetailVenue {
    vertical-align: middle;
    font-size: 8pt;
    font-weight: bold;
    margin-top: 3px;
    overflow: hidden;
}

.DetailEvtDate {
    font-size: 9pt;
    overflow: hidden;
    margin-top: 3px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.ticketLink {
    width: 34% !important;
    text-align: center;
}

    .packageLink, .packageLink > a,
    .ticketLink, .ticketLink > a {
        text-align: left;
        color: #955d06 !important;
        text-decoration: none !important;
        font-size: 12pt;
    }

/* Global Event Styles
------------------------------------------------------------------------*/
.calendar-highlights-section {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    height: 140px;
}

.calendarManager_loadingPanel {
    background-image: url("../Images/jquery.FullCalendar/LoadingAnimation.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #DDDDDD;
    opacity: 0.5;
}

.calendar-clear-search-button {
    cursor: pointer;
    position: absolute;
    margin-left: 265px;
    margin-top: 3px;
    background-image: url('../Images/jquery-ui/ui-icons_cd0a0a_256x240.png');
    background-position: -80px -128px;
    height: 16px;
    width: 16px;
    z-index: 50;
}

    .calendar-clear-search-button:hover {
        background-position: -96px -128px;
    }


.ui-widget-header .ui-icon {
    background-image: url('../Images/jquery-ui/ui-icons_cd0a0a_256x240.png');
}


.anSelectedItem > .anNavItemImage {
    border: 2px solid #BD2025 !important;
    border-radius: 12px;
}

#CalendarHighlightsWidget > .anNavPane {
    margin: 10px auto 0;
    height: 130px;
}

.top-presentation, .side-navigationPanel, .event-calendar {
    min-height: 550px;
}

.event-calendar-display {
    width: 710px;
    background-color: #393737;
    padding-bottom: 1px;
}

.calendar-search-box::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

#EventCalendar, #SideSearchList {
    float: left;
    margin-top: 10px;
    margin-left: 7px;
}

#EventCalendar {
    width: 330px;
    height: 343px;
    margin-left: 10px;
}

.lower-body-content {
    width: 975px;
    border: none;
}

.DetailDefaultPromo {
    height: 150px;
    width: 100%;
    z-index: 5;
    position: absolute;
}
.FrontEvent {
    z-index: 10;
    display: block;
    position: relative;
}