﻿/* 
    #f8931d - orange
    #0072bb - dark blue
    #0a7cc5 - medium blue
    #44b6ff - light blue

*/


html, body
{ 
    background-color: #ffffff;
    text-align: center;
    font-family: Verdana, Arial;
    font-size: 8pt;
    margin: 0;
    color: #666666;
    /*height: 100%;*/
}

a img
{
    border: none;    
}

#divMain
{
    width: 960px;
    height: 100%;
    background-color: #0072bb;
    text-align:left; /* reset text alignment */ 
    margin:0 auto; /* for the rest */ 
}

/* Header */

#Table_01
{
    position: relative;
    left: 0px;
    top: 0px;
    height: 206px;
}
#travel-03_
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 175px;
}
#travel-04_
{
    position: absolute;
    left: 25px;
    top: 0px;
    width: 196px;
    height: 153px;
}
#travel-05_
{
    position: absolute;
    left: 221px;
    top: 0px;
    width: 211px;
    height: 175px;
}
#travel-06_
{
    position: absolute;
    left: 432px;
    top: 0px;
    width: 73px;
    height: 71px;
}
#travel-07_
{
    position: absolute;
    left: 505px;
    top: 0px;
    width: 81px;
    height: 43px;
}
#travel-08_
{
    position: absolute;
    left: 586px;
    top: 0px;
    width: 44px;
    height: 121px;
}
#travel-10_
{
    position: absolute;
    left: 505px;
    top: 43px;
    width: 81px;
    height: 91px;
}
#travel-11_
{
    position: absolute;
    left: 432px;
    top: 71px;
    width: 73px;
    height: 78px;
}

#travel-12_
{
    position: absolute;
    left: 586px;
    top: 121px;
    width: 44px;
    height: 54px;
}
#travel-13_
{
    position: absolute;
    left: 505px;
    top: 134px;
    width: 50px;
    height: 41px;
}
#travel-14_
{
    position: absolute;
    left: 555px;
    top: 134px;
    width: 31px;
    height: 41px;
}
#travel-15_
{
    position: absolute;
    left: 432px;
    top: 149px;
    width: 73px;
    height: 26px;
}
#travel-16_
{
    position: absolute;
    left: 25px;
    top: 153px;
    width: 196px;
    height: 22px;
}
#travel-17_
{
    position: absolute;
    left: 0px;
    top: 175px;
    width: 960px;
    height: 31px;
}

 /* Top Navigation */
 
#travel-18_ 
{
    position:absolute;
    left:824px;
    top:0px;
    width:137px;
    height:175px;
    background-color: #0072bb;
}
 
#travel-18_ ul
{ 
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 18px;
	float: left;
	list-style-type: none;
}


#travel-18_ ul li
{
    margin-top: 2px;
}

#travel-18_ ul li a
{
    width: 110px;
    display: block;
    text-align: right;
    background-color: #0a7cc5;
    text-decoration: none;
    color: #ffffff;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
}

#travel-18_ ul li a:hover
{
    background-color: #44b6ff;
}

/* End Top Navigation */

/* End Header */

/* Body */

 /* Left Navigation */
 
.divLeftNav
{
    width: 130px;
    background-color: #0072bb;
    float: left;
}
 
.divLeftNav ul
{
    padding-left: 0px;
    font-weight: bold;
    font-size: 11px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    height: 18px;
    list-style-type: none;
}


.divLeftNav ul li
{
    margin-top: 2px;
}

.divLeftNav ul li a
{
    width: 110px;
    display: block;
    text-align: left;
    background-color: #0a7cc5;
    text-decoration: none;
    color: #ffffff;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.divLeftNav ul li a:hover
{
    background-color: #f8931d;
}

/* End Left Navigation */

.divBody
{
    float: right;
    background-color: #ffffff;
    width: 775px;
    text-align: left;
    padding: 0px 0px 30px 40px;
    min-height: 250px;
}

.divBodyFullwidth
{
    float: right;
    background-color: #ffffff;
    width: 960px;
    text-align: left;
    padding: 0px 0px 30px 0px;
    min-height: 250px;
}

h1
{
    font-weight: normal;
    font-size: 22px;
    color: #0072bb;
    font-family: Verdana;
    letter-spacing: 2px;
    line-height: 20px;
}

h2
{
    font-weight: normal;
    font-size: 18px;
    color: #0072bb;
    font-family: Verdana;
    letter-spacing: 2px;
}

h3
{
    font-weight: normal;
    font-size: 18px;
    font-family: Verdana;
    letter-spacing: 2px;
}

.fieldsets
{
    width: 300px;
    margin-left: 100px;
    margin-bottom: 25px;
    color: #666666;
    padding: 10px;
}

.fieldsets LEGEND
{
    color: #0072bb;
}

#divItemWrap
{
    text-align: center;
    margin: 0px;
}

#divItemWrap .fullwidthitem
{
    clear: both;
    width: 900px;
    text-align: left;
    border: solid 1px #f8931d;
    padding: 3px;
    margin: 0 0 10px 0;
    font-size: 8pt;
    
    /* for understanding browsers */
    min-height:16em; 
    height:auto;
    }
    /* for Internet Explorer */
    /*\*/
    * html .menuItem {
    height: 16em;
}
#divItemWrap .fullwidthitem .menulink
{
    display: block;
    background-color: #f8931d;
    color: #ffffff;
    text-align: left;
    width: 97%;
    text-decoration: none;
    padding: 5px 5px 5px 10px;
    margin: 2px 2px 5px 2px;
    font-size: 14pt;
    clear: both;
}
#divItemWrap .Item
{
    margin: 1px 0 0 0;
    text-align: left;
}
#divItemWrap .fullwidthitem .fullwidthitemleft img
{
    margin: 0 10px 10px 0;
    float: left;
}
#divItemWrap .fullwidthitem .fullwidthitemleft
{
    width: 35%;
    float: left;
    margin: 0px 0 10px 0;
}
#divItemWrap .fullwidthitem .fullwidthitemright
{
    width: 62%;
    float: right;
    margin: 3px 10px 0 10px;
    text-align: right;
}

#divItemWrap ul
{
    display: inline;
}

#divItemWrap ul li
{
    float: left;
    text-align: left;
    list-style: none;
    width: 284px;
    margin-bottom: 30px;
    padding: 3px;
    margin: 0 10px 0 0;
    font-size: 9pt;
    
    /* for understanding browsers */
    min-height:23em; 
    height:auto;
    }
    /* for Internet Explorer */
    /*\*/
    * html .menuItem {
    height: 23em;
}
/**/

#divItemWrap ul li a img
{
    border: none;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
    width: 100px;
    height: 96px;
}

#divItemWrap ul li a
{
    color: #666666;
    font-size: 9pt;
    text-decoration: none;
}

#divItemWrap ul li a:hover
{
    color: #f8931d;
}

#divItemWrap ul li .menulink
{
    display: block;
    background-color: #f8931d;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    width: 255px;
    text-decoration: none;
    padding: 5px;
    margin: 2px 2px 5px 2px;
    font-size: 14pt;
    clear: both;
}

#divItemWrap ul li .menulink:hover
{
    color: #fff;
}

#divCalendar .on
{
    z-index: 999;
    left: 300px;
    position: absolute;
    top: 50px;
    display: block;
    visibility: visible;
    width: 200px;
    height: 180px;
}

#divCalendar .off
{
    z-index: 999;
    left: 300px;
    position: absolute;
    top: 50px;
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.GetInfoBar
{
    background-color: #f8931d;
    color: #ffffff;
    padding: 2px 2px 2px 2px;
    margin-bottom: 2px;
    font-weight: bold;
    width: 98%;
}

.getinfo
{
    padding: 5px;
    border: #f8931d 1px solid;
    margin: 2px;
    background-color: #ffffff;
    width: 95%;
    font-size: 7pt;
}

.getinfoprice
{
    border: solid 1px #f8931d;
    color: #f8931d;
    padding: 10px;
    margin-bottom: 2px;
    width: 93%;
    font-size: 9pt;
}

.bigprice
{
    font-size: 14pt;
}

.infobar
{
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding: 3px;
    font-size: 7pt;
}

/* End Body */

/* Footer */

#divFooter
{
    background-color: #0072bb;
    color: #ffffff;
    clear: both;
    height: 41px;
}

#divFooterLogo
{
    left: 0px;
    width: 196px;
    position: relative;
    top: 1px;
    background-color: #ffffff;
    color: #0072bb;
    float: left;
    border-left: solid 25px #0a7cc5;
    border-right: solid 50px #0a7cc5;
    text-align: center;
    height: 39px;
    vertical-align: middle;
    font-size: 6pt;
}

#divFooterLogo img
{
    padding: 2px 5px 2px 5px;
}

#divFooterCopyright
{
    width: 670px;
    font-size: 7pt;
    text-align: right;
    padding: 5px 5px 5px 5px;
}

#divFooterCopyright a
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

#divFooterCopyright a:hover
{
    text-decoration: underline;
}

#belowFooter 
{
    background-color: #fff;
    width: 960px;
    margin: 10px 0 10px 0;
}

#belowFooter ul
{
    
}

#belowFooter ul li
{
    list-style-type: none;
    display: inline;
    padding: 0 0 0 30px;
    margin: 0 30px 0 0;
    border-left: solid 1px #ccc;
}
#belowFooter ul .firstitem
{
    padding: 0 0 0 0px;
    margin: 0 30px 0 0;
    border-left: none;
}

#belowFooter ul li a
{
    color: #ccc;
    text-decoration: none;
}

#belowFooter ul li a:hover
{
    color: #f8931d;
}
/* End Footer */



/* Accom Search */

.Item
{
    width: 95%;
    font-size: 8pt;
    /*border: solid 1px #f8931d;*/
    margin: 10px;
    padding: 5px;
}

.itemheader {
	clear: both;
	border: 1px #f8931d solid;
	margin-bottom: 5px;
	text-align: left;
}

.ItemTitle
{
    font-size: 12pt;
    background-color: #f8931d;
    color: #ffffff;
    padding: 5px;
    font-weight: normal;
}

.ItemDetails {
	float: right;
	width: 61%;
	line-height: 18pt;
}

.ItemForm
{
    text-align: left;
}

.ItemForm td
{
    vertical-align: top;
}

.PropImage {
	float: left;
	margin: 5px 10px 0 0;
}

.Item .price
{
    font-weight: bold;
    font-size: 12pt;
}

.Item .moreinfo
{
	margin-top: 5px;
    clear: both;
    background-color: #0072bb;
    padding: 2px 5px 5px 5px;
    text-align: right;
}

.Item .moreinfo a
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.Item .moreinfo a:hover
{
    text-decoration: underline;
}
.itemcontainer
{
    clear: both;
}

.areaDetails
{
    border-bottom: solid 1px #0072bb;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    font-size: 8pt;
    min-height: 180px;
}
.areaDetailsText
{
    
}
.areaDetailsImage
{
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
}
.areaDetails img
{
    border: none;
    float: right;
}

/* End Accom Search */

#divPagingControls
{
    float: right;
}

#divPagingControls SPAN
{
    font-weight: bold;
    color: #f8931d;
}

#divPagingControls INPUT
{
    width: 50px;
}

.orangebold
{
    font-weight: bold;
    color: #f8931d;
    font-size: 8pt;
}

.sidebarsection
{
    margin-top   : 10px;
}

.specialDeal
{
    font-weight: bold;
    color: black;
    background-color: yellow;
    padding: 3px;
}

.getinfoform .dll 
{
    width: 50px;
}

/* for understanding browsers */
.container1 {
min-height:30em; 
height:auto;
}
/* for Internet Explorer */
/*\*/
* html .container1 {
height: 30em;
}
/**/

.UserMessage
{
    background-color: #eeeeee;
    color: Red;
}

.ConfirmationMessage
{
    font-size: 12pt;
}

.boldlabel
{
    font-weight: bold;    
}

.propertydetailslist 
{
    border-top: solid 1px #eee;
}
/*
input.send-btn {
width: 130px;
height: 25px;
background: #333 url(../images/btn-send.gif) no-repeat;
outline: none;
}
input.send-btn:hover {
background: #666 url(../images/btn-send.gif) no-repeat 0 -25px;
}*/

.itemdescription 
{
    font-size: 7pt;
}