/* Glossary CSS Style Sheet */

div.header {
   margin-bottom: 2px;

}

div.menu {
   background: #F3E7D9;

}

div.menu dl {
   /*margin: 0 0 3 0;
   padding: 5 0 5 30; */
   margin: 0;
   padding: 0;
   color: white;
   font-weight: bold;
   margin-bottom: 4px;
   cursor: pointer;
   cursor: hand;
}

div.menu dl dt {
   xpadding: 6px 6px 6px 30px;
   xbackground-image: url('images/0_9_off.gif');
   xbackground-repeat: no-repeat;   
}

div.menu dl.inactive dt.on {
   display: none;
}

div.menu dl.active dt.off {
   display: none;
}


div.menu dl dd {
   margin: 0;
   padding: 0;
   display: none;
}

div.menu dl dd a.active {
   font-weight: bold;
}

div.menu dl.active dt {
   xbackground: #d0d0d0;
   xbackground-image: url('images/0_9_on.gif');
   xbackground-repeat: no-repeat;
}

div.menu dl.active dd {
   xbackground: #d0d0d0;
   background: #F3E7D9;
   margin-top: 2px;
   padding: 4px 4px 4px 0px;
   display: block;
} 


div.menu a {
   background-image: url('images/arrow_new.gif');
   background-repeat: no-repeat;
   padding: 0 0 0 19;
   color: #a7630e;
   font-size: 11px;
   display: block;
   text-decoration: none;
}

/* Related Terms */

div.terms {
	font-size: 16px;
	font-weight: bold;
	color: #A7630E;
	border-bottom:1px solid #A1A1A1;
	margin-top:5px;
	margin-bottom:5px;
}

div.terms a {
   background-image: url('images/secondary_right.gif');
   background-repeat: no-repeat;
   padding: 0 0 0 19;
   margin-top: 6px;
   font-size: 12px;
   display: block;
   text-decoration: none;
}

div.content {
   'margin-bottom: 60px;
} 

#footerContainerGlossary {
	height:33px;
	background-color: #A7630E;
}

div.latest {
   font-size: 12pt;
   color: #a7630e;
   font-weight: bold;
   margin-bottom: 13px;
}


