/* profile */
div.place {
	margin: 15px 0;
}

div.place div.title {
	font-size: 1.2em;
	font-weight: bold;
}

div.place div.body {
	margin-top: 15px;
}
/* profile */

/* list */
div.places_list {
	margin: 15px 0;
}

div.places_list div.title {
	margin-bottom: 5px;
	font-weight: bold;
}

div.places_list div.places {
	overflow: auto;
	height: 200px;
	padding: 5px;
	background: #EEE;
}

div.places_list div.places div.place {
	margin: 3px 0;
}

div.places_list div.places div.place span.name {
	font-weight: bold;
}
/* list */

/* eu profile */
table.place_admin_profile {
	margin: 15px 0;
}

table.place_admin_profile tr td {
	padding: 4px 0;
}

table.place_admin_profile tr td.label {
	font-weight: bold;
}

table.place_admin_profile tr td.value {
	padding-left: 15px;
}
/* eu profile */

/* eu list */
table.places_admin_list {
	width: 100%;
	margin: 0 0 15px 0;
}

table.places_admin_list tr th, table.places_admin_list tr td {
	padding: 4px 5px;
	text-align: left;
	vertical-align: top;
}

table.places_admin_list tr th {
	font-weight: bold;
	background: #666;
	white-space: nowrap;
}

table.places_admin_list tr th, table.places_admin_list tr th a {
	color: #FFF;
}

table.places_admin_list tr.alternate td {
	background: #CCC;
}

table.places_admin_list tr th.name, table.places_admin_list tr td.name {
	width: 100%;
}

table.places_admin_list tr th.category, table.places_admin_list tr td.category {
	padding-left: 15px;
	white-space: nowrap;
}

table.places_admin_list tr th.view, table.places_admin_list tr td.view {
	padding-left: 15px;
}

table.places_admin_list tr th.update, table.places_admin_list tr td.update {
	padding-left: 15px;
}

table.places_admin_list tr th.delete, table.places_admin_list tr td.delete {
	padding-left: 15px;
}
/* eu list */
