/* Main Style Sheet for jQuery UI date picker */
#datepicker_div, .datepicker_inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	width: 185px;
	background:url(../image/calendar/calendar_back.gif)  no-repeat left top;
}
#datepicker_div {
	display: none;
	border: 1px solid #777;
	z-index: 9999; /*must have*/
}

#datepicker_div a{
text-decoration:none;
}
.datepicker_inline {
	float: left;
	display: block;
	border: 0;
}
.datepicker_rtl {
	direction: rtl;
}
.datepicker_dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.datepicker_trigger {
	width: 25px;
}
img.datepicker_trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepicker_prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .datepicker_prompt {
	width: 185px;
}
/*date link table*/
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	clear: both;
	float: left;
	width: 185px;
	color: #fff;
}

/*date link table*/
.datepicker_links {
	width: 185px;
	padding:5px 0px 2px 0px;
	position:relative;
}



/*closebtn table*/
.datepicker_control {
	padding: 2px 0px;
}

/*date link table*/
.datepicker_control, .datepicker_links {
	font-weight: bold;
	font-size: 10px;
}
/*date link table*/
.datepicker_links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
/*date link table*/
.datepicker_clear {
	float: left;
	width: 34%;
}
/*date link table*/
.datepicker_rtl .datepicker_clear, .datepicker_rtl .datepicker_prev {
	float: right;
	text-align: right;
}


/*align-right*/
.datepicker_close {
	float: right;
	width: 34%;
	text-align: right;
}


/*previous month*/
.datepicker_prev {
	float:left;
	width:58px;
	padding-left:11px;
}

/*thish month*/
.datepicker_current {
	width:40px;
	position:absolute;
	top:5px;
	left:74px;
}

/*next month*/
.datepicker_next {	
	width:40px;
	position:absolute;
	top:5px;
	right:0px;
}



/*close btn txt*/
.datepicker_close {
color:#FFFFFF;
padding-right:8px;
}

/*align-left*/
.datepicker_rtl .datepicker_close, .datepicker_rtl .datepicker_next {
	float: left;
	text-align: left;
}
/*select table*/
.datepicker_header {
	padding: 4px 0 3px;
	text-align: left;
	padding-left:5px;
	font-weight: bold;
	height: 1.3em;
}
/*year bg-color*/
.datepicker_header select {
	background: #ffffff;
	color: #432e2c;
	border: 0px;
	font-weight: bold;
	width:58px;
}
.datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.datepicker a {
	display: block;
	width: 100%;
}

/*date bg-color*/
.datepicker_daysRow {
	background: #ffffff;
	color: #333333;
}
.datepicker_weekCol {
	background: #000000;
	color: #fff;
}
.datepicker_daysCell {
	color: #333333;
	border: 1px solid #ddd;
}
.datepicker_daysCell a{
	display: block;
}
/*sunday*/
.datepicker_weekEndCell {
	background: #fcf1f5;
}

/*saturday*/
.datepicker_weekEndCell_sat {
	background: #eeeffa;
}

/*non-day*/
.datepicker_unselectable {
	color: #888;
	background: #dddddd;
}

/*bg-color*/
.datepicker_titleRow {
	background: #998a8f;
}
/*bg-color sunday*/
.datepicker_titleRow .datepicker_weekEndCell {
	background: #682237;
}

/*date saturday*/
.datepicker_titleRow .datepicker_weekEndCell_sat {
	background: #353e75;
}

/*date rollover*/
.datepicker_daysCellOver {
	background: #ffdf9b !important;
}
.datepicker_daysCellOver a {
	font-weight:bold !important;
}


/*today-color*/
.datepicker_today {
	background: #f0efef !important;
}
/*yotei*/
.datepicker_currentDay {
	background: #fff4dc !important;
	border-bottom:#685e61 1px solid !important;
	border-right:#685e61 1px solid !important;
}
.datepicker_currentDay a {
	font-weight:bold !important;
}

.datepicker_status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#datepicker_div a, .datepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
/*date link table*/
.datepicker_inline .datepicker_links a {
	padding: 0 5px !important;
}
/*close text link*/
.datepicker_control a{
	padding: 2px 5px !important;
	color: #ffffff !important;
}
/*date table link*/
.datepicker_links a {
	padding: 2px 5px !important;
	color: #432e2c !important;
}
.datepicker_titleRow a {
	color: #eee !important;
}


/*close btn rollover*/
.datepicker_control a:hover {
color:#bebebe !important;
}
/*date table rollover*/
.datepicker_links a:hover{
	color: #896461 !important;
}

/*youbi table rollover*/
.datepicker_titleRow a:hover {
	background: #896461 !important;
	color: #ffff !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.datepicker_multi .datepicker {
	border: 1px solid #777;
}
.datepicker_oneMonth {
	float: left;
	width: 185px;
}
.datepicker_newRow {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.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*/
}


