﻿/* Remote search main table style */
#remote_search
{
	margin-top:5px;
	border-top: 1px solid #414deb;
	border-bottom: 1px solid #414deb;
	background: #eff0f5;
	width: 300px;
	height: 210px;
	background-color: #eff0f5;	/*height: 280px;*/
}

/* form of the remote search main table */
#remote_search form
{
	margin: 0px;
}

/* style of all table cells */
#remote_search td
{
	/*text-align: left;*/
	/*vertical-align: top;*/
	font-family: Arial;
	font-size: 12px; 
}

#remote_search select
{
        font-family: Arial;
        font-size: 11px;
}

/* for images: no border */
#remote_search img
{
	border: 0px;
/*	width: 24px !important;
	height: 21px !important;*/
}

/* hotel location selector */
.hotels_section
{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 20px;
}

/* arrival date */
.dates_section
{
	/*border-top: 1px dotted #FFFFFF;*/
	padding-top: 5px;
	padding-left: 18px;
	padding-right: 8px;
	font-family: Arial;
    font-size: 11px;
    height:10px

}

/* space between date selectors */
.dates_divider
{
	width: 3px;
	padding-left: 3px;
}

/* nights, rooms, adults */
.selectors_section
{
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
}

/* space between nights, rooms, adults selectors */
.selectors_divider
{
	width: 14px;
	padding-right: 14px;
}

/* search button section */
.button_section
{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

/* image section */
.image_section
{
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}

/* button style */


.rbutton {
	color:#ffffff;
	font-weight: bold;
	font-size:8pt;
	text-decoration: none;
	background-color: #414deb;
	padding: 4px 4px;
	width:200px;
	height: 24px;
	border: solid 0px #c5c5c5;
	cursor: hand;
}
.rbutton:hover {
	color:#ffffff;
	font-weight: bold;
	font-size:8pt;
	text-decoration: none;
	background-color: #cccc3a;
	padding: 4px 4px;
	width:200px;
	height: 24px;
	border: solid 0px #c5c5c5;
	cursor: hand;
}
.rbuttonover {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #fa6400;
	cursor: pointer;
	height: 24px;
	padding: 4px 4px;
	border: solid 0px #c5c5c5;
}






.remote_search_button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold; 
	border-color: #414deb; 
	border-width:0px;
	color:#ffffff;
	background-color: #414deb; 
	height: 24px; 
	width: 190px; 
}


/* search button section */
.button_section
{
	border-top: 1px solid #FFFFFF;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

/* image section */
.image_section
{
	border-top: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}


/* text input styles */
.remote_search_text_input
{
	height: 14px;
	background:#EEEEEE;
}

.nights_selector
{
	height: 20px;
	width: 30px;
	background:#EEEEEE;
}

.rooms_selector
{
	height: 20px;
	width: 40px;
	background:#EEEEEE;
}

.adults_selector
{
	height: 20px;
	width: 40px;
	background:#EEEEEE;

}

.day_selector
{
	height: 20px;
	width: 40px;
	background:#EEEEEE;
}

.month_selector
{
	height: 20px;
	width: 50px;
	background:#EEEEEE;
}

.year_selector
{
	height: 20px;
	width: 55px;
	background:#EEEEEE;
}
