/* 
 * Style sheet of Lingu@net Europa
 *
 */
 
 @import "styles.css";
 
/* Styles for glossary list */
dl {
    margin-left: 2%;       
}

dt{
       font-weight : bolder;
       color: #666666;
       margin-top: 0.5em;
       border-bottom: 1px solid #666;       
}

dd{
   text-indent: 0px;       
       margin-top: 0.2em;
       border-left: 5px solid #CCC;       
       padding: 0.3em;
       background-color: #FFF;
}

.index-terms  {
     margin: 10px 15px;
     display : inline;
     padding:0px;
}

.index-terms  ul, .index-terms li  {
   display : inline;
   margin : 5px;
   padding: 0px;
   list-style : none;
}


.ups {
      clear: both;
      text-align : right;
      text-indent : 2em;
      color: #666;
      margin: 5px;
      padding: 0px 12px 5px 0px;
      background-image: url(/img/up.gif);  
      background-position : right;
      background-repeat : no-repeat;    
}
   
.ups a, .ups a:link{
    font-weight : bolder;
    color: #333;
}

.ups a:hover {
   text-decoration : none;
}

