body {
	background-color: #f4f2d3;
	font-family: verdana, arial, helvetica, sans-serif;
}

td,div {
	font-size: 10pt;
}

h1 {
	font-size: 150%;
}

.contentheading {
	font-size: 120%;
	font-weight: bold;
}

.contentpaneopen {
	border-collapse: collapse;
}

a {
	white-space: nowrap;
}

.moduletable-prod {
	width: 100%;
}

.moduletable-prod th {
	background-color: #433d3b;
	color: #ccdbb5;
}

.moduletable-prod tr td a {
	color: #433d3b;
	padding-left: 0.1em;
	padding-right: 0.3em;
}

.moduletable-prod tr td a:hover {
	text-decoration: none;
	background-color: #ddd;
	color: blue;
}

.moduletable-login {
	width: 100%;
}

.moduletable-login th {
	background-color: #433d3b;
	color: #ccdbb5;
}

.moduletable-login td {
	font-size: 80%;
}

.moduletable-login input {
	font-size: 80%;
}

#active_menu {
	background-color: #DDF;
	color: blue;
}

td a {
	text-decoration: none;
}

td a:hover {
	text-decoration: underline;
}

#breadcrumb {
	font-size: 80%;
}

table.moduletable-bot {
	width: 100%;
}

ul#mainlevel-bot {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#mainlevel-bot li {
	display: block;
	float: left;
}

ul#mainlevel-bot li a {
	display: block;
	color: black;
	padding: 0.3em;
	margin-right: 1em;
	text-decoration: none;
	font-weight: bold;
}

ul#mainlevel-bot li a:hover {
	color: white;
}

ul#mainlevel-bot li a#active_menu-bot {
	color: white;
}

input#mod_search_searchword {
	font-size: 80%;
}

