.datePicker
        {
        position:absolute;
        min-width:20em;
        width:20em;
        z-index:9999;
        text-align:center;
        font:900 77%/77% tahoma;
        background:transparent;
}
.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
.date-picker-control
        {
        position:relative;
        border:0 none;
        padding:0;
        margin:0 0 0 4px;
        background:transparent url(Images/cal.gif) no-repeat 0 0;
        width:18px;
        height:18px;
        vertical-align:middle;
        line-height:1;
        cursor:pointer;
        visibility:visible;
        }

.datePicker th button
        {
        display:inline;
        padding:0;
        margin:0;
        color:#ffffff;
        text-align:center;
        line-height:1em;
        border-width:0;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        
        }
.datePicker th button:active,
.datePicker th button:focus,
.date-picker-control:active,
.date-picker-control:focus,
.datePicker th button.disabled
        {
        outline:none !important;
        }
span.month-display,
span.year-display
        {
        font-size:1.2em;
        text-transform:uppercase;
        letter-spacing:1px;
        font-weight:300;
        }
.datePicker th button.prev-but,
.datePicker th button.next-but
        {
        font-size:1.6em;
        }
.datePicker th button.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        line-height:1.6em;
        text-transform:uppercase;
        }
.datePicker th button.fd-disabled
        {
        cursor: default;
        }
/* The mon, tue, wed etc day buttons */
.datePicker th button.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        height:1.4em;
        width:2em;
        text-decoration:none;
        text-transform:lowercase;
        line-height:1.4em;
        }
/* The table */
.datePicker table
        {
        position:relative;
        margin:0;
        padding:0;
        border:1px solid #ccc;
        background:#93c2de url(Images/date-bg.gif) repeat-x 0 -20px;
        text-align:center;
        width:auto;
        }

.datePicker table td
        {
        border:1px solid #fff;
        padding:0;
        text-align:center;
        vertical-align:middle;
        line-height:1.2em;
        cursor:default;
        background:#93c2de url(Images/date-bg.gif) repeat-x 0 -40px;
        width:3em;
        height:3em !important;
        height:2.8em;
        }
.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        text-align:center;
        vertical-align:middle;
        }
.datePicker table td.date-picker-unused
        {

        border-color:#3e80b1;
        }
.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.4em 0;
        }

.datePicker table th.date-picker-day-header
        {
        text-transform:lowercase;
        cursor:help;
        width:3em;
        }

.datePicker table td.date-picker-today
        {
        background:#fff url(Images/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }

.datePicker table td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }

td.date-picker-highlight
        {
        color:#a86666;
        }

.datePicker table td.out-of-range
        {
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;
        }

.datePicker table td.day-disabled
        {
        color:#aaa !important;
        background:transparent !important;
        cursor:default !important;
        }

.datePicker table td#date-picker-hover
        {
        background:url(Images/bg_header.jpg) no-repeat 0 0;
        cursor:pointer;
        border-color:rgb(100,130,170);
        color:rgb(100,130,170);
        outline:none;
        }
* html .datePicker table th,
* html .datePicker table td
        {
        font-size:100%;
        }


* html .datePicker table td.date-picker-selected,
* html .datePicker table td.date-picker-hover,
* html .datePicker table td
        {
        background-image:none;
        }
* html .datePicker table td.date-picker-unused
        {
        background:#f2f2f2;
        }

