#header {
	margin: 0;
}

#ilmoitukset div.ilmoitus
{
	background-color: #9EA5A9;
	color: #213;
	width: 75%;
	border: 1px dotted #000;
}

div.toivomus {
	background-color: #E1E7E7;
	border: 1px solid #000;
	color: #000;
}

div.toivomus div.kentta {
	border: 0;
}

div.toivomus div.nimi {
	background-color: #A0A5A4;
	color: #000;
}

div.toivomus a.toiminto {
	margin-left: 0.5em;
}

table {
	border: 1px thin #000;
}

table tr td, table tr th {
	border: 0;
}
table th {
	background-color: #ccc;
	color: #110000;
}
table tr td
{
	background-color: #eee;
	border-top: 1px dotted #000;
	color: #110000;
}

table a {
	color: #333366;
}

a.toiminto, p.listatoiminnot a {
	background-color: #dadada;
	border: 1px solid #000;
	padding: 0.1em 0.4em;
	color: #000;
}
a.toiminto:hover, p.listatoiminnot a:hover {
	background-color: #eee;
	border: 1px solid #003300;
	color: #000;
	text-decoration: none;
}

p.listatoiminnot a {
	width: 14em;
	padding: 0.2em 0.5em;
}

#menu {
	background-color: #ccc;
	background-image: none;
}
#menu_top {
	background-color: #aaa;
}
form div.submit input {
	background-color: #dadada;
}
div.menu a.selected, div.menu a.selected:hover {
	background-color: #ddd;
	color: #000;
}
div.menu a.menuitem:hover {
	background-color: #ddd;
}
div.menu a.logout, div.menu a.logout:hover {
	color: #000;
}

