
/* ---------------------------
		TOOL TIPS
----------------------------- */
.tipsShadow {
	border: 0;
	z-index: 100;
	float: left;
	clear:left;
	background: url(../image/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../image/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 200px;
	padding: 0px;
}


.floattips {
	z-index: 100;
	background-color: #FFFBB8;
	position:relative;
	bottom: 6px;
	right: 6px;
	border: 1px solid #FFC30E;
	padding: 7px;
	margin: 0px 0px 0px 0px;
}
.floattips {
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.floattips span
{
	font-family: arial, sans-serif;
	color: #9C7600;
	font-size: 11px;
	margin: 3px;
	line-height: 14px;
}

div.floattips iframe {
position: absolute;
left: 0;
top: 0;
z-index: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}



/* ---------------------------
	FORM - SPECIAL CLASS
--------------------------- */

td.optiontype {
	text-align: center;

}

table#searchoption, table#searchoption tr {
padding: 0;
margin: 0;
}


#check-availability {
padding: 0;
margin: 0;
}

/* ---------------------------
	FORM - SPECIAL CLASS
--------------------------- */
.text-itineraryStartDate, .text-itineraryEndDate {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9px;
	text-align: center;
	border: 1px solid #666;
	margin: 3px 0 3px 0;
}

.text-from
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	border: 1px solid #666;
	margin: 3px 0 3px 0;
	width: 105px;
	text-indent: 4px;
}

.menu-child, .menu-airline, .menu-flightclass,
.menu-to, .menu-hotelrating, .menu-cartype, .menu-carcompany {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9px;
}

.menu-child {
	width: 50px;
}

.menu-hotelrating {
	width: 85px;
}

.menu-to {
	width: 110px;
}

.menu-airline {
	width: 105px;
}

.menu-carcompany {
	width: 90px;
}
.menu-cartype {
	width: 100px;
}

.menu-flightclass {
	width: 58px;
}

/* ---------------------------
	CHILDREN DIV'S
--------------------------- */

#divchild0, #divchild1, #divchild2, #divchild3, #divchild4, #divchild5, 
#divinfant0, #divinfant1, #divinfant2, #divinfant3, #divinfant4, #divinfant5 {
	position: relative;
	left: 0pt;
	top: 0pt;
	width: auto;
	height: auto;
	display: none;
}


#resident {
    padding: 4px 2px 2px 2px;
    margin: 2px 0 0 0;
	display: none;
position:relative;
	left: 0;
	top: 0;

}

img.float-left {
    border: 0;
    
}

/*------------------------------
 NEW SEARCH FORM 'More Search Options' STYLE 
------------------------------- */
#moresearch {
	padding-top: 9px;
}

#moresearch a
{
	padding: 4px 5px 4px 16px;
	color: #238;
	text-decoration: underline;
	background-image: url(../image/moreoptions.gif);
	background-repeat: no-repeat;
	background-color: #eee;
	background-position: 4px 5px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #ccc;
}

#moresearch a:hover {
	padding: 4px 5px 4px 16px;
	color: #238;
	background-position: 4px 5px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #B3B3B3;
}