/*DOM TAG STYLES -----------------------------------------------------------------------------------------*/

/* TOP INFO ----*/
#topInfoDiv {
	width:270px;
	height:390px;
	padding:15px;
	background-color:#6C7B93;
	float:left;
	color:#FFFFFF;
}
#topInfoContentDiv  {
	height:376px;
	overflow:hidden;
}
#mainPropertyDataTable td {
	line-height:24px;
	padding-right:10px;
}
#subPropertyDataTable td {
	line-height:24px;
	padding-right:10px;
}
#topBackButtonDiv  {
	padding:0px;
	margin:0px;
	font-weight:bold;
}
#topBackButtonDiv a, #topBackButtonDiv a:hover {
	text-decoration:none;
}
#topBackButton {
	height:14px;
	line-height:14px;
	display:block;
	padding-left:12px;
	background-image:url(/Coral/main/images/pointer-back.png);
	background-repeat:no-repeat;
}

/* THUMBS ----*/
#topThumbsDiv {
	width:100px;
	height:405px;
	padding-top:15px;
	float:left;
	background-color:#4F5A6C;
}
#thumbsContent {
	height:335px;
	overflow:hidden;
}
#thumbsContent .last {
	margin-bottom:0px;
}
#thumbsButtonUp, #thumbsButtonDown {
	height:15px;
	width:70px;
	margin-left:auto;
	margin-right:auto;
	cursor: pointer;
}
#thumbsButtonUp {
	background-image:url(/Coral/main/images/thumbs-arrow-up.png);
	margin-bottom:13px;
}
#thumbsButtonDown {
	background-image:url(/Coral/main/images/thumbs-arrow-down.png);
	margin-top:12px;
}
#thumbsButtonUp:hover {
	background-image:url(/Coral/main/images/thumbs-arrow-up-high.png);
}
#thumbsButtonDown:hover {
	background-image:url(/Coral/main/images/thumbs-arrow-down-high.png);
}
#topThumbsDiv a {
	display:block;
	width:60px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	background-color: #99A4B5;
}
#topThumbsDiv img {
	display:block;
	width:60px;
}


/* MID LEFT ----*/
#midLeftDiv {
	clear:both;
	width:530px;
	padding:15px;
	float:left;
}
#midLeftDiv p, #midLeftDiv table {
	margin-bottom: 24px;
}
#mainPropertyDataTable {
	width:100%;
	padding-bottom:24px;
}
#midLeftDiv .propertiesCell {
	width:50%;
}
#midLeftDiv .propertiesCell strong {
	margin-right:10px;
}



/* MID RIGHT ---*/
#midRightDiv {
	width:400px;
	float:left;
}
#mapContainerDiv {
	width:370px;
	height:370px;
	padding:15px;
	background-color: #EAEDEE;
}
#mapDiv {
	width:370px;
	height:370px;
	background-color: #FFFFFF;
	overflow:hidden;
}
#documentsDiv {
	width:370px;
	padding:15px;
	background-color:#6C7B93;
}
#documentsDiv a {
	display:block;
	line-height:24px;
	height:24px;
	padding-left:35px;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(/Coral/main/icons/pdf_blue.png);
	background-repeat:no-repeat;
	background-position: left center;
}
#documentsDiv a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}