#topmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#topmenu ul li {
	background: url(../images/topmenu_right.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_left.gif) no-repeat 0 0;
	color: #7f7f7f;
	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_hover.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_hover.gif) no-repeat 0 0;
	outline: none;
}

a img {
	border: 0 none;
}

ul {
	clear: both;
}

.componentheading {
	margin-top: 8px;
	padding: 0 0 15px 0;
	font-size: 18px;
	color: #7f7f7f;
	letter-spacing: 2px;
}

table.contentpaneopen {
	width: 100%;
	margin:5px 0 0 0;
}

.contentheading,
.buttonheading {
	padding: 0 0 15px 0;
	font-size: 18px;
	color: #7f7f7f;
	letter-spacing: 2px;
	line-height: 17px;
}

#sidebar .contentheading,
#sidebar .buttonheading {
	background: url(../images/arrow_right.gif) no-repeat 0 0;
	margin: 10px 5px 10px;
	padding: 0 0 0 12px;
	font-size: 11px;
	font-weight: normal;
	color: #807f7f;
	letter-spacing: 0;
}

.separator {
	border: 1px dotted #f3f3f3;
}

#sidebar .readmore {
	text-align: right;
	color: #807f7f;
	margin-top: -5px;
	margin-bottom: 10px;
	clear: both;
}

#sidebar .moduletable,
#sidebar .moduletable_menu {
	margin-bottom: 10px;
}

.moduletable h3,
.moduletable_menu h3,
.bannerheader {
	color: #7F7F7F;
	font-size: 18px;
	font-weight: normal;
	height: 0px;
	letter-spacing: 2px;
	line-height: 20px;
	padding-bottom: 19px;
}

.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 {
	text-decoration: none;
	color: #807f7f;
	display: block;
	padding: 2px;
}

.moduletable a:hover,
.moduletable_menu a:hover,
.moduletable_menu ul li a:hover {
	text-decoration: underline;
}

.banneritem_text {
	border: 1px solid #BF5F5F;
	margin: 0 0 5px;
	padding: 3px;
}

.bannergroup_text a {
	text-decoration: underline;
	color: #7f7f7f;
	outline: none;
}

.bannergroup_text a:hover {
	text-decoration: none;
}

.inputbox {
	border: 1px solid #d6d6d4;
	background: transparent;
	color: #807F7F;
	padding: 3px;
}

.inputbox:hover {
	border: 1px solid #bdbdbd;
	color: #807F7F;
}

.button {
	cursor:pointer;
	background: #fafafa;
	border: 1px solid #d6d6d4;
	color: #807F7F;
	padding: 3px;
}
.button:hover {
	border: 1px solid #bdbdbd;
	color: #807F7F;
}

fieldset {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.small,
.createdate,
.modifydate {
	color: #CF5A5A;
	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 {
}

.column_separator .contentpaneopen {
	margin-left: 10px;
}