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

.forumTable {
	width:100%;
	background-color: #CCCCFF; /* SIXTH COLOR */
	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: #000077; /* PRIMARY COLOR */
	border-right-color: #000077; /* PRIMARY COLOR */
	border-left-color: #000077; /* PRIMARY COLOR */
	font-size:.9em;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	width:95%;
}

.forumTable th {
	background-color: #000077; /* PRIMARY COLOR */
	color: #FFFFFF; /* NINTH COLOR */
	margin: 4px;
	padding: 6px;
}

.forumTable th a, .forumTable th a:link, .forumTable th a:hover, .forumTable th a:visited, .forumTable th a:active {
	color: #FFFFFF; /* NINTH COLOR */
}
.forumTable td {
	margin: 2px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000077; /* PRIMARY COLOR */
}

.forumTable tr.oddrow td {
	background-color: #eeeeff;
}

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

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

/* Topic - view */
.forumTable .lightHeader {
	background-color: #6699CC; /* FIFTH COLOR */
}

.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; /* NINTH COLOR */	
}

.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%;
}

.forumSearch {
	margin-right: 20px;
}

.forumSearch table, .forumSearch input, .forumSearch select {
	font-size: 8pt;
}

.forumContainer {
	border: 1px solid black;
	padding: 4px 4px;
	margin: 4px 
}

