﻿#datepicker .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; width: 30px;}

#datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-highlight 
{ 
    background: #DFEFFC url(/images/SAPEvent/calendar_day_bg.gif) repeat-x scroll 50% 50%; 
/*    border: solid 1px #bababa;*/
    color: #000;
}
#datepicker .ui-datepicker-calendar .event-day .ui-state-default
{ 
    background: #DFEFFC url(/images/SAPEvent/calendar_day_event.gif) no-repeat; 
/*    border: solid 1px #bababa;*/
    border: 0px;
    color: #000;
    height: 30px;
    width: 34px;
}

#datepicker .ui-datepicker-calendar .event-day .ui-state-active
{ 
    background: #DFEFFC url(/images/SAPEvent/calendar_day_selected.gif) no-repeat; 
/*    border: solid 1px #ec1a33;*/
    border: 0px;
    color: #FFF;
    height: 30px;
    width: 34px;
}

#datepicker .ui-datepicker-calendar .ui-datepicker-other-month
{
    background: #fff url(/images/SAPEvent/calendar_day_other_month.gif) no-repeat 1px 1px; 
/*    border: solid 1px #ec1a33;*/
    border: 0px;
    color: #000;
    height: 30px;
    width: 34px;
}

#datepicker .ui-state-default
{
    background: #DFEFFC url(/images/SAPEvent/calendar_day_bg.gif) no-repeat; 
/*    border: solid 1px #bababa;*/
    border: 0px;
    height: 30px;
    width: 34px;
    color: #000;
}

#datepicker .ui-state-disabled
{
    opacity: 1;
    filter: none;
}

#datepicker .ui-widget-content { border: 0px; background: none;}
#datepicker .ui-datepicker th { width: 34px;}
#datepicker .ui-datepicker td span, .ui-datepicker td a { padding: 0; line-height: 26px; text-align: center; }
#datepicker .ui-datepicker { width: 270px;}

#datepicker td.ui-datepicker-weekNr { background: url(/images/SAPEvent/calendar_week_bg.gif) no-repeat; font-size: 11px; color: #FFF; }


#datepicker .ui-datepicker th{ background:url(/images/SAPEvent/Buttons/btn_filter_left_light.gif) no-repeat 0px top; text-align: left; padding: 0 5px 10px 2px;}
#datepicker .ui-datepicker th span { background:url(/images/SAPEvent/Buttons/btn_filter_right_light.gif) no-repeat right top; background-color: #e3e2e0; font-size: 11px; width: 34px; height: 20px; color: #000; display: block; line-height: 20px; font-weight: normal; text-align: center;}


#datepicker .ui-datepicker td { padding: 1px 1px 5px 0 }
#datepicker .ui-widget-header { border: none; background: none;}
#datepicker .ui-datepicker-prev { background: url(/images/2010/arrow-more-left.gif) no-repeat left center; border: none; cursor: pointer; }
#datepicker .ui-datepicker-prev .ui-icon { background: none; } 
#datepicker .ui-datepicker-next { background: url(/images/2010/arrow-more.gif) no-repeat right center; border: none; cursor: pointer;}
#datepicker .ui-datepicker-next .ui-icon { background: none; } 
#datepicker .ui-corner-all, #datepicker .ui-corner-all
{
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:0px;
    -moz-border-radius-topleft:0px;
    -moz-border-radius-topright:0px;
}
#datepicker .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 4px; width: 20px; height: 20px; }
#datepicker .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev-hover { left:65px; }
#datepicker .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next-hover { right:65px; }
#datepicker .ui-datepicker-next span, .ui-datepicker-prev span { display: none !important;}
#datepicker .ui-datepicker-title { color: #000; font-size: 12px; margin-top: 4px; padding-bottom: 3px;}
#datepicker .event-day a { text-decoration: none; }
