div#top_map {
	margin:auto;
	margin-top:10px;
	text-align:center;
}
div#top_map img {
	border:1px solid #666666;
}
div#message {
	height:200px;
	border:1px solid #cccccc;
	margin-top:0px;
	overflow-y:scroll;
	padding:10px;
}
div#parking_list {
	height:200px;
	border:1px solid #cccccc;
	margin-top:0px;
	overflow-y:scroll;
	text-align:center;
}
div#immovables_list {
	height:200px;
	border:1px solid #cccccc;
	margin-top:0px;
	overflow-y:scroll;
	text-align:center;
}
div#sales_list {
	height:200px;
	border:1px solid #cccccc;
	margin-top:0px;
	overflow-y:scroll;
	text-align:center;
}


table#parking_list {
	border-collapse: collapse;
	width:580px;
	margin-top:10px;
	margin-bottom:10px;
}
table#parking_list td {
	border:1px solid #cccccc;
	padding:3px;
	
}
td#parking_list_title_id {
	font-weight:bold;
	text-align:center;
}
td#parking_list_title_name {
	font-weight:bold;
	text-align:center;
}
td#parking_list_title_price {
	font-weight:bold;
	text-align:center;
}
td#parking_list_title_space {
	font-weight:bold;
	text-align:center;
}
td.parking_list_id {
	text-align:center;
}
td.parking_list_name {
}
td.parking_list_price {
	text-align:right;
}
td.parking_list_space {
	text-align:center;
}
table#immovables_list {
	border-collapse: collapse;
	width:580px;
	margin-top:10px;
	margin-bottom:10px;
}
table#immovables_list td {
	border:1px solid #cccccc;
	padding:3px;
	
}
td#immovables_list_title_id {
	font-weight:bold;
	text-align:center;
}
td#immovables_list_title_name {
	font-weight:bold;
	text-align:center;
}
td#immovables_list_title_address {
	font-weight:bold;
	text-align:center;
}
td#immovables_list_title_price {
	font-weight:bold;
	text-align:center;
}
td.immovables_list_id {
	text-align:center;
}


table#sales_list {
	border-collapse: collapse;
	width:580px;
	margin-top:10px;
	margin-bottom:10px;
}
table#sales_list td {
	border:1px solid #cccccc;
	padding:3px;
	
}
td#sales_list_title_id {
	font-weight:bold;
	text-align:center;
}
td#sales_list_title_address {
	font-weight:bold;
	text-align:center;
}
td#sales_list_title_price {
	font-weight:bold;
	text-align:center;
}
td#sales_list_title_space {
	font-weight:bold;
	text-align:center;
}
td.sales_list_price {
	text-align:right;
}
td.sales_list_space {
}
td.sales_list_id {
	text-align:center;
}

