.mod_glossaryMenu .image_container{width:200px; float:right}




.firstUL{
    padding:20px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
   
}



.firstUL li.selected{
    
    color:#681422;
   
}

#body-container{
    width:825px;
    height:591px;
    margin:0 auto;
  
    padding:10px;
}

#body-container .glossary-container{
    clear:both;
}

#body-container .content-container{
    height:650px;
    width:800px;
    overflow:auto;
    font-family:'Arial',Verdana,Tahoma;
    font-size:10pt;
    clear:both;
}

#body-container .content-container div{
    padding:0px 12px 0px 0px;
    /*border-bottom:1px #666666 solid;*/
    float:right
   
}

#body-container .content-container div h2{
    margin-top:0px;
}

#body-container .content-container p.return-to-top{
    color:#0066FF;
    text-decoration:underline;
    text-align:right;
    margin-right:0px;
    cursor:pointer;
}


.mod_glossaryList p{font-size:80%; margin:8px 0}
.mod_glossaryList h2{font-size:123%}

.image_container img {margin: 0 0px 10px 10px !important;}

.firstUL li a {color:#fff}

.firstUL li {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #343f52), color-stop(1, #496185) );
	background:-moz-linear-gradient( center top, #343f52 5%, #496185 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#343f52', endColorstr='#496185');
	background-color:#343f52;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:-1.75px;
	margin:2px;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:30px;
	text-decoration:none;
	text-align:center;
}
.firstUL :hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #496185), color-stop(1, #343f52) );
	background:-moz-linear-gradient( center top, #496185 5%, #143475 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#496185', endColorstr='#343f52');
	background-color:#496185;
}.firstUL :active {
	position:relative;
	top:1px;
	color: red;
}
