﻿.propertymapcontainer
{
	width: 350px;
	height: 390px;
	border-style: solid;
	border-width: 1px;
}

.propertymapheader
{
	width: 340px;
	height: 25px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	background-image: url(img/gallery_grad.jpg);
	background-position: top;
	background-repeat: repeat-y;	
}

.propertymap
{
	width: 350px;
	height: 330px;
}

.propertymapmenu
{
	width: 346px;
	height: 26px;
	padding: 2px;
	background-color: #EDC01C;
	overflow: hidden;
}

.propertymapadminmenu
{
	float:left;
	font-size: x-small;
}

.propertymapreset
{
	float: right;
	margin-top: 2px;
}

.propertymapreset input
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #B1C5C3;
}

.propertymapwindowscrollcontainer
{
	width: 205px;
	height: 70px;
	overflow: auto;
}

.propertymapwindowcontainer
{
	float: left;
	height: 55px;
	width: 180px;
	margin-top: 2px;
	margin-right: 2px;
	overflow: hidden;
}

.propertymapwindowthumbnail
{
	float: left;
	width: 70px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.propertymapwindowdetails
{
	float: left;
	font-size: x-small;
	width: 106px;
	height: 50px;
	margin-left: 2px;
}

.propertymapnotavailable
{
	margin-top: 5px;
	margin-left: 5px;
}