/* Cristian Seres 2005-01-13 */

h1 {
  text-align: center;
}

h2.paivitys, h2.kaivatut {
  font-size: 1em;
}

p.paivitys, p.kaivatut {
  margin-left: 2em;
}


A:link { color: #2E3C87; text-decoration: underline }
A:visited { color: purple; text-decoration: underline }
A:hover { color: #2E3C87; text-decoration: underline }
A:active { color: #2E3C87; text-decoration: underline }

#pelitaulukko {
  width: 90%;
  font-size: 10pt;
  padding: 1em;
  border: thin solid #2E3C87;
  background-color: #E8F0F6
}

#pelitaulukko th{
  padding: 10px;
}

#pelitaulukko caption{
  font-size: large;
  margin-top: 1em;
  border: thin solid #2E3C87;
  border-bottom: none;
  background-color: #E8F0F6
}

#pelitaulukko td {
  height: 2em;
  vertical-align: top;
  border-bottom: dotted white;
}

#pelitaulukko A:hover {
 color: #FEFEFE;
 background:#2E3C87;
 text-decoration: none;
}
#pelitaulukko A:active {
 color: #FEFEFE;
 background:#2E3C87;
 text-decoration: none;
}

body {
  font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Sans-Serif;
  font-size: 10pt;
  /* background: url("pics/tauskuva.gif") #e9eff8 top left repeat-y; */
  color: #2E3C87;
  /*margin-left: 0px;
  margin-top: 0px; */
  margin-left: 2em;
  background-color:#f3f0eb;
}

#alatunniste {
  font-size: 8pt;
  text-align: right;
}

table {
  font-size: 10pt;
}

#validator {
  margin-left: 0em;
}

.takaisin {
  font-size: large;
  font-weight: bold;
}
  
@media print{

  body{
    background-image: none;
    background-color: white;
  }

  #pelitaulukko{
    background-color: white;
    width: 100%;
  }

  #validator{
    display: none;
  }
}
