/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	background: #FFFFFF;
	z-index: 12;
	width: 178px !important;
}
.ui-datepicker-inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	background: #FFFFFF;
	float: left;
	display: block;
	border: 0;
	z-index: 12;
	padding: 0 !important;
	width: 178px;
	height: 203px !important;
	position: relative;
	z-index: 0;
}
#ui-datepicker-div {
	display: none;
	/* border: 1px solid #669ECC; */
	z-index: 10; /*must have*/
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
	cursor: pointer;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #333333;
}
* html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #333333;
}

.ui-datepicker-control {
	background: #FFFFFF;
	padding: 2px 0px;
	float: right;
}
.ui-datepicker-links {
	background: #FFFFFF;
	padding: 2px 0px;
	width: 80%;
	float: left;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #FFFFFF !important;
	color: #333333 !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #345C8A !important;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
}
.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear{
	display: none;
}

.ui-datepicker-prev {
	position:absolute;
	left:3px;
	top:6px;
	width: 16px;
	height: 16px;
	padding: 0 !important;
	margin: 0 !important;
}
.ui-datepicker-prev label{
	text-indent: -6000px;
	display: block;
	width: 16px;
	height: 16px;
	padding: 0 !important;
	margin: 0 !important;
	display: block;
	background-color: transparent !important;
	background-image: url(/img/layout/prev-off.png) !important;
	background-repeat: no-repeat !important;
}
.ui-datepicker-prev a, .ui-datepicker-prev a:hover{
	text-indent: -6000px;
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	padding: 0 !important;
	margin: 0 !important;
	display: block;
	background-color: transparent !important;
	background-image: url(/img/layout/prev.png) !important;
	background-repeat: no-repeat !important;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
	display: none;
}
.ui-datepicker-close{
	cursor:pointer;
	float:left;
	height:14px;
	position:absolute !important;
	right:3px;
	text-align:right;
	top:4px;
	width:14px;
	display: none;
}
.ui-datepicker-next {
	position:absolute;
	right:3px;
	top:6px;
	width: 16px;
	height: 16px;
	padding: 0 !important;
	margin: 0 !important;
}
.ui-datepicker-next label{
	text-indent: -6000px;
	display: block;
	width: 16px;
	height: 16px;
	background-color: transparent !important;
	background-image: url(/img/layout/next-off.png) !important;
	background-repeat: no-repeat !important;
	display: block;
	padding: 0 !important;
	margin: 0 !important;
}
.ui-datepicker-next a, .ui-datepicker-next a:hover{
	text-indent: -6000px;
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-color: transparent !important;
	background-image: url(/img/layout/next.png) !important;
	background-repeat: no-repeat !important;
	display: block;
	padding: 0 !important;
	margin: 0 !important;
}

.ui-datepicker-header {
	padding: 6px 0px 6px 0px;
	/* background: #ed9c54; */
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	height: 1.3em;
	text-transform: uppercase;
}
.ui-datepicker-header select {
	/* background: #ed9c54; */
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	border: 0px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
.ui-datepicker {
	background: #FFFFFF;
	text-align: center;
	font-size: 10px;
}
.ui-datepicker-new-year{
	
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #FFFFFF;
	line-height: 15px;
	height: 22px;
	width: 21px;
}

.ui-datepicker-days-row {
	/* background: #FFFFFF; */
	color: #345C8A;
}
.ui-datepicker-week-col {
	background: #777;
	color: #333333;
}
.ui-datepicker-days-cell {
	/* color: #FFFFFF; */
	background-color: #FFFFFF;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; 
	height: 22px;
	width: 21px;
}
.ui-datepicker-days-cell a{
	display: block;
	text-decoration: none;
}
.ui-datepicker-week-end-cell {
	background: #FFFFFF;
	color: #ea8484 !important;
}

.ui-datepicker-week-end-cell a{
	color: #ea8484 !important;
	text-decoration: none;
}

.ui-datepicker-days-cell-over {
	background: #f1f1f1;
	/* border: 1px solid #777; */
}
.ui-datepicker-unselectable {
	color: #C9C9C9 !important;
}
.ui-datepicker-today {
	background: #cccccc !important;	
}
.ui-datepicker-current-day, .ui-datepicker-current-day a, .ui-datepicker-current-day a:hover{
	background: #FAD163 !important;
	/* color: #FFFFFF !important; */
}

.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 10px;
	text-align: center;
}

/* -------- Datepicker Links -------

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #545454;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
	text-decoration: none;
}
.ui-datepicker-links{
	padding: 0 !important;
}
.ui-datepicker-title-row a {
	/* color: #345C8A !important; */
	text-decoration: none;
}
.ui-datepicker-control a:hover {
	background: #FAD163 !important;
	color: #CCCCCC !important;
}

/* ----------- MULTIPLE MONTHS ---------*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #777;
}
.ui-datepicker-one-month {
	float: left;
	width: 176px;
	height: 202px;
	border: 1px solid #b8b8b8;
}
.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*/
}

.ui-datepicker-col-border{
	border-left: 1px solid #cccccc !important;
}

.ui-datepicker-row-border{
	border-top: 1px solid #cccccc !important;
}

.ui-datepicker{
	width: 158px;
	margin: 9px 9px 9px 9px;
}
