
table#BuildingsTable th, table#BuildingsTable td
{
	margin:0;
	padding:0px 6px;
}

table#BuildingsTable th
{
	border-top: 1px solid rgb(38,8,157);
	font-size: 8pt;
	font-weight: normal;
	color: rgb(38, 8, 157);
    vertical-align:bottom;
    padding-bottom: 2px;
}

tr.Row td
{
	border-bottom: 1px solid rgb(38,8,157);
}

td.First, th.First
{
	border-left: 1px solid rgb(38,8,157);
}

td.Last, th.Last
{
	border-right: 1px solid rgb(38,8,157);
}

span.RegionName
{
    font-size: 10pt;
}

td.Address, th.Address
{
   text-align:left;
}

td.Address
{
    white-space:nowrap;
}

td.Floors, th.Floors
{
    text-align:right;
}

td.RSF, th.RSF
{
    text-align:right;
}

td.Footage, th.Footage
{
    text-align:right;
}

td.Spaces, th.Spaces
{
    text-align:right;
}
