/* General font families for common tags */
td.mainCell font,td.mainCell th,td.mainCell td,td.mainCell p { font-family: Verdana,Arial,Helvetica,sans-serif }
td.mainCell a:link,td.mainCell a:active,td.mainCell a:visited { color : #800000; }
td.mainCell a:hover		{ text-decoration: underline; color : #800000; }
td.mainCell hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline
{
}

/* This is the outline round the main forum tables */
td.mainCell .forumline	{ }


/* Main table cell colours and backgrounds */
td.mainCell
{
}

th.row1,
td.row1
{
	border-right	: 1px solid #666666;
	border-bottom	: 1px solid #666666;
}

td.row2
{
	border-right	: 1px solid #666666;
	border-bottom	: 1px solid #666666;
}

th.row3,
td.row3,
td.row3Right
{
	border-bottom	: 1px solid #666666;
}

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

/* Header cells - the blue and silver gradient backgrounds */
td.mainCell th
{
	color		: #000000;
	font-size	: 11px;
	font-weight	: bold;
	height		: 25px;
}

td.mainCell td.cat,
td.mainCell td.catHead,
td.mainCell td.catSides,
td.mainCell td.catLeft,
td.mainCell td.catRight,
td.mainCell td.catBottom
{
	height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this,td.mainCell  just ignore it :-)
*/
td.mainCell td.cat,td.mainCell td.catHead,td.mainCell td.catBottom
{
	height: 29px;
}

td.mainCell th.thHead,
td.mainCell th.thSides,
td.mainCell th.thTop,
td.mainCell th.thLeft,
td.mainCell th.thRight,
td.mainCell th.thBottom,
td.mainCell th.thCornerL,
td.mainCell th.thCornerR
{
	font-weight: bold; height: 28px;
}
	
td.mainCell, td.mainCell td.spaceRow
{
}

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


/* The largest text used in the index page title and toptic title etc. */


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

/* The register,td.mainCell  login,td.mainCell  search etc links at the top of the page */
td.mainCell .mainmenu		{ font-size : 11px; color : #000000 }

/* Forum category titles */
td.mainCell .cattitle
{
	font-weight		: bold;
	font-size		: 18px ;
	letter-spacing		: 1px;
	color			: #553000
}

.cattitle2
{
	font-weight		: bold;
	font-size		: 14px ;
	letter-spacing		: 1px;
	color			: #553000
}

/* Forum title: Text and link to the forums used in: index.php */
td.mainCell .forumlink		{ font-weight: bold; font-size: 12px; color : #553000; }

/* Used for the navigation text,td.mainCell  (Page 1,td.mainCell 2,td.mainCell 3 etc) and the navigation bar when in a forum */
td.mainCell .nav			{ font-weight: bold; font-size: 11px; color : #000000;}

/* titles for the topics: could specify viewed link colour too */
td.mainCell .topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }

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

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


/* The content of the posts (body of text) */
td.mainCell .postbody { font-size : 12px;}

/* Quote & Code blocks */
td.mainCell .code {
	font-family: Courier,td.mainCell  'Courier New',td.mainCell  sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

td.mainCell .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 */
td.mainCell .copyright		{ font-size: 10px; font-family: Verdana,Arial,Helvetica,sans-serif; color: #444444; letter-spacing: -1px;}

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

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

td.mainCell input { text-indent : 2px; }

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

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

/* None-bold submit button */
td.mainCell 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,td.mainCell  but if set to be the same
  colour as the background no one will know ;)
*/
td.mainCell .helpline { background-color: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIEInteg.css");
