body {
  background-color: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  SCROLLBAR-BASE-color:  #2b4a5d;
  SCROLLBAR-ARROW-color: #9fca87;
}

hr {
  height: 1px; 
  color: #004c75;
  background-color: #ffffff;
}

ul, li, p, font, th, td {
  color: #616161;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #7f9db9 solid; }

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


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


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #bbc7cf;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #fefefe;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #2B4A5D;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#bbc7cf;
}

td.cat,td.catHead,td.catBottom {
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: normal;}
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF;}



/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 16px; font-family: Arial,Helvetica,sans-serif;
			text-decoration: none; line-height : 120%; color : #616161;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #182738; }
a.gen,a.genmed,a.gensmall { color: #182738; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #ff5f00; text-decoration: underline; }


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


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


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


/* 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 : #182738;}
a.nav			{ text-decoration: none; color : #182738; }
a.nav:hover		{ text-decoration: underline; }


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


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

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


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


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #182738;
	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: 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
}


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


/* Form elements */
input,textarea, select {
	color : #182738;
	font: normal 11px Arial,Helvetica,sans-serif;
	border-color : #182738;
	border-width : 1px;
	vertical-align: middle;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 1px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #182738;
	font-size: 11px; font-family: Arial,Helvetica,sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }

/*--Site--------------------------------------------------*/
img {
	border: 0px;
}
.menu, .menuu, .menub {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: lowercase;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
.menuu {
	text-transform: none;
}
.menub {
	font-weight: bold;
}
.menu a, .menu a:hover, .menub a, .menub a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.lgreen {
	font-family: Arial, Helvetica, sans-serif;
	color: #9FCA87;
	font-size: 12px;
	text-transform: lowercase;
}
.lgreen a, .lgreen a:hover {
	color: #9FCA87;
	text-decoration: none;
}
.menus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: lowercase;
	text-decoration: none;
	background-color: #517083;
	padding-left: 3px;
	padding-right: 3px;
}
.menus a, .menus a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.menu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
}
a.list, a.list:link, a.list:hover, a.list:visited {
	color: #626262;
}
.lists {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F9926;
}
a.lists, a.lists:link, a.lists:hover, a.lists:visited {
	color: #3F9926;
}
a {
	text-decoration: underline;
	color: #465060;
}
a:hover {
	text-decoration: none;
}
