﻿.orange .ajax__calendar_container
{
width:190px;
z-index:2;
background-color: #ffffff; border:solid 1px #DDDDDD;
-moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; -khtml-border-top-left-radius: 8px; border-top-left-radius: 8px;
-moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; -khtml-border-top-right-radius: 8px; border-top-right-radius: 8px; 
-moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; -khtml-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; -khtml-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;
}
.orange .ajax__calendar_body
{
    width: 177px;
    height: 142px;
        color: black;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
}
.orange .ajax__calendar_body_hover
{
    width: 177px;
    height: 142px;
        color: black;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    }
.orange .ajax__calendar_header
{
background-color: #0091db; margin-bottom: 4px;
-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}*/;
} 
.orange .ajax__calendar_title
{
color: #ffffff; padding-top: 3px;
}
.orange .ajax__calendar_next,
.orange .ajax__calendar_prev
{
border:solid 2px #ffffff;
background-color: #f6c200;
-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}*/;
}
.orange .ajax__calendar_hover .ajax__calendar_next,
.orange .ajax__calendar_hover .ajax__calendar_prev
{
border:solid 2px #f6c200;
background-color: #ffffff;
}
.orange .ajax__calendar_dayname
{
text-align:center; margin-bottom: 4px; margin-top: 2px;
} 
.orange .ajax__calendar_day,
.orange .ajax__calendar_month,
.orange .ajax__calendar_year
{
margin: 1px 1px 1px 1px;
text-align: center;
color: #0091db;
background-color: #ffffff;

}
.orange .ajax__calendar_hover .ajax__calendar_day,
.orange .ajax__calendar_hover .ajax__calendar_month,
.orange .ajax__calendar_hover .ajax__calendar_year
{
color: #000000; font-weight:bold; background-color: #FEFEFE;border:solid 1px #FBD850;
}
.orange .ajax__calendar_active .ajax__calendar_day,
.orange .ajax__calendar_active .ajax__calendar_month,
.orange .ajax__calendar_active .ajax__calendar_year
{
color: #000000; font-weight:bold; background-color: #f6c200;	
}
.orange .ajax__calendar_today .ajax__calendar_day
{
color: #000000; font-weight:bold; background-color: #f6c200;	
}
.orange .ajax__calendar_other,
.orange .ajax__calendar_hover .ajax__calendar_today
{
color: #000000;
font-weight:bold;
}
.ajax__calendar_days
{
background-color: #ffffff;
}
.orange .ajax__calendar .ajax__calendar_today
{
     color:Black;
}