/* CSS Document */
/* DATEPICKER custom */
td.datepickerSunday a
{
	color: #FF0000;
}

td.datepickerDisabled a
{
	color: #333333;
}

th.datepickerWeek
{
	background-color: #333333;
}

th.datepickerWeek a, th.datepickerWeek a:visited 
{
	color: #999999;
	text-align:center;
}

div.datepicker thead tr.datepickerDoW
{
	background-color: #333333;
}

div.datepicker thead tr.datepickerDoW th
{
	text-align: right;
}

tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected
{
	background-color: #000;
}

div.datepicker thead th.datepickerMonth a
{
	font-weight: bold;
  color: #A3C159;
}

#booking-com
{
  line-height: 30px;
  font-family: Verdana, Helvetica, Arial;
  font-size: 10pt;  
	width: 200px; 
	overflow: hidden;
}

#booking-com a
{
  outline: none;
  text-decoration: none;
}

form#booking-com a:focus
{
  -moz-outline-style: none;
}

#booking-com label
{
  display: inline;
  color: #000;
  float: none;
}

#booking-com input[name="idf"]
{
  width: 10px;
}

#booking-com input
{
  border: 1px solid #999;
  padding: 2px;
  margin-bottom: 4px;
}

#booking-com input.date
{
  width: 75px;
}

#booking-com input[name="ss"]
{
  width: 190px;
}

#booking-com a#submitBtn
{
  display: block;
  text-decoration: none;
  background: url('../img/travel_icon_off.gif');
  width: 80px;
  height: 77px;
}

#booking-com a#submitBtn:hover
{
  background: url('../img/travel_icon.gif');
}