/*
* jQuery UI CSS Framework
* Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://themeroller.com/{themeurl}
*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/
.ui-widget {
    font-family: Arial,sans-serif; font-size: 10px;
}
.ui-datepicker {
    width: 145px; padding:0;
}
.ui-widget-content {
    border: 1px solid #F6F6F6; color: #3D464A;
    /*background: #F6F6F6 url(../img/calGrad.gif) 0 -5px repeat-x;*/ 
}
.back_gradient{
    background: #F6F6F6 url(/img/calGrad.gif) 0 -5px repeat-x;
}
.ui-widget-content a {
    color: #fff;
}
.ui-widget-header {
    color: #fff; font-weight: bold;
}





.ui-widget-header a { color: #222222/*{fcHeader}*/;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/

#ui-datepicker-div{
    z-index:100;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    font-weight: normal; outline: none; background:#fff;}
.ui-state-default a { color: #555555/*{fcDefault}*/; text-decoration: none; outline: none; }
/*.ui-state-hover, .ui-widget-content .ui-state-hover, */
.ui-datepicker-calendar .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    background: #d2d2d2; font-weight: normal; color: #fff; outline: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: #52cad4; color: #fff/*{fcHighlight}*/; }






