﻿#divSeats
{
	float:left;
	position:relative;
	width: 435px;
	overflow: hidden;
	margin-left: 18px;
	background-color:Lime;
}
#divSeatingChartMask
{
	position:relative;
	float:left; 
	width:433px;
	height:335px;
	overflow:hidden;
	border:solid 1px #e8e8e8;
	/*margin-left: 20px;*/
} 
#divSeatingChartWrapper
{
	position: relative; 
	width: 453px;
	height: 453px;
	text-align: center;
	overflow: hidden;
	/*border: solid 1px #000000;*/
	/*background-color: #ffffff;*/
}
#divSeatingChart
{
	position: relative; 
	width: 453px;
	height: 453px;
	text-align: center;
	overflow: scroll;
	cursor:move;
	/*background-color: #ffffff;*/
}
#divSeatingCanvas
{
	position:relative;
	text-align:center;
	cursor:move;
	/*background-color:#8822ff;*/
	/*border:solid 1px #ff0000;*/
}
.divSeatingTools
{
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 3px 3px 3px 3px;
	margin-top: 3px;
	margin-left: 3px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/site-images/global/transparency.png');
	text-align: center;
	z-index: 80;
	/*border: solid 1px #a0a0a0;*/
}
.divSeatingTools[class]
{
	background-image:url('/site-images/global/transparency.png');
}
.imgSeatingTools
{
	padding: 1px 1px 1px 1px;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	vertical-align: auto;
}
#divSeatingInteractive
{
	position:relative;
	overflow: hidden;
	margin-left: 18px;
	border:solid 1px #e8e8e8;
	text-align: center;
	width: 453px;
	height: 453px;
	/*cursor:move;
	background-color:Pink;
	float:right;*/
	
	float:left;
	width: 445px;
	margin-left: 10px;
}

