/* IndexStyleSheet "/include/seminar_index.css"
 Using this directive in conjunction with IndexOptions HTMLTable adds a number of CSS classes to the resulting HTML. The entire table is given a CSS id of indexlist and the following classes are associated with the various parts of the listing:

Class	Definition
tr.indexhead	Header row of listing
th.indexcolicon and td.indexcolicon	Icon column
th.indexcolname and td.indexcolname	File name column
th.indexcollastmod and td.indexcollastmod	Last modified column
th.indexcolsize and td.indexcolsize	File size column
th.indexcoldesc and td.indexcoldesc	Description column
tr.breakrow	Horizontal rule at the bottom of the table
tr.odd and tr.even	Alternating even and odd rows
*/

/*
tr.odd { background-color: #FFF0F5;}
*/
tr.odd { background-color: #FFEFD5;}
tr.even {background-color: #EEE8AA;}
td.indexcolicon {background-color:white;}
tr.indexhead {background-color: #FFA07A;}

span.time {
 color : black;
/* background-color: #ADD8E6; */
 background-color: #98FB98;
}

hh {}

h2 {
        font: 1.1em Verdana,sans-serif;
        }

h1 {
        font: 1.3em Georgia, serif;
        }

pre {
        font: 0.9em/1.3em "Courier New", Courier;
        margin: 3px 0;
        color: #777;
        }


pre img {
        display: inline;
        }
img {
        margin: 3px 0;
        }


