/* CSS Document */

#forum {width:610px; float:left; min-height:580px; _height:580px; border:0px;}

/* General font families for common tags */
#forum font,th,td,p { font-family:verdana,arial,sans-serif,helvetica; }
#forum a:link { color : #0064B8; }
#forum a:active { color : #0064B8; }
#forum a:visited { color : #0064B8; }
#forum a:hover		{ text-decoration: underline; color : #0064B8; }
#forum hr	{ height: 0px; border: solid #333333 0px; border-top-width: 1px;}

/* This is the outline round the main forum tables */
#forum .forumline	{ background-color: #FFFFFF; border: 1px #666666 solid; }

/* Header cells - the blue and silver gradient backgrounds */
#forum th	{
	color: #FFFFFF; font-size: 12px; font-weight : bold;
	background-color:#333333; border: #000000; border-style: solid; height: 28px;
}

/* The largest text used in the index page title and toptic title etc. */
#forum .maintitle,h1,h2	{
			font-weight: bold; font-size: 20px;
			text-decoration: none; line-height : 120%; color : #333333;
}

/* General text */
#forum .gen { font-size : 12px; }
#forum .genmed { font-size : 11px; }
#forum .gensmall { font-size : 10px; }
#forum .gen,.genmed,.gensmall { color : #333333; }

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


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

/* titles for the topics: could specify viewed link colour too */
#forum .topictitle			{ font-weight: bold; font-size: 11px; color : #333333; }
#forum a .topictitle:link   { text-decoration: none; color : #0064B8; }
#forum a .topictitle:visited { text-decoration: none; color : #888888; }
#forum a .topictitle:hover	{ text-decoration: underline; color : #0064B8; }


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

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

/* The content of the posts (body of text) */
#forum .postbody { font-size : 12px;}
#forum a .postlink:link	{ text-decoration: none; color : #0064B8 }
#forum a .postlink:visited { text-decoration: none; color : #888888; }
#forum a .postlink:hover { text-decoration: underline; color : #0064B8}


/* Quote & Code blocks */

#forum .quote {
	font-size: 11px; color: #444444; 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
}

#forum input { text-indent : 2px; }
