/* new forum */

.featureColour {
	background-color: #8e75ae;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
	border-top: 1px solid #b696e0;
}
	
#forumcontainer {float: left; width: 949px; text-align: left; padding-top: 15px;}

#forumpublic p {
	/*padding: 0;
	margin: 0;*/
	/*font-size: 1.2em;*/
}
	
#forumpublic table td  {
	font-size: 1em;
	padding-bottom: 2px;
}

#forumpublic table td p{
	/*font-size: 1.2em;*/
	padding-bottom: 2px;
	margin: 10px 0;
}

#forumpublic table#mainforumlist, #forumpublic table#forumforum, #forumpublic table#forumedit, #forumpublic table#forumthread {
	margin-right: 20px;
	margin-bottom: 10px;
	width: 100%;
}
#forumpublic table#mainforumlist th, #forumpublic table#forumforum th, #forumpublic table#forumthread td.forumheader {
	color: #fff;
	/*font-size: 1.2em;*/
	/*border: 1px solid #eee;*/
	padding: 5px;
	/*background-color: #7dc0d2;*/
	background-color: #8e75ae;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
	border-top: 1px solid #b696e0;
	white-space: nowrap;
}
#forumpublic table#mainforumlist tr td, #forumpublic table#forumforum tr td, #forumpublic table#forumthread tr td {
	padding: 5px;
}
  #forumpublic table#forumthread tr td.forumuser {
  /*background-color: #7dc0d2;*/
  background-color: #D2C8DF;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #b696e0;
	color: #333;
  }
  #forumpublic table#forumthread tr td.forumposthead {
  /*background-color: #e4f4f8;*/
  background-color:#e7e7e7;
  }
  
 #forumpublic table#forumthread tr td.forumcontent {
 height: 20px;
 }
 
 #forumpublic table#mainforumlist tr td p,  #forumpublic table#forumforum tr td p  {
 	margin: 0;
 	padding: 0;
 }
#forumpublic table#mainforumlist tr.even td, #forumpublic table#forumforum tr.even td {
	background-color: #e7e7e7;
	/*border: 1px solid #8e75ae;*/
}
#forumpublic table#mainforumlist tr.odd td, #forumpublic table#forumforum tr.odd td {
	/*border: 1px solid #8e75ae;*/
	border: 1px solid #e7e7e7;
}
#forumpublic table#forumedit td {
	padding-bottom: 5px;
	vertical-align: top;
}
#forumpublic table#forumedit td label {
	font-weight: bold;
}
#forumpublic table#forumthread td.forumuser {
	background-color: #eee;
	vertical-align: top;
	width: 100px;
	margin: 0;
	padding: 5px;
}

#forumpublic table#forumthread td.threadHeader {
	 background-color: #8e75ae;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
	border-top: 1px solid #b696e0;
	color: #fff;
}

#forumpublic table#forumthread td.forumcontent {
	border: 1px solid #F4ECF1;
	font-size: 0.9em;
}


#forumpublic table#forumthread td.forumcontent {
	padding-bottom: 5px;
	
	
}
#forumpublic table#forumthread q {
	background-color: #f4f4f4;
	display: block;
	border: 1px solid #ddd;
	margin:0;
	padding:0;
	margin-right: -13px;
	color: #666;
	
}

#forumpublic table#forumthread q:before,#forumpublic table#forumthread q:after {content:"";}

#forumpublic h3#forumtopic {
font-size: 1.7em;
font-weight:bold;
margin-bottom: 10px;
}
#forumpublic .error {
	font-weight: bold;
	}
	
#forumpublic a.forumbutton {
	margin: 0;
	padding: 4px;
	/*background-color: #7dc0d2;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;*/
	background-color: #8e75ae;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
	border-top: 1px solid #b696e0;
	text-decoration: none;
	color: #fff;
	/*font-size: 0.9em;*/
	line-height: 25px;
	white-space: nowrap;
}

#forumpublic a.forumbutton:hover {
	background-color: #9d9d9d;
	border-top: 1px solid #ddd;
}

#forumpublic img#contimg {
	border: 1px solid #77265c;
	padding: 3px;
}
#forumpublic table#contprofile {
	border: 3px solid #77265c;
	background-color: #fff;
	width:100%;
}
#forumpublic table#contprofile a{
	/*color:#fff;*/
}
#forumpublic table#contprofile th#contname {
	background-color: #77265c;
	font-size: 1.4em;
	border: 0;
	width: auto;
}
#forumpublic table#contprofile th {
	vertical-align: top;
	padding: 5px;
	background-color: #e1c9d9;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 100px;

}
#forumpublic table#contprofile td {
	vertical-align: top;
	padding: 5px;
	background-color: #f0f0f0;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	
}

#forumpublic input.disabled {
	background-color: #ebebe4;
	border: 1px solid #7f9db9;
	}

#forumpublic .topicTitle {
	/*font-size: 1.2em;*/
	}	
	
#forumpublic .paging {
	font-size: 0.8em;
	}

#forumpublic a.profileLink {
	color: #0b5510;
}

#forumpublic form#search {
	display: inline;
	
	}