/*
Property Map Virtual Tours popup
updated: 08.22.06
Mohegan Sun / Internet Marketing Group
D. Stutz
*/


body {
	margin: 0;
	padding: 0;
	font-family:Verdana;
	font-size:10px;
	color:#978d7b;
	font-weight:bold;
}

.expanddir {border-top:dashed 1px #b2a792;border-bottom:dashed 1px #b2a792;padding:5px;margin-top:10px;width:140px;}

/* begin nav */
#clicknav {
	padding: 27px 0px 0px 7px;
}
#horznav {
	height:25px;
	padding-top:20px;
	z-index:100;
}

.wmSubMenuHidden {
	position:absolute;
	visibility:hidden;
	z-index:1;
}

/* share link style for both menus */
.wmLink {
	display:block;
	width:100%;
	padding:2px 2px 3px 5px;
	text-decoration:none;
	color:#445872;
	font-family:verdana;
	font-size:9px;
	text-align:left;
}
.wmLink:hover {text-decoration:none;}

/* horizontal menu styles */
.hItemOn {
	width:150px;
	margin:0px;
	background:#FFFFFF;
	border-bottom:1px solid #dacfb9;
	border-top:1px solid #e7e0d3;
	border-left:1px solid #e7e0d3;
	border-right:1px solid #dacfb9;
	cursor:pointer;
}
.hItemOff {
	width:150px;
	margin:0px;
	background:#fcfaf6;
	border-bottom:1px solid #dacfb9;
	border-top:1px solid #e7e0d3;
	border-left:1px solid #e7e0d3;
	border-right:1px solid #dacfb9;
	cursor:pointer;
}
/* horizontal menu styles */
/* end nav */

#master {
	width: 636px; 
	height: 400px;
	text-align:left;
	position:absolute;
	top: 70px;
	left: 158px;
	overflow:hidden;
	float:left;
}
#main {
	background:url(/img/virtualtours/bg800.jpg) no-repeat top left;
	border: 1px solid #CFC5A9;
	width: 802px;
	height: 502px;
	padding-top:10px;
}
/* begin header */
.hstyle {
	width:660px;
	height:53px;
	position:absolute;
	top:0px;
	left:0px;
}
#header {
	font-family: Verdana, Sans-Serif;
	font-size:18px;
	font-weight: bold;
	padding:10px;
	width: 660px;
	height: 40px;
	float:left;
	color:#06c
}
/* end header */
#views {
	height: 53px;
	float:left;
}
.closebtn {
	font-family:Verdana;
	font-size:9px;
	color:#D1C8AE;
	background:#fff;
	border:1px solid #E7E0D3;
	padding:1px 0px 1px 0px;
	margin:4px 4px 0px 0px;
	width:90px;
	cursor:hand;
	cursor:pointer;
}

/* expandable content box */
.contentbox {
	border: 1px solid #D1C8AE;
	margin: 1px 0px 0px 0px;
	padding:0px;
	font-family: verdana, sans serif;
	font-size: 9px;
	color: #000;
	width: 140px;
	text-align: left;
	overflow: auto;
}
.contentbox p {margin:0px;padding:0px;}
.contentbox .header {
	padding: 3px 0px 3px 10px;
	margin: 0px;
	font-family: verdana, sans serif;
	font-size: 9px;
	color: #b2a792;
	position:relative;
	border-bottom:0px dashed #CCCCCC;
}
.contentbox .header a {
	color: #b2a792;
	text-decoration: none;
}
.contentbox .header a:hover {
	text-decoration: none;
}
.whiteBoldLead {
	font-weight: bold;
}
.text {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #b2a792;
	text-align: left;
	line-height: 16px;
}
.text a:link {text-underline-style:dashed; color: #bc9c6d;font-weight:normal;}
.text a:hover {text-underline-style:dashed; color: #06c;font-weight:normal;}
.text a:visited {text-underline-style:dashed; color: #bc9c6d;font-weight:normal;}
.text a:visited:hover {text-underline-style:dashed;color: #06c;font-weight:normal;}
/* expandable content box */
