﻿.property-detail-top
{
    width: 535px;
    height:auto;
    /*overflow: auto;*/
    margin: auto;
    margin-bottom: 20px;
    float: left;
}

.property-detail-image-container
{
    width: auto;
    height: auto;
    /*float: right;
    background-image: url(images/detail-image-bg.jpg);
    background-repeat: no-repeat;
    padding: 15px;*/
}


.property-detail-availability-container
{
    width: 515px;
    height: auto;
    float: left;
    /*background-image: url(images/detail-availability-bg.jpg);
    background-repeat: no-repeat;*/
    padding: 15px;
    color: #656c6d;
    background-color: #d8e7e9;
}

.property-detail-availability-container h3
{
    display: inline;
}

.property-detail-availability-container-left
{
    float: left;
    width: 220px;
}

.property-detail-availability-container-left p
{
    padding-left: 5px;
}

.property-detail-availability-container-right
{
    float: right;
    width: 220px;
    /*overflow: auto;*/
}

.property-detail-availability-container-right ol
{
    padding-left: 20px;
}

.property-detail-header
{
	float: left;
	width: 535px;
	padding: 5px;
	background-color: #5b99a4;
}

.property-detail-header h3
{
	color: #FFF;
	font-size: 1em;
}
.property-detail-availability-date-container
{
    float: left;
}

.property-detail-availability-price-container
{
    width: 89px;
    text-align: center;
    float: left;
    margin-left: 5px;

}

.property-detail-availability-price
{
    width: 89px;
    height: 78px;
    line-height: 78px;
    color: #ffffff;
    font-size: 14pt;
    font-weight: bold;
   /* background-image: url(images/detail-price-bg.jpg);
    background-repeat: no-repeat; */
   background-color: #398d9c;
}

.property-detail-availability-price-buttons
{
    float: left;
    width: 250px;
    height: 33px;
    line-height: 34px;
   /* background-image: url(images/detail-button-bg.jpg);
    background-repeat: no-repeat; */
    text-align: left;
    margin-bottom: 10px;
}

.property-detail-availability-price-buttons input
{
    width: 110px;
    background-color: #398d9c;
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    display: inline-block;
    border: none;
}

.property-detail-availability-price-buttons
{
	color: #656c6d;
}

.property-detail-Facilities
{
	width: 535px;
	background-color: #d8e7e9; 
	padding: 5px;
	float: left;
	clear: left;
	margin-bottom: 10px;
	color: #476b90;
}

.property-detail-Facilities ul
{
	list-style-type: disc;
	list-style-position: inside;
	padding: 10px;
}

.property-detail-Facilities ul li
{
	list-style-type: disc;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	color: #476b90;
	float: left; 
	width: 250px;
}

#unavailable
{
    width: 11px;
    height: 11px;
    background-color: #748fe0;
    border: solid 1px #aaaaaa;
    display: inline-block;
    margin-right: 3px;
}

#today
{
    width: 11px;
    height: 11px;
    background-color: #c5e8bf;
    border: solid 1px #aaaaaa;
    display: inline-block;
    margin-right: 3px;
}

#available
{
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    border: solid 1px #aaaaaa;
    display: inline-block;
    margin-right: 3px;
}

.property-detail-container
{
    width: 874px;
    margin: auto;
    clear: both;
    /*overflow: auto;
    background-image: url(images/property-detail-bg-tile.jpg);
    background-repeat: repeat-y; 
}

.property-detail-container-bottom
{
    width: 874px;
    height: 15px;
    margin: auto;
    background-image: url(images/property-detail-bottom-bg.jpg);
    background-repeat: no-repeat;
}

/* propert detail tabs */
.PropertyDetailTabs .ajax__tab_header
{
    background-color: #ffffff;
    background-image: url(images/property-detail-top-bg.jpg);
    background-repeat: no-repeat;
    background-position: left 25px;
    padding: 0px 15px 10px 15px;
    height: 30px;
    font-weight: bold;
}

.PropertyDetailTabs .ajax__tab_outer
{
    padding-right:3px;
    height: 30px;
    background-image: url(images/detail-tab-right.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.PropertyDetailTabs .ajax__tab_inner
{
    height: 30px;
    padding-left:7px;
    background-image: url(images/detail-tab-left.jpg);
    background-repeat: no-repeat;
     background-position: bottom left;
}

.PropertyDetailTabs .ajax__tab_tab
{
    height: 30px;
    line-height: 35px;
    padding: 0px 4px 0px 4px;
    margin: 0px;
    background-image: url(images/detail-tab-bg-tile.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
}

.PropertyDetailTabs .ajax__tab_hover .ajax__tab_outer
{
    color: #000000;
}

.PropertyDetailTabs .ajax__tab_hover .ajax__tab_inner
{

}

.PropertyDetailTabs .ajax__tab_hover .ajax__tab_tab
{

}

.PropertyDetailTabs .ajax__tab_active .ajax__tab_outer
{
    height: 30px;
    background-image: url(images/detail-tab-selected-right.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    margin: 0px;
}

.PropertyDetailTabs .ajax__tab_active .ajax__tab_inner
{
    height: 30px;
    background-image: url(images/detail-tab-selected-left.jpg);
    background-repeat: no-repeat;
}

.PropertyDetailTabs .ajax__tab_active .ajax__tab_tab
{
    height: 30px;
    line-height: 25px;
    background-image: url(images/detail-tab-selected-bg-tile.jpg);
    background-repeat: repeat-x;
    color: #ffffff;
    /*padding-top: 5px;*/
}


.PropertyDetailTabs .ajax__tab_body
{
    padding: 0px 15px 0px 15px;
}

/* property image tabs */
.PropertyImageTabs .ajax__tab_header
{
    background-color: #ffffff;
    padding: 0px 15px 0px 2px;
    height: 25px;
    font-weight: bold;
}

.PropertyImageTabs .ajax__tab_outer
{
    padding-right:3px;
    height: 25px;
    background-image: url(images/detail-tab-right.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.PropertyImageTabs .ajax__tab_inner
{
    height: 25px;
    padding-left:7px;
    background-image: url(images/detail-tab-left.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.PropertyImageTabs .ajax__tab_tab
{
    height: 25px;
    line-height: 25px;
    padding: 0px 4px 0px 4px;
    margin: 0px;
    background-image: url(images/detail-tab-bg-tile.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
}

.PropertyImageTabs .ajax__tab_hover .ajax__tab_outer
{
    color: #000000;
}

.PropertyImageTabs .ajax__tab_hover .ajax__tab_inner
{

}

.PropertyImageTabs .ajax__tab_hover .ajax__tab_tab
{

}

.PropertyImageTabs .ajax__tab_active .ajax__tab_outer
{
    height: 25px;
    background-image: url(images/image-tab-selected-right.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    margin: 0px;
}

.PropertyImageTabs .ajax__tab_active .ajax__tab_inner
{
    height: 25px;
    background-image: url(images/image-tab-selected-left.jpg);
    background-repeat: no-repeat;
}

.PropertyImageTabs .ajax__tab_active .ajax__tab_tab
{
    height: 25px;
    background-image: url(images/image-tab-selected-bg-tile.jpg);
    background-repeat: repeat-x;
    color: #ffffff;
}


.PropertyImageTabs .ajax__tab_body
{
    border: solid 1px #999999;
    padding: 0px;
    height: 272px;
}

/* tab scrolling */
.ajax__scroll_horiz {overflow-x:scroll;}
.ajax__scroll_vert {overflow-y:scroll;}
.ajax__scroll_both {overflow:scroll}
.ajax__scroll_auto {overflow:auto}

