/* COLORED STYLE */

/* on front page, shadows for different folders 
   are changed in the same manner as zebra skin's strips: 
   dark,light,dark,light, ... 
   words "zebra's stripes" are used in this meaning below */
 
body             { background-color: #e0e0e0;  }
a                { text-decoration:none;       }


/*=============== set contents ===============*/
.contents        { background-color: #9a909a;
                   color: #ffffff;
                 }
.cont_title      { background-color: #8a708a;
                   color: #ffffff;
                   font-weight:bold;
                 }

a.cont:link      { color:#eeeeff; 
                 }  
a.cont:visited   { color:#ffeeee;
                 }  
/*============================================*/

                 /* style for navigation (buttons): */
a.navi           { border-style:outset; 
                   border-size:3px;
                   font-family:sun serif,arial,helvetica; 
                   font-size:10px;
                   padding-top:2px; 
                   padding-bottom:2px;       
                   padding-left:4px;
                   padding-right:4px;
                   background-color:#dddddd;
                 } 

                 /* to highlight special files: */
.highlight       { font-weight: bold;
                   background-color: #444488;
                   color: #aaffff;
                 }
/*=============================================
    light stripe:                           
---------------------------------------------*/
                 /*for folder*/
.dl             { background-color: #8888b0;
                   color: #ffffff;
                 }
                 /*for files*/
.fl              { background-color: #eeeeff;
                 }
/*---------------------------------------------
   light stripe                            
=============================================*/

/*=============================================
     dark stripe:                            
---------------------------------------------*/
                 /*for folder*/
.dd             { background-color: #88a0a0;
                   color: #ffffff;
                 }
                 /*for files*/
.fd              { background-color: #eef0f0;
                 }
/*--------------------------------------------
    ligth stripe                            
============================================*/