 /* General page style. The scroll bar colors only visible in IE5.5+ */
body {
	

/*	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
*/
	
	margin-top : 0px ! important;
	margin-left : 0px ! important;
	margin-right : 0px ! important;
	margin-bottom : 0px ! important;
	color : #000000;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited {
	text-decoration: none;
	color: #336699;
	
}
a:hover		{
	text-decoration: none;
	color: #FF6600;
}

/* Horizontal rules */

hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

hr.hr_whitedotted	{ height: 0px; border: 1px dotted White; }

hr.hr_whitesolid	{ height: 0px; border: 1px solid White; }

hr.hr_aquadotted	{ height: 0px; 	border: dotted  #63CEFF;}

hr.hr_yellowdotted	{ height: 0px; 	border: dotted  #FFCE00;}



/* This is the border line & background colour round the entire page */
.bodyline	{
	background-color: #13619F;
	background : url("images/background2.gif");
}

/* This is the outline round the main forum tables */
.forumline	{

}



/* The register, login, search etc links at the top of the page */
.mainmenu		{
	font-size : 11px;
	color : black
}
a.mainmenu		{
	text-decoration: none;
	color : black;
}
a.mainmenu:hover{
	text-decoration: underline;
	color: #FC6016;
}


/* Forum category titles */
.cattitle		{
	font-weight: bold;
	font-size: 22px ;
	color : Navy;
	font-family : "Trebuchet MS", Verdana, Helvetics, Arial, sans-serif;
	margin-left : 1px;
}
a.cattitle		{
	text-decoration: none;
	color : Navy;
}
a.cattitle:hover{
	text-decoration: underline;
	color : Navy;
}

a.cattitle:visited{
	color : Navy;
}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{
	font-weight: bold;
	font-size: 12px;
	color : White;
	text-transform : uppercase;
	letter-spacing : 0.5em;
}
a.forumlink 	{
	font-family : "Trebuchet MS", Verdana, Helvetics, Arial, sans-serif;
	text-decoration: none;
	color : White;
}
a.forumlink:hover{
	color: #FC6016;
	text-decoration : none;
}

.forumdescription {
	font-family : Verdana, Helvetics, Arial, sans-serif;
	text-decoration: none;
	color : White;
	font-size : 11px;
}

.forummoderator {
	font-family : Verdana, Helvetics, Arial, sans-serif;
	text-decoration: none;
	color : White;
	font-size : 10px;
}


/* 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 : White;
}
a.nav			{
	text-decoration: none;
	color : White;
}
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{
	font-weight: bold;
	font-size: 11px;
	color : White;
}
a.topictitle:link   {
	text-decoration: none;
	color : White;
}
a.topictitle:visited {
	text-decoration: none;
	color : #9CCEFF;
}
a.topictitle:hover	{
	text-decoration: underline;
	color: #FFCE00;
}


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; }

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{
	text-decoration: underline;
	color : #9CCEFF
}
a.postlink:visited {
	text-decoration: none;
	color : #319CFF;
}
a.postlink:hover {
	text-decoration: underline;
	color: #FFCE00;
}

a.faqlink:link	{
	text-decoration: underline;
	color : #9CCEFF
}
a.faqlink:visited {
	text-decoration: none;
	color : #9CCEFF
}
a.faqlink:hover {
	text-decoration: underline;
	color: #FFCE00;
}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	color: #FFCE00;
	border: dashed #FFCE00;
	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: #63CEFF;
	line-height: 125%;
	border: #63CEFF;
	border-style: dashed;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}


/* Copyright and bottom info */
.copyright		{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: White;
	letter-spacing: -1px;
}
a.copyright		{
	color: #9CCEFF;
	text-decoration: none;
}
a.copyright:hover {
	color: #FFCE00;
	text-decoration: underline;
}


input { text-indent : 2px; }
