﻿.EventsBoxControls
{
    font-family:arial;
    font-size:12px;
    color:#000000;
    border:1px solid gray;
    width:160px;
    padding:0 2px 0 2px;
}

.EventsCalBoxControls
{
    font-family:arial;
    font-size:12px;
    color:#000000;
    border:1px solid gray;
    width:140px;
    padding:0 2px 0 2px;
}

.EventsLargeBoxControls
{
    font-family:arial;
    font-size:12px;
    color:#000000;
    border:1px solid gray;
    width:160px;
    padding:0 2px 0 2px;
    height:80px;
}

.EventsComboControls
{
    font-family:arial;
    font-size:12px;
    color:#000000;
    border:1px solid gray;
    width:160px;
}

.EventsTitleText
{
    font-family:arial;
    font-size:12px;
    color:#000000;
    font-weight:bold;
}

.EventsGeneralText
{
    font-family:arial;
    font-size:12px;
    color:#000000;
}

.EventsValidatorText
{
    font-family:arial;
    font-size:11px;
    color:Red;
}

.EventsGeneralTable
{
    width:100%;
}

.EventsFormLeftTD
{
    width:100px;
    vertical-align:top;
}

.EventsCalTD
{
    padding-left:3px;
}

a.EventsLinks:link 
{
    font-family:arial;
    font-size:12px;
    text-decoration:none;
    color:#276896;
    font-weight:normal;
}

a.EventsLinks:visited 
{
    font-family:arial;
    font-size:12px;
    text-decoration:none;
    color:#276896;
    font-weight:normal;
}

a.EventsLinks:hover 
{
    font-family:arial;
    font-size:12px;
    text-decoration:none;
    color:#000000;
    font-weight:normal;
}

.EventsCalendar_DayHeader
{
    background-color:#f6f2c9;
    font-family:Arial;
    font-size:12px;
    color:#5c421e;
}

.EventsCalendar_Day
{
    font-family:Arial;
    font-size:12px;
    color:Black;
}

.EventsCalendar_NextPrev
{
    font-family:Arial;
    font-size:12px;
}

.EventsCalendar_OtherMonthDay
{
    font-family:Arial;
    font-size:12px;
    color:Gray;
}

.EventsCalendar_TodayDay
{
    font-family:Arial;
    font-size:12px;
    color:#5c421e;
    font-weight:bold;
}
.EventsCalendar_Title
{
    font-family:Arial;
    font-size:12px;
    color:#000000;
    background-color:#d5d3be;
}
.EventsCalendar_Calendar
{
    border:1px solid #f0ecc1;
    border-top-width:0px;
}

.EventsCalendar_EventsDay
{
    background-color:#e8e6d6;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#5c421e;
    border-left:1px solid gray;
    border-bottom:1px solid gray;
}
.Events_EventsList_CatTitleTD
{
    font-family:Arial;
    font-size:12px;
    width:150;
    white-space:nowrap;
    text-align:left;
    padding-right:5px;
}

.Events_EventsList_TitleTD
{
    font-family:Arial;
    font-size:12px;
    width:150px;
    white-space:nowrap;
    padding-right:5px;
    text-align:center;
}

.Events_EventsList_DateTD
{
    font-family:Arial;
    font-size:12px;
    padding-left:5px;
    padding-right:5px;
    text-align:center;
    width:90px;
}

.Events_EventsList_ActionTD
{
    font-family:Arial;
    font-size:12px;
    padding-left:1px;
    padding-right:1px;
    text-align:center;
    width:18px;
}

.Events_EventsList_DetailsTD
{
    font-family:Arial;
    font-size:12px;
    padding-left:1px;
    padding-right:1px;
    text-align:center;
    width:60px;
}

.Events_EventsList_ApprovedTD
{
    font-family:Arial;
    font-size:12px;
    padding-left:1px;
    padding-right:1px;
    text-align:center;
    width:30px;
}

.Events_EventsList_EmptyDataText
{
    font-family:Arial;
    font-size:12px;
    color:Gray;
    font-style:italic;
}

.Events_EventsList_Table
{
    margin-bottom:3px;
    border-bottom:1px solid gray;
    font-weight:bold;
}

.Events_EventDetail_LeftTD
{
    font-family:Arial;
    font-size:12px;
    text-align:right;
    vertical-align:top;
    color:Gray;
}


.Events_PagerStyleGridView
{
    font-family:Arial;
    font-size:12px;
    color:Black;
}

.jQueryCss
{
    background-color:Red;}
    
.Events_DetailLink
{
    font-family: Arial;
    font-size: 12px;
    color: #4479A4;
    cursor: pointer;
}
.Events_EventsList_DetailsTable
{
    border:1px dashed #bdb77c;
    background-color:#f1eed4;
    width:100%;
}
.Events_EventsList_DetailsRightTD
{
    font-family:Arial;
    font-size:12px;
    vertical-align:top;
    text-align:left;
    padding-left:3px;
    padding-right:6px;
} 
.Events_WindowPadding
{
    padding: 1em;
}