#yield {
	margin:20px;	
}
#login_form {
	margin:auto;
	text-align:center;
	width:40%;
}

#admin_header {
  text-align:center;
}

#admin_header h2 {
  text-align:center;
  margin-bottom:10px;
}

#admin_actions h3 {
  text-align:center;
  font-size:18px;
}

#logout {
	position:absolute;
	top:10px;
	right:10px;
}

.pricing_table {
/*	background-color:#fff;*/
}
.pricing_table tr td {
	padding:5px;
}

/* active scaffold overrides: */
.name-column, .amenity_type-column {
	font-weight:bold;
}
.active-scaffold .view {
	border:10px solid #999;
}
.active-scaffold tbody.records td.inline-adapter-cell .view {
	border-top:10px solid #999;
}
.active-scaffold .active-scaffold-header h2 {
	color:#fff;
}
.as_subform_heading, .active-scaffold .active-scaffold .active-scaffold-header h2 {
	font-size:20px;
	background-color:#eee;
	color:#000;
	padding:5px;
	border:1px dotted #333;
}
.active-scaffold-header .actions a {
	color:#fff;
}
.nested-view .active-scaffold-header .actions a {
	color:#06c;
}


/* active scaffold new elements */
.venue_location {
	font-weight:normal
	color:#999;
}

#errorExplanation {
	margin-bottom:20px;
}

#errorExplanation h2 {
	font-size:100%;
}

li {
	list-style:disc;
	margin-left:10px;
}

.flash_message {
	margin-right:100px;
}
