* {
	border: 0;
	margin: 0;
	padding: 0;
	font: Arial, Verdana, Helvetica, sans-serif;
}

html {
     overflow: -moz-scrollbars-vertical;
}

:focus { 
	-moz-outline-style: none; 
}

#centerContent {
	float: left;
	min-height: 520px;
}

div#GlossaryContainer {
	float: left;
	width: 500px;
}

div#alphabet {
	background: #edebe5;
	float: left;
	margin-bottom: 15px;
	margin-top: 13px;
	padding: 2px 0;
	text-align: center;
	text-transform: uppercase;
	width: 500px;
}

div#alphabet span {
	display: block;
	float: left;
	text-align: center;
	width: 19px;
}

div#alphabet span.glossaryEmpty {
	color: #dbd7cc;
}

div#alphabet a {
	color: #4d4b44;
	text-decoration: none;
}

div#alphabet a:hover {
	color: #AA1733;
}

div#alphabet a.current {
	color: #892034;
	font-weight: bold;
}

a.expandCollapse {
	float: left;
	margin-bottom: 17px;
	width: 150px;
}

div#glossary {
	color: #4d4b44;
	float: left;
	line-height: 125%;
	padding-right:10px;
}

div#glossary div.entry {
	float: left;
	padding: 2px 0;
	position: relative;
	width:560px;
	margin-top:5px;
}

div#glossary div.entry.highlighted {
	background: #f6f5f2;
	border-bottom: solid 1px #eae9e1;
	border-top: solid 1px #eae9e1;
	
}
div#glossary div.entry span.term{
       color: #4d4b44;
        padding-left: 25px;
        text-decoration: none;
}
div#glossary div.entry a.term {
        background: url('/lfg/lfgclient/img/buttons/plus.png') no-repeat 5px center;
        color: #4d4b44;
        padding-left: 25px;
        text-decoration: none;
} 

div#glossary div.entry a.term.opened {
        background: url('/lfg/lfgclient/img/buttons/minus.png') no-repeat 5px center;
        font-weight: bold;
} 

div#glossary div.entry a:hover {
	color: #AA1733;
}



div#glossary div.entry p {
	margin: 0;
	padding-left: 25px;
}

div#glossary div.definition table {
	margin-left: 25px;
	padding-left: 25px;
}


