
body
 {
 vertical-align:top;
 padding:0;
 margin: 10px 0px 0px 0px;
 font-family: arial, sans-serif;
 font-size: 12px;
 height: 100%; 
 background-color: #024e80;
 color: #000000;
 }

html
 {
 height: 100%; 
 }

h1
 {
 color: #000000;
 font-size: 14px;
 text-align: center;
 }

h2
 {
 color: #000000;
 font-size: 14px;
 }

h3
 {
 color: #000000;
 font-size: 13px;
 }

a
 {
 color: #136aaf;
 text-decoration: none;
 }

a:hover
 {
 color: #136aaf;
 text-decoration: underline;
 }

img
 {
 border-style: none;
 }

input
 {
 font-size: 8pt;
 }

select
 {
 font-size: 8pt;
 }

textarea
 {
 font-size: 9pt;
 font-family: arial, sans-serif;
 }

.bold
 {
 font-weight: bold;
 }

.cursor
 {
 cursor: hand
 }

table
 {
 }

table.runko
 {
 margin: 0 auto;
 width: 1049px
 }

table.kalenteri
 {
 border-right: 1px solid #d3d3d3;
 border-bottom: 1px solid #d3d3d3;
 float: right;
 margin-right: 12px;
 }
 
tr.viikko
 {
 height: 20px;
 }
 
td
 {
 font-family: arial, sans-serif;
 font-size: 12px;
 }

td.pvm
 {
 border-left: 1px solid #d3d3d3;
 border-top: 1px solid #d3d3d3;
 color: #000000;
 background: #ffffff;
 width: 25px;
 text-align: center;
 }

td.pvm_varattu
 {
 border-left: 1px solid #d3d3d3;
 border-top: 1px solid #d3d3d3;
 color: #000000;
 background: #ffcccc;
 width: 25px;
 text-align: center;
 }

td.ed_pvm
 {
 border-left: 1px solid #d3d3d3;
 border-top: 1px solid #d3d3d3;
 color: #bbbbbb;
 background: #eeeeee;
 width: 25px;
 text-align: center;
 }

td.ed_pvm_varattu
 {
 border-left: 1px solid #d3d3d3;
 border-top: 1px solid #d3d3d3;
 color: #bbbbbb;
 background: #eedddd;
 width: 25px;
 text-align: center;
 }
 
input.sivuun
 {
 position:absolute;
 left:-100px;
 top:-100px;
 }

