/* www.jau.fi stylesheet */

body      { color: black;
            background: #eeeeee;
            font-size: 100%;
            font-family: Arial, Tahoma, Verdana, sans-serif; }

/* menu links */
a.menu:link, a.menu:active, a.menu:visited { color: white; }
a.focus:link, a.focus:active, a.focus:visited { color: #ffc000; }

/* normal link colors */
a:link    { color: #cc0000; }
a:active  { color: #cc0000; }
a:visited { color: #ff6600; }

/* pipe separated links in pages */
.linklist { font-weight: bold; 
            font-size: 0.8em; }

/* table for the whole page */
table.outmost { border-style:solid; 
                border-width:5px;
                border-color:#3366ff; 
                width: 100%; }
/* tables in front page */
table.bluebox { border-style:solid; 
                border-width:3px;
                border-color:#3366ff; }
/* other table styles */
td.otsikko { font-weight: bold;
             background: #ffc000;
             font-style: italic;
             font-size: 1.2em;
             font-family: Tahoma, Arial, Verdana, sans-serif; }
td.subtitle { font-weight: bold;
              background: #cce6ff; }
td.menucell { background: #3366ff; 
             vertical-align: top; 
             width: 150px; }
td.overline  { border-top-style: solid; border-color: #cce6ff; border-width: 1px; }
tr.space5   { height: 5px; }
tr.space2   { height: 2px; }
tr.space1   { height: 1px; }
tr.jakaja  { background: #cce6ff; }
tr.rivi    { background: white; }
tr.inverse { background: black; color: white; }

/* general */
ul { margin-top: 0em;
     margin-bottom: 0em; }
h4 { margin-bottom: 1em; }
hr { color: #3366ff; height: 1px; }
hr.jakaja  { color: #cce6ff; }
.aright { text-align: right; }
.acenter { text-align: center; }
.vtop { vertical-align: top; }
.small { font-size: 0.8em; }
.big  { font-size: 1.1em; }
.bold  { font-weight: bold; }
.menu      { color: white; }
a.blue      { color: #3366ff; }

