@charset "utf-8";
/* CSS Document */


.forumTable {
	background-color: #9999CC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333399;
	border-right-color: #333399;
	border-left-color: #333399;
	font-size:.9em;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.forumTable th {
	background-color: #333399;
	color: #FFFFFF;
	margin: 4px;
	padding: 6px;
}

.forumTable th a:link, .forumTable th a:hover, .forumTable th a:visited, .forumTable th a:active {
	color: #ffffff;
}

.forumTable td {
	margin: 2px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333399;
}

.forumTable tr td table tr td {
	border: none; 
}

.forumTable .tdHeader {
	font-weight:bold; 
	text-align:right; 
}

.forumTable .tdHeader a:link, .forumTable .tdHeader a:hover, .forumTable .tdHeader a:visited, .forumTable .tdHeader a:active {
	color: #ffffff;
}

/* Topic - view */
.forumTable .lightHeader {
	background-color: #666699;
}

.forumTable .lightHeader a:link, .forumTable .lightHeader a:hover, .forumTable .lightHeader a:visited, .forumTable .lightHeader a:active {
	color: #ffffff;
}

.forumTable .lightHeader #username{
	font-size: .9em;
	vertical-align: middle;
}

.forumTable .lightHeader .userinfo {
	width:140px;
	display:inline;
}

.forumTable .userdetails {
	text-align:left;
	font-size: .8em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;	
}

.forumTable .userdetails img {
	margin: 8px;  
}

.forumTable .userdetails #head {
	font-weight: bold;
	padding-right: 4px;
	padding-bottom: 6px;   
	
}
/* end topic view styles */

/* in forum header */ 
.forumbreadcrumb  {
	font-size:.8em;
	margin-left: 20px; 
	margin-right: 20px; 
	margin-bottom: 0px; 
	margin-top: 6px; 
}

.forumbreadcrumb #text {
	font-weight:800; 
}

.forumbreadcrumb #carat {
	font-size:1.2em; 
	font-weight:bold;
	padding-left: 5px; 
	padding-right: 5px;  
}

.stats {
	margin-top: 30px;
	margin-bottom: 40px; 
}

.statheader {
	text-align:left; 
}

.stattext {
	font-size:.8em;
	padding-left:8px; 

}

.groupname {

}


.sectionheader {
	text-align:left; 
}

.sectionname {
	text-align:left;
}

.sectiondescheader {
	text-align:left;
	font-size:.7em; 
}

.sectiondesc {
	text-align:left; 
	font-size:.7em; 
}

.topicname {
	text-align:left;
}

.lastpostinfo {
	font-size:.7em; 
}

.lastpostinfo #head {
	font-weight:bold; 
}

/* buttons */
.buttons {
	margin-right: 20px;
	margin-top: 0px; 
	margin-bottom: 0px; 
	text-align:right; 
}

#quickreplytextarea {
	width: 100%;
}

