/* Glossary Page and List of Documents -- List of Links w/ Descriptions */

/* Glossary / Anchor Link Control */
.glossaryControl{
	position:relative;
	border:1px solid #cccccc; 
	padding:5px 0 5px 15px;
	margin:5px 0 17px;
}
#listDocuments .glossaryControl{
	padding:5px 0 5px 2px;
}
#listDocuments .glossaryControl a{
	padding:3px 5px; 
}
.glossaryControl a{
	padding:3px 4px; 
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
}
.glossaryControl a:hover{
	background:#DAE0E6;
}
.glossaryControl a.off{
	color:#cccccc;
	cursor:default;
	display:inline-block;
}
.glossaryControl a.off:hover{
	color:#cccccc;
	background:none;
}
.glossaryControl span.divider{
	color:#cccccc;
}
.glossaryControl .allLink{
	position:absolute;
	right:3px;
}
/* End Glossary Control */

/* Expandable List */
.Real_Estate_Glossary .list a{
padding-bottom:0;
}
.Real_Estate_Glossary .list a span{
display:none;
}
.Real_Estate_Glossary .list div.actions{
display:none;
}
.Real_Estate_Glossary .list .at a span{
display:block;
}
.Real_Estate_Glossary .list .at div.actions{
display:block;
}
/* End Expandable List */

#listDocuments #content .list .item{
	float: left;
	width: 250px; min-height: 12px;
	padding: 0px 0px 4px 0px;
}
#listDocuments #content .list .item.backTop{
	float: right;
	cursor: pointer;
	width: auto;
}
.list .item.backTop{
float:right;
}
