
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E5E5E5;
	scrollbar-face-color: #CDD5DB;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CDD5DB;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #98AAB1;
}

.imglink
{
    border: 0px;
}

.bodyline
{ 
    background-color: #FFFFFF; 
    border: 1px #98AAB1 solid;
}

/* This is the outline round the main forum tables */
.forumline	
{ 
    background-color: #FFFFFF; 
    border: 2px #006699 solid; 
}

.forumlineimage
{
    background-image: url(images/ForumTopBack.gif);
}

.catlineimage
{
    background-image: url(images/catback.gif);
}

.inputtext
{
	color : #595655;
	font: normal 12px Geneva, Arial, Helvetica, san-serif;
	border-color : #595655;
}


/* The largest text used in the index page title and toptic title etc. */
.maintitle	
{
	font-weight: bold; 
	font-size: 22px; 
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	line-height : 120%; 
	color : #595655;
}


/* 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; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #595655; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		
{ 
    font-size : 11px; 
    color : #595655 
}
a.mainmenu		
{ 
    text-decoration: none; 
    color : #006699;  
}
a.mainmenu:hover
{ 
    text-decoration: underline; 
    color : #DD6900;
}