


/*datepicker*/
/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 0.25em; list-style: none;
	font-family: Tahoma,Arial,sans-serif;
	background: #4C4844;
	font-size: 1.1em;
	border: 4px solid #4c4844;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative;
}
.ui-datepicker-div, #ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
}
.ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	left: .5em;
	top: 0.5em;
}
.ui-datepicker-next {
	left: 11em;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background: url(/media/images/themes/css/btn_datepicker_left.png) 50% 50% no-repeat;
	cursor: pointer;
}
.ui-datepicker-next a {
	background: url(/media/images/themes/css/btn_datepicker_right.png) 50% 50% no-repeat;
}

.ui-datepicker-header select {
	border: 1px solid #d3d3d3;
	color: #55514f;
	background: #e4e1de;
	font-size: 11px;
	/*line-height: 1.4em;*/
	position: absolute;
	top: .5em;
	margin: 0 !important;
	padding:0px;
}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
	background: #dadada;
}
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 60px;
	left: 22px;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 48px;
	left: 80px;
}
table.ui-datepicker {
	width: 15.5em;
	text-align: left;
	vertical-align:text-top;
	background:#4C4844;
	font-size: 0.75em;
}
table.ui-datepicker td {
	height:21px;
}
table.ui-datepicker td a {
	padding: .1em 0em 0em .2em;
	display: block;
	color: #55514f;
	cursor: pointer;
	min-height:20px;
	font-weight:bold;
}
table.ui-datepicker td a:hover {
	color: #FFFFFF;
	background: #928B81;
}
table.ui-datepicker td a:active {
	color: #FFFFFF;
	background: #43403e;
}

table.ui-datepicker .ui-datepicker-title-row {
	background:#625b56;
	border-bottom:solid 4px #4C4844;
	margin-bottom:4px;
	padding-bottom:4px;
}
table.ui-datepicker .ui-datepicker-title-row td, table.ui-datepicker .ui-datepicker-title-row .ui-datepicker-week-end-cell  {
	padding: .3em 0;
	text-align: center;
	font-size: .9em;
	background:#615b55;
	color: #FFFFFF;
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color: #FFFFFF;
}
.ui-datepicker-cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}



td.ui-datepicker-days-cell {
	height:21px;
	border: 1px solid #605b54;
	background: #e4e1de url(/media/images/themes/css/e4e1de_40x100_textures_04_highlight_hard_85.png) 0 50% repeat-x;
	vertical-align:text-top;
}
td.ui-datepicker-days-cell-over {
	color: #FFFFFF;
	background: #928B81;
}
td.ui-datepicker-unselectable {
	background:#6D6965;
	color:#4E4A47;
	border:solid 1px #605B54;
	padding: .1em 0em 0em .2em;
	background-image:none;
	font-weight:bold;
	font-size:0.7em;
}








