/*
    Document   : tuonti
    Created on : 21.2.2010, 19:22:58
    Author     : veikko
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
  font-size: 90%;
  font-family: arial, sans-serif;
}
div#upload_status {
  font-size:12px;
  width:80%;
  margin:10px;
  padding:5px;
  display:none;
  border:1px #999 dotted;
  background:#eee;
  color: #666;
}
a#upload_link {
  font-size: 120%;
}
p, td, li {}
h1, h2 {font-size: 140%;}
h2 {
  margin-top: 3em;
  font-size: 120%;
  background-color: #fc9;
  padding: 0.3em;
  padding-left: 1em;
  padding-bottom: 0.2em;
  border-bottom: 0.2em solid #930;
  border-left: 2em solid #930;
}
td {
  margin: 0;
  padding: 0.1em;
  padding-right: 0.3em;
}
table {margin: 0; padding: 0;}
li {margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0;}

