/*body
{
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	color : #DDDDDD;	
}*/

body
{
	background: #3b3b3b;
}

/* General font families for common tags */
/*font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #DDDDDD;
}*/

a:link {
	text-decoration: none;
	color : #00ffff;
}

a:active {
	text-decoration: none;
	color : #ffffff; 	
}

a:visited {
	text-decoration: none;
	color : #00ffff;	
}

a:hover	{
	text-decoration: underline;
	color : #FFFFFF;
}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: Black; border: 1px solid #333333; }

/* This is the outline round the main forum tables */
/* .forumline	{ background-color: #111111; border: 1px none #333333; } */

td
{
	/*text-align: center;*/
	vertical-align: middle;
}

/* Main table cell colours and backgrounds */
td.row1, td.row2, td.row3
{
	vertical-align: middle;
	border: #9b9b96 1px solid;
	padding: 5px;
}
td.row1
{
	background-color: #3b3b3b;
}
td.row2
{
	background-color: #464644;
}
td.row3
{
	background-color: #696962;
}
td.inputrow
{
	background-color: #111111;
}

/*
  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: #333333;
	background-image: url(images/table_cell_bg1.jpg);
	background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th
{
	color: white;
	font-size: 11px;
	font-weight : bold;
	background-color: #9b9b96;
	height: 26px;
	/*background-image: url(images/table_cell_bg1h.jpg);*/
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom
{
		/*background-image: url(images/table_cell_bg1h.jpg);*/
		background-color: #9b9b96;
		border: #9b9b96 1px solid;
		color: white;
}

td.catHead
{
	border-bottom-color: #3b3b3b;
	padding: 0px 0px 2px 0px;
}

td.catBottom
{
	padding: 2px 0px 0px 0px;
}

/*
  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, just ignore it :-)
*/

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: bold;
	/*border: #000000; border-style: none;*/
	border: #9b9b96 1px solid;
}

th.thHead
{
	border: #9b9b96 1px solid;
}

td.row3Right,td.spaceRow
{
	background-color: #333333;
	border: #9b9b96;
	border-style: solid;
}

/* The largest text used in the index page title and toptic title etc. */
/*.maintitle,h1,h2
{
	font-weight: bold; font-size: 18px;
	text-decoration: none;
	line-height: 120%; color : #00ffff;
	display: block;
}*/

.maintitle
{
	display: block;
	width: 734px;
	height: 25px;
	background: url(/ui/base/block_header.gif) repeat-x left top;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	/*vertical-align: middle;*/
	padding: 10px 10px 1px 10px;
	position: relative;
	margin: -10px -10px 0px -10px !important;
}

.block_title
{
	width: 734px;
	height: 25px;
	background: url(/ui/base/block_header.gif) repeat-x left top;
	position: relative;
	margin: -10px -10px 0px -10px !important;
}

.block_title td
{
	font-size: 17px;
	font-weight: bold;
	line-height: 17px;
	vertical-align: middle;
	padding: 0px 10px 1px 10px;
}

.block_title td a
{
	color: white;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color: #9b9b96; }
a.gen,a.genmed,a.gensmall { color : #00ffff; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color : #FFFFFF; text-decoration: underline; }
/* a.gen:visited,a.genmed:visited,a.gensmall:visited { color : #00ffff; text-decoration: none; } */

.catBottom .gen, .catBottom .genmed, .catBottom .gensmall { color: white; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{
	font-size : 11px;
	color : #DDDDDD;
}
a.mainmenu		{ text-decoration: none; color : #00ffff;  }
a.mainmenu:hover{ text-decoration: underline; color : White; }


/* Forum category titles */
.cattitle
{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
}
a.cattitle		{ text-decoration: none; color : #FFFFFF; }
a.cattitle:visited		{ text-decoration: none; color : #FFFFFF; }
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 :  #ffffff; }
a.forumlink 	{ text-decoration: none; color : #ffffff; }
a.forumlink:visited{ text-decoration: none; color : #ffffff; }
a.forumlink:hover{
	text-decoration: underline;
	color : White;
}
a.forumlink:visited{

}

.forumdescr {
	color : #999999;
}


/* 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: #ffffff;}
a.nav, a:link.nav, a:visited.nav			{ text-decoration: none; color : #ffffff; }
a.nav:hover, a.nav:active		{ text-decoration: underline;  color : White;  }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #ffffff; }
a.topictitle:link   { text-decoration: none; color : #ffffff; }
a.topictitle:visited { text-decoration: none; color : #cdcdcb; }
a.topictitle:hover	{ text-decoration: underline; color : White; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #DDDDDD;}

/* Location, number of posts, post date etc */
.postdetails
{
	/*vertical-align: middle;*/
	font-size: 10px;
	color: #AAAAAA;
}


/* The content of the posts (body of text) */
.postbody
{
	font-size : 11px;
	border: none;
}
a.postlink:link	{ text-decoration: none; color : #00ffff }
a.postlink:visited { text-decoration: none; color : #A56C03; }
a.postlink:hover { text-decoration: underline; color : White;
}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #0099FF;
	background-color: Black; border: #777777; border-style: dashed;
	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: #999999; line-height: 125%;
	background-color: Black; border: #777777; 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: #CCCCCC; letter-spacing: -1px;}
a.copyright		{ color: #FFFFFF; text-decoration: none;}
a.copyright:hover { color: #FFFFFF; text-decoration: underline;}


/* Form elements */
/*input,textarea, select
{
	color : #00ffff;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color : #111111;
	border-color: #222222;
}*/

/* The text input fields background colour */
/*input.post, textarea.post, select {
	background-color : #111111;
}*/

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button, input.mainoption, input.liteoption {
	font-size: 10px;
	padding: 0px;
	border: #9b9b96 1px solid;
	color: #93938f;
	background: #26261f;
	/*width: 80px;*/
	cursor: pointer;
	height: 21px;
}

/* The main submit button option */
input.mainoption {
	/*background-color : #111111;*/
	font-weight : bold;
	/* border : 1px solid #999999; */
}

/* None-bold submit button */
input.liteoption {
	/*background-color : #111111;
	font-weight : normal;*/
	/* border : 1px solid #999999;	 */
}

input.checkbox {
	/*background-color : #000000;*/
}

/* 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: #3b3b3b; border-style: none;  color : White;  }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/* alternativeSuns specific styles */

hr
{
	color: #9b9b96;
	background: #9b9b96;
	border: 0px solid #9b9b96;
	height: 2px;
}

td.mainforumcell
{
	/*border: solid #0F0F0F 1px;*/
	/*border-left-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 0px;
	border-top-width : 0px;*/
}

td.newpms {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-repeat: no-repeat;
	color : White;
	text-align : center;
	background-image : url(images/topimg_pm.jpg);
}

td.forumcolumns
{
	font-size: 9px;
	color: white;
	text-align: center;
	vertical-align: middle;
	background-color: #9b9b96;
	border: #9b9b96 1px solid;
	border-bottom-color: #3b3b3b;
	padding: 0;
}

td.categorybar
{
	/*background-image : url(images/table_cell_bg1.jpg);
	background-repeat : repeat-x;*/
	background-color: #9b9b96;
	height: 20px;
	vertical-align: middle;
	border: #9b9b96 1px solid;
}

td.tableborder
{
	/*background-color: #333333;*/
}

td.stdtable1
{
	background-color: #0C0C0C;
	color : #FD4000;
}

a.faqlink {
	color: #00ffff;
	text-decoration: none;
}

.error {
	font-size : 11px; 
	font-weight: bold;
	color: #00ffff;
}

iframe.topicreview
{
	border-color: #111111;
	border-width : 0px;
}

.catBottom input, .catBottom select
{
	border-color: #cdcdcb;
}


#info-group
{
	padding-top: 15px;
	display: none;
}
