@charset "UTF-8";
table.capacities {
	text-align: center;
	font-weight: normal;
	color: #fff;
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 20px;
	font-size: 11px;
	margin-bottom: 3px;
}

table.capacities td {
	background-color: #EECFD8;
	color: #000000;
	padding: 4px 10px;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
table.capacities span {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	padding: 0px;
}
table.capacities td.hed {
	background-color: #C60651;
	color: #fff;
	padding: 4px 10px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-weight: bold;
}
table.floorPlans {
	color: #fff;
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
table.floorPlans td {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
.floorPlans {
	margin: 0px;
	padding: 0px;
	float: left;
}
/*floats & spacers*/
.spacer{
	clear:left;
	height:0;
	overflow:hidden; 
	font-size:1px;
}
.spacer2{
	clear:left;
	height:5px;
	overflow:hidden; 
	font-size:1px;
}
.spacer3{
	clear:left;
	height:10px;
	overflow:hidden; 
	font-size:1px;
}
.fltrt {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.fltlft { 
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-left:20px;
}
.fltcen { 
	margin: 0 auto 10px auto;
	display: block;
	border:0;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Documents Divs */

.document_icon { 
width:40px;
float:left;
padding-left:15px;
}

.document_text { 
width:450px;
float:left;
}
.document_text2 { 
width:250px;
float:left;
}

.document_text p { 
padding:0;
margin:0 0 5px 0;
}
