﻿#EventsTab
{   
    background-color: #ecedec;
    margin: 0px 0px 1px 0px !important;
    
    height: 22px;
    line-height: 22px;
    font-size: 9pt;
        
    padding: 0px 0px 0px 8px;
    
    display: inline-block;    
    vertical-align: middle;
    
    border-top: solid 1px #d6d8d6;
    border-right: solid 1px #d6d8d6;
    border-left: solid 1px #d6d8d6;
    
    cursor: pointer;
    
    position: relative !important;
    z-index: 201 !important;
}

#EventsTab a
{
    position: relative;
    top: -6px;
    left: -4px;
}

#EventsTab.eventOpen
{
    background-color: #FFFFFF !important;    
    border-bottom: 1px solid #FFFFFF !important;
    
}

#EventMenu
{
    height: 240px;
    width: 244px;
    
    position: absolute;
    top: 140px;
    left: 692px;
    
    z-index: 2 !important;
    
    background-color: #FFFFFF;
    border: 1px solid #C6C6C6;    
    
    padding: 11px 9px 11px 13px;
}

#EventMenu a.linkbutton
{
    color: #999;
}

.eventNavigation
{
    height: 24px;
    width: 238px;
    padding-top: 8px;
    margin-top: 6px;
    
    background-color: #EDEDED;
    color: #666;
    font-weight: bold;
    text-align: center;
    
    position: relative;
}

.eventMonthSlider
{
    height: 18px;
    width: 238px;
    
    background-color: #999;
    color: White;
}

.eventMonthSlider ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.eventMonthSlider ul li
{
    display: inline-block;
    height: 18px;
    width: 59.5px;
    float: left;
    text-align: center; 
    line-height: 18px;    
    cursor: pointer;   
}

.selectedMonth
{
    background-color: #B5121B;
}

.eventWeekdayHeader
{
    height: 24px;
    width: 238px;
    color: #999;
}

.eventWeekdayHeader ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.eventWeekdayHeader ul li
{
    display: inline-block;
    height: 24px;
    width: 34px; /* from 40 */
    line-height: 24px;
    float: left;
    text-align: center;
}

.eventDays
{
    width: 238px;
    height: 180px;
}

.eventDays ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.eventDays ul li
{
    display: inline-block;
    margin: 2px;
    background-color: #EDEDED;
    width: 26px; /* from 32 */
    height: 20px;
    float: left;
    padding-right: 4px;
    text-align: right;
    line-height: 26px;
    color: White;
}

.eventDays ul li.date
{
    background-color: #C6C6C6 !important;
}

.eventDays ul li.eventDate
{
    background-color: #999 !important;
}

.ui-tooltip-content
{
    background-color: #FFFFFF !important;
    border: none !important;
    
    box-shadow: -2px 2px 6px #999; 
    -moz-box-shadow: -2px 2px 6px #999; 
    -webkit-box-shadow: -2px 2px 6px #999; 
}

.ui-tooltip-content a
{
    text-decoration: none !important;
    font-size: 8pt;
    color: #B5121B !important;
    display: block;    
    margin-top: 4px;
    margin-bottom: 4px;
}

.eventReadMore
{
    width: 60px;
    float: right;
    clear: both;    
}