/* 
** This style sheet is based on the Plone style sheet for CSS2-capable
** browsers (Copyright Alexander Limi, 2002 - http://limi.net)
** Style sheet documentation can be found at http://plone.org/documentation
**
** Local modifications by Jonas Juselius <{firstname}@iki.fi>
*/

body {
    font: 65% Verdana, Helvetica, Arial, sans-serif;
    background: #ffffff; 
    color: Black;
    margin: 10;
    padding: 0;
}

div.pagebox {
	/* background: #dee7ec; */
	background: white; 
	border: #000000 1px solid;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0em 0em 0em 0em;

}

div.downloadBox {
  background: #ffffff;
  border: #000000 1px solid;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin: 0em 0em 2em 0em;
}

div.modBox {
  background: #ffffff;
  border: #000000 1px solid;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin: 0em 0em 2em 0em;
  text-align: center;
}

div.addressbox {
	color: #000000;
	background: #ffffff;
	border: #000000 1px solid;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0em 0em 0em 0em;
}


.footer {
    background: #ffffff;
    border-top: 1px solid #8CACBB; 
    border-bottom: 1px solid #8CACBB;
    color: Black;
    font-size: 50%;
    clear: both;
    float: none;
    margin: 0em 0em;
    padding: 0.1em 0em 0.1em 0em;
    text-align: center; 
    text-transform: lowercase; 
}

/*  */


