div.forumHeader {
	background-color: #C7DB5E;
	color: #FF3C07;
	font-size: 15px;
	padding: 5px 10px;
	margin-bottom: 5px;
}

div.articles div.forumHeader p.nav {
	margin-bottom: 0;
}

p.nav {
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
}

p.nav a {
	color: #000000;
	text-decoration: none;
}

input#addNew {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../Images/forumAddNew.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 114px;
	height: 21px;
	padding: 0 10px;
	text-decoration: none;
}

ul#forumTree {
	overflow: auto;
	list-style-type: none;
}

ul#forumTree li {
	border-top: 4px solid #ffffff;
	background-color: #D6DEF3;
}

ul#forumTree li li {
	border-top: 3px solid #ffffff;
	background-color: #EDF1FA;
}

ul#forumTree div.messageHolder {
	font-size: 12px;
}

ul#forumTree div.messageHolder h3 {
	font-weight: normal;
	color: #3D5382;
	font-size: 16px;
}

ul#forumTree div.messageHolder h3 span {
	color: #000000;
	font-size: 12px;
}

ul#forumTree div.messageHolder h3 span.red {
	color: #ff0000;
}

ul#forumTree div.messageHolder h3 span.senderid {
	color: #4F9B17;
}

.moderator {
	color: #f6400e;
	font-weight: bold;
}

.expert {
	color: #7733ac;
	font-weight: bold;
}

div.articles p.titles {
	margin: 0;
	padding: 0;
}

ul#forumTree div.messageBody div.content {
	min-height: 200px;
	background-color: #F6F1EC;
	padding: 10px;
	font-size: 14px;
	margin: 5px 0;
}

input.addComment {
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../Images/forumComment.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 114px;
	height: 21px;
	margin-bottom: 5px;
}

ul#forumTree div.messageBody p {
	font-size: 14px;
}

ul.forumHeaderCtrl {
	min-height: 22px;
}

ul.forumHeaderCtrl, ul.iconBox {
	list-style-type: none;
}

ul.forumHeaderCtrl li, ul.forumHeaderCtrl h3, ul.iconBox li {
	display: inline;
}

ul#forumTree li ul.forumHeaderCtrl li, ul#forumTree li ul.iconBox li {
	background-color: transparent;
}

ul#forumTree ul.forumHeaderCtrl li, ul#forumTree ul.iconBox li {
	border: 0;
	padding: 0 5px;
}

ul.iconBox {
	display: none;
	padding: 5px;
}

div#viewMsg {
	background-color: #F6F1EC;
	padding: 20px 0;
}

div#viewMsg h4, div#viewMsg h6 {
	font-weight: normal;
	font-size: 12px;
}

div#viewMsg h1 {
	color: #000000;
	font-size: 16px;
	background-color: #E0EAA2;
	padding: 3px 30px;
	margin-bottom: 10px;
}

div#viewMsg p, div#viewMsg h4, div#viewMsg h6 {
	padding: 0 30px;
}

div#viewMsg input.back {
	margin: 0 30px;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../Images/submitPost.gif);
	background-repeat: repeat-x;
	background-position: center;
	width: 114px;
	height: 21px;
	margin-bottom: 5px;
	text-align: center;
	padding-top: 2px;
}

form.comment {
	font-size: 12px;
	border: 1px solid #B2B2B2;
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 5px;
	display: none;
}

form.comment input.txt, form.comment textarea {
	background-color: #EDEDED;
	border: 0;
	width: 100%;
}

form.comment textarea {
	overflow: auto;
}

form.comment input.txt {
	height: 18px;
	overflow: hidden;
}

form.comment h4 {
	color: #000000;
	font-size: 16px;
	background-color: #E0EAA2;
	padding: 3px 0;
}

form.comment label {
	font-weight: bold;
}

div.articles form.comment dt {
	padding-top: 10px;
}

input.showIcons {
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../Images/showIcons.gif);
	background-repeat: repeat-x;
	background-position: center;
	width: 114px;
	height: 21px;
	margin-bottom: 5px;
}

input.submitPost {
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../Images/submitPost.gif);
	background-repeat: repeat-x;
	background-position: center;
	width: 114px;
	height: 21px;
	margin-bottom: 5px;
}

div#forumHeader ul li {
	float: left;
	padding: 0 30px;
}

div.messageBody {
	padding: 0;
	display: none;
}