.ViewerBody
{   
    font-family: Arial;
    margin: 0px;
    font-size: 12px;
    background-color: #FFFFFF;
    /*height: 100%;
    overflow: auto;*/
}

.ContactUs
{
    text-align: center;
    width: 303px;
    background-image: url('Images/ContactUsBG2.png');
    background-repeat: no-repeat;
    height: 282px;
    padding-top: 20px;
    padding-right: 11px;
}

.ContactUs input
{
    border: solid 1px #C6C7C7;
    color: Black;
}

.ContactUs textarea
{
    border: solid 1px #C6C7C7;
    color: Black;
}

.SideBox
{
    text-align: center;
    background-image: url('Images/ContactUsBG.png');
    background-repeat: no-repeat;
    height: 247px;
    font-size: 12px;
    padding-right: 5px;
    width: 198px;
}

.SideBoxTitle
{
    height: 27px;
    width: 203px;
    background-image: url('Images/ContactUsTitle.png');
    background-repeat: no-repeat;
}

.SideBox input
{
    border: solid 1px #C6C7C7;
    color: Black;
}

.SideBox textarea
{
    border: solid 1px #C6C7C7;
    color: Black;
}

.news
{
	padding-right: 8px;
}

.NewsItem
{
    text-align: right;
    padding: 0px 6px 6px 6px;
    border-bottom: dotted 2px #5F7E81;
}

.HourCB input
{
    border: solid 1px #AEDB4D;
    padding: 0px;
}

.HourCB label
{
    padding-right: 7px;
    vertical-align: top;
}

.Grid, .Grid td, .Grid th
{
    border-collapse: collapse;
    border: solid 1px gray;
    text-align: center;
}

.Grid th
{
    background-color: #9EA9B2;
}

.PropertyCell
{
    padding-top: 6px;
}

.PropertyTable
{
    background-color: #ffffff;
    width: 770px;
    height: 130px;
}

.PropTableRightCell
{
    padding: 12px 0px;
}

.PropTableMid
{
    width: 5px;
    padding: 14px 0px;
}

.PropTableLeftCell
{
    width: 380px;
    padding: 14px 5px 0px 0px;
}

.SpanMarkProp
{
    color: #990E11;
    text-align: right;
}

.ImgDiv
{
    background-color: #D2D7DA;
    width: 140px;
    height: 99px;
    padding: 4px 0px 2px 0px;
}

.PropTableRight
{
    width: 380px;
    height: 106px;
}

.PropTableLeft
{
    width: 380px;
    height: 106px;
}

.PropertyDetailsTable
{
    width: 380px;
    height: 78px;
}

.DetailsCell
{
    width: 190px;
    height: 78px;
}

.RightSideLabelCell
{
    width: 50px;
    color: #980D10;
}

.LeftSideLabelCell
{
    width: 70px;    
    color: #980D10;
}

.HorizontalSeperator
{
    height: 3px;
    padding: 4px 0px;
}

.ExtraDetailsTable
{
    width: 360px;
    height: 17px;
}

.CheckBoxSpanText
{
    color: #990E11;
    vertical-align: top;
}

.DetailedPropertyDiv
{
    /*width: 630px;  	height: 530px; */    
    border: solid 6px #960E10;
    background-color: #FFFFFF;
    display: none; /*top: 280px;  	left: 540px;*/
}

/** html .DetailedPropertyDiv
{
	
}*/

.DetailedPropertyTable
{
    width: 600px;
    height: 500px;
}

.UpperDetailedPropertyTable
{
    width: 600px;
    height: 120px;
}

.PropertyNumberDiv
{
    width: 204px;
    height: 18px;
    padding-top: 2px;
    background-image: url('Images/PropertyNumberBG.jpg');
    background-repeat: no-repeat;
    color: white;
}
.BottomDetailedPropertyCell
{
    padding-top: 10px;
}

.BottomDetailedPropertyTable
{
    width: 600px;
    height: 430px;
}

.PopupGalleryCell
{
    width: 390px;
    height: 370px;
    
}

.PopupGalleryTable
{
    width: 380px;
    height: 370px;
    background-color: #D2D7DA;
    margin: 5px;
}

.SelectedPropertyCell
{
    width: 370px;
    height: 167px;
}

.PropertyImageContainer
{
    margin: 5px;
    width: 190;
    height: 145px;
    background-color: #D2D7DA;
    padding-top: 5px;
}

.PropertyDescriptionTd
{
    width: 144px;
    font-size: 12px;
    padding: 5px 8px;
    height: 120px;
}
.Pointer
{
    cursor: pointer;
}
/*****************************************************/


.ImagesSlider
{
    height: 84px;
    width: 310px;
    overflow: hidden;
    vertical-align: top;
}
.ImagesSlider table
{
    position: relative;
    left: 5px;
    margin: 0px;
}
.ImagesSlider td
{
    height: 74px;
    width: 100px;
    background-color: White;
}

.CurentTab
{
    border-top: solid 1px #960E10;
    border-left: solid 1px #960E10;       
    padding: 5px 15px 5px 15px;
}

.CurentTab a
{	
	color: #960E10;
	text-decoration: none;
}

.Tab
{
    padding: 5px 15px 5px 15px;
    background-color: #960E10;
    border-top: solid 1px #960E10;
    border-left: solid 1px #960E10;
    border-right: solid 1px #960E10;
    border-bottom: solid 1px #960E10;
}

.Tab a
{	
	color: #FFFFFF;
	text-decoration: none;
}


/* Content Editor Related Styles */

.ContentText
{
    margin: 0px;
    font-size: 12px;
}

.ContentText p
{
    margin-top: 0px;
}

h1
{
    margin-top: 0px;
    font-size: x-large;
}

h2
{
    margin-top: 0px;
    font-size: larger;
}

.HtmlEditor
{
    background-color: #F1F9E2;
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
    color: Black;
}
