#topmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#topmenu ul li {
	background: url(../images/topmenu_rightneu.gif) no-repeat 100% 0;
	float: left;
	margin: 0 2px 0 0
}

#topmenu ul li a:link,
#topmenu ul li a:visited {
	background: url(../images/topmenu_leftneu.gif) no-repeat 0 0;
	color: #000000;
	display: inline-block;
	font-size: 0.9em;
	padding: 0 15px 0;
	text-decoration: none;
	border: 0 none;
	line-height: 30px;
	outline: none;
}

#topmenu ul li:hover,
#topmenu ul li.active {
	background: url(../images/topmenu_right_hoverneu.gif) no-repeat 100% 0;
}

#topmenu ul li a:hover,
#topmenu ul li.active a:link,
#topmenu ul li.active a:visited {
	background: url(../images/topmenu_left_hoverbeu.gif) no-repeat 0 0;
	outline: none;
}

a img {
	border: 0 none;
}

ul {
	clear: both;
}

.componentheading {
	color: #FFFFFF;
	text-transform: uppercase;
	border-bottom: 1px solid #EDEDED;
	border-right: 10px solid #EDEDED;
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 5px;
}

.contentpaneopen {
	text-align: justify;
}

.contentheading,
.buttonheading {
	margin: 5px 0;
	font-size: 1em;
	background: #FFFFFF;
	color: #ffffff;
	padding: 2px 4px;
	text-align: left;
	font-weight: bold;
}

#sidebar .moduletable,
#sidebar .moduletable_menu {
	margin-bottom: 20px;
}

.moduletable h3,
.moduletable_menu h3,
.bannerheader {
	margin: 0 0 5px;
	font-size: 1em;
	background: #EDEDED;
	color: #900;
	padding: 2px 4px;
	text-align: left;
	font-weight: bold;
}

.moduletable ul,
.moduletable_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.moduletable ul ul,
.moduletable_menu ul ul {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: outside;
}

.moduletable a,
.moduletable_menu a,
.moduletable_menu ul li a {
	border-bottom: 1px dashed #EDEDED;
	text-decoration: none;
	color: #BF5F5F;
	display: block;
	padding: 2px;
}

.moduletable a:hover,
.moduletable_menu a:hover,
.moduletable_menu ul li a:hover {
	border-bottom: 1px dashed #900;
	text-decoration: none;
	background: #EDEDED;
	color: #900;
	display: block;
}

.banneritem_text {
	border: 1px solid #EDEDED;
	margin: 0 0 5px;
	padding: 3px;
}

.bannergroup_text a {
	text-decoration: underline;
	color: #fff;
	outline: none;
}

.bannergroup_text a:hover {
	text-decoration: none;
}

.inputbox {
	border: 1px solid #ffffff;
	background: transparent;
	color: #BF5F5F;
	padding: 3px;
}

.inputbox:hover {
	border: 1px solid #fff;
	color: #fff;
}

.button {
	background: #EDEDED;
	border: 1px solid #fff;
	color: #900;
	margin: 5px 0;
}

fieldset {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.small,
.createdate,
.modifydate {
	color: #EDEDED;
	font-size: 0.8em;
}

.contenttoc {
	float: right;
	border: 1px solid #fff;
	margin: 0 0 10px 10px;
}

.contenttoc tbody tr th {
	border-bottom: 1px solid #fff;
	padding: 5px;
}

.contenttoc tbody tr td {
	padding: 1px 5px 3px;
}

.sectiontableheader,
.sectiontableentry0 td,
.sectiontableentry1 td,
.sectiontableentry2 td {
	background: #EDEDED;
	padding: 5px;
	border-bottom: 1px solid #900;
}

.column_separator .contentpaneopen {
	margin-left: 10px;
}