/* Kerr Stirling - client(CMS) styles layout */

/* purple text area with top and bottom border */
.purple_bordered_text{
	width:213px;
	height:auto;
	color:#B58CAE;
	border-top:1px solid #5B004A;
	border-bottom:1px dotted #5B004A;
	padding-top:4px;
	padding-bottom:4px;
	margin-top:6px;
	margin-bottom:6px;
	display:block;
}
.purple_bordered_text b, .purple_bordered_text strong{
	color:#5B004A;
}
/* end purple text area with top and bottom border */

/* property image link styles */
.property_table{
	padding:0;
	margin:0;
}
.property_img{
	border:4px solid #7C336E;
	height:87px;
	width:105px;
	vertical-align:top;
}
td.property_title{
	font-weight:bold;
	color:#5B004A;
	padding-left:8px;
	height:20px;
	width:220px;
}
.property_title b, .property_title strong{
	color:#5B004A;
}
td.property_text{
	height:48px;
	color:#666666;
	padding-left:8px;
	width:220px;
}
td.property_link_bg{
	background-image:url(../img/property_link_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:87px;
	height:17px;
	display:block;
	text-indent:8px;
}
td.property_link_bg a{
	color:#FFFFFF;
	text-decoration:none;
	font-style:italic;
	font-size:0.9em;
	position:relative;
	top:2px;
}
*html td.property_link_bg a{
	top:0;
}
/* end property image link styles */

/* purple border for images */
.dark_purple_border{
	border:6px solid #5B004A;
}
/* end purple border for images */

/* lines */
.underline_text_with_dotted_line{
	width:100%;
	/*height:2px;*/
	background-color:#FFFFFF;
	display:block;
	border-bottom:1px dotted #5B004A;
	margin-bottom:-4px;
}
.underline_text_with_solid_line{
	width:100%;
	/*height:2px;*/
	background-color:#FFFFFF;
	display:block;
	background:none;
	border-bottom:1px solid #5B004A;
	margin-bottom:-4px;
}
.solid_line{
	width:100%;
	height:1px;
	background-color:#FFFFFF;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #5B004A;
}
.dotted_line{
	width:100%;
	height:1px;
	background-color:#FFFFFF;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted #5B004A;
}
/* end lines */

/* lists */
.dotted_list{
}
.pointy_list{
}
/* end lists */