body {
	background-color: #AEA586;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
	font-weight: normal;
	font-variant: normal
}
.main {
	background-color: #F0EBD8;
	font-size: 10pt;
	color: #666666
}
.purple {
	background-color: #303054;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	font-variant: normal;
}
.brown {
	border: 4pt solid A19269;
}
.side {
	background-image: url(../images/side.gif);
	background-repeat: repeat-y;
	color: #333333;
	padding-left: 14px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
}
h1 {
	color: #1F1D35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.right {
	background-image: url(../images/right.gif);
	background-repeat: repeat-y;
	padding-left: 10pt;
}
b {
	color: #7A6D4A;
}
.wtb {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #37375B;
	font-weight: bold;
	text-decoration: none;
}
.wtb:hover {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #A19269;
	font-weight: bold;
	text-decoration: none;
}
.red {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #F20201;
	font-weight: bold;
	text-decoration: underline;
}
.red:hover {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #1D1D34;
	font-weight: bold;
	text-decoration: underline;
}
.info {
	background-color: #F6F2E6;
	background-image: url(../images/cross.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D8CFA6;
	border-right-color: #D8CFA6;
	border-bottom-color: #D8CFA6;
	border-left-color: #D8CFA6;
}
.jan {
	background-color: #F6F2E6;
	background-repeat: no-repeat;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D8CFA6;
	border-right-color: #D8CFA6;
	border-bottom-color: #D8CFA6;
	border-left-color: #D8CFA6;
}
.white {
	background-image: url(../images/base.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9pt;
	padding-left: 30pt;
	padding-top: 10pt;
}
.base {
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: normal;
}
.base:hover {
	color: #F0EBD8;
	font-size: 9pt;
	font-weight: normal;
}
.basebot {
	background-color: #1D1D44;
	font-size: 9pt;
	color: #FFFFFF;
}
.whitetext {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
.basetext {
	font-weight: normal;
	color: #FFFFFF;
}
.bod {
	color: #666666;
	font-weight: normal;
}
.bod:hover {
	color: #1D1D44;
	font-weight: normal;
}
#remote_search
{
	width: 200px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border: 2px double #D8CFA6;
}

/* form of the remote search main table */
#remote_search form
{
	width: 100%;
	margin: 0px;
}

/* style of all table cells */
#remote_search td
{
	/*text-align: left;*/
    /*vertical-align: top;*/
    font-family: Arial;
	font-size: 10pt;
	padding: 4px;
}

#remote_search select
{
        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: 15px;
    padding-bottom: 5px;
    padding-right: 20px;
}

/* arrival date */
.dates_section
{
    padding: 20px 10px 0px 10px; 
}

/* space between date selectors */
.dates_divider
{
    width: 5px;
    padding-left: 0px;
}

/* nights, rooms, adults */
.selectors_section
{
    padding: 12px 10px 0px 10px;
}

/* space between nights, rooms, adults selectors */
.selectors_divider
{
    width: 5px;
    padding-right: 0px;
}

/* search button section */
.button_section
{
    padding: 12px 10px 0px 10px;
}

/* image section */
.image_section
{
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}

/* button style */
.remote_search_button
{
	font-family: Arial;
	font-size: 11pt;
	color: #FFFFFF;
	border: 1pt solid #FFFFFF;
	background-color: #B9864D;
	font-variant: normal;
	font-weight: bold;
	width: 200px;
}

/* text input styles */
.remote_search_text_input
{
    height: 20px;
}

.nights_selector
{
    height: 20px;
    width: 40px;
}

.rooms_selector
{
    height: 20px;
    width: 40px;
}

.adults_selector
{
    height: 20px;
    width: 40px;
}

.day_selector
{
    height: 20px;
    width: 40px;
}

.month_selector
{
    height: 20px;
    width: 50px;
}

.year_selector
{
    height: 20px;
    width: 55px;
}
.highlight
{
	color: #A23139;
	font-size: 13pt;
	font-weight: bold;
} 
td {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

