/* Default style sheet for jQuery date picker v3.7.5. */
#datepick-div, .datepick-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #f6f1e0;
	color: #7a6043;
	width: 15em;
	-webkit-box-shadow: 3px 3px 3px #c8b17d;
    -moz-box-shadow: 3px 3px 3px #c8b17d;
    box-shadow: 3px 3px 3px #c8b17d;
    border: 1px solid #c8b17d;
}
#datepick-div {
	display: none;
	z-index: 100; /*must have*/
}
.datepick-inline {
	float: left;
	display: block;
	border: 1px solid #decaa2;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-dialog {
	padding: 5px !important;
	border: 4px ridge #d1cdb0 !important;
}
.datepick-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.datepick-trigger {
	width: 25px;
	padding: 0px;
}
img.datepick-trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepick-prompt {
	float: left;
	padding: 2px;
}
* html .datepick-prompt { /* IE6 */
	width: 15em;
}
.datepick-control, .datepick-links, .datepick-header, .datepick {
	clear: both;
	float: left;
	width: 100%;
	color: #e8dbbf;
}
.datepick-control {
	background: #f6f1e0;
	padding: 2px 0px;
}
.datepick-links {
	background: #eee7d5;
	padding: 2px 0px;
}
.datepick-control, .datepick-links {
	font-weight: bold;
	font-size: 80%;
}
.datepick-links label {
	padding: 2px 5px;
}
.datepick-clear, .datepick-prev {
	float: left;
	width: 34%;
}
.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev {
	float: right;
	text-align: right;
}
.datepick-current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepick-close, .datepick-next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepick-rtl .datepick-close, .datepick-rtl .datepick-next {
	float: left;
	text-align: left;
}
.datepick-header {
	background: #eee7d5;
	text-align: center;
	font-weight: bold;
	line-height: 2.3em;
	font-size: 8pt;
    font-family: Tahoma, sans-serif;
    color: #9b7c43;
    text-decoration: none;
    text-shadow: #fff 0px 1px 1px;
}
.datepick-header select {
	background:#eee7d5;
	font-size: 8pt;
    font-family: Tahoma, sans-serif;
    color: #9b7c43;
	border: 0px;
	font-weight: bold;
}
.datepick-header span {
	position: relative;
	top: 3px;
}
.datepick {
	background: #f6f1e0;
	text-align: center;
	font-size: 8pt;
    color: #7a6043;
    font-family: Tahoma, sans-serif;
    text-shadow: #fff 0px 1px 1px;
	border-top: 1px solid #decaa2;
}
.datepick a {
	display: block;
	width: 100%;
	color: #7a6043;
}
.datepick-title-row {
	background: #f6f1e0;
	color: #cf9b9b;
}
.datepick-title-row th {
	text-align: center;
	font-weight: normal;
}
.datepick-days-row {
	background: #f6f1e0;
	color: #9b7c43;
}
.datepick-week-col {
	background: #f6f1e0;
	color: #e8dbbf;
}
.datepick-week-end-cell{

    background: #ffe1e0;
}
.datepick-days-cell {
	color: #7a6043;
}
.datepick-week-over {
	background: #f6f;
}
.datepick-unselectable {
	color: #c6c1c0;
}
.datepick-today {
	text-decoration: underline;
}
.datepick-current-day, .datepick-current-day a {
	color: #cbac53;
	font-weight: bold;
}
.datepick-status {
	background: #f6f1e0;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
#datepick-div a, .datepick-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.datepick-inline .datepick-links a {
	padding: 0 5px !important;
}
.datepick-control a, .datepick-links a {
	padding: 2px 5px !important;
    font-size: 8pt;
    font-family: Tahoma, sans-serif;
    color: #9b7c43;
    text-decoration: none;
    text-shadow: #fff 0px 1px 1px;
}
.datepick-title-row a {
	color: #e8dbbf;
}
.datepick-control a:hover {
	background: #f6f1e0;
	color: #817662;
}
.datepick-links a:hover, .datepick-title-row a:hover {
	background: #eee7d5;
	color:#624716;
	text-decoration: underline;
}
.datepick-one-month { 
	float: left;
	width: 15em;
}
.datepick-new-row {
	clear: left;
}
/* ___________ IE6 IFRAME FIX ________ */
.datepick-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: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have*/
    height: 187px; /*must have*/
}

