
/* This is the outline round the main forum tables */
.forumline {
	background-color: #000000;
	border: 2px #555555 solid;
}

hr {
	height: 0px;
	border: solid #cccccc 0px;
	border-top-width: 1px;
}

font,th,td,p,body,.bodyline,input,select {
	font-family: lucida console, lucida, sans-serif;
}

a:link,a:visited {
	text-decoration: none;
}
a:active,a:hover {
	color: #cccc55;
	text-decoration: none;
}

th,td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom,td.rowpic,th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR,td.spaceRow {
	background-color: #404040;
	color: #ffffff;
	font-weight: bold;
}

td.row1 { background-color: #2a2a2a; }
td.row2 { background-color: #202020; }
td.row3,td.row3Right { background-color: #202020; }

.maintitle,h1,h2 {
	font-weight: bold;
	font-size: 14pt;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 120%;
	color: #e0e0e0;
}

/* General text */
.gen { font-size: 10pt; }
.genmed,input,select,.topictitle,.name,.postbody { font-size: 10pt; }
.gensmall,.mainmenu,.nav,.copyright { font-size: 8pt; }

.cattitle,.forumlink {
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 1px;
}

.postdetails {
	font-weight: normal;
	font-size: 8pt;
	color: #cccccc;
}

.code {
	font-family: lucida console, lucida, sans-serif;
	background-color: #272727;
}

.quote {
	background-color: #303030;
}

.helpline {
	background-color: #373737;
	color: #ffffff;
	border-style: none;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
