/*

search.css

This stylesheet is meant to be the default style for the searchforms and should be included on all sites using the jsp-files listed below.

This stylesheet affects the following files:
searchform.jsp

To customize appearance on a specific site, use the code at the end of this document.

*/


/* this should be integrated within the css-structure below */
#performingSearch {
	position:absolute;
	visibility:hidden;
	margin-top: -90px;
	margin-left: 20px;
	background:#FFFFFF;
	border:#CCCCCC 1px solid;
	z-index: 100;
	width:250px;
	height: 50px;
	text-align:center;
}

/* -- searchdata --

Use div#searchform to change the width of the searchform

If you want departure or destination on a single row.
Set div#searchform div#divDeparture or div#searchform div#divDestination{
to the same size as div#searchform

You can use searchform.jsp in the menu area. Then set div#searchform to appr 200px

If you want to use searchform.jsp on a single row set div#searchform to appr 800px

-- */


/* -- */


div#searchform{
	float: left;
	margin: 0;
	padding: 0;
	width:400px;
}

div#searchform label{
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}

div#searchform select{
	float: left;
	margin: 2px 2px 4px 0;
	padding: 0;
}

div#searchform div#divDeparture label#labelDeparture{
	float:left;
	clear: right;
}

div#searchform div#divDeparture select#departure{
	float:left;
	clear: both;
}

div#searchform div#divDeparture{
	float: left;

}

div#searchform input[submit]{
	clear: both;
}

div#searchform div#divDestination{
	float: left;
}

div#searchform div#divDestination label#labelDestination{
	float: left;
	clear: right;
}

div#searchform div#divDestination select#destination, div#searchform div#divWeek select#weekStart{
	float: left;
	clear: both;
}

div#searchform div#divWeek label#labelWeek, div#searchform div#divWeekPeriodList label#labelWeekPeriod {
	float: left;
	clear: right;
}
div#searchform div#divDepartureDate{
	width: 200px;
	float: left;
}

div#searchform div#divDepartureDate label#labelDepartureDate{
	clear: right;
	float: left;
	width: 200px;
}

div#searchform div#divDepartureDate select#departureday{
	float: left;
	clear: left;
}

div#searchform div#divDepartureDate select#departuremonth{
	float: left;
}

div#searchform div#divReturndate{
	width: 200px;
	float: left;
}


div#searchform div#divReturndate label#labelReturndate{
	float: left;
	width: 190px;
}

div#searchform div#divReturndate select#returnday{
	float: left;
	clear: left;
}

div#searchform div#divReturndate select#returnmonth{
	float: left;
}

div#searchform div#divReturnTrip {
	float: left;
	clear: both;
	width: 400px;
	margin: 5px 0 5px 0;
}

div#searchform div#divReturnTrip input {
	float: left;
	margin-left: 10px;
}

div#searchform div#divReturnTrip label {
	margin-left: 5px;
	margin-top: 4px;
}

div#searchform label#labelPaxes {
	width: 400px;
}

div#searchform div#divPaxes{
	float: left;
	width: 200px;
}

div#searchform div#divSorting {
	float: left;
	width: 100px;
}

div#searchform div#divSorting select#sorting{
	float: left;
	clear: left;
}

div.hotel div#searchform div#divDestination, /*div.hotel div#searchform div#divWeek, div.hotel div#searchform div#divWeekPeriodList*/
div.hotel div#searchform .week, div.hotel div#searchform .weekperiod{
	width: 400px;
}

div.hotel div#searchform .week {
	width: 100px;
	float: left;
}

div.hotel div#searchform .weekperiod {
	width: 150px;
	float: left;
	margin-bottom: 20px;
	margin-left: 5px;
}


div#searchform div#divRequestCapacity {
	float: left;
	width: 100px;
}

div#searchform div#divRequestCapacity select#requestCapacity{
	float: left;
	clear: left;
}

div#searchform div#divPropertySearch{
	float: left;
	width: 400px;
	margin-top: 10px;
}

div#searchform div#divPropertySearch label{
	float: left;
	width: 400px;
}

div#searchform div#divPropertySearch div.property{
	float: left;
	width: 130px;
}


div#searchform .searchButton {
  	border-style: solid;
  	border-width: 1px;
  	padding: 1px 3px;
  	font-weight: bold;
	border-color: #999999;
  	background-color: #ffffff;
	color: #333333;
	float: right;
}


/* --- This section makes it possible to customize the searchform --- */

/*

div#searchform{
	border:1px solid #CAD3D0;
	padding:10px;
	margin-bottom:5px;
}

*/

/* ---------- end ---------- */
