/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* The wrapper  */
.datePicker
        {
        position:absolute;
        min-width:24em;
        width:24em;
        z-index:9999;
        text-align:center;
		opacity: 1 !important;
        font:900 0.8em/0.8em Arial, Helvetica, sans-serif;
        
        /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
        /* font:900 77%/77% Verdana; */

        background:transparent;

        /* Mozilla & Webkit extensions to stop text-selection. Remove if you wish to validate the CSS */
        -moz-user-select:none;
        -khtml-user-select:none;
        }
/* Styles for the static datePickers */
.staticDP
        {
        position:relative;
        top:5px;
        left:0;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited,
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus
        {
        /*position:relative;*/
        /* Moz & FF */
        border:0 none;
        padding:0;
        margin:-5px 0 0 0px;
        background:transparent url(/images/calendar.png) no-repeat 50% 50%;
        min-width:16px;
        line-height:1;
        cursor:pointer;
        visibility:visible;
        text-decoration:none;
        vertical-align:middle;
		width:45px;
		height:33px;
		float:right;
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
a.date-picker-control
        {
        /* IE, Safari & Opera. Seperate CSS rule seems to be required. */
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
        }
/* The next & previous buttons */
.datePicker th span
        {
        display:inline;
        padding:0;
        margin:0;
        color:#000;
        text-align:center;
        line-height:1em;
        border-width:0;
        font-family: Arial, Helvetica, sans-serif;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }

.datePicker th span.month-display, .datePicker th span.year-display {
    cursor: default;
    font: bold 14px arial;
    letter-spacing: 1px;
    text-transform: uppercase;
	color:#ced400;
}
.datePicker th span.prev-but,
.datePicker th span.next-but
        {
        font-size:1.8em;
        cursor:pointer !important;
        }

.datePicker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Arial, Helvetica, sans-serif;
        width:100%;
        text-decoration:none;
        line-height:1.6em;
        text-transform:uppercase;
        cursor:pointer !important
        }
.datePicker thead th span.fd-disabled
        {
        color:#aaa;
        cursor:default !important;
        }
/* The mon, tue, wed etc day buttons */
.datePicker th span.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;
		box-shadow: 0 0 25px 0 #000000;
        margin:0;
        padding:0;
        border:1px solid #ccc;
        background:#fff;
        text-align:center;
        width:100%;
        border-spacing:2px;
        table-layout:fixed;
        border-collapse:separate;
        }
/* Common TD & TH styling */
.datePicker table td
        {
        border:1px solid #ccc;
        padding:0;
        text-align:center;
        vertical-align:middle;
        /* Opera requires a line-height bigger than 1em in order to redraw properly */
        line-height:1.2em;
        cursor:pointer;
        background:#fff;
        width:3em;
        height:2.6em !important;
        outline:none;
		box-shadow:inset 0px 0px 3px 1px  #ccc;
		font-weight:bold !important;
        }
.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle;
        }
.datePicker table td.date-picker-unused
        {
        background:#fff;
        border-color:#dcdcdc;
        padding:0;
        cursor:default !important;
        }

.datePicker table thead th.date-picker-title {
	background: #cccccc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #409FFD 0%, #0E4D8D 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#409FFD), color-stop(100%,#0E4D8D)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #409FFD 0%,#0E4D8D 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #409FFD 0%,#0E4D8D 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #409FFD 0%,#0E4D8D 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #409FFD 0%,#0E4D8D 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#409FFD', endColorstr='#0E4D8D',GradientType=0 ); /* IE6-8 */
    height: auto;
    padding: 1em 0;
    width: auto;
}
/* The "mon tue wed etc" day header button styles */
.datePicker table th.date-picker-day-header
        {
        text-transform:lowercase;
        width:3em;
        }
.datePicker table th.date-picker-day-header span
        {
        display:block;
        }
/* The "todays date" style */
.datePicker table td.date-picker-today
        {
	background:#fff;
	color:#646464 !important;
        }
/* The "selected date" style */
.datePicker table td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* the "highlight days" style */
td.date-picker-highlight
        {
        color:#000 !important;
        }
/* The date "out of range" style */
.datePicker table td.out-of-range
        {
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;
        }
/* The "disabled days" style */
.datePicker table td.day-disabled
        {
        color:#aaa !important;
        background:transparent !important;
        cursor:default !important;
        }
/* The "active cursor" style */
.datePicker table tbody td.date-picker-hover
        {
	background:#fff;
	cursor:pointer;
	border-color:#6480AA;
	color:#6480AA;
        }
