/* Main Style Sheet for jQuery UI date picker */
		
.calendarHeader {
	position:absolute;
	top:22px;
	left:22px;
	color:#201c1d;
	font-size:2.1em;
	font-weight:bold;
	}
	
.calendarTodaysDate {
	position:absolute;
	top:69px;
	left:23px;
	font-size:1.16666em;
	text-transform:lowercase;
	}

#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 383px !important;
}


#ui-datepicker-div {
	z-index: 9999; /*must have*/
	background:url(../images/calendarBg.png);
	width:432px !important;
	height:304px;
	overflow:hidden;
}
.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;
}

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 {
	padding: 2px 0px;
}
.ui-datepicker-links {
	padding: 2px 0px;
	position:absolute;
	bottom:20px;
	left:23px;
	width:383px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
}


.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
	display:none;
}

#ui-datepicker-div .ui-datepicker-close a {
	position:absolute;
	top:32px;
	right:18px;
	background:transparent url(../images/calendarClose.gif) no-repeat !important;
	width:12px !important;
	height:12px;
	}
	
#ui-datepicker-div .ui-datepicker-close a:hover {
	background:transparent url(../images/calendarClose.gif) no-repeat !important;
	width:12px !important;
	height:12px;
	}
	

.ui-datepicker-close {	
	text-indent:-9999px !important;
}

.ui-datepicker-next {
float:right;
}

.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #fff;
	text-align: left;
	height: 1.3em;
	text-transform:lowercase;
	color:#000;
}
.ui-datepicker-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.ui-datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #777;
}
.ui-datepicker-days-row {
	background: #dcf7ff;
	color: #666;
}
.ui-datepicker-week-col {
	background: #dcf7ff;
	color: #fff;
}
.ui-datepicker-days-cell {
	color: #000;
}
.ui-datepicker-days-cell a{
	display: block;
}
.ui-datepicker-week-end-cell {
	background: #dcf7ff;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #dcf7ff;
}
.ui-datepicker-days-cell-over {
	background: #fff;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-today a {
	background: #000000 !important;
	color: #ffffff;
}
.ui-datepicker-current-day {
	background: #000 !important;
	color:#fff;
}
.ui-datepicker-current-day a {
	color:#fff !important;
	background:#000 !important;
	}
.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	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: #dcf7ff;
}

#ui-datepicker-div a:hover, .ui-datepicker-inline a:hover {
background: #000 !important;
	color:#fff;
	}

.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a { }

.ui-datepicker-links a {
	background:transparent !important;
}

.ui-datepicker-title-row a {
	color: #707070 !important;
}
.ui-datepicker-control a:hover {
	color: #333 !important;
}

#ui-datepicker-div .ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: transparent !important;
	color: #333;
	
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	background:#dcf7ff;
	padding:9px 0;
}
.ui-datepicker-one-month {
	float: left;
	width: 189px;
	margin:5px;
	position:relative;
	top:100px;
	left:17px;
	*top:-35px;
	_left:12px;
}x
.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*/
}



/* Event Search */
#ui-datepicker-div.eventSearch .calendarHeader {
	display:none;
	}
	
#ui-datepicker-div.eventSearch .calendarTodaysDate {
	display:none;
	}
	
#ui-datepicker-div.eventSearch {
	background:url(../images/compactCalBg.png) !important;
	height:209px !important;
	overflow:hidden;
	width:432px !important;
	z-index:9999;
	}
	
#ui-datepicker-div.eventSearch .ui-datepicker-one-month {
	top:18px;
	*top:-110px;
	z-index:-1;
	}
#ui-datepicker-div.eventSearch .ui-datepicker-close a {
	top:23px !important;
	}

/*  fixes */
.ui-datepicker-one-month
{
z-index: 200 !important;
}
.ui-datepicker-close a {
z-index: 99999 !important;
}
/*     */	
	
