/* 
  datepicker styles
  David Lee 2005
  all parts user servicable
*/
.date_picker {
  /* comment out this line to show by default: */
  display: none;
  /* comment out this line to prevent calendar 'floating' over page: */
  position:absolute;
  background-color:white;
  margin-top:-90px;
  margin-left:-30px;
  padding: 15px;
  border: 1px solid silver;
  background:#fff;
  color:#111;
  z-index:10;
  	
}

.date_picker table {
  font-family: verdana, sans-serif;
color:#333;
}
.date_picker th {
  font-size: 10px;
  color: #333;
  text-align: center;
  background:#fff;
}

.date_picker .day_labels th {
  color: #333;
  background:#fff;
  font-size: 9px;
  font-weight: normal;
}

.date_picker td {
  width: 18px;
  background:#fff;
  font-size: 9px;
  text-align: right;
  color:#333;
}
._date_picker_link {
	color:#FFF;
}
.date_picker td a {
  text-decoration: none;
  border-bottom: 1px dotted #333;
  color: #333;
}
.date_piker a, .date_piker a:visited {
	color:#333;
}
.date_picker th a, .date_picker th a:visited {
  text-decoration: none;
  border-bottom: none;
  color:#333;
}

.date_picker a:hover   { color:#333 ; background-color: #eee}

.date_picker .cancel_butt { text-align: right; padding-right: 5px }
.date_picker .cancel_butt a {
  font-size: 9px;
  color: #333;
  font-family: verdana, sans-serif;
  text-decoration: none
}
.date_picker .cancel_butt a:hover {
  background-color: #eee;
  color: #333;
}
.date_picker_link {
	color:#fff;
}
