.NormalBooth {
	border: 1px solid white;
	background-color: white;
}
.HighlitedBooth {
	border: 2px solid ; 
	border-left-color: #999999;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #333333;
	z-index:1000;
}

.TopLeft {
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
}
.LeftSide {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
}
.BottomLeft {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.BottomSide {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.BottomRight {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.RightSide {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}
.TopRight {
	border-top: 2px solid black;
	border-right: 2px solid black;
}
.TopSide {
	border-top: 2px solid black;
}
.BoothUp {
	border: 2px black solid;
	border-top: 2px white solid !important;
}
.BoothBottomRightCorner {
	border-right: 2px black solid !important;
	border-bottom: 2px black solid !important;
}
.BoothDown {
	border: 2px black solid;
	border-bottom: 2px white solid !important;
}
.BoothLeft {
	border: 2px black solid;
	border-left: 2px white solid !important;
}
.BoothTopLeftCorner {
	border-left: 2px black solid !important;
	border-top: 2px black solid !important;
}
.LeftRight {
	border-left: 2px black solid;
	border-right: 2px black solid;
}
.BoothRight {
	border: 2px black solid;
	border-right: 2px white solid !important;
}
.DividerRight {
	border-right: 1px gray dashed;
}