.googleMapHolder {
	height:307px;
	background:url(../images/map_bg.gif) left top repeat-y;
	padding:0 16px 0 16px;
	margin:0;
}
.capacityTable {
	line-height:110%;
	color:#333;
	font-size:75%;
}
.capacityTable tr{
	height:30px;
}
.capacityTable td{
	padding:5px;
	width:12.5%;
	border-right:1px solid #ee2125;
}
.headerCell {
	height:40px !important;
	background-color:#ee2125;
	color:#FFFFFF;
	font-size:90%!important;
	font-weight:bold;
}
.tableTopLeftCorner {
	background:#ee2125 url(../images/table_top_left_corner.gif) top left no-repeat;
}
.tableTopRightCorner {
	background:#ee2125 url(../images/table_top_right_corner.gif) top right no-repeat;
}
.oddLine {
	background-color:#ffeded;
}
.redBorder {
	border-right:1px solid #ee2125;
}
.bottomCell {
	height:40px !important;
	background:#ee2125 url(../images/table_bottom.gif) left bottom no-repeat;
}
.venuesRightCol {
	width:279px;
	float:right;
	line-height:110%;
}
.venuesLeftCol {
	width:455px;
	float:left;
	margin:0;
	line-height:110%;
}