/*
svagt grön: #b7c1a3
mellangrön: #94a76d
mörkgrön: #54662e
starkt mörkgrön: #4b6d00
*/
html {
	min-height: 100%;
	min-width: 780px;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #54662e;
}
a:hover {
	color: #6d0000;
}
a img {
	border: none;
}
body {
	background: #fff url(/bg.gif) repeat-x;
	color: #333;
	font: normal 1em Verdana, Helvetica, Arial, sans-serif;
	padding: 10px;
}
div#container {
	margin: 0 auto;
	padding: 10px 0;
	width: 780px;
}
input, textarea, td, th, button {
	font: normal .9em Verdana, Helvetica, Arial, sans-serif;
}
form label {
	font-weight: bold;
}
table th {
	font-weight: bold;
	text-align: right;
}
h1,h2,h3,h4,p,li {
	line-height: 1.3em;
}
h2,h3,h4,p,ul,fieldset {
	margin-top: 1em;
}
td, th {
	vertical-align: middle;
}
td p, th p {
	margin: 0;
}
form fieldset {
	padding: 0 10px;
	border: 1px solid #999;
}
form fieldset legend {
	font-weight: bold;
	color: #666;
}
form fieldset table.report {
	margin: 10px 0;
}
form input, form textarea, form button {
	padding: 2px;
}
form input.numeric {
	text-align: right;
}
input.text, select, textarea {
	background-color: #eee;
	border: 1px solid #999; 
}
p.error {
	color: #f00;
	font-size: .9em;
}
td.previous,th.previous {
	font-size: .8em;
	text-align: right;
	color: #666;
}
td p.error {
	margin-left: 5px;
}
ul {
	margin-left: 1.5em;
}
small {
	font-size: 0.8em;
}
.right {
	text-align: right;
}
hr {
	border: 1px solid #b7c1a3;
	margin-top: 1em;
	margin-bottom: 1em;
}
div.profileReport {
	padding-bottom: 1em;
	margin-left: 1em;
}
p.description {
	margin-top: .5em;
	margin-left: 1em;
	font-style: italic;
}
acronym {
	border-bottom: 1px dotted gray;
}
div#menu {
	font-size: 0.9em;
}
div#menu ul {
	list-style-type: none;
	margin: 0 0 1em 0;
}
div#menu ul li {
	display: inline;
	margin-right: 1em;
}
p#footer {
	color: #999;
	font-size: 0.8em;
	margin-top: 2em;
	border-top: 1px solid #eee;
}
span.plus {
	color: #4b6d00;
}
span.minus {
	color: #6d0000;
}
