.hilite
{
    cursor: help;
	background: #faffba;
	font-weight: bold;
	padding: 2px 1px;
	white-space: nowrap;
}

.qtip-wrapper {
	width: auto !important; 
}

.qtip-wrapper p {
	width: auto !important; 
}

.qtip-contentWrapper 
{
	border: 0 !important;
}

.qtip-content
{
    width: auto !important; 
    margin: 0 !important;
    padding: 0 !important;
}

.qtip-content p
{
    margin: 0 !important; 
    background: #f5f5f5;
    padding: 10px !important;   
}

.qtip 
{
 	border: 1px dotted #666;
    background: white;	
    -moz-box-shadow:-2px 2px 3px #666;
    -webkit-box-shadow: -2px 2px 3px #666;
    box-shadow: -2px 2px 3px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=-135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=-135, Color='#666666');
}

.glossaryNav {
	border-bottom: 1px solid #4d4d4d;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;

}

.glossaryTerm {
	font-weight: bold;
}

.sf_backToList {
	font-size: .917em;
	margin-bottom: 1.818em;
}