 /* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{  }

/* This is the outline round the main forum tables */
.forumline	{  }
td {padding:4px 4px 0px 6px;}
td.row1 {border-bottom: 1px dotted rgb(200, 200, 250);}
td.row2 {border-bottom: 1px dotted rgb(200, 200, 250);}
td.row3 {border-bottom: 1px dotted rgb(200, 200, 250);}

.list .forumlink a {
	font-size:14px;
	font-weight: bold;
	font-family: verdana, geneva;
}

.cattitle a {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.cattitle {
	font-size: 14px;
	font-weight: bold;
	color: rgb(50, 102, 152);
}

.topictitle {
	font-size: 12px;
	font-weight: bold;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: rgb(50, 102, 152); text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: rgb(30, 50, 255); text-decoration: underline; }

.thHead, .thSides {
	height:20px;
	text-align: center;
	vertical-align: baseline;
	font-size: 13px;
	font-weight: bold;
	color: rgb(50, 102, 152);
}

.list .smallsectionheading, .smallsectionheading {
	border-bottom: 1px solid rgb(180, 190, 220);
	background-color: rgb(226, 230, 244);
}

.nav {
	font-weight: bold;
	font-height: 14px;
	color: rgb(50, 102, 152);
}

.nav a:hover {
	color: rgb(62, 100, 255);
}

.tabnavbar a img {
	vertical-align:top;
	margin-right:4px;
	border: 0;
}

.tabnavbar a img.hot, .tabnavbar a:hover img.grey, .tabnavbar .hide {
	display:none;
}

.tabnavbar a:hover img.hot, .tabnavbar a img.grey {
	display:inline;
}

.list .spaceRow {
	background-color: rgb(226, 230, 244);
	border-bottom:1px solid rgb(190, 180, 220);
}

.postdetails {
 	font-size: 10px;
 }
 
 .postingarea table td {
 	text-align:left;
 	border-bottom: 0;
 	padding: 4px 10px;
 }
 
 .postingarea .quote, .postingarea .code {
 	border-bottom: 1px solid rgb(160,180,250);
 }

 .code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: rgb(248,248,238); border: rgb(160,180,250); border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: rgb(60,100,255); line-height: 125%;
	background-color: rgb(248,248,238); border: rgb(160,180,250); border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
	text-align: left;
}