<!--
div.bartop{
	border-top:1px solid #3A3E42;
}
table.building{
	border-collapse: collapse;
	width: 100%;
	margin: 1px 0;
}
table.building td, table.building th {
	border: 1px solid #73afb7;
}
table.building tbody td {
	padding: 0 4px 0 0;
	text-align:right;
	font-size: 16px;
}
table.building th {
	padding: 3px 5px 2px 5px;
}
table.building th {
	background: url(/img/zzbgground/th_wide.png) no-repeat left top;
	color: white;
	border-color: #14556b;
}
table.building th.imgUp{
	background: url(/img/thumbup_t.png) no-repeat left top;
}
table.building th.imgDown{
	background: url(/img/thumbdown_t.png) no-repeat left top;
}
table.building tr {
	vertical-align:top;
}
table.building tr.even {
	background: url(/img/zzbgground/td_wide.png) no-repeat left top;
}
table.building tr.over {
	background: url(/img/zzbgground/th_wide.png) 0 0;
}
table.building a{
	display:block;
	text-decoration:none;
}

table.building th a:link, 
table.building th a:visited, 
table.building th a:hover, 
table.building th a:active {
	color:#fff;
}
table.building th a:hover{
	color:#333;
}
table.building img{
	border:0;
}
/*** COLUMNS ***/

table.building td.photo{
	width:80px;
	text-align:center;
	padding:0;
}
table.building td.name{ 
	text-align: left;
	padding:2px 0 2px 4px;
}
table.building td.city{ 
	text-align: left;
	padding:2px 0 2px 4px;
}
tr.select{
	background: url(/img/zzbgground/th_wide.png) no-repeat left top !important;
	background-position: 0 0 !important;
	cursor:pointer;
}
-->
