﻿/* Remote search main table style */
#remote_search
{
	border: 1px solid #FFFFFF;
	background: #eef5e1;
	width: 100%;
	/*height: 280px;*/
}

/* form of the remote search main table */
#remote_search form
{
	margin: 0px;
}

.left_edge
{
	border-top: 1px solid #FFFFFF;
	background: #e4efd5;
	width: 6px;
}

/* style of all table cells */
#remote_search td
{
	color: #007b00;
	text-align: left;
	vertical-align: top;
	font-family: Arial;
	font-size: 11px; 
}

/* for images: no border */
#remote_search img
{
	border: 0px;
}

/* hotel location selector */
.hotels_section
{
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 20px;
}

/* arrival date */
.dates_section
{
	border-top: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

/* space between date selectors */
.dates_divider
{
	width: 16px;
}

/* nights, rooms, adults */
.selectors_section
{
	border-top: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

/* space between nights, rooms, adults selectors */
.selectors_divider
{
	width: 16px;
}

/* search button section */
.button_section
{
	border-top: 1px solid #FFFFFF;
	padding-top: 15px;
	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;
}

/* button style */
.remote_search_button
{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px;
	background: #00000 scroll 0%;
	border:medium none;
}

/* text input style */
.remote_search_text_input
{
	font-family: Arial;
	font-size: 11px;
	height: 20px;
}

.nights_selector
{
	font-family: Arial;
	font-size: 11px;
	height: 20px;
	width: 40px;
}

.rooms_selector
{
	font-family: Arial;
	font-size: 11px;
	height: 20px;
	width: 45px;
}

.adults_selector
{
	font-family: Arial;
	font-size: 11px;
	height: 20px;
	width: 55px;
}

.day_selector
{
	font-family: Arial;
	font-size: 11px;
	height: 20px;
	width: 40px;
}

.month_selector
{
	font-family: Arial;
	font-size: 11px;
	height: 20px;
	width: 50px;
}

.year_selector
{
	font-family: Arial;
	font-size: 11px;
	height: 20px;
	width: 55px;
}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	font-family: Arial;
	font-size: 11px;

	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none;
	font-family: Arial;
	font-size: 11px;

	}


