﻿
.propertyDetails
{
	width: 400px;
	height: 200px;
	z-index: 50;

	border: solid 1px green;
	background: #bfd0ad;
}

.propertyDetails .dragHandle
{
	font-size: 12px;
	height: 20px;
	color: white;
	background-color: green;
	cursor: move;

	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 3px;
}


.propertyDetails .dragHandle .text
{
	display: block;
	float: left;
	padding-top: 4px;
}
.propertyDetails .dragHandle .buttons
{
	display: block;
	float: right;
}
.propertyDetails .dragHandle .buttons a
{
	display: block;
	float: left;
	width: 50px;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 8px 3px 8px;
	border: solid 2px green;
	margin-top: 0px;
	color: black;
	background-color: white;
	text-decoration: none;
}
.propertyDetails .dragHandle .buttons a:hover
{
	color: black;
	background-color: #92d050;
	text-decoration: none;
}

.propertyDetails .dragHandle .buttons .close
{
	width: 5px;
	color: green;
	background: #92d050;
}

.propertyDetails .body
{
	color: black;
	padding-top: 5px;
	padding-left: 35px;
	overflow: auto;
	font-weight: bold;
}

.propertyDetails .body .caption
{
	display: block;
	float: left;
	width: 80px;
	padding-top: 2px;
}

.propertyDetails .search
{
	text-align: left;
	padding-right: 10px;
	padding-top: 20px;
	margin-bottom: 10px;
}
.propertyDetails .search a
{
	display: block;
	float: right;
	width: 60px;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 8px 3px 8px;
	border: solid 2px green;
	color: black;
	background-color: white;
	text-decoration: none;
}
.propertyDetails .search a:hover
{
	color: black;
	background-color: #92d050;
	text-decoration: none;
}


.PropertyDetails
{
	background: #bfd0ad;
}
.PropertyDetails .MySplitter
{
	background: green;
}

.propertyImages
{
	text-align: left;
	overflow: auto;
}

.propertyThumbnails
{
	text-align: left;
	padding: 3px 3px 0px 0px;
	width: 450px;
	height:60px;
	white-space: nowrap;
	overflow: auto;
}
.propertyThumbnails IMG
{
	border: none;
}
.propertyThumbnails A
{
	padding: 2px;
	text-decoration: none;
}
