body,table,input,select,div
{
	font-family : Verdana,Arial;
	font-size:10px;
	
}

div.popup
{
	display:none;
	position:absolute;
	border:solid 1px #333333;
	background-color:white;
}

input.text
{
	
/*	position:relative;
	border:solid 1px silver;
	cursor:default;
	outline: none;*/
	position:relative;
	border:1px solid #7f9db9;
	color:#333333;
	font-size:1.1em;

	height:18px;

	width:265px;
	cursor:default;
	outline:none;

	
	
}


input.error
{
	border:solid 1px firebrick;
}
select
{
	position:relative;
	border:solid 1px silver;
	cursor:default;
	padding:0;
	outline: none;
}
select.focus
{
	border:solid 1px goldenrod;
}

div.date
{
	background-color:#FFFFFF;
	position:relative;
	border:solid 1px #CCCCCC;
	cursor:default;
	padding:1px;
	outline: none;
	-moz-user-select:none;
	background-position:right;
	background-image:url(calendar-icon.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	white-space:nowrap;
	clip:auto;
	width:87px;
	color:#333333;
}

div.dropdown
{
	background-color:#FFFFFF;
	position:relative;
	border:solid 1px #CCCCCC;
	cursor:default;
	padding:1px;
	outline: none;
	-moz-user-select:none;
	background-position:right;
	background-image:url(dropdown-icon.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	white-space:nowrap;
	clip:auto;
	width:100px;
	color:#333333;
	font-size:1.1em;
	font-weight:normal;

}
div.list
{
	overflow-y:auto;
	overflow-x:hidden;
	z-index:1000;
}
div.list_item
{
	border : solid 1px white;
	white-space:nowrap;
	cursor:default;
}
div.list_item_hover
{
	border : solid 1px white;
	background-color : silver;
	white-space:nowrap;
	cursor:default;
}

div.focus
{
	border:solid 1px #1755BA;
}
/*overlay*/
div.overlay
{
	position:absolute;
	display:none;
	top:0;
	left:0;
	background-color:rgb(150,150,150);
	filter:alpha(opacity=70);
	opacity:.70;
	-moz-opacity:.70;
	-moz-user-select:none;
}
/*calendar*/
div.calendar
{
	width:160px;
	height:140px;
	font-size:9px;
	-moz-user-select:none;
	z-index:1000;
}
td.divider
{
	border-right:solid 1px #fea23e;
}
.calText{
	cursor:default;
	font:9px Verdana;
	border-collapse: collapse;
}
.wkDay{
	color:firebrick;
	background-color:#b6e28d;
	}
.wDay{
	color:black;
	background-color:#fafafa;
	}
.wNoSelDay{
	color:#999999;
	background-color:#fafafa;
	cursor:default;
	}
.wkNoSelDay{
	color:#999999;
	background-color:#b6e28d;
	cursor:default;
	}
.cDay
{
	background-color:#feea3a;
	cursor:pointer;
}
.cHead{
	cursor:default;
	color:#FFF;
	font-weight:bold;
	background-color:#0246fe;
	height:18px;
	}
.navBtn{
	color:#FFF;
	cursor:pointer;
	}
.navBtn_off{
	color:#0246fe;
	cursor:default;
	}
	
/*Add Class*/

.airport_input, .city_input {
	border:1px solid #1755ba;
	color:#333333;
	font-size:1.1em;
	font-weight:bold;
	height:18px;
	width:265px;
}
.caption {
	font-size:10px;
	color:#333333;
}
.month_input {
	margin-right:10px;
	width:85px;
}
.date_input {
	color:#333333;
	font-size:1.1em;
	font-weight:bold
}
.button{
background:url(fl_searchb-search.jpg) left top no-repeat;
	color:#FFF;
	width:79px;
	height:19px;
	border:none;
	outline:none;
	cursor:pointer;
}
.button:hover {
background:url(fl_searchb-search-over.jpg) left top no-repeat;
	color:#FFF;
	width:79px;
	height:19px;
	border:none;
	outline:none;
	cursor:pointer;
}

.searchLabel {
	margin-bottom:0.3em;
	font-size:1.1em;
}
.rooms_input, .guests_input {
	width:85px;
}
.date_input {
	color:#333333;
	font-size:1.1em;
	font-weight:bold;
}
.border-style {
	background-color:#FAFAFA;
	border-color:-moz-use-text-color #D5D5D5 #D5D5D5;
	border-style:none solid solid;
	border-width:0 1px 1px;
	min-height:255px;
}
.airport_input:hover, .city_input:hover {
	border-bottom-color:#333333;
	border-bottom-width:2px;
	padding-bottom:5px;
}

.add-remove-link{ color:#333333; font-size:11px; font-weight:bold}
.add-remove-link a:link, .add-remove-link a:visited {
	color:#0082C3;
	font-size:11px;
	text-decoration:none;
	font-weight:bold
}
.add-remove-link a:hover {
	color:#FF6600;
	font-size:11px;
	text-decoration:underline;font-weight:bold
}
.add-remove-link a:active {
	color:#0082C3;
	font-size:11px;
	text-decoration:none;font-weight:bold
}

/*For start Cruise section */
.header
{
padding-bottom:5px;
border-bottom:#CCC solid 1px;
color:#1755ba;
font-size:14px; 
font-weight:bold;
}

.caption-text {
	font-size:10px;
	color:#333333;
	font-weight:bold;
}

.result{ color:#1755ba; font-size:11px;}
.result a:link, .result a:visited {
	color:#1755ba;
	font-size:11px;
	text-decoration:underline;
}
.result a:hover {
	color:#1755ba;
	font-size:11px;
	text-decoration:none;
}
.result a:active {
	color:#1755ba;
	font-size:11px;
	text-decoration:underline;
}

.cssdropdown select
{	position:relative;
	border:solid 1px #1755BA;
	cursor:default;
	padding:1px;
	outline: none;
	-moz-user-select:none;
	background-position:right;
	background-image:url(dropdown-icon.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	white-space:nowrap;
	clip:auto;
	width:100px;
	color:#333333;
	font-size:1.1em;
	font-weight:bold;
}

/*End Cruise CSS*/


/*Start Hotel */
.oc_disabled{
	color:silver;
}
.oc_enabled{
	color:black;
}
.searchBox{
	position:relative;
	border:1px solid #1755ba;
	color:#333333;
	font-size:1.1em;
	font-weight:bold;
	height:28px;
	padding:6px;
	width:265px;
	cursor:default;
	outline:none;	
}

.hotel-date{
	border:1px solid #1755BA;
	width:80px;
	position:relative;
}

.moreButton{
	border:1px solid #1755BA;
	background-color:transparent;
	cursor:pointer;
	width:20px;
	height:27px;
	margin-left:2px;
	padding:0 0 0 0;
	color:#1755BA;
}
.hotels-padding{ padding-left:0px;}
.line-height{
	padding-top:3px;
	border-top:#d5d5d5 solid 1px;
}
.padding-button{ padding-right:39px;}


/*
.airport {
	text-align:right;
	padding-left:187px;
}
.airport a:link, .airport a:visited {
	color:#1755ba;
	font-size:11px;
	text-decoration:none;
}
.airport a:hover {
	color:#1755ba;
	font-size:11px;
	text-decoration:underline;
}
.airport a:active {
	color:#1755ba;
	font-size:11px;
	text-decoration:none;
}
.airportto {
	text-align:right;
	padding-left:205px;
}
.airportto a:link, .airportto a:visited {
	color:#1755ba;
	font-size:11px;
	text-decoration:none;
}
.airportto a:hover {
	color:#1755ba;
	font-size:11px;
	text-decoration:underline;
}
.airportto a:active {
	color:#1755ba;
	font-size:11px;
	text-decoration:none;
}
*/




#DDListPopUp{height:58px !important;}