﻿/*** Property Details Balloon
********************************/
.bl_arrow,  .br_arrow,  .tl_arrow,  .tr_arrow { z-index: 2; position:absolute; visibility:hidden; display:none; }
.bl_arrow 		{ bottom: -14px; left: 10px; }
.br_arrow 		{ bottom: -14px; right: 10px; }
.tl_arrow 		{ top: -14px; left: 10px;}
.tr_arrow 		{ top: -14px; right: 10px;}
.ml_arrow, .mr_arrow { z-index: 2; position:absolute; top: 75px; visibility:hidden; display:none; }
.ml_arrow 		{ left: -24px;}
.mr_arrow 		{ right: -24px;}
.show 	  		{ visibility:visible; display:block; }
.hide 	  		{ visibility:hidden; display:none; }
.tl_crn, .tr_crn, .bl_crn, .br_crn {width: 5px; height: 5px;}
.tl_crn   		{ vertical-align: top; text-align: left;}
.tr_crn   		{ vertical-align: top; text-align: right;}
.bl_crn   		{ vertical-align: bottom; text-align: left;}
.br_crn    		{ vertical-align: bottom; text-align: right;}
.midTopCell 	{ border-top: 1px solid #9c9d9e; background-color: #f1f2f3;}
.midBottomCell  { border-bottom: 1px solid #9c9d9e; background-color: #FFF;}
.midLeftCell    { border-left: 1px solid #9c9d9e; background: url(../images/background_LightGray_1x200.gif) top repeat-x; background-color: #FFF;}
.midRightCell   { border-right: 1px solid #9c9d9e;background: url(../images/background_LightGray_1x200.gif) top repeat-x; background-color: #FFF;}
.btn_x_cnr 		{ position: absolute; top: 7px; right: 7px; cursor:pointer; z-index:2; }

.greylink:link {text-decoration: underline; color: #616B6F; font-size:10px; font-weight: normal;}
.greylink:visited {text-decoration: underline; color: #616B6F; font-size:10px; font-weight:normal;}
.greylink:active {text-decoration: underline; color:#616B6F; font-size:10px; font-weight:normal;}
.greylink:hover {text-decoration: underline; color: #616B6F; font-size:10px; font-weight:normal;}

.article_header
{
	font-size:16px; 
	font-weight:bold; 
	margin-bottom:0px; 
	margin-top:0px;
	color:#5A7483;
}

.article_content
{
	color:#64686B;
	line-height:17px;
}

#freePropDetailsBalloonCnr 									{ position: absolute; top: 60px; left: 60px; z-index: 2;}
#freePropDetailsBalloonTbl 									{ position: relative; z-index: 1; width: 150px;}	
#freePropDetailsBalloonTbl .contentCell 					{ background: url(../images/background_LightGray_1x200.gif) top repeat-x; background-color: #FFF; padding-bottom: 5px; height: 80px;}



