/* This is the outline round the main forum tables */
.article table.forumline td,.article table.forumline th{
	border-color:#fff
}

.article table.forumline{margin-bottom: 15px;}

.article table.forumline td.row1{vertical-align: top;}

a.nav{
	display: block;
	height: 16px;
	line-height: 16px;
	color: #000;
	font-size: 10px;
	background: transparent url(../images/arrow_up.png) no-repeat left 0;
	padding-left: 18px;
	text-decoration:none;
}
a.nav:hover{text-decoration:underline}

a.postLink{
	display: block;
	height: 16px;
	line-height: 16px;
	color: #000;
	font-size: 10px;
	background: transparent url(../images/add.png) no-repeat left 0;
	padding-left: 18px;
	text-decoration:none;
}

a.postLink:hover{text-decoration:underline;}

.userlink{
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	height: 16px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	display: block;
}

.userlink a,.userlink a:visited{
	color: #000;
	text-decoration: none;
}
.userlink a:hover,.userlink a:focus{text-decoration:underline;}

.modify{background-image: url(../images/user_edit.png);margin-top: 7px;}
.logout{background-image: url(../images/user_go.png)}

.article table.forumline td.row1 table{margin-top: 0;}
.article table.forumline td.row1 table td{border:none;}

.forum_paging{
	background: #5E6165;
	padding: 5px 10px;
	color: #fff;
	float: left;
	margin: 0 0 10px 0;
}

.forum_paging a,.forum_paging a:visited{
	color: #F18600;
	text-decoration: none;
	
}

.postBtnCont,.regBtnCont{
	border: 1px solid #CF7500;
	display:block;
	margin: 0 10px 10px 0;
	float: left;
	clear: left;
}

a.postBtn,.regBtnCont a,.regBtnCont a:visited{
	display: block;
	padding: 5px 5px 5px 23px;
	text-align:center;
	border-top: 1px solid #FF9D1F;
	color: #fff;
	font-weight: bold;
	font-size:10px;
	text-decoration: none;
}

a.postBtn{background: #F18600 url(../images/add.png) no-repeat 3px center;}
.regBtnCont a{background: #F18600 url(../images/user_add.png) no-repeat 3px center;}

.rteDiv{
	border: 1px solid #9F9F9F;
	margin-bottom: 10px;
}

.article .rteDiv table td{
	border-color:#BF6B6B;
}

div.loginBox table td{
	vertical-align: top;
}
div.loginBox table td input{
	border: none;
}
div.loginBox table td input.button{
	border-top: 1px solid #A3A3A3;
	margin-bottom: 0;
	/*padding-bottom:3px;*/
}
div.loginBox table td input.button:active{
	border-top: none;
	border-bottom: 1px solid #A3A3A3;	
}
.loginButtonCont{border: 1px solid #444;display:block;}

a.postBtn:hover,a.postBtn:focus,.regBtnCont a:hover,.regBtnCont a:focus{text-decoration:underline;}

a.postBtn:active,.regBtnCont a:active{
	border-top:none;
	border-bottom: 1px solid #FF9D1F;
}

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


/* Header cells - the blue and silver gradient backgrounds */
th {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #F18600;
	height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color:#FFFFFF;
	border: #FFFFFF;
	border-style: solid;
	height: 28px;
}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold;
	border: #FFFFFF;
	border-style: solid;
	height: 28px;
}

th.thHead,td.catHead {
  font-size: 12px;
	border-width: 1px 1px 0px 1px;
}
th.thRight,td.catRight,td.row3Right {
  border-width: 0px 1px 0px 0px;
}
th.thLeft,td.catLeft {
  border-width: 0px 0px 0px 1px;
}
th.thBottom,td.catBottom {
  border-width: 0px 1px 1px 1px;
}
th.thTop {
  border-width: 1px 0px 0px 0px;
}
th.thCornerL {
  border-width: 1px 0px 0px 1px;
}
th.thCornerR {
  border-width: 1px 1px 0px 0px;
}

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

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

/* The register, login, search etc links at the top of the page */

/* Forum category titles */
.cattitle {
  font-weight: bold;
}
a.cattitle,.forumlink a{
  text-decoration: none;
}
a.cattitle:hover,.forumlink a:hover{
  text-decoration: underline;
}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink a,.forumlink a:visited {
	font-weight: bold;
	color: #5E6165;
}


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

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

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

.postDate{
	display: block;
	margin-top: 5px;
}

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

/* Form elements */
input,textarea, select {
	color: #000000;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	border-color: #000000;
}

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

input {
  text-indent: 2px;
}

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

