/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #00AEEF;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #ddd;
	z-index: 10000; /*must have*/
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.ui-datepicker-disabled {
	position: absolute;
	z-index: 10000; /*must have*/
	background-color: white;
	opacity: 0.5;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, 
.ui-datepicker-links, 
.ui-datepicker-header, 
.ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.ui-datepicker-control {
	background: #400;
	padding: 2px 0px;
}
.ui-datepicker-links {
	background: #000;
	padding: 2px 0px;
}
.ui-datepicker-links a,
.ui-datepicker-links label {
	font-size: 190%;
}
.ui-datepicker-control, 
.ui-datepicker-links {
	font-weight: bold;
	font-size: 12px;
	background: #00AEEF;
}
.ui-datepicker-control a {
    color: #fff;
    cursor: pointer;
    _cursor: hand;
    }
.ui-datepicker-links label { /* disabled links */
	padding: 2px 0;
	color: #fff;
}
.ui-datepicker-clear, 
.ui-datepicker-prev {
	float: left;
	width: 34%;
	text-align: left;
	padding: 0 0 0 10px;
}
.ui-datepicker-prev a {
	color: #fff;
    cursor: pointer;
    _cursor: hand;
}
.ui-datepicker-clear a {
    display: none;
    }
.ui-datepicker-rtl .ui-datepicker-clear, 
.ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-clear {
    display: none;
}
.ui-datepicker-current {
	float: left;
	width: 20%;
	text-align: center;
	display: none;
}
.ui-datepicker-close, 
.ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
	padding: 0 10px 0 0;
}
.ui-datepicker-close {
    padding: 0 5px 0 0;
    }
.ui-datepicker-next a {
	color: #fff;
    cursor: pointer;
    _cursor: hand;
}
.ui-datepicker-rtl .ui-datepicker-close, 
.ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
    }
.ui-datepicker-header {
    font-weight: bold;
    height: 1.3em;
    margin:0 25px;
    _margin: 0;
    padding: 1px 0 3px;
    position: relative;
    text-align: center;
    top: -25px;
    width: 155px;
    _width: 100%;
    }
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 55px;
    }
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 85px;
    }
.ui-datepicker-header select {
	background: #fff;
	color: #333;
	font-size: 11px;
    }     
.ui-datepicker {
	background: #fff;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #00AEEF;
}
.ui-datepicker-title-row a {
	color: #fff;
    cursor: pointer;
    _cursor: hand;
    text-decoration: none;
}
.ui-datepicker-title-row a:hover {
	color: #fff;
    cursor: pointer;
    _cursor: hand;
    text-decoration: none;
    }

.ui-datepicker-days-row {
	color: #333;
    }
.ui-datepicker-week-col {
	background: #00AEEF;
	color: #fff;
}
table.ui-datepicker {
    width: 210px;
    margin-top: -20px
    }
table.ui-datepicker td {
    font-size: 12px;
    padding: 3px 0;
    width: 30px;
    }
.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #fff;
	background: #eee;
}
.ui-datepicker-days-cell a {
    color: #ff6600;
    cursor: pointer;
    _cursor: hand;
    text-decoration: underline;
    }
.ui-datepicker-days-cell a:hover {
    color: #ff6600;
    cursor: pointer;
    _cursor: hand;
    text-decoration: none;
    }    

.ui-datepicker-week-end-cell {
	background: #eee;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #00AEEF;
}
.ui-datepicker-days-cell-over {
	background: #fff;
	border: 1px solid #ddd;
}
.ui-datepicker-unselectable {
	color: #333;
	background: #fff;
    }
.ui-datepicker-today {
}
.ui-datepicker-current-day {
	background: #00AEEF !important;
}
.ui-datepicker-current-day a {
	color: #fff;
}
.ui-datepicker-current-day a:hover {
	color: #fff;
}
.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 12px;
	text-align: center;
}



/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #777;
}
.ui-datepicker-one-month {
	
}
.ui-datepicker-new-row {
	clear: left;
}

/* ___________ 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*/
}