/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-size: 12px;
	padding: 0;
	margin: 0;
	width: 218px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 9px;
  background-image: url(../images/news/separator.jpg);
  background-repeat: no-repeat;
}
#ui-datepicker-div {
	display: none;
	z-index: 100; /*must have*/
}
.ui-datepicker {
  margin-left: 9px;
  width: 200px;
  }
  .ui-datepicker-header {
    }
  .ui-datepicker-prev {
    margin: 5px 5px 0px 30px;
    float: left;
    }
    .ui-datepicker-prev a {
      display: block;
      text-indent: -9000px;
      overflow: hidden;
      width: 5px;
      height: 8px;
      background-image: url(../images/news/prev.png);
      cursor: pointer;
      }
  .ui-datepicker-next {
    margin: 5px 30px 0px 5px;
    float: right;
    }
    .ui-datepicker-next a {
      display: block;
      text-indent: -9000px;
      overflow: hidden;
      width: 5px;
      height: 8px;
      background-image: url(../images/news/next.png);
      cursor: pointer;
      }
  .ui-datepicker-header select {
    color: #fff;
    background: #7d4baa;
    border: 0px;
    margin: 0px;
    padding: 0px;
    }
  .ui-datepicker-current {
    display: none;
    }
  .ui-datepicker td {
    text-align: center;
    }
  .ui-datepicker-title-row td {
    width: 14%;
    padding-bottom: 18px !important;
    }
    .ui-datepicker-title-row a {
      color: #b98dbc;
      text-transform: lowercase;
      }
    .ui-datepicker-title-row .ui-datepicker-week-end-cell a {
      color: #4b1054 !important;
      }
  .ui-datepicker-days-row td {
    padding-bottom: 5px;
    }
    .ui-datepicker-days-cell a {
      cursor: pointer;
      color: #fff;
      }
    .ui-datepicker-week-end-cell a {
      color: #ffcc00;
      }