﻿ /**************************
Specific to main.master 
**************************/    
.btnLangUK
{
position:relative;
left:620px;
top:5px;  
}

.btnLangPT
{
position:relative;
left:620px;
top:5px;  
}     
/**************************
Specific to Search Results
**************************/

.searchOuterDiv
{
	height: 160px;
	width : 590px;
	padding: 5px;
	margin-bottom: 10px;
	border: solid thin #ff7d00;
	float:left;
	background-color:#eff2f5;
}

.searchTrailDiv
{
	padding-bottom:5px;
	float:left;
}

.searchTitleDiv
{
	width: 75%;
	float:left;
	padding-bottom:5px;
}

.searchSummaryDiv
{
	width: 75%;
	float:left;
}

.resultImage
{

	float:right;
	position:relative;
    top:-40px;
}
.searchRoomsDiv
{
	width: 100%;
	float:left;
}

.searchWrap
{
	width: 100%;
	float:left;
	
}

.searchlblRooms
{
    float: right;
}

.searchBtnClearSearch
{
    margin-left: 30px;
}

.searchPropFooters
{
    position:relative;
    top:20px;
}


/**************************
END
**************************/
/**************************
Specific to Management Page
**************************/

.imgfloatLeft
{
    float: left; 
    margin: 4px;     
}

.imgfloatRight
{
    float: right; 
    margin: 4px; 
    border: 0px;
}

/**************************
END
**************************/

/**************************
Specific to Contact Us Page
**************************/

.contactTextbox
{
position:absolute;
left:100px;
border: inset 1px #c9d7f1;
}
.contactBodybox
{
    width: 500px;
    height: 150px;
    border: inset 1px #c9d7f1;
}
.wizContact
{
    margin-left:10px; 
    border: solid 1px #c9d7f1;
}
.mailSubmit
{
    float: right;
    margin-right: 100px;
    margin-top:20px;
    margin-bottom: 20px;
    clear:both;
}
.mailUpdateProgress 
{
    clear:both;
    width: 85%; 
    background-color: #AFFD57;
    text-align: right;
    font-weight:bolder;
    margin-top:20px;
    margin-bottom: 20px;
}


/**************************
END
**************************/

/**************************
Specific to Property Details Us Page
**************************/

.imgMain
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:solid 1px #c9d7f1;
}

.repImages
{
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-left:auto;
    text-align:center;
}

.gvPrices
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:solid 1px #c9d7f1;
}

.propColumn 
{
    width:280px;
    padding:5px; 
    float:left; 
    line-height: 200%; 
}


/**************************
END
**************************/
/**************************
Specific to Car Hire Page
**************************/

.tblCarHire
{
border: solid 1px #c9d7f1;
border-spacing:0px;
}
.cellHeader
{
    font-weight:bolder;
    text-align:center;
    padding: 5px;
    background: #c9d7f1;
    height: 25px;
    max-height: 25px;
}
.cellHeaderCol
{
    width: 60px;
}
.cellAll
{
    border-right: solid 1px #c9d7f1;
    height:25px;
}
.altRow
{
    background: #E0E4CC;
}



/**************************
END
**************************/
