
#ui-datepicker-div, .ui-datepicker-inline {
  padding: 0;
  margin: 0;
  width: 200px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;

  background: #0767A8 url("../images/message-background.png") top left repeat-x;
  
  /* Fix IE bug: transparent PNG support */
  -background: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/message-background.png', sizingMethod='scale');
}
#ui-datepicker-div {
  display: none;
  border: 1px solid #0767A8;
  z-index: 9999; /*must have*/
}
.ui-datepicker-inline {
  float: left;
  display: block;
  border: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-dialog {
  padding: 5px !important;
  border: 4px ridge #ddd !important;
}
button.ui-datepicker-trigger {
  width: 25px;
}
img.ui-datepicker-trigger {
  position: relative;
  top: 4px;
  left: -19px;
}
.ui-datepicker-prompt {
  float: left;
  padding: 2px;
  background: #ddd;
  color: #000;
}
.ui-datepicker-header, .ui-datepicker {
  clear: both;
  float: left;
  width: 100%;
  color: #fff;
}
.ui-datepicker-control {
  position: relative;
  padding: 2px 0px;
  height: 20px;
  border-bottom: 1px solid #3985b9;
}
#ui-datepicker-div .ui-datepicker-close {
  position: absolute;
  right: 4px;
  top: 5px;
}
#ui-datepicker-div .ui-datepicker-close a {
  display: block;
  width: 14px;
  height: 14px;
  background: url("../images/message.gif") -96px 0px no-repeat;

  line-height: 14px;
  text-indent: -2000px;
}
.ui-datepicker-control, .ui-datepicker-links {
  font-weight: bold;
  font-size: 80%;
}
.ui-datepicker-links {
  padding: 2px 0px;
  position: relative;
  height: 0;
}
.ui-datepicker-clear {
  display: none;
}
.ui-datepicker-inline .ui-datepicker-prev a,
#ui-datepicker-div .ui-datepicker-prev a {
  position: absolute;
  display: block;
  top: 5px;
  left: 1px;
  width: 16px;
  height: 16px;
  
  text-indent: -2000em;
  background: url("../images/button-arrow-left.gif") center center no-repeat;
}
.ui-datepicker-inline .ui-datepicker-next a,
#ui-datepicker-div .ui-datepicker-next a {
  position: absolute;
  display: block;
  top: 5px;
  right: 1px;
  width: 16px;
  height: 16px;
  
  text-indent: -2000em;
  background: url("../images/button-arrow-right.gif") center center no-repeat;
}
.ui-datepicker-current {
  display: none;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
  float: left;
  text-align: left;
}
.ui-datepicker-header {
  padding: 1px 0 3px;
  text-align: center;
  font-weight: bold;
  height: 1.3em;
}
.ui-datepicker-header select {
  background: #0767A8;
  color: #fff;
  border: 0px;
  font-weight: bold;
}
.ui-datepicker {
  background: #fff;
  text-align: center;
  font-size: 100%;
  padding: 1px;
  border: 2px solid #0767A8;
}
.ui-datepicker a {
  display: block;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.ui-datepicker-title-row {
  background: #B3DEF1 url("../images/message-background.png") top left repeat-x;

  /* Fix IE bug: transparent PNG support */
  -background: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/message-background.png', sizingMethod='scale');
}
.ui-datepicker-days-row {
  background: #fff;
  color: #666;
}
.ui-datepicker-week-col {
  background: #777;
  color: #fff;
}
.ui-datepicker-days-cell {
  color: #000;
  border: 1px solid #F2F6F9;
}
.ui-datepicker-days-cell a {
  display: block;
}
.ui-datepicker-week-end-cell {
  background: #f6f6f6;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
  background: #A7CAE0 url("../images/message-background.png") top left repeat-x;

  /* Fix IE bug: transparent PNG support */
  -background: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/message-background.png', sizingMethod='scale');
}
.ui-datepicker-days-cell-over {
  background: #fff;
  border: 1px solid #777;
}
.ui-datepicker-unselectable {
  color: #aaa;
  height: 26px;
  text-align: center;
  vertical-align: middle;
}
.ui-datepicker-today {
  background: #F2F6F9 !important;
}
.ui-datepicker-current-day {
  background: #36b468 url("../images/message-background.png") top left repeat-x !important;

  /* Fix IE bug: transparent PNG support */
  -background: none !important;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/message-background.png', sizingMethod='scale');
}
.ui-datepicker-current-day a {
  color: #fff !important;
}
.ui-datepicker-status {
  background: #ddd;
  width: 100%;
  font-size: 80%;
  text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  color: #000;
}
.ui-datepicker-title-row a {
  color: #255792 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
  border: 1px solid #777;
}
.ui-datepicker-one-month {
  float: left;
  width: 200px;
}
.ui-datepicker-new-row {
  clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-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: 208px; /*must have*/
  height: 208px; /*must have*/
}
