/* vc_id = "$Id: smallViewer.css 12929 2010-04-20 19:38:14Z robert $" */
body, div {
	margin: 0px;
	padding: 0px;
	/* font-family: 'Trebuchet MS', Arial, Verdana, sans-serif; */
}

#pvContainer {
	width: 400px;
	margin: auto;
}

#pvMastHead {
	height: 75px;
	background-color: pink;
	display: none;
}

#pvPropertInfo {
	float: left;
	width: 50%;
	height: 50px;
	background-color: purple;
	display: none;
}

#pvAgentInfo {
	float: right;
	width: 50%;
	height: 50px;
	background-color: magenta;
	display: none;
}

#pvActionItems {
	clear: both;
	height: 50px;
	background-color: red;
	display: none;
}

#pvThumbs {
	width: 400px;
	height: 30px;
	overflow: auto;
	background-color: green;
	display: none;
}

#pvMainImage {
	width: 400px;
	height: 300px;
}

#pvControls {
	width: 400px;
	background-image: url(../../images/map/pp3-controls-bg.gif);
	background-repeat: repeat-x;
	background-color: #555;
}

#pvControls ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: both;
}

#pvControls li {
	float: left;
}

#pvControlLeft {
	width: 120px;
}

#pvControlLeft select {
	width: 120px;
	font-size: 10px;
}

#pvControlMiddle {
	width: 184px;
	text-align: middle;
	padding-left: 3px;
	padding-right: 3px;
}

#pvControlRight {
	width: 84px;
}

.photo-thumbs {
	font-weight: bold;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	margin-left: -40px;
	margin-top: -5px;
}

.photo-thumbs h3 {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 8pt;
	text-align: center;
	padding: 0px;
	margin: 0px;
	opacity: 0.8;
	filter: Alpha(Opacity=80);
	line-height: 120%;
}
