.datepicker_div, .datepicker_inline, #datepicker_div {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.0; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	background: #e9e8e2 url(../images/e9e8e2_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	font-size: 1em;
	border: 4px solid #dddddd;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative;
}
.datepicker_div, #datepicker_div {
	z-index: 9999; /*must have*/
	display: none;
}
.datepicker_inline {
	float: left;
	display: block;
}
.datepicker_control {
	display: none;
}
.datepicker_current {
	display: none;
}
.datepicker_next, .datepicker_prev {
	position: absolute;
	left: .5em;
	top: .5em;
	background: #e6e6e6 url(../images/e6e6e6_40x100_textures_02_glass_50.png) 0 50% repeat-x;
}
.datepicker_next {
	left: 14.6em;
}
.datepicker_next:hover, .datepicker_prev:hover {
	background: #6E810C url(../images/6E810C_40x100_textures_02_glass_60.png) 0 50% repeat-x;
}
.datepicker_next a, .datepicker_prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background: url(../images/6E810C_7x7_arrow_left.gif) 50% 50% no-repeat;
	border: 1px solid #ddddd0;
	cursor: pointer;
}
.datepicker_next a {
	background: url(../images/6E810C_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.datepicker_prev a:hover {
	background: url(../images/ffffff_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.datepicker_prev label{
	visibility:hidden;
	}
.datepicker_next a:hover {
	background: url(../images/ffffff_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.datepicker_prev a:active {
	background: url(../images/222222_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.datepicker_next a:active {
	background: url(../images/222222_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.datepicker_header select {
	border: 1px solid #ddddd0;
	color: #000000;
	background: #e6e6e6;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;
}
.datepicker_header option:focus, .datepicker_header option:hover {
	background: #6E810C;
}
.datepicker_header select.datepicker_newMonth {
	width: 7em;
	left: 2.2em;
}
.datepicker_header select.datepicker_newYear {
	width: 5em;
	left: 9.4em;
}
table.datepicker {
	width: 15.5em;
	text-align: right;
}
table.datepicker td a {
	padding: .1em .3em .1em 0;
	display: block;
	color: #000000;
	background: #e6e6e6 url(../images/e6e6e6_40x100_textures_02_glass_50.png) 0 50% repeat-x;
	cursor: pointer;
	border: 1px solid #e9e8e2;
	text-decoration: none;
}
table.datepicker td a:hover {
	border: 1px solid #dddddd;
	color: #fff;
	background: #6E810C url(../images/6E810C_40x100_textures_02_glass_60.png) 0 50% repeat-x;
}
.datepicker_unselectable  {

		color: #888;
}
.datepicker_today{
	color:#6E810C;
	font-weight:bold;
	}
table.datepicker td a:active, table.datepicker td.datepicker_current_day a {
	border: 1px solid #6E810C;
	color: #6E810C;
	background: #e9e8e2 url(../images/e9e8e2_40x100_textures_04_highlight_hard_65.png) 0 50% repeat-x;
}
table.datepicker .datepicker_title_row td {
	padding: .3em 0;
	text-align: center;
	font-size: .9em;
	color: #3b392b;
	text-transform: uppercase;
}
table.datepicker .datepicker_title_row td a {
	color: #3b392b;
	background: none;
}
.datepicker_cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}
