.fc-header-title h2 {
    font-size: 2em;
    font-weight:bold;
    text-transform:uppercase;
}

.fc-event  {
    display:none;
    *font-size:0.95em;/*0.83*/
    font-weight:normal;
    zoom: 1;
    filter: alpha(opacity=90);
    opacity: 0.90;
}

    .fc-event:hover  {
        text-decoration: none;
        filter: alpha(opacity=100);
        opacity: 1;
    }

.fc-event-inner {
    line-height: 15px;
}

.fc-event-title {
   font-size:11px; 
}
.fc-event-time {
    font-size:11px;
 font-weight:bold;
}
.fc-today {
    background-image: none;
    background-color: #fdf4b9;
}



div#mainContent a {
    color:inherit;
    font-size:0.8em;
}

    #calendar {
        *width: 650px;
        width:100%;
        position: relative;
        margin: 0 auto;
    }

#calendar-wrapper
{
    position: relative;
    margin: 20px auto 0;
    /*width: 650px;*/
    width:98%;
    min-width: 700px;
}

#calendars {
    z-index: 1000;
}

#calendars li a span
{
    display: block;
    height: 20px;/*16*/
    width: 20px;/*16*/
    margin-right: 5px;
    float: left;
}

#calendars li a {
    display:block;
    margin:10px;
}


.off {
    opacity: 0.4;
}

.popover {
    width:300px;
}

.popover-title,
.popover-content {
    font-size: 12px;
}

.popover-title {
    font-weight: bold;
}

/* UI INTERFACE OVERIDES */

#pageContentFull h2 {
font-family: Poppins, 'Century Gothic', 'Arial', 'sans serif';
font-size: 2em;
color: #843e1c;
color: #804b15;
margin-bottom: 15px;
line-height: 28px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
font-weight: bold;
color: #666666;
}
.ui-state-default:active {
font-weight: bold;
color: #555555;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
border: solid 1px #bbbbbb;
background: #a3a3a3;
background: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#a3a3a3));
background: -moz-linear-gradient(top, #c0c0c0, #a3a3a3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c0c0', endColorstr='#a3a3a3');
font-weight: bold;
color: #fff;
}

.unstyled {
    list-style:none;
    margin-left:0;
    padding:none;
}
ul.unstyled, ol.unstyled {
    list-style:none;
    margin-left:0;
    padding:0;
}

img {
vertical-align: top;
}
#popUpBanner {
    width:100%;
}
.close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.close:hover {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=80);
opacity: .8;
}
#categoriesToggleHide:hover, #categoriesToggleShow:hover {
    font-size:14px; /*do not reset to default a:hover 12px*/
}

/* CSS OVERRIDES */

#categories ul.unstyled li {
    float: left;
    margin-right: 25px;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding:10px;
}

#categories .unstyled {
    list-style: none;
    margin-left: 10px;
}


#calendars ul.unstyled li {
    float: left;
    margin-right: 25px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 15px;
}

#calendars .unstyled {
    list-style: none;
    margin-left: 10px;
}

#calendars li a {
    /* display: block; */
    /* margin: 10px; */
    color: #444;
    padding-right: 2px;
}

#calendars .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #b7b7b7;
    color: #888;
    background-color: #f1f1f1;
}