#datepick-div, .datepick-inline {
	font-family: Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 0;
	background: #fff;
	color: #444;
	width: 185px;
  cursor: default;
}
#datepick-div {
	display: none;
	border: 1px solid #b22222;
	z-index: 100;
}
.datepick-inline {
	float: left;
	display: block;
	border: 0;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !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 {
	width: 185px;
}
.datepick-control, .datepick-links, .datepick-header, .datepick {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.datepick-control {
	background: #b22222;
}
.datepick-links {
	background: #eee;
  border-top: 1px solid #b22222;
}
.datepick-control, .datepick-links {
	font-weight: bold;
	font-size: 90%;
}
.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,
.datepick-header select {
	background: #f3f3f3;
  color: #444;
}
.datepick-header {
	text-align: center;
	height: 1.6em;
}
.datepick-header select {
	border: 0px;
}
.datepick-header span {
	position: relative;
	top: 3px;
}
.datepick {
	background: #c71585;
	text-align: center;
	font-size: 100%;
}
.datepick a {
	display: block;
	width: 100%;
}
.datepick-title-row {
	background: #b22222;
}
.datepick-title-row th {
	text-align: center;
	font-weight: normal;
}
.datepick-days-row {
	background: #f3f3f3;
	color: #444;
}
.datepick-week-col {
	background: #eee;
	color: gray;
}
.datepick-days-cell {
	color: #000;
	border: 1px solid #f9f9f9;
  cursor: pointer;
}
.datepick-other-month {
	background: #fff;
}
.datepick-week-end-cell {
	background: #d3d3d3;
}
.datepick-week-end-cell a {
	color: red;
}
.datepick-title-row .datepick-week-end-cell {
	background: #b22222;
}
.datepick-today {
  font-weight: bold;
  color: red;
}
.datepick-status {
	background: #ddd;
	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 {
  display: block;
	padding: 2px 5px !important;
	color: #b22222;
}
.datepick-control a {
  display: inline;
}
.datepick-links label {
  display: block;
	padding: 2px 5px;
  margin: 0;
	color: black;
  cursor: default;
}
.datepick-control a {
  color: #fff;
}
.datepick-title-row a {
	color: #eee;
}
.datepick-control a:hover,
.datepick-links a:hover,
.datepick-title-row a:hover {
	background: #b22222;
	color: #fff;
}
.datepick-one-month {
	float: left;
	width: 185px;
}
.datepick-new-row {
	clear: left;
}

.datepick-unselectable {
  background: #fff;
}

.datepick-days-cell.datepick-unselectable,
.datepick-unselectable a,
.datepick-unselectable {
  color: #d3d3d3;
  cursor: default;
  background: #fcfcfc;
}

.datepick-days-cell.datepick-other-month.datepick-unselectable {
  background: #fdfdfd;
	color: #ddd;
}

.datepick-week-over .datepick-days-cell,
.datepick-today {
	background: #E0C35B;
  border-color: #ffff95;
}
.datepick-week-over .datepick-unselectable,
.datepick-week-over .datepick-unselectable.datepick-current-day,
.datepick-week-over .datepick-days-cell.datepick-other-month.datepick-unselectable,
.datepick-week-over .datepick-week-end-cell {
	background: #fffff0;
  border-color: #eeeeea;
}

.datepick-week-over .datepick-unselectable.datepick-current-day,
.datepick-unselectable.datepick-current-day {
  border-color: #dcdcdc;
}

.datepick-week-over .datepick-current-day,
.datepick-current-day {
	border-color: #b22222;
  background: #fff;
  font-weight: bold;
}

/* ___________ 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*/
}
