﻿/****************************Controls********************************/

/*Header Control*/
#header
{
    margin: 0px;
    padding: 0px;
    color: White;
    background: transparent url(Images/page_header.gif) repeat-x scroll 0%;
    font-size: 11px;
    padding-top: 3px;
    vertical-align: bottom;
    border-bottom: solid 1px #C9D7F1;
    height: 24px;
    line-height: 18px;
    font-family: Tahoma;
}
#header a
{
    color: White;
    text-decoration: underline;
}
#header a:hover
{
    color: #ED5929;
    text-decoration: underline;
}

/*Header Search Control*/
.headerSearchControl
{
    height: 50px;
    background-color: White;
    border-bottom: solid 2px #6385AA;
    width: 100%;
}
.headerSearch
{
    text-align: right;
    float: left;
}
.headerSearch ul
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

.headerSearch li
{
    font-family: Tahoma;
    font-size: 11px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 0px;
    line-height: 16px;
    height: 18px;
    border-bottom: solid 1px rgb(220,220,220);
}
.headerText
{
    margin: 0px;
    padding: 0px;
    float: left;
}

/*SearchResult Control*/
.searchOutter
{
    float: left;
    padding-bottom: 2px;
    font-weight: normal;
    font-family: Arial;
    font-size: 12px;
    width: 630px;
    background-color: White;
    margin: 0px;
    margin-bottom: 2px;
    border: solid 1px Gray;
}
.searchName
{
    float: left;
    font-weight: bold;
    font-family: Times New Roman;
    font-size: 16px;
    text-decoration: underline;
    color: #2F3C5F;
    width: 100%;
    height: 21px;
}
.searchName a
{
    color: rgb(32, 45, 149);
}
.searchName a:hover
{
    color: #ED5929;
}
.searchAddress
{
    color: #2B226F;
    float: none;
    font-size: 9px;
    font-family: Tahoma;
    width: 100%;
    padding-bottom: 3px;
}
.searchRating
{
    float: left;
    width: 100%;
    height: 17px;
    font-size: 95%;
    font-family: Arial;
    text-align: left;
    text-decoration: underline;
    color: Red;
}
.searchDetails
{
    float: left;
    width: 100%;
    height: 15px;
    font-size: 95%;
    text-decoration: underline;
    font-family: Arial;
    text-align: left;
    font-weight: bold;
    color: Teal;
}
.searchDetailsText
{
    float: left;
    width: 100%;
    height: 13px;
    font-size: 10px;
    font-family: Arial;
    text-align: left;
    color: Teal;
}
.rankText
{
    float: left;
    width: 100%;
    height: 15px;
    font-size: 98%;
    font-family: Tahoma;
    text-align: center;
    font-weight: bold;
    color: #ED5929;
    padding-bottom: 0px;
    text-decoration: underline;
}
.rankDescription
{
    float: left;
    width: 100%;
    height: 13px;
    font-size: 10px;
    font-family: Tahoma;
    text-align: center;
    color: Teal;
}
.searchLinks
{
    width: 21%;
    text-align: center;
    float: left;
}
.searchLinks a
{
    color: Blue;
    text-decoration: underline;
}
.searchLinks a:hover
{
    color: #ED5929;
    text-decoration: underline;
}
.searchLinksFeed
{
    width: 21%;
    text-align: center;
    float: left;
}
.searchLinksFeed a
{
    color: #ED5929;
    text-decoration: underline;
}
.searchLinksFeed a:hover
{
    color: Gray;
    text-decoration: underline;
}
.searchTitle
{
    height: 35px;
    padding-left: 5px;
    width: 625px;
    background: transparent url(Images/lighter_title.gif) repeat-x scroll 0%;
    margin-bottom: 4px;
    border-bottom: solid 1px Gray;
}
/*NearByHotels*/
.nearByHotelWraper
{
    width: 139px;
    background-color: #E0E7EF;
    border: solid 1px teal;
    text-align: center;
    margin-top: 1px;
    float: left;
    margin-left: 1pt;
}
.nearByHotelsPropertyName
{
    color: RGB(75, 75, 75);
    float: left;
    line-height: 10px;
    width: 96%;
    text-align: left;
}
.nearByHotelsPropertyName a
{
    border: none; /*	color: #4C729F;*/
    color: Blue;
    float: left;
    margin: 0px;
    padding: 0px;
    padding-top: 1px;
    text-decoration: underline;
    font-size: 11px;
    font-family: Tahoma;
    line-height: 13px;
}
.nearByHotelsPropertyName a:hover
{
    text-decoration: underline;
    color: #DD7C3B;
}
.nearByHotelsTitle
{
    font-weight: bold;
    font-family: Times New Roman;
    font-size: 15px;
    text-decoration: underline;
    color: White;
    width: 100%;
    background: transparent url(Images/near_by_hotels.gif) repeat-x scroll 0%;
    height: 22px;
    text-align: center;
    margin-bottom: 5px;
}
.nearByHotelText
{
    float: left;
    width: 100%;
    height: 13px;
    font-size: 10px;
    font-family: Arial;
    text-align: left;
    color: Teal;
    font-family: Tahoma;
}

/*****************Room.ascx***********************/
.roomControlWraper
{
    width: 620px;
    float: left;
    margin-left: 6px;
    margin-top: 8px;
    padding-bottom: 5px;
    background-color: White;
    border: solid 1px rgb(0, 51, 153);
}
.roomControlTitle
{
    background: transparent url(Images/light_title.gif) repeat-x scroll 0%;
    border-bottom: solid 1px rgb(0, 51, 153);
    height: 22px;
    float: left;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 12px;
    color: rgb(0,51,153);
    line-height: 20px;
    padding-top: 2px;
    padding-left: 6px;
    width: 614px;
}
.roomDescription
{
    width: 65%;
    float: left;
    font-family: Times New Roman;
    font-size: 13px;
    line-height: 15px;
    text-align: justify;
}
/********************************************************************/

/*Header Control*/
.footer
{
    margin: 0px;
    padding: 0px;
    color: White;
    background: transparent url(Images/page_header.gif) repeat-x scroll 0%;
    font-size: 11px;
    padding-top: 3px;
    vertical-align: bottom;
    border-top: solid 1px #C9D7F1;
    height: 24px;
    line-height: 18px;
    font-family: Tahoma;
    width: 100%;
}
.footer a
{
    color: White;
    text-decoration: underline;
}
.footer a:hover
{
    color: #ED5929;
    background: transparent url(Images/page_header.gif) repeat-x scroll 0%;
    text-decoration: underline;
}

/********************************************************************/

/*History Control*/
.historyWrapper
{
    margin-top: -1px;
    font-family: Tahoma;
    font-size: 11px;
    color: Black;
    
}
.historyWrapper a
{
    display: block;
}
.historyWrapper a:hover
{
    background-color: #C3D1DF;
}
