body{
	margin:0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#555;
	display:table;
}


a.tenantListLink{color:#786C9B;font-weight:bold;font-size:16px;}
a.tenantListLink:visited{color:#786C9B;}
a.tenantListLink:hover{color:#3A0849;}
a.tenantListLink:active{color:#3A0849;}

.tenantLocationList{color:#555;padding-bottom:15px;}

a{color:#0066CC;}
a:visited{color:#0066CC;}
a:hover{color:#CC3300;}
a:active{color:#CC3300;}

#dhtmltooltip {
	width: 240px;
	position: absolute;
	border: none;
	border: 2px solid #abf467;
	padding: 10px;
	background-color: #fff;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
