﻿.CalendarOutterDiv
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0;
    width: 569px;
    float: left;
    clear: right;  
}    

.Calendar
{
    text-align: center;
    float: left;
    width: 350px;
}

.CalendarSmall
{
    width: 182px;
}

.Legend
{
    float: left; 
    margin-left: 15px; 
    clear: right; 
    text-align: center; 
}

.LegendSmall
{
    float: left; 
    margin-left: 20px; 
    clear: right; 
    text-align: center; 
}

.Legend ul
{
    list-style: none; 
    margin: 0; 
    padding: 10px; 
    text-align: left;    
}

.Legend li
{
    margin: 0 0 2px 0; 
    padding: 0;    
}

.Legend li div
{
    width: 15px; 
    height: 15px; 
    float: left;  
    font-size: 0; 
    margin-right: 5px; 
    display: run-in;
}

.GridRowStyle
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #EEEEE0;
}

.PadRight
{
    padding-right: 10px;
}

/*Calendar rounded corners div*/
.rounded-corners
        {
            /*-webkit-border-radius: 5px;
            -moz-border-radius: 5px;*/
            -webkit-bordertop-left-radius: 5px;
            -webkit-bordertop-right-radius: 5px;
            -moz-bordertop-left-radius: 5px;
            -moz-bordertop-right-radius: 5px;
            /*border-radius: 5px;*/
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            overflow: hidden;
            border-color: #222222;
        }

.DayHeaderStyle
{
    text-align:center;
}