/* Glossary Page -- List of Links w/ Descriptions */

/* Glossary Control */
.glossaryControl{
border:1px solid #cccccc; 
padding:5px 0 5px 15px;
margin:5px 0 17px;
}
.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;
}
/* 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 */