/* new forum */
#forumprivate table#mainforumlist, #forumprivate table#forumforum, #forumprivate table#forumedit, #forumprivate table#forumthread {
	margin-right: 20px;
	margin-bottom: 10px;
	width: 550px;
}
#forumprivate table#mainforumlist th, #forumprivate table#forumforum th, #forumprivate table#forumthread td.forumheader {
	color: #333;
	font-size: 1.2em;
	border: 1px solid #eee;
	padding: 5px;
	background-color: #E1C9D9;
}
#forumprivate table#mainforumlist tr td, #forumprivate table#forumforum tr td, #forumprivate table#forumthread tr td {
	padding: 5px;
}
  #forumprivate table#forumthread tr td.forumuser {
  background-color: #E1C9D9;
  }
  #forumprivate table#forumthread tr td.forumposthead {
  background-color: #F4ECF1;
  }
  
 #forumprivate table#forumthread tr td.forumcontent {
 height: 20px;
 }
 
#forumprivate table#mainforumlist tr.even td, #forumprivate table#forumforum tr.even td {
	background-color: #f6f6f6;
}
#forumprivate table#mainforumlist tr.odd td, #forumprivate table#forumforum tr.odd td {
	border: 1px solid #eee;
}
#forumprivate table#forumedit td {
	padding-bottom: 5px;
	vertical-align: top;
}
#forumprivate table#forumedit td label {
	font-weight: bold;
}
#forumprivate table#forumthread td.forumuser {
	background-color: #eee;
	vertical-align: top;
	width: 100px;
	margin: 0;
	padding: 5px;
}

#forumprivate table#forumthread td.forumcontent {
	border: 1px solid #F4ECF1;
}


#forumprivate table#forumthread td.forumcontent {
	padding-bottom: 5px;
	
	
}
#forumprivate table#forumthread q {
	background-color: #f4f4f4;
	display: block;
	border: 1px solid #ddd;
	margin:0;
	padding:0;
	margin-right: -13px;
	color: #666;
	
}

#forumprivate table#forumthread q:before,#forumprivate table#forumthread q:after {content:"";}

#forumprivate h3#forumtopic {
font-size: 1.7em;
font-weight:bold;
margin-bottom: 10px;
}
#forumprivate .error {
	font-weight: bold;
	}
	
#forumprivate a.forumbutton {
	margin: 0;
	padding: 4px;
	background-color: #e1c9d9;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;	
	text-decoration: none;
	color: #77265c;
	/*font-size: 0.9em;*/
	line-height: 25px;
	white-space: nowrap;
}

#forumprivate a.forumbutton:hover {
	background-color: #eee;
}

#forumprivate img#contimg {
	border: 1px solid #77265c;
	padding: 3px;
}
#forumprivate table#contprofile {
	border: 3px solid #77265c;
	background-color: #fff;
	width:100%;
}
#forumprivate table#contprofile a{
	/*color:#fff;*/
}
#forumprivate table#contprofile th#contname {
	background-color: #77265c;
	font-size: 1.4em;
	border: 0;
	width: auto;
}
#forumprivate table#contprofile th {
	vertical-align: top;
	padding: 5px;
	background-color: #e1c9d9;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 100px;

}
#forumprivate 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;
	
}

#forumprivate input.disabled {
	background-color: #ebebe4;
	border: 1px solid #7f9db9;
	}