﻿.calendarstyle .ajax__calendar_container
{
    width: 190px;
    background-color: #FFFFFF;
    border: solid 1px #eeeeee;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0, 0.2) inset, 0px 0px 0px 4px rgba(30,73,96, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0, 0.2) inset, 0px 0px 0px 4px rgba(30,73,96, 0.1);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0, 0.2) inset, 0px 0px 0px 4px rgba(30,73,96, 0.1);

}

.calendarstyle .ajax__calendar_body
{
    width:180px;
    height:150px;
    background-color: #ffffff; border: solid 1px #eeeeee;
}
.calendarstyle .ajax__calendar_header
{
    background-color: #db662b; margin-bottom: 8px;
    -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; 
    -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/;
} 
.calendarstyle .ajax__calendar_title
{
    color: #ffffff; padding-top: 3px;
}
.calendarstyle .ajax__calendar_next,
.calendarstyle .ajax__calendar_prev
{
    border:solid 2px #ffffff;
    background-color: #ffffff;
    -moz-border-radius-topleft: 18px/*{cornerRadius}*/; -webkit-border-top-left-radius: 18px/*{cornerRadius}*/; -khtml-border-top-left-radius: 18px/*{cornerRadius}*/; border-top-left-radius: 18px/*{cornerRadius}*/;
    -moz-border-radius-topright: 18px/*{cornerRadius}*/; -webkit-border-top-right-radius: 18px/*{cornerRadius}*/; -khtml-border-top-right-radius: 18px/*{cornerRadius}*/; border-top-right-radius: 18px/*{cornerRadius}*/; 
    -moz-border-radius-bottomleft: 18px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 18px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 18px/*{cornerRadius}*/; border-bottom-left-radius: 18px/*{cornerRadius}*/;
    -moz-border-radius-bottomright: 18px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 18px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 18px/*{cornerRadius}*/; border-bottom-right-radius: 18px/*{cornerRadius}*/;
}
.calendarstyle .ajax__calendar_hover .ajax__calendar_next,
.calendarstyle .ajax__calendar_hover .ajax__calendar_prev
{
    border:solid 2px #f7f7f7;
    background-color: #ffffff;
    -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; 
    -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/;
}
.calendarstyle .ajax__calendar_dayname
{
    text-align:center; margin-bottom: 4px; margin-top: 2px;
    color:#000000;
} 
.calendarstyle .ajax__calendar_day,
.calendarstyle .ajax__calendar_month,
.calendarstyle .ajax__calendar_year
{
    margin:1px 1px 1px 1px;
    text-align:center;
    border:solid 1px #eeeeee;
    color:#000000;
    background-color: #f3f3f3;
}
.calendarstyle .ajax__calendar_hover .ajax__calendar_day, .calendarstyle .ajax__calendar_hover .ajax__calendar_month, .calendarstyle .ajax__calendar_hover .ajax__calendar_year
{
    color: #ffffff;
    font-weight: bold;
    background-color: #C0C0C0;
}
.calendarstyle .ajax__calendar_active .ajax__calendar_day,
.calendarstyle .ajax__calendar_active .ajax__calendar_month,
.calendarstyle .ajax__calendar_active .ajax__calendar_year
{
    color: #ffffff; font-weight:bold; background-color: #db662b;	
}
.calendarstyle .ajax__calendar_today .ajax__calendar_day
{
    color: #db662b; 
    font-weight:bold; 
    background-color: #ffffff;	
}
.calendarstyle .ajax__calendar_other, .calendarstyle .ajax__calendar_hover .ajax__calendar_today
{
    color: #999999;
    font-weight: bold; 
}
.ajax__calendar_days
{
    background-color: #ffffff;
}