﻿#EventCalendarAdminMain 
{
    overflow: auto;
    width: 800px;
    padding: 20px;
}
        
#CalendarTitle 
{
    height: 80px; 
}
        
.calendar-title-text 
{
    line-height: 40px;
    text-align: center;
}
        
.calendar-cell
{
    height: 100px;
    width: 12%;
    float: left;
    border: 1px solid #cccccc;
    margin: 5px;
}
        
.event-cell 
{
    height: 100px;
    width: 12%;
    float: left;
    border: 1px solid black;
    background: #93b3c2;
    margin: 5px;
            
}
        
.void-cell
{
    height: 100px;
    width: 12%;
    float: left;
    border: 1px solid #cccccc;
    margin: 5px;
    background: #cccccc;
}
        
p.calendarLink
{
    text-align: center;
    font-weight: bold;
}
        
a.calendarLink 
{
    text-align: center;
    font-family: bold;
    font-family: Arial;
    text-decoration: none;
    font-size: 12px;
}
        
.calendar-cell p, .event-cell p
{
    margin: 0px; padding: 0px;
}
.calendar-row
{
    clear: both;
    overflow: auto;
    display: none; /* display with jquery fancy fancy*/
    margin-left: 9px;
}
.cal-button
{
        outline: 0; 
        padding: .4em 1em;
        text-decoration:none !important; 
        cursor:pointer; 
        position: relative; 
        text-align: center;
        zoom: 1;
        margin-top: 4px;
        margin-left: 4px;
        margin-right: 4px;
        height: 32px;
}
        
#WeekdayHeaders 
{
    margin-left: 9px;
}
        
#WeekdayHeaders div
{
    border: 1px solid #cccccc;
    width: 12%;
    float: left;
    margin: 5px;
    text-align: center;
}
