/* 
    Document   : datepicker
    Created on : 10-feb-2010, 18.33.24
    Author     : stefanopresenti
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*JQUERY CALENDAR*/
#ui-datepicker-div,
#ui-datepicker-div table,
.ui-datepicker-div,
.ui-datepicker-div table,
.ui-datepicker-inline,
.ui-datepicker-inline table{font:11px Verdana !important;}
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div{margin:0; padding:0; border:0; outline:0; line-height:1.3; text-decoration:none; font-size:100%; list-style:none;font-family:Verdana, Arial, sans-serif;background:#e9e8e2;font-size:11px;border:1px solid #aaa;width:15.5em;padding:.4em .4em .4em;position:relative;}
#ui-datepicker-div{z-index:9999;display:none;background:#e9e8e2;}
.ui-datepicker-inline{float:left;display:block;}
.ui-datepicker-control{display:none;}
.ui-datepicker-current{display:none;}
.ui-datepicker-next, .ui-datepicker-prev{position:absolute;left:.4em;font:bold 12px Arial;width:15px;top:.3em;background:#f6bb50;cursor:pointer}
.ui-datepicker-next{left:13.4em;}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover{background:#e68d00;}
.ui-datepicker-next a, .ui-datepicker-prev a{display:block;cursor:pointer;height:15px;}
.ui-datepicker-next a{}
.ui-datepicker-prev a:hover{}
.ui-datepicker-next a:hover{}
.ui-datepicker-prev a:active{}
.ui-datepicker-next a:active{}
.ui-datepicker-header select{border:1px solid #999;color:#000;background:#fff;font-size:1em;line-height:1.4em;position:absolute;top:.3em;margin:0 !important;}
.ui-datepicker-header select.ui-datepicker-new-month{width:7.5em;left:1.9em;}
.ui-datepicker-header select.ui-datepicker-new-year{width:4.8em;left:9.6em;}
.ui-datepicker-calendar{width:15.5em;text-align:right;margin-top:.5em}
.ui-datepicker-calendar td a{padding:.1em 0;text-align:center;display:block;color:#000;background:#fff;cursor:pointer;border:1px solid #e9e8e2;}
.ui-datepicker-calendar .ui-datepicker-unselectable{text-align:center;padding:.1em 0;}
.ui-datepicker-calendar ui-datepicker-week-end a{background:#f3f3f3;}
.ui-datepicker-calendar thead th{background:#ccc;font-weight:bold;}

.ui-datepicker-calendar td a:hover{border:1px solid #ddd;color:#333333;background:#f9af30;}
.ui-datepicker-calendar td a:active{border:1px solid #ddd;color:#3b392b;background:#e9e8e2;}
.ui-datepicker-calendar .ui-datepicker-title-row td{padding:.3em 0;text-align:center;font-size:.9em;color:#3b392b;text-transform:uppercase;}
.ui-datepicker-calendar .ui-datepicker-title-row td a{color:#3b392b;}

/* ___________ IE6 IFRAME FIX ________ */
.ui-datepicker-cover{
    display:none; /*sorry for IE5*/
    display/**/:block; /*sorry for IE5*/
    position:absolute; /*must have*/
    z-index:-1; /*must have*/
    filter:mask(); /*must have*/
    top:-4px; /*must have*/
    left:-4px; /*must have*/
    width:200px; /*must have*/
    height:200px; /*must have*/
}


