.calendar_date_select {
  font-family: Arial, sans-serif;
  color:white;
  border-top:#ddd 1px solid;
  border-left:#ddd 1px solid;
  border-right:#ddd 1px solid;
  display:block;
  width:188px;
  z-index: 1000;
  margin:0pt 0pt 10px;
}

.calendar_date_select thead th {
  font-weight:bold;
  /*background: url(../../images/tile.png);*/
  background:#f7f7f7;
  border-bottom:1px solid #ddd;
  color: #079 !important;
  text-align:center;
  font-size: 12px;
  padding:5px 0 5px 0;
}

.calendar_date_select .cds_buttons {
  text-align:center;
  padding:5px 0px;
  background:#f7f7f7;
  /*background: url(../../images/tile.png);*/
}

.calendar_date_select .cds_footer {
  display:none;
  color:#333;
  /*background: url(../../images/tile.png);*/
  background:#f7f7f7;
  padding:3px;
  font-size:12px;
  text-align:center;
}

.calendar_date_select table {
  margin: 0px;
  padding: 0px;
}


.calendar_date_select .cds_header {
  background:#fff url(../../images/field_bg.gif) repeat-x scroll 0%;
  text-align:center;
  padding:4px 10px 4px 10px;
  font-weight:bold;
  font-size:13px;
}

.calendar_date_select .cds_header span {
  font-size:14px;
  color: #444;
  font-weight: bold;
}

.calendar_date_select select { font-size:11px;}

.calendar_date_select .cds_header a:hover {
  text-decoration:none;
}
.calendar_date_select .cds_header a {
  width:22px;
  height:20px;
  text-decoration: none;
  font-size:13px;
  color:#444 !important;
}

.calendar_date_select .cds_header a.prev {
  float:left;
}
.calendar_date_select .cds_header a.next {
  float:right;
}
.calendar_date_select .cds_header select.month {
  width:90px;
}

.calendar_date_select .cds_header select.year {
  width:61px;
}
.calendar_date_select .cds_buttons a {
  color: #333;
  font-size: 9px;
}

.calendar_date_select td {
  font-size:12px;
  width: 24px;
  height: 21px;
  text-align:center;
  vertical-align: middle;
  background-color: #fff;
}
.calendar_date_select td.weekend {
  background-color: #eee;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}

.calendar_date_select td div {
  color: #000;
}
.calendar_date_select td div.other {
  color: #ccc;
}
.calendar_date_select td.selected div {
  color:white;
}

.calendar_date_select tbody td {
  border-bottom: 1px solid #ddd;
}
.calendar_date_select td.selected {
  background-color:#079;
}

.calendar_date_select td:hover {
  background-color:#ccc;
}

.calendar_date_select td.today {
  border: 1px dashed #39c;
}