td
{
	text-align:left;
}

.smalltext
{
	font-size: 10px;
	font-family: Verdana;
}

/** -----------------------------------------------------------------------------------------
 * Forum Top Table
 *
 * The table at the top of every page, displaying the forum title and location, as well as the
 * name of the current thread/post and the general user links, such as UserCP, Search, Logout...
 */
.forumcontainer-title
{
	width:100%;
	background:#FFFFFF;
	border:1px #757575 solid;
	
	font:10px verdana, helvetica;
	line-height:120%;
}

.topbar-forumname
{
	font-weight:bold;
	font-size:10px;
	background-color:#f7f3e1;
	padding:8px;
}

.topbar-link
{
	background-color:#e3dcc1;
	padding:1px 5px;
	border-top:1px #757575 solid;
}

.topbar-link a,
.topbar-link a:visited,
.topbar-link a:hover
{
	text-decoration:none !important;
}

/** -----------------------------------------------------------------------------------------
 * The two main elements, the forumcontainer, a table that contains a category and it's forums,
 * and the thead which describes the category (the head of the table).
 */
.forumcontainer
{
	width:100%;
	background:#FFFFFF;
}

.forumcontainer tr td,
.forumcontainer tr td div
{
	font:10px verdana, arial, helvetica, sans-serif;
	line-height:120%;
}

.thead
{
	border:1px #757575 solid;
	padding:4px;
	
	/*
		Pale, olive-green: bbd1b3
		Pale clear blue: cbe0e5
		Original intense blue: a6d1db
	*/
	background-color:#b8cfd6;
}

/** -----------------------------------------------------------------------------------------
 * Forum text formatting
 *
 * These classes are for <span> tags that describe the forum names and their descriptions.
 */
.forumtitle
{
	text-decoration:underline;
	font-weight:bold;
}

.forumdescription
{
	font-size:smaller;
}

.forumsub
{
	color:#535353;
}

/** -----------------------------------------------------------------------------------------
 * ForumStrip [normal and lastcell]
 *
 * These are single rows with several cells which describe the type of content in the cells
 * below them. They are meant to be used in tables below the thead class row.
 */
.forumstrip
{
	background-color:#e3dcc1/*cbe0e5*/;
	border-bottom:1px #757575 solid;
	border-left:1px #757575 solid;
}

.forumstrip-lastcell
{
	background-color:#e3dcc1/*cbe0e5*/;
	border-bottom:1px #757575 solid;
	border-left:1px #757575 solid;
	border-right:1px #757575 solid;
}

/** -----------------------------------------------------------------------------------------
 * ForumRow [normal and lastcell]
 *
 * These are the rows that represent forums (below categories).
 */
.forumrow
{
	height:45px;
	
	padding:2px;
	border-left:1px solid #757575;
	border-bottom:1px solid #757575;
	background-color:#f7f3e1;
}

.forumrow-lastcell
{
	padding:2px;
	border-left:1px solid #757575;
	border-bottom:1px solid #757575;
	border-right:1px solid #757575;
	background-color:#f7f3e1;
}

.unread
{
	background-color:#f5eb99 !important;
}

.locked
{
	background-image:url(./forum_lock.gif);
	background-repeat:no-repeat;
}

/** -----------------------------------------------------------------------------------------
 * Topic Row [normal and lastcell]
 *
 * These are the rows that represent topic in a forum
 */

.topicrow
{
	height:35px;
	
	padding:2px;
	border-left:1px solid #757575;
	border-bottom:1px solid #757575;
	background-color:#f7f3e1;
}

.topicrow-lastcell
{
	padding:2px;
	border-left:1px solid #757575;
	border-bottom:1px solid #757575;
	border-right:1px solid #757575;
	background-color:#f7f3e1;
}

.topicauthor
{
	color:#666666;
}

.topictitle
{
	text-decoration:underline;
	/*font-weight:bold;*/
	font-size:11px;
}


/** -----------------------------------------------------------------------------------------
 * ForumStats
 *
 * These class definitions are used by the little table at the bottom of the index page,
 * where general forum information, WOL list, legend and other things are shown.
 */
.forumstats-iconcell
{
	padding:10px;
	border-left:1px #757575 solid;
	background-color:#f7f3e1;
}

.forumstats-section
{
	background-color:#e3dcc1;
	border:1px #757575 solid;
}

.forumstats-section a,
.forumstats-section a:hover
{
	text-decoration:none !important;
}

.forumstats-row
{
	padding:3px;
	border-left:1px #757575 solid;
	border-right:1px #757575 solid;
	background-color:#f7f3e1;
}

.footer-notice
{
	font:10px verdana, helvetica;
	text-align:right;
	font-style:italic;
	color:#999999;
}

.username a
{
	color:black;
}

.username a:hover
{
	color: #F38A51;
}
























