@charset "utf-8";

.add_button table, .add_button table th, .add_button table td, .add_button input {
	vertical-align:middle;
}

.property_info table td.icon_display {
	padding:5px;
}
.property_info table td.icon_display img {
	float:none;
}

.property_info table td img {
	float:left;
	margin-right:1px;
}

.property_info table td.property_check {
	padding:0;
	width:29px;
	text-align:center;
}

.building_summary {
	float:left;
	width:250px;
}

.building_summary img.building_photo {
	margin:0;
	padding:0;
}

.building_summary p.property_more {
	clear:both;
	margin:0;
	padding:4px 0 0 0;
	text-align:right;
}

.building_details {
	float:right;
	width:446px;
}

.building_details table, .building_details table th, .building_details table td {
	border:1px solid #999;
}
	.building_details table.basic_info {
		margin-top:1px;
		margin-bottom:4px;
	}
	.building_details table th {
		width:90px;
		padding:6px 0;
		text-align:center;
		background:#dceefa;
		white-space:nowrap;
	}
	.building_details table td.fee {
		width:135px;
		font-weight:bold;
		background:#fffed7;
	}
	.building_details table td.floor {
		width:135px;
	}

.building_display_item table td {
	background:#b7dcf4;
}
.building_property_info table td.price_cell p.admin_fee {
	padding-right:4px;
}
em.price {
	height:auto;
}


.rooms_not_found {
	margin:0;
}
.rooms_not_found dl {
	width:100%;
}
.rooms_not_found dl dt {
	padding:15px;
	text-align:center;
	font-weight:bold;
	background:#fafafa;
}
.rooms_not_found dl dd {
	padding:15px;
	text-align:center;
}
.function_button table td a.clear_settings {
	float:right;
	background:#f0f0f0;
	border-style:solid;
	border-width:1px;
	border-color:#a5a5a5 #848484;
	color:#666666;
	text-decoration:none;
}
	.function_button table td a.clear_settings span{
		padding:3px 4px 2px;
		border-bottom:1px solid #ffffff;
		border-right:1px solid #ffffff;
		display:block;
	}