@charset "utf-8";
/* CSS Document */

.public-gmap{
	display:block;
	width:510px;
	height:230px;
	clear:both;
	border:1px solid #CC9966;
}

.core-list-table {
	width:510px;
}
.core-list-table thead tr {
	background:#666666;
	
}
.core-list-table tbody tr {
	/*border-bottom:1px dotted #CC9966;*/
}
.core-list-table tbody tr.hover,
.core-list-table tbody tr:hover
 {
	background:#EFE7E0;
}
.core-list-table thead tr th{
	color:#ffffff;
	font-size:1.1em;
	font-weight:bold;
	padding:5px;
}
.core-list-table tbody td {
	padding:0px;
	padding-right:5px;
	font-size:0.9em;
}

.core-list-table tr.row-odd {
	background:#EFEFEF;
}

#core-listings-shell #core-list-table td.core-list-mapicon {
	/*width:16px;*/
}	

.core-list-table a,
#core-listings-shell .core-list-table a:link,
#core-listings-shell .core-list-table a:visited {
	display:block;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	/*padding-left:3px;*/
	color:#000000;
	text-decoration:none;
}

.core-list-table a:hover,
#core-listings-shell .core-list-table a:hover {
	color:#3F3F3F;
}

#core-listings-shell #core-list-table a.core-list-mapicon {
	display:block;
	background:url(../images/heading_icon.jpg) no-repeat;
	text-indent:-5000em;
	overflow:hidden;
	height:14px;
	width:14px;
	padding:0px;
	padding-right: 4px;
}

#core-listings-shell #core-list-table a.core-list-mapicon-inactive {
	display:block;
	background:url(../images/heading_icon_hover.jpg) no-repeat;
	text-indent:-5000em;
	overflow:hidden;
	height:14px;
	width:14px;
	padding:0px;
}

#core-listings-shell #core-list-table a.core-list-mapicon:hover {
	background:url(../images/heading_icon_hover.jpg) no-repeat;
}

#core-listingdetail-table td {
	vertical-align: top;
	padding-bottom:10px;
}

#core-listingdetail-table tr {
	
}

td.core-listdetail-label {
	font-weight: bold;
	
	
	text-align:right;
}
td.core-listdetail-data {
	padding-left:6px;
}

#core_listing_gmap {
	border: 2px solid #073447;
	margin-bottom:30px;
}

strong {
	font-weight:bold;
}

div.core-admin-gallery {
	border:2px solid #073447;
	margin: 12px;
	padding:18px;
	display:block;
	float:none;
}
div.core-admin-gallery a img {
	display:block;
	float:left;
	margin-right:12px;
	border:2px solid #666666;
}

div.core-admin-gallery a:hover img {
	border: 2px solid #990000;
}

div.core-listing-gallery {
	border:1px solid #CC9966;
	padding:10px;
	padding-right:0px;
	display:block;
	float:none;
	width:500px;
}
div.core-listing-gallery a img {
	display:block;
	float:left;
	margin-right:10px;
	border:2px solid #CC9966;
	width:100px;
	height:100px;
}

div.core-listing-gallery a:hover img {
	border: 2px solid #ffffff;
}