a.glossary, a.glossary:link, a.glossary:visited {border:1px solid #fff;border-bottom:1px dotted #000;cursor:help;font-weight:bold;height:auto;text-decoration:none;}
a.glossary:active, a.glossary:focus, a.glossary:hover {background:#efefef;border:1px solid #efefef;-moz-border-radius: 3px;-webkit-border-radius: 3px;}
#glossary_overlay {position: fixed;z-index:100;top: 0px;left: 0px;height:100%;width:100%;background: #fff;display:none;}
#glossary_window{font-size:.8em;position: absolute;top:0;left:0;z-index: 102;display:none;background:#efefef;border:2px solid #527db8;-moz-border-radius: 6px;-webkit-border-radius: 6px;}
#glossary_close_button{margin:.2em .3em 0 0;width:14px;height:14px;text-align:right;float:right;background:url(/images/icons/close_button_sq.gif) no-repeat;cursor:pointer;}
#glossary_close_button:hover, #glossary_close_button.hover{background:url(/images/icons/close_button_sq_hover.gif) no-repeat;cursor:pointer;}
#glossary_content{padding:.5em;}
#glossary_window h1{font-size:1.1em;color:#fff;margin:0;padding:0 .25em .3em .35em;background:#527db8 url('/images/modal_title_bg.png') top;border-top:1px solid #8ea6c7;-moz-border-radius-topleft: 6px;-moz-border-radius-topright: 4px;-webkit-border-top-left-radius: 4px;-webkit-border-top-right-radius: 4px;}
/* IE6 Hacks */
* html #glossary_overlay {position: absolute;height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}