/* cerkut css after: Hynden staili, muokattu labran stailista 

	$Id: mystyle.css,v 1.1 2005/12/23 01:33:54 cerkut Exp $	

*/

body { font-family: sans-serif;
       background-color: #fafafa;
       background-image: url(/~cerkut/_files/kulma2.jpg);
       background-position: top left;
       margin: 20px 10px 10px 80px;  
       background-repeat: no-repeat;
       background-attachment: scroll;
       color: #202020; 
}

/* linkkien värit */
/* link colours */

a:link { color: #2020EC; }
a:active { color: #808080; 
           background-color: #EEEEFF; }
a:visited { color: #100060; }
a:hover {color: #0000EC;
         background-color: #e0e0ff; }


/* listat */
/* lists */

ul li { list-style-type: square;
        list-style-position: outside;}

/* headerit */
/* headers */


h1, h2, h3, h4 { font-family: sans-serif; 
		 font-weight: bold;
		 /* font-variant: small-caps; */  }

h1.bordered { 
     /* margin-left: 0px; */
     padding-left: 20px; 
     padding-top: 10px; 
     /* padding-bottom: 10px; */
     border-left-style: dotted;
     border-left-width: 1px;
     border-top-style: dotted;
     border-top-width: 1px;

} 

/* table table { background-color: #FFF000; } */

/* p { font-family: sans-serif; } */

/* td { font-family: sans-serif; } */

/* aivan pieni teksti */
/* as small as possible text */

.standard-xxxsmall { font-size: xx-small; }

/* todella pieni teksti */
/* very small text */

.standard-xxsmall { font-size: x-small; }

/* pienempi teksti */
/* smaller text */

.standard-xsmall { font-size: small; }

/* pieni teksti */
/* small text */

.standard-small { font-size: medium; }

/* keskikokoinen */
/* medium text */

.standard-medium { font-size: large; }

/* suuri */
/* large text */

.standard-large { font-size: x-large; }

/* hyvin suuri */
/* extra large text */

.standard-xlarge { font-size: xx-large; }



/* täydentyvä navigaatio oikeassa ylänurkassa */

.navi-oyn {font-size: small;}

/* "Modified ... < Feedback >" vasemmassa alanurkassa */

.modi-van {font-size: x-small;}

/* "<<" oikeassa alanurkassa */

.back-oan {font-size: x-small;}


/* taulukko */
/* the standard table */


/* td-tagit */
/* td-tags */

/* .td {font-family: "arial", "helvetica", "geneva", sans-serif;} */

.taulukko {font-size: small;
           color: black;
           background-color: #F0F0FF; }  

.taulukko-ulko {font-size: small;
                color: black;
                background-color: #000000; }

.taulukko-sisa {font-size: small;
                color: black;
                background-color: #F0F0FF; }  

.taulukon-otsikko {font-size: medium;
                   font-weight: bold;
                   align : center;
                   color : black;
                   background-color: #BEBEFF; }
 
.taulukon-rivi {font-size: small;
                color : black;
                background-color: #EAEAFF; }

         /*       background-color: #F0F0FF; } */

.taulukon-varirivi {font-size: small;
                    color: black;
                    background-color: #DCDCFF; }

.navigointi-taulukko { font-size: small;
                       color: black;
                       background-color: #FFFFFF; }  

.navigointipalkin-rivi {font-size: small;
                        color: black;
                        background-color: #FFFFFF; }

.alanavigontipalkki {font-size: small;
                     color: black;
                     background-color: #F0F0FF; 
                     border: 1 solid #000000; 
                     padding: 10 px; }

/* fonttimäärittely */
/* just the font */

.akufontti { font-family: sans-serif; }

/* ---------------------------------------------------------------------- */

DIV.tr-navi {
  /* top-right corner navigation corner */
  float: right; 
  font-size: smaller;
  border-left-style: dotted;
  border-left-width: 1px;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  /* padding: 0.5em; */
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  margin-top: -10px;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  background: #f4f4fa;
}

PRE.example, PRE.file {
  border-style: dashed none dashed none;
  border-width: 1px 0 1px 0;
  background: #f0f0fa;
  padding: 6px;
}

