@charset "utf-8";
/* CSS Document */
.DraggableDiv {/* Change the width of the div here */
	background-color: #D6D7D9;
	border-color:#646464;
	border-style:solid;
	border-width:1px;
	padding:0px;
	height: 546px;
}
.DraggableDivCloseButton {/* Close button in upper right corner */
	position:absolute;
	top:6px;
	right:6px;
	cursor:pointer;
	width:15px;
	height:15px;
	background-image: none;
}
.DraggableDivHandle {/* The handle is the area of the popup that the user clicks and drags to make the popup div draggable */
	cursor:move;
	width:100%;
	height:25px;
	background-color:#172D69;
	background-image:url(http://www.harrahs.com/images/Market/acm/draggableDiv/topbar.gif);
}
.DraggableDivHandleText {
	margin-left:10px;
	margin-right:15px;
	text-align:left;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10.5pt;
	font-weight:700;
	padding-top:4px;
}
.vTourIframe {
	width:340px;
	position:absolute;
	right: 20px;
	top:25px;
	background-color:#FFFFFF;
	height:505px;
}
#draggableLeftContent {
	float:left;
	width:469px;
}
.DraggableDivContent {
	padding:0px;
}
