div.datepicker {
 position: absolute;
 text-align: center;
 border: 1px #66CC00 solid;
 font-family: arial;
}
.datepicker-header{
  background-image: url('../images/calendar/date_picker_header.gif');
  color:#FFFFFF;
  font-weight:bold;
  height:18px;
  padding-top:2px;
  width:100%;
}
.datepicker-footer{
  background-image: url('../images/calendar/date_picker_header.gif');
  color:#FFFFFF;
  font-weight:bold;
  height:18px;
  padding-top:2px;
  width:100%;
  cursor:pointer;
}
div.datepicker-header span {
 cursor: pointer;
}
div.datepicker-calendar {
 font-size: 10px;
 background:#FFFFFF;
 padding: 2px;
 text-align: center;
}
div.datepicker-calendar table {
 font-size: 10px;
 border: 1px white solid;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
div.datepicker-calendar table tr {
 border: 1px white solid;
 margin: 0px;
 padding: 0px;
}
div.datepicker-calendar table td {
 border: 1px #eaeaea solid;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
div.datepicker-calendar table td:hover, 
div.datepicker-calendar table td.outbound:hover,
div.datepicker-calendar table td.today:hover {
 border: 1px #c4d5e3 solid;
 background: #e9eff4;
 cursor: pointer;
}
div.datepicker-calendar table td.wday {
 border: 1px #ffffff solid;
 background: #ffffff;
 cursor: text;
}
div.datepicker-calendar table td.outbound {
 background: #e8e4e4;
}
div.datepicker-calendar table td.today {
 border: 1px #16518e solid;
 background: #c4d5e3;
}
.calendar_day{
	cursor:pointer;
}
.calendar_day:hover{
	color:#FF0000;
	cursor:pointer;
}
.calendarh {
	display:none;
}
.calendarv {
	background-color:#fff;
	width:182px;
	position:relative;
	left:142px;
	z-index:90;
}

