﻿/*	Search Engine Tabs	*/
.tabSearch 
{
	text-align:center;
    color:#3D96C6;
    font-family:Arial;
    height:35px;
    font-size: 13px;
    cursor:pointer;
  	white-space:nowrap;
    background-image:url(bg/search/back_search.gif);
    
}
.tabSearchClicked 
{
    color:#3D96C6;
    font-family:Arial;
    font-weight:bold;
    font-size: 13px; 
	text-align:center;
    height:35px; 
    border-bottom:whitesmoke 0px none; 
    background-image:url(bg/search/back_search_click.gif);
  	white-space:nowrap;
  	width:20%;
}

.tabSearchSingel
{
    color:#3D96C6;
    font-family:Arial;
    font-weight:bold;
    font-size: 13px; 
	text-align:center;
    height:35px; 
    background-image:url(bg/search/back_search_click.gif);
    background-repeat:repeat-x;
  	white-space:nowrap;
  	width:20%;
}

.tabSearchSeparator
{
	background-color: #E7E7E7;
	width: 1px;
}

.divSearchEngine{
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#EEEEEE', gradientType='0'); 
    height: 198px; 
    width: 290px;
    border-bottom: solid 1px #E7E7E7; 
    border-left: solid 1px #E7E7E7; 
    border-right: solid 1px #E7E7E7; 
}

/*	Search Engine	*/
.seDestTD 
{
	text-align:right;
    color:#6E6E6E;
    font-family:Arial;
    font-size: 10px;
    padding-top:10px;
    padding-right:10px;
}

.seDateTD 
{
	text-align:right;
    color:#6E6E6E;
    font-family:Arial;
    
    font-size: 10px;
    padding-top:10px;
    padding-right:10px;
}

.seLink 
{
	text-align:right;
    color:#6E6E6E;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    text-decoration:underline;
}

.seHC 
{
	text-align:right;
    color:#6E6E6E;
    font-family:Arial;
    height:50px;
    font-size: 10px;
    padding-top:10px;
    padding-right:10px;
    padding-left:10px;
}

.seDestInput
{
	width:95px;
	
	font-size:12px;
	text-align:right;
    cursor:pointer;
}

.seDateInput
{
	width:95px;
	
	font-size:12px;
	text-align:right;
    cursor:pointer;
}

.seLongSelect
{
	width:250px;
	
	font-size:12px;
	text-align:right;
}

.seLongInput
{
	width:220px;
	
	font-size:12px;
	text-align:right;
}

.seDestImg
{
    cursor:pointer;
	width:17px;
	height:18px;
}

.seDateImg
{
    cursor:pointer;
	width:17px;
	height:18px;
}

.seFPax
{
	width:46px;
	height:20px;
}

.seButTD
{
	text-align:left;
	padding-top:10px;
}

.btnSearch
{
	cursor:pointer;
}

.seLineSeperator
{
	height:1px;
	background-color:#E7E7E7;
}

.seTitleTD
{
	text-align:right;
    color:#6E6E6E;
    font-family:Arial;
    height:20px;
    font-size: 12px;
    font-weight:bold;
    padding-top:5px;
    padding-right:10px;
}

.seRoomNum
{
	padding-right:10px;
	width:15px;
	font-size:15px;
	font-weight:bold;	
    color:#6E6E6E;
}

.sedRoomNum
{
	padding-right:10px;
	font-size:15px;
	font-weight:bold;	
    color:#6E6E6E;
}

.seRoomPaxTD 
{
	text-align:right;
    color:#6E6E6E;
    font-family:Arial;
    height:35px;
    font-size: 10px;
    padding-top:10px;
    padding-right:10px;
}

/*	----------------</ filter classes >---------------------*/

.FilterPrice
{
	text-align:left;
    color:#6E6E6E;
    font-family:Arial;
    font-size: 12px;
    font-weight:bold;
    padding-top:5px;
    padding-left:10px;
}

.FilterName
{
	text-align:right;
    color:#6E6E6E;
    font-family:Arial;
    font-size: 12px;
    padding-top:5px;
    padding-right:10px;
}

.FilterCheckBox
{
	width:30px;
	text-align:right
}

.FilterPriceNCurrent
{
    color:#6E6E6E;
    font-family:Arial;
    font-size: 10px;
	width:33%;
}

.FilterPriceCurrent
{
    color:Red;
    font-family:Arial;
    font-size: 10px;
	width:33%;
}

.SearchFilterSliderTd
{
    width:100%; 
    background-image: url('bg/filter/gray.gif');
    background-position:left;
}

.SearchFilterGetAllResults
{
	cursor:pointer;
	text-decoration:underline;	
}