/*
   K: Missä tätä käytetään?
   V: Paikkauntien kirjoja esitettäessä
     http://sushi.kvy.fi/sshy/sivut/jasenille/paikat.php
*/

DIV.taulu  {
	align : center;
}

img  {
        border : 0;
}

BODY.paperi {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: medium;
        background-image : url(../kuvat/bck_paperi_vihrea.jpg);
        margin-left: 0;
        margin-top: 0;
        text-align : center;
}
TABLE.paperi98 {
        background-image : url(../kuvat/bck_paperi.jpg);
        border-color: #E9BD38 #E9BD38 #E9BD38 #E9BD38;
        text-align : center;
        margin-left: auto;
        margin-right: auto;
        width : 98%;
        cellspacing: 0;
}

TABLE.paperi {
        background-image : url(../kuvat/bck_paperi.jpg);
	border-color: #E9BD38 #E9BD38 #E9BD38 #E9BD38;
	text-align : center;
	margin-left: auto;
	margin-right: auto;
	width : 80%;
}

TABLE.otsake {
	width : 98%;
	border : 0px;
	height : 25px;
}

TABLE.otsikko {
	width : 80%;
}

TABLE.nappulat {
	width : none;
	height : 20px;
	margin-top : 2px;
}
TABLE.hakemisto {
	width : 98%;
}
/******************************************************************
 Taulujen solut
 ******************************************************************/

TH {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : small;
  font-weight : bold;
  background-color : #C9D0B3;
  color: Black;
}

TD {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : small;
}

TD.hakemisto1 {
	background-color : #FAFAF8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	text-align : left;
	width : 7%;
}
TD.hakemisto2 {
	background-color : #EAEAE8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	text-align : left;
	width : 7%;
}
TD.hakemisto3 {
	background-color : #FAFAF8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	text-align : left;
}
TD.hakemisto4 {
        background-color : #EAEAE8;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : small;
        text-align : left;
}

TR.hak1 {
        background-color : #FAFAF8;
}

TR.hak2 {
        background-color : #EAEAE8;
}


TD.kommentti {
	background-color : #FAFAF8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	text-align : left;
	font-style : italic;
	color : #6F6F6F;
}
TD.otsikko {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	background-color : #C9D0B3;
	color: Black;
}

TD.paivays {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color: Black;
		background-color : #C9D0B3;
}
TD.painike {
	background-image : url(/sshy/kuvat/bck_painike.jpg);
	text-align : center;
	font-size : xx-small;
			width : 50px;
}
TD.copy_rajaaja {
	background-color : Maroon;
	height : 2px;
}

TD.top {
	width: 100%;
	vertical-align: text-top;
}

TD.left  {
        text-align: left;
}
SPAN.kom {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5C6189;
}

/******************************************************************
 LInkit 
 ******************************************************************/
A:link {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;	
	font-weight : bold;
	color: Black;
	}
A:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	color: Gray;
}
A:active {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	color: orange;
}
A:HOVER {
	background-color : #FCD183;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	color : Black;
}

/* Painikkeiden linkit                                                                                  */
A:link.painike {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : normal;
	text-decoration : none;
	color: #FFFFCC;
}
A:visited.painike {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : xx-small;
font-weight : normal;
	text-decoration : none;	
	color: #FFE79B;
}
A:active.painike {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : xx-small;
font-weight : normal;
	text-decoration : none;	
	color: orange;
}
A:HOVER.painike { 
	background-color : #FCD183; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : xx-small;
font-weight : normal;
	text-decoration : none;	
	color : Black; 
}


