/* General page style. The scroll bar colours only visible in IE5.5+ */
body { background-color:		#FFFFFF; }

/* General font families for common tags */
font,th,td,p			{ font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited	{ color : #006699; }
p, td			{ font-size : 11px; color : #000000; }
a:hover			{ text-decoration: underline; color : #DD6900; }
hr				{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px; }


/* Main table cell colours and backgrounds */
td.row1 { background-color: #FFFFFF; }
td.row2 { background-color: #FFFFFF; }
td.row3 { background-color: #FFFFFF; }


/* 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: ##000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: ##000000; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : ##000000; }
a.mainmenu:hover	{ text-decoration: underline; color : ##000000; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : ##000000}
a.cattitle		{ text-decoration: none; color : ##000000; }
a.cattitle:hover	{ text-decoration: underline; }

blockquote {
	background: #ebebeb none 6px 8px no-repeat;
	border: 1px solid #dbdbdb;
	font-size: 0.95em;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 5px;
}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : ##000000; }
a.forumlink		{ text-decoration: none; color : ##000000; }
a.forumlink:hover	{ text-decoration: underline; color : ##000000; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav		{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav	{ text-decoration: none; color : ##000000; }
a.nav:hover	{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1	{ font-weight: bold; font-size: 15px; color : #000000; }
.topictitle,h2	{ font-weight: bold; font-size: 13px; color : #000000; }
a.topictitle:link	{ text-decoration: none; color : ##000000; }
a.topictitle:visited	{ text-decoration: none; color : ##000000; }
a.topictitle:hover	{ text-decoration: underline; color : ##000000; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #000000; text-decoration: none}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }

/* The content of the posts (body of text) */
.postbody		{ font-size : 11px; line-height: 18px }
a.postlink:link	{ text-decoration: none; color : ##000000 }
a.postlink:visited	{ text-decoration: none; color : ##000000; }
a.postlink:hover	{ text-decoration: underline; color : ##000000 }

/* Quote & Code blocks */
.code {
font-family:		'Courier New', sans-serif; font-size: 11px; color: #000000;
background-color:	#FAFAFA; border: #D1D7DC; 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: 10px; color: ##000000; line-height: 125%;
background-color:	#FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width:	1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

/* Copyright and bottom info */
.copyright		{ font-size : 10px; color: ##000000; font-family: Verdana, Arial, Helvetica, sans-serif; }
a.copyright		{ text-decoration: none; color : ##000000; }
a.copyright:hover	{ text-decoration: underline; color : ##000000; }


.page-number { float:right; width: auto; text-align: right;}

