/*------------------ Asset Management --------------*/
.listingImage_details{
    padding: 5px;
    border: 1px solid #666;
    height: 80px;
    width: 80px;
}
.regionImage_details{
    padding: 5px;
    margin: 0 5px;
    background-color: #d4d4d4;
    border: 1px solid #666;
    height: 33px;
    width: 51px;
}
.assetName_details{
    margin-left: 10px;
    padding-left: 10px;
}
.listingInfoLabel_details{
    font:11px verdana,arial,sans-serif;
    font-weight: normal;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 16px;
    float:left;
}
.listingInfo_details{
    font:11px verdana,arial,sans-serif;
    font-weight: normal;
    color: #900;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 16px;
    white-space:nowrap;
    float:left;
}
.infoLabel_header{
    font:11px verdana,arial,sans-serif;
    font-weight: normal;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 17px;
    white-space: nowrap;
    float:left;
}
.infoLabel_headerShort{
    font:11px verdana,arial,sans-serif;
    font-weight: normal;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 17px;
    white-space: nowrap;
    float:left;
    width: 150px; 
    
}
.info_header{
    font:11px verdana,arial,sans-serif;
    font-weight: normal;
    color: #900;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 17px;
    white-space: nowrap;
    float:left;
}
.telerikInput_form{
    font:11px verdana,arial,sans-serif;
    font-weight: normal;
}
.propSummaryContainer
{
	min-height:125px;		
}
.propSummaryThumb
{
	 float:left;
	 border:1px solid #CCC;
	 padding:10px;
	 margin-right:10px;
}
.propSummaryAssetName
{
	border-bottom: 1px solid #CCC;
	color: #333;
	width: 100%;
	margin-bottom:5px;
}
.propSummaryDetails
{
	width:545px;
	float:left;
	margin-right:10px; 
}
.propSummaryButtons
{
	width:137px;
	float:right;	
}
.buttonSpacing
{
	padding: 2px 0;	
}
.typeSpecificDisplay
{
	padding:25px 25px;
		
}
.propSummaryDetails .listingInfoLabel_details{
    
}
.propSummaryDetails .listingInfo_details{
    
}
.propSummaryDetails .infoLabel_header{
	width: 275px;
	overflow: hidden;
    white-space: nowrap;
}
.propSummaryDetails .infoLabel_headerShort{
	width: 135px;
	overflow: hidden;
    white-space: nowrap;
}
.propSummaryDetails .info_header
{
	color:#333;
    width: 110px;
}
.propSummaryDetails .typeSpecificDisplay
{
	padding:10px 10px;
		
}