/* @override http://localhost/css/dohop.smallsearch.css */

.dohop_logo
	{
	 	margin-top:-15px;	  
		padding: 0px;
		width: 340px;
		height: 0px;
		background-image:none;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 8pt;		
	}
		
	.dohop_nologo
	{
		font-size: 7pt;	
		background: #eef1f6;
		width: 150px;
		height: 0px;
		padding: 0px 2px;
		border: 1px solid #1c5180;				
	}	

	.dohop_spacer
	{
		height: 0px;
	}

	#dohop_s_table
	{
		font-family: arial, helvetica, sans;
	}
	
	#dohop_s_table .alert,
	#searchwrap .alert
	{
		border: 1px solid #FF1111;
		background: #FFFF88;
	}	
	
	#dohop_s_table td
	{
		padding: 0px;
		margin: 0px;
		border: none;
		background: none;
	}	
	
	#dohop_s_table input
	{
		border: 1px solid #8db4e3;
		font-size: 8pt;
		font-weight: normal;
		margin-bottom:0px;
		padding: 2px;
		margin-right: 3px;
	}	
	
	#dohop_s_from input,
	#dohop_s_to input
	{
		width: 300px;
		margin-bottom:3px;
	}
	
	#dohop_s_depart input,
	#dohop_s_return input	
	{
		width:auto;
	}	
	#dohop_s_search
	{
		text-align: center;
	}
	
	#dohop_s_search input
	{
		margin-top:10px;border:0px;width:125px;height:30px;color:#03214a;font-size:11px;background-image:url(./template/png/transfers_button.png);
	}
	
	#searchwrap #dohop_s_search input
	{
		right: 0%; top: 0%;
		*top: 1px;
		width: 110px;
		border: none;
		background: url(./img/search-button.png) no-repeat;
		color: #FFF;
		font-size: 16px;
		letter-spacing: -1px;
		height: 25px;
		cursor: pointer;
		position: absolute;
		display: block;
		clear:both;
		margin-top: 18px;
	}
	
	#travelwrap .section p {
		margin-bottom: 0px;
	}
	
	#searchwrap .airports
	{
		background:transparent url(./img/input-connector.png) no-repeat scroll 68% 100%;
		display:inline;
		float:left;
		margin-left:0px;
		width:47%;
	}
	
	#searchwrap .dates
	{
		background:transparent url(./img/input-connector.png) no-repeat scroll 68% 100%;
	}
		
	
	#dohop_s_dohop
	{
		color: #999999;
		text-align: right;
	}
	
#searchwrap #small_returndate {
	top: 3px;
	*top: 0px;
	position: absolute;
	border: none;
	height: auto;
	font-size: 12px;
	width: auto;
	z-index: 2999;
}

*:first-child+html #searchwrap #small_returndate {
}

#searchwrap #dohop_s_return b {
	padding-left: 20px;
}


	
/* Auto complete */

.ac_results{
	position: absolute;
	z-index: 10000;
	display: none;
}
.ac_results ul {
	border: 1px solid #d7d7d7;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
}

.ac_results li {
	padding: 2px 5px;
	color: #101010;
	text-align: left;
	max-width: 400px;
}

.ac_results li.ac_over {
	cursor: pointer;
	background-color: #F78000;
}
.ac_over ul{}

li.ac_disabled {
	cursor: default;
	color: #CDCDCD;
}

.ac_match {
	text-decoration: underline;
	color: black;
}
	
.ac_dropdown{
	overflow: auto;
}

.ac_dropdown div {
	padding: 2px 5px;
	cursor: pointer;
}

.ac_dropdown div:hover {
	background: #E5F2F6;
}


/*DATE_PICKER CSS*/

.date_selector, .date_selector * {
	width: 170px;
	height: auto;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	font: 12px Helvetica, Arial;
	font-weight: bold;
}

.date_selector {
	background: #F2F2F2;
	border: 1px solid #7d7d7d;
	padding: 0px;
	margin: -1px 0 0 0;
	position: absolute;
	z-index: 100000;
	display: none;
}

.date_selector_ieframe {
	position: absolute;
	z-index: 99999;
	display: none;
}

.date_selector .month_nav {
	display: block;
	position: relative;
}

.date_selector .mname_wrapper {
	width: 360px !important;
}

.date_selector .month_name {
	border-top: 1px solid #d7d7d7;
}

.date_selector .month_nav a {
	display: block;
	top: 1px;
	width: 24px;
	height: 23px;
	_height: 24px;
	overflow: hidden;
	text-indent: -99em;
	z-index: 99999;
	position: absolute;
}

.date_selector .month_nav a:hover, .date_selector .month_nav a:focus {
	background: none;
	color: #003C78;
	text-decoration: none;
}

.date_selector .prev {
	left: 0px;
	border-right: 1px solid #d7d7d7;
	background: #FFF url(./img/calendar_nextprev.png) no-repeat 0px 7px !important;
}

.date_selector .next {
	right: 1px;
	border-left: 1px solid #d7d7d7;
	background: #FFF url(./img/calendar_nextprev.png) no-repeat -23px 7px !important;
}

.date_selector table {
	border-spacing: 0;
	border-collapse: collapse;
}

.date_selector th, .date_selector td {
	width: 2.5em;
	height: 1.8em;
	padding: 0;
	text-align: center;
}

.date_selector th {
	background: #DFECF8;
}

.date_selector td {
	border: 1px solid #d7d7d7;
	border-width: 1px 1px 0px 0px;
	line-height: 1.8em;
	text-align: center;
	white-space: nowrap;
	background: white;
}

.date_selector td.disabled {
	background: #CCCCCC;
}

.date_selector td.unselected_month {
	color: #d7d7d7;
}

.date_selector td.linked{
	background: #FEBA79;
}

.date_selector td.linked a {
	color: #FFF;
	font-weight: bold;
}

.date_selector td a {
	display: block;
	text-decoration: none !important;
	width: 100%;
	height: 100%;
	line-height: 1.8em;
	color: #007BA4;
	text-align: center;
}

.date_selector td.today a {
	position: relative;
	font-weight: bold;
	background: #F2F2F2;
}

.date_selector td.selected a {
	background: #F78000;
	font-weight: bold;
	color: #FFF;
}

.date_selector td a:hover {
	background: #F78000;
	color: white;
	font-weight: bold;
}

.date_selector_close {
	width: 24px;
	height: 23px;
	display: block;
	position: absolute;
	top: 0px; right: 1px;
	background: url(./img/box-close-icon.png) 1px 0px;
	border-left: 1px solid #d7d7d7;
	cursor: pointer;
}

.date_selector.cols1 {
	border-right-width: 1px;
	width: 170px;
}

.date_selector.cols1 td {
	border: 1px solid #d7d7d7;
	border-width: 1px 0px 0px 0px;
	line-height: 1.8em;
	text-align: center;
	white-space: nowrap;
	background: white;
}

.date_selector.cols1 .mname_wrapper {
	height: 24px;
}

.date_selector.cols1 .mname_wrapper .month_name {
	height: 24px;
	display: block;
	line-height: 24px;
	text-align: center;
	border-top: none;
}