
	body	{
		margin: 20px;
		background: #000000;
		font-family: helvetica,arial,sans-serif;
		color: #ffffff;
		font-size: 12px;
	}
	
	table.outerTable	{background: #000000; border: 2px solid #5B5C5E;}
	td.menuCell	{background: yellow; border: none;}
	table.insideTable	{margin: 0px; padding: 0px; }
	td.rightsideColumn	{border-bottom: 1px solid #5B5C5E; border-top: 1px solid #5B5C5E; }

	table.footerTable	{font-size: 10px; margin: 0px; }
	
table.categorytable	{
	margin: 30px 20px 40px 55px;
}
table.TenantTableVertical	{
	margin: 0px 20px 20px 25px;
}
a:link, a:visited	{
	color: #ffffff;
	text-decoration: none;
}

a:active, a:hover	{
	text-decoration: underline;
	color: #ec9f2b;
}

a.categorylink:link, a.categorylink:visited	{
	color: #ffffff;
	font-size: 12px;
}
a.categorylink:active, a.categorylink:hover	{
	color: #ec9f2b;
}

a.tenantlink:link, a.tenantlink:visited, a.tenantlink:hover, a.tenantlink:active	{
	color: #ffffff;
	text-decoration: underline;
}
a.tenantlinkinverse:link, a.tenantlinkinverse:visited, a.tenantlinkinverse:hover,  a.tenantlinkinverse:active	{
	color: #000000;
	text-decoration: underline;
}

tbody.TenantTableResult	{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

tbody.TenantTableHead	{
	color: #ec9f2b;
}

p.categorynametitle	{
	color: #ec9f2b;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 30px;
	font-size: 12px;
}


.stylefloorplan {
	display: block;
	background: #ffffff;
	border: 2px solid #dddddd;
	color: #ec9f2b;
	position: absolute;
	z-index: 3;
	width: 500px;
	margin: 0px;
	padding: 5px 5px 10px 5px;
	font-size: 14px;
	top: 200px;
	left: 13%;
}

td.contentcell	{
	font-size: 12px;
}

.contenthighlight	{
	color: #ec9f2b;
	font-weight: bold;
}

.smallcontent	{
	font-size: 10px;
}
.smallcontenthighlight	{
	font-size: 11px;
	color: #ec9f2b;
	font-weight: bold;
}
table.gallerytable	{
	border: 1px solid #5B5C5E;
}
td.gallerycell	{
	border: 1px solid #5B5C5E;
	padding: 20px;
}

.gallerycaption	{
	font-style: italic;
}