#facility-contact-container {
	width: 420px;
	float: left;
}

#facility-features-container {
	width: 190px;
	float: left;
}

#facility-unitprices-container {
	width: 190px;
	float: left;
}

#facility-description-container {
	clear: left;
	width: 550px;
}

#user-list-container {
	width: 400px;
}

table.property-features-tb {
	border-collapse: collapse;
	width: 100%;

}

table.property-features-tb td.ffield {
	text-align: center;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	padding: 5px;
}

table.property-features-tb td.flabel {
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 12px;
	border-bottom: 1px solid lightgrey;
}

table.unit-prices {
	border-collapse: collapse;
	width: 100%;
}

table.unit-prices td.ffield {
	text-align: center;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	padding: 2px;
}

table.unit-prices td.flabel {
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 12px;
	border-bottom: 1px solid lightgrey;
}

div#edit-facility-container {
	width: 800px;
	margin: auto;
}

div.submit-button {
	clear: both;
	text-align: right;
}

table#facilities_results_table {

}

table#facilities_results_table th {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background-color: #F4A51D;
}

table#facilities_results_table td {
	padding: 2px;
}

table#facilities_results_table td.first {
	padding: 2px;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	text-align: left;
	vertical-align: top;
}

table#facilities_results_table td a {
	font-weight: normal;
}

table#users_results_table, table#reserve_results_table, table#traffic_table {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
}

table#users_results_table th, table#reserve_results_table th, table#traffic_table th {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background-color: #F4A51D;
	white-space: nowrap;
	padding: 4px;
}

table#users_results_table td, table#reserve_results_table td, table#traffic_table td {
	padding: 4px;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #cccccc;
}

table#users_results_table td a, table#reserve_results_table td a, table#traffic_table td a {
	font-weight: normal;
}

table.dashboard_results_table {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
}

table.dashboard_results_table th {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background-color: #F4A51D;
}

table.dashboard_results_table td {
	padding: 4px;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #cccccc;
}

table.dashboard_results_table td.first {
	padding: 2px;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	text-align: left;
	vertical-align: top;
}

table.dashboard_results_table td a {
	font-weight: normal;
}

#payment-form-container {
	width: 500px;
	float: left;
}

#form-message-container {
	color: red;
}

#tabsContainer {
	background-color: #afafaf;
	border-bottom: 1px solid black;
}

#tabsContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabsContainer ul li {
	float: left;
	display: inline;
	margin-left: 10px;
	borer-right: 1px solid black;
}

div.facilities-links-container {
	line-height: normal;
}

ul.facilities-links {
	list-style: none;
	line-height: normal;
	margin: 0;
	padding: 0;
	width: auto;
}


ul.facilities-links li {
	float: left;
	display: inline;
	font-size: 12px;
	margin: 2px;
	line-height: normal;
}

div.charges, div.currentpaymentinfo {
	font-size: 12px;
}