﻿
.calendarStyle .ajax__calendar_container
{
    padding: 4px;
    position: absolute;
    cursor: default;
    /*width: 190px;*/
    font-size: 11px;
    text-align: center;
    font-family: tahoma,verdana,helvetica;
    font-weight:normal;
    background-color: #e9e9e9;
     border: 2px solid #646464;
     color: #000000;
}

.calendarStyle .ajax__calendar_body
{
    height: 139px;
    width: 168px;
    position: relative;
    overflow: hidden;
    margin: auto;
    border: solid 1px #cccccc;
    background-color: #e9e9e9;
}

.calendarStyle .ajax__calendar_months,
.calendarStyle .ajax__calendar_years,
.calendarStyle .ajax__calendar_days
{
    top: 0px;
    left: 0px;
    height: 139px;
    width: 168px;
    position: absolute;
    text-align: center;
    margin: auto;
    background-color: #ffffff;
}

.calendarStyle .ajax__calendar_container TABLE
{
    font-size: 11px;
}
.calendarStyle .ajax__calendar_header
{
    height: 20px;
    width: 100%;
}

.calendarStyle .ajax__calendar_title
{
    cursor: pointer;
    font-weight: bold;
    color: #21459C;
}
.calendarStyle .ajax__calendar_footer
{
    height: 15px;
    border-top: 1px solid #f5f5f5;
}
.calendarStyle .ajax__calendar_today
{
    cursor: pointer;
    padding-top: 3px;
}
.calendarStyle .ajax__calendar_dayname
{
    height: 17px;
    width: 18px;
    text-align: left;
    margin: 0 2px;
    font-weight: bold;
 
}
.calendarStyle .ajax__calendar_day
{
    height: 17px;
    width: 18px;
    text-align: center;
    margin: 0 2px;
    cursor: pointer;
}
.calendarStyle .ajax__calendar_month,
.calendarStyle .ajax__calendar_year
{
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.calendarStyle .ajax__calendar_active .ajax__calendar_day
{
    background-color: #edf9ff;
    border-color: #0066cc;
  
    border: 1px solid #646464;
    color: #21459C;
    font-weight: bold;
}
.calendarStyle .ajax__calendar_active .ajax__calendar_month,
.calendarStyle .ajax__calendar_active .ajax__calendar_year
{
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.calendarStyle .ajax__calendar_other .ajax__calendar_day,
.calendarStyle .ajax__calendar_other .ajax__calendar_year
{

    color: #bbbbbb;
}

.calendarStyle .ajax__calendar_hover .ajax__calendar_month,
.calendarStyle .ajax__calendar_hover .ajax__calendar_year,
.calendarStyle .ajax__calendar_hover .ajax__calendar_day
{
    background-color: #edf9ff;
    color: #21459C;
    font-weight: bold;
}

.calendarStyle .ajax__calendar_hover .ajax__calendar_title
{
    color: #0066cc;
    
}
.calendarStyle .ajax__calendar_hover .ajax__calendar_today
{
    color: #21459C;
    
}

.calendarStyle .ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url('/images/icons/arrow-left.gif');}
.calendarStyle .ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url('/images/icons/arrow-right.gif');}

/*-------------------double arrows widths for the mcs calendar extender are also manipulated in the calendarBehavior.js file, in the perform layout function----------------------*/
.calendarStyle .ajax__calendar_dbprev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url('/images/icons/doubleArrow-left.gif');}
.calendarStyle .ajax__calendar_dbnext {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url('/images/icons/doubleArrow-right.gif');}


