/*datepicker*/
/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-div, #ui-datepicker-div, .ui-datepicker-inline {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 190px;
	height: 150px;
	padding: 2.5em .5em .5em .1em;
	position: relative;
	background-image: url(calendar_inline_bg.gif);
	background-repeat: no-repeat;
}
#ui-datepicker-div, .ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
	background: #ffffff;
}
.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: .8em;
	top: .5em;
}
.ui-datepicker-next {
	left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background: url(calendar_prev.gif) 50% 50% no-repeat;
	border: none;
	cursor: pointer;
	margin-top: 2px;
}
.ui-datepicker-next a {
	background: url(calendar_next.gif) 50% 50% no-repeat;
	margin-left: 10px;
}
.ui-datepicker-prev a {
	margin-right: 15px;
}
.ui-datepicker-prev a:hover {
	background: url(calendar_prev.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url(calendar_next.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url(calendar_prev.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url(calendar_next.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
	border: 1px solid #d3d3d3;
	color: #555555;
	background: #ffffff;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;
	
}
.ui-datepicker-header select.ui-datepicker-new-month {
width: 7.5em;
left: 2.4em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
width: 5em;
left: 10.1em;
}
table.ui-datepicker {
	width: 189px;
	text-align: right;
}

.ui-datepicker-unselectable {
	padding: 3px 2px 3px 0px !important;
	margin-top: 2px !important;
}
table.ui-datepicker td a {
	padding: 1px 2px 1px 0px;
	display: block;
	color: #4894cd;
	background: #f9f9f9 url(e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	cursor: pointer;
	width: 20px;
	text-align: right;
	border: solid 1px #cccccc;
	margin-left: 2px;
}

table.ui-datepicker td a:hover {
	border: 1px solid #999999;
	color: #212121;
	background: #dadada url(../../3rdparty/jquery/ui/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	text-decoration: none;
}
table.ui-datepicker td a:active {
	color: #333333;
	border: solid 1px #e66504 !important;
	background-color: #f7f0e4 !important;
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .3em 0 !important;
	text-align: center;
	font-size: .9em;
	color: #222222;
	text-transform: uppercase;
}

table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222222;
}

.ui-datepicker-title-row td a {
	border: none !important;
	background-image: none !important;
	background-color: transparent !important;
	padding: 0px;
}

.ui-datepicker-current-day a {
	border: solid 1px #e66504 !important;
	background-color: #f7f0e4 !important;
	color: #333333 !important;
}

.ui-datepicker-days-cell {
	padding: 2px 1px 2px 0px !important;	
}