/* ---------------------------------------------------------- */
/*  crvllex.css for CRVLLEX 1.0  */
/* ---------------------------------------------------------- */


* { 
       font-family: Tahoma,sans-serif;
       font-size: 10pt;
       color: darkblue;
 }


IMG { border:0 }



/* ----------- appearance of the link ----------- */

A { 
         text-decoration: none;
         font-weight:bold;
         color: midnightblue;
 }


A:active {}

A:visited {}

A:hover {
          background-color:mediumblue;
          color:honeydew;
          text-decoration: none;
}

/* ---------- settings behind separate frame window --------- */

BODY.header { background-color:#99CCFF; }
BODY.selector { background-color:#99FFFF; }
BODY.framelist { background-color:#CCFFFF; }
BODY.wordentry { 
 background-color:#CCFFFF; 
 margin-left:10pt;
}


/* ------------  buttons in the frame: header --------------- */

TD.button { 
           border: midnightblue solid 1px;    
               
 }

TD.selected-button { 
           background-color:mediumblue;  
           border: mediumblue solid 1px;    
           color:honeydew;
 }

/* -------------- other ---------------- */

.scriptsize { 
              color:red;
              font-size: 8pt;
 }

.attrname { 
            color:darkviolet;
            font-weight:bold;
 }

.list-comment { 
         color:mediumblue;
         font-weight:bold;
 }

.occurrences { 
            font-size:8pt;
 }



/* ------- parts of the frame: word-entry -------------- */

.headword {
                 color:mediumblue;
                 font-size: 18pt;
                 font-weight:bold;
            }

.bigscriptsize { 
                   font-size: 12pt;
                 color:red;
                 }

.small_aspect { 
                 font-size: 8pt;
             }

 
.headword_aspect { 
                   font-size: 10pt;
                 }

.gloss { 
         font-weight:bold;
 }

TABLE.frame-number { 
                 border: solid 2px mediumblue;   
                 color: mediumblue;    
                 font-weight:bold;
 }

/*  ----------- respective frame-----------------*/

.functor {
           font-size: 14pt;
           color:mediumblue;
           font-weight:bold;
}

.functor_typ {
           font-size: 14pt;
           color:mediumblue;
/*           font-weight:bold; */
}


.forms {
           font-size: 10pt;
}

.type {
           font-size: 10pt;
}


