﻿div.PanelTop 
{
    background-image: url("../Images/panel_top.gif");
    background-repeat: no-repeat;
    height: 130px;
    width: 240px;
    padding-top: 27px;
    padding-left: 8px;
    margin-left: 30px;
}

div.PanelTop label 
{
    float: left;
    width: 80px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
}

div.PanelTop input 
{
    width: 80px;
    margin-top: 8px;
    font-size: 14px;
}

div.Panels 
{
    background-image: url("../Images/panel_background.gif");
    background-repeat: repeat-y;
    width: 240px;
    padding-left: 8px;
    margin-left: 30px;
}

div.PanelHead
{
    background-image: url("../Images/panel_head_background.gif");
    background-repeat: no-repeat;
    height: 24px;
    width: 215px;
    padding-top: 3px;
    padding-left: 4px;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    clear: both;
}

div.PanelBody
{
    background-image: url("../Images/panel_gradient_background.gif");
    background-repeat: repeat-x;
    width: 209px;
    padding: 5px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    margin-bottom: 6px;
}

div.PanelBodyLeft 
{
    width: 50%;
}

div.PanelBodyRight
{
    width: 50%;
    float: right;
}

/*<IE HACK>*/

*:first-child+html .PanelBodyRight
{
    margin-bottom: -100%;
}

* html .PanelBodyRight
{
    margin-bottom: -100%;
}

/*</IE HACK>*/

.HotelSearch 
{
    display: block;
    background-image: url("../Images/hotel_search_background.png");
    background-repeat: no-repeat;
    background-position: top;
    height: 172px;
    font-family: Arial, Sans-Serif;
    font-style: normal;
    text-decoration: none;
}

.HotelSearch:hover 
{
    background-position: bottom;
}

img.HotelSearchStars
{
    float: right;
}

.HotelSearch a 
{
    text-decoration: none;
}

.HotelSearchImage 
{
    background-image: url("../Images/hotel_search_photo.gif");
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    padding-left: 3px;
    padding-top: 3px;
    float: left;
    margin: 4px;
    margin-top: 2px;
    display: block;
}

.HotelSearchRight
{
    width: 217px;
    float: right;
    display: block;
}

.HotelSearchRight h3 
{
    margin-bottom: 0px;
    margin-top: 6px;
    font-size: 12px;
}

.HotelSearchHeader 
{
    font-weight: bold;
    font-size: 12px;
}

.HotelSearchLocation, .HotelSearchRooms 
{
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    font-style: italic; 
    display: block;
    margin-bottom: 4px;
}

.HotelSearchText
{
    font-size: 13px;
    font-family: Arial, Sans-Serif;
    display: block;
}

#searchPriceRange .ui-slider-handle 
{
    border-color: #901d1c;
    height: 16px;
    margin-top: 2px;
    width: 16px;
}

#searchPriceRange 
{
    margin-left: 20px;
    margin-right: 20px;
    height: 12px;
}

#searchPriceAmount
{
    border-style: none;
    background-color: transparent;
    font-size: 24px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    text-align: center;
}

.SearchButtonPanel
{
    width: 90px;
    height: 140px;
    padding: 4px;
    position: fixed;
    margin-left: 256px;
}

/*<IE HACK>*/

*:first-child+html .SearchButtonPanel 
{
    margin-left: -8px;    
}

* html .SearchButtonPanel
{
    margin-left: -8px;   
}

/*</IE HACK>*/

.SearchCount
{
    background-image: url("../Images/search_count.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    text-align: center;
    font-family: Arial, Sans-Serif;
    color: #ffff00;
}

.SearchCount h2
{
    font-size: 30px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 2px;
}

.SearchCount small
{
    font-size: 9px;
}

.SearchButton
{
    width: 80px;
    height: 30px;
    border-style: none;
    background-image: url("../images/search_button.png");
    background-repeat: no-repeat;
    background-position: bottom;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}

.SearchButton:hover
{
    background-position: top;
}

.Paginator 
{   
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    text-align: center;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 12px;
}

.Paginator div 
{
    cursor: pointer;
}

.PaginatorNumber, .PaginatorPrev, .PaginatorNext
{
    text-decoration: underline;
    cursor: pointer;
}

.PaginatorNumber:hover, .PaginatorPrev:hover, .PaginatorNext:hover, .PaginatorNumberActive
{
    text-decoration: none;
}

.Results 
{
	min-height: 300px;
}

.LoadingPanel 
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	background-image: url("../images/ajaxLoad.gif");
	background-position: top;
	background-repeat: no-repeat;
	width: 200px;
	text-align: center;
}