#ui-datepicker-div {
  background-color: #FD8916;
  border: 1px solid #F60;
  color: #FFF;
  padding: 2px;
  width: 230px;
}
html div#ui-datepicker-div iframe {
  background-color: #FD8916;
  border: 1px solid #F60;
  position: absolute;
  height: 100%;
  right:0;
  top:0;
  width: 100%;
  z-index: 0 !important;
}


#ui-datepicker-div div,
#ui-datepicker-div table,
#ui-datepicker-div a {
  position: relative;
  z-index: 1;
}

.ui-datepicker-header {
  background-color: #FD8916;
  text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  background-color: #FD8916;
  border: 1px solid #FD8916;
  color: #FFF;
  cursor: pointer;
  display: inline;
  font-weight: normal;
  margin: 2px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  color: #FFF;
}

.ui-datepicker-prev-hover,
.ui-datepicker-next-hover {
  border: 1px solid #F60;  
}

.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-next {
  float: right;
}
.ui-datepicker-title {
  clear: both; 
}
.ui-datepicker-title span {
  font-weight: bold;
  position:relative;
  top:-0.6em; 
}

.ui-datepicker-calendar{
  margin: 0;
  width: 100%;
}

.ui-datepicker-calendar thead {
  color: #000;
  text-align: center;
}

.ui-datepicker-calendar td, .ui-datepicker-calendar td.ui-datepicker-unselectable {
  background-color: #BBB;
  border: 1px solid #FFF !important;
  padding: 1px;
  text-align: right;
}

.ui-datepicker-calendar td.ui-datepicker-unselectable{
	color: #DDD;
}

.ui-datepicker-calendar td.ui-datepicker-week-end {
  background-color: #999;
}

.ui-datepicker-calendar td a {
  display: block;
  height: 100%;
  padding: 3px;
}

.ui-state-active {
  background-color: #F60;
}
.ui-state-active:hover {
  color: #FFF;
}
.ui-datepicker-trigger {
  background: transparent url(../images/icones/calendar.png) center center no-repeat;
  height: 16px;
  text-indent: -50px;
  width: 16px;
}
