/* Redmond style sheet for jQuery date picker v3.5.2. */
#datepick-div, .datepick-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	padding: 0;
	margin: 0;
	background: #fff;
	color: #0E3434;
	width: 205px;
   border:1px solid #00;
}
#datepick-div {
	display: none;
	border: 1px solid #b6dcdc;
	z-index: 100; /*must have*/
}
.datepick-inline {
	float: left;
	display: block;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-dialog {
	padding: 5px !important;
	border: 4px ridge #4297d7 !important;
}
.datepick-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.datepick-trigger {
	width: 25px;
}
img.datepick-trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepick-prompt {
	float: left;
	padding: 2px;
}
* html .datepick-prompt {
	width: 205px;
}
.datepick-control, .datepick-links, .datepick-header, .datepick {
	clear: both;
	float: left;
	width: 100%;
}
.datepick-control {
	background: #86BFCF;
	padding: 2px 0px;
}
.datepick-links {
   border: 1px solid #b6dcdc;
   border-width:0 1px;
   width:203px;
}
.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: #fff;
	text-align: center;
	font-weight: bold;
	height:30px;
   border: 1px solid #b6dcdc;
   border-width:0 1px 1px 1px;
   width:203px;
}
.datepick-header select {
	background: #fff;
	font-weight: bold;
   font-size:15px;
   font-family:Arial;
   padding:0;
   margin-top:5px
   
}
.datepick-header span {
	position: relative;
	top: 3px;
}
.datepick {
	text-align: center;
	font-size: 100%;
}
.datepick a {
	display: block;
	width: 100%;
}

.datepick-title-row th {
	text-align: center;
	font-weight: bold;
   color: #0E3434;
   font-size:17px;
   border: 1px solid #b6dcdc;
   height:25px;
}
.datepick-title-row{

}
.datepick-week-col {
	background: #d0e5f5;
}
.datepick-days-row {
   height:25px
}

.datepick-days-cell {
	border: 1px solid #b6dcdc;
   padding:0 5px;
   
}
.datepick-days-cell a {
color:#55a3a4;
font-weight:bold;
}
.datepick-other-month {
   background:#f2f2f2 !important;
}
.datepick-other-month a {
	background: #fff;
}
.datepick-week-over a {
	background: #d0e5f5;
}
.datepick-unselectable {
	background:#fff;
   font-weight:bold;
   color:#e6e6e6;
}
.datepick-today {
	/*border: 3px solid #fad42e;
   border-width:5px;*/
   background:#d0e5f5
}
.datepick-today a {
	
}
.datepick-current-day {
	border: 1px solid #fad42e;
   background: #fad42e;
}
.datepick-current-day a {
	color: #fff;
}
.datepick-days-cell-over {
   background: #d0e5f5;
}
.datepick-days-cell-over a {
}
.datepick-status {
	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;
	color: #222 !important;
}
.datepick-control a:hover {
	background: #5c9ccc;
}
.datepick-title-row a:hover {
	background: #d0e5f5;
}
.datepick-multi .datepick {
	border: 1px solid #a6c9e2;
}
.datepick-one-month {
	float: left;
	width: 205px;
}
.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*/
}
