/* Default styling for jQuery Datepicker v4.1.0. */
.datepick {
	color: #000;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-popup {
	z-index: 1000;
}
.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.datepick a {
	color: #fff;
	text-decoration: none;
}
.datepick a.datepick-disabled {
	color: #888;
	cursor: auto;
}
.datepick button {
}

.datepick-nav {display:none;}
.datepick-month-header {display:none;}

.datepick-nav, .datepick-ctrl {
	float: left;
	width: 100%;
	background-color: #000;
	color: #fff;
}
.datepick-ctrl {
	background-color: #600;
	display:none;
}
.datepick-cmd {
	width: 30%;
}
.datepick-cmd:hover {
}
.datepick-ctrl .datepick-cmd:hover {
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
}
a.datepick-cmd {
}
button.datepick-cmd {
	text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
	float: left;
}
.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
	float: right;
	text-align: right;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
	float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	text-align: left;
}
.datepick-month-nav {
	float: left;
	background-color: #777;
	text-align: center;
}
.datepick-month-nav div {
	float: left;
	width: 12.5%;
}
.datepick-month-nav span {
	color: #888;
}
.datepick-month-row {
	clear: left;
}
.datepick-month {
	float: left;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
	color: #fff;
	font-weight: bold;
}
.datepick-month-header select, .datepick-month-header input {
	border: none;
	font-size: 100%;
}
.datepick-month-header input {
	position: absolute;
	display: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
	border:none;
	background:url(../i/datepick-shd.png) 0 0 repeat-x #EFEFEF;
	border-top:1px solid #7C7C7C;
}
.datepick-month thead {
	display:none;
}

.datepick-month tbody {
	
}

.datepick-month th, .datepick-month td {
	font-weight: normal;
	text-align: center;
}
.datepick-month th {
	border: 1px solid #777;
}
.datepick-month th, .datepick-month th a {
	background-color: #777;
	color: #fff;
}
.datepick-month td {
	border: 1px solid #D1D1D1;
	width:49px;
	height:28px;
	text-align:right;
}
.datepick-month td.event {
    border: 1px solid #ba0505;
}
.datepick-month td.datepick-week {
	border: 1px solid #777;
}
.datepick-month td.datepick-week * {
	background-color: #777;
	color: #fff;
	border: none;
}
.datepick-month a {
	display: block;
	color: #000;
	text-decoration: none;
	height:27px;
	cursor:default;
	width:45px;
	line-height:18px;
	padding:1px 4px 0px 0px;
}
.datepick-month a.datepick-other-month {
	color: #CACACA;
}

.datepick-month a.highlight {
	background:url(../i/datepick-hightlight.png) 0 0 repeat-x !important;
	cursor:pointer;
	color:#fff;
}

.datepick-month span {
	display: block;
	width: 100%;
}
.datepick-month td span {
	color: #C1C1C1;
	height:28px;
}
.datepick-month td .datepick-other-month {
}
.datepick-month td .datepick-weekend {
}
.datepick-month td .datepick-today {
	background:#fff;
}
.datepick-month td .datepick-highlight {
}
.datepick-month td .datepick-selected {

}
.datepick-month th.datepick-week {
	background-color: #777;
	color: #fff;
}
.datepick-status {
	clear: both;
	background-color: #ddd;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}

.datepick-popup {overflow:hidden;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.datepick-popup .datepick-month-header {display:block;background:url(../i/datepick-month-header.png) 0 0 no-repeat;height:35px;line-height:35px;text-align:center;}
.datepick-popup select {color:#000;}
.datepick-popup .datepick-month a {cursor:pointer;}
