/*

Cascading Style Sheets
Copyright S-TORM.COM / All Rights Reserved.

*/

/**************************************************************************/

/* Scroll Bar Style : General page style. The scroll bar colours only visible in IE5.5+ */

body {
background: url(images/bg/forum_bg.gif);
background-color: black;
background-repeat: repeat;
background-position: center center; 
background-attachment: fixed; 
	scrollbar-face-color: #111111;
	scrollbar-highlight-color: #222222;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color:  #f8a406;
	scrollbar-track-color: #060606;
	scrollbar-darkshadow-color: #000000;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	color : #dddddd;	
}

/*

/* 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 : #F8A406;
}

a:active {
	text-decoration: none;
	color : #FFFFFF; 	
}

a:visited {
	text-decoration: none;
	color : #F8A406;	
/*	color : #A56C03; 	*/
}

a:hover	{
	text-decoration: none;
	color : #FFFFFF;
}

/**************************************************************************/

/* Basic Bar Graph Style */
.graph { 
	position: relative; /* IE is dumb */
	width: 200px; 
	border: 1px solid #313031; 
	padding: 2px; 
	/*margin-bottom: .5em;*/					
}
.graph .bar { 
	display: block;	
	position: relative;
    background-image: url('images/pages/topic_poll_bar.gif');
	text-align: center; 
	color: #cecfce; 
	height: 1.5em; 
	line-height: 1.5em;	
						
}
.graph .bar span { position: absolute; left: 1em; }
 /* This extra markup is necessary because 
IE doesn't want to follow the rules for overflow: visible */

/**************************************************************************/

/* 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; } */

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #060606; }
td.row2	{ background-color: #000000; }
td.row3	{ background-color: #0C0C0C; }
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_bg1h.jpg);
	background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #F8A406; font-size: 11px; font-weight : bold;
	background-color: #333333;
	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: #333333; border: #FFFFFF; border-style: none;
}

/*
  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; }
td.row3Right,td.spaceRow {
	background-color: #333333; border: #333333; 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; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #F8A406;
}

/* The register, login, search etc links at the top of the page */
.mainmenu		{
	font-size : 11px;
	color : #DDDDDD;
}
a.mainmenu		{ text-decoration: none; color : #F8A406;  }
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 :  #AAAAAA; }
a.forumlink 	{ text-decoration: none; color : #AAAAAA; }
a.forumlink:visited{ text-decoration: none; color : #AAAAAA; }
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 : #CCCCCC;}
a.nav			{ text-decoration: none; color : #F8A406; }
a.nav:hover		{ text-decoration: underline;  color : White;  }

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

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

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

/* The content of the posts (body of text) */
.postbody { font-size : 11px;}
a.postlink:link	{ text-decoration: none; color : #F8A406 }
a.postlink:visited { text-decoration: none; color : #A56C03; }
a.postlink:hover { text-decoration: underline; color : White;
}

/* 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 : #F8A406;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color : #111111;
	border: 1px solid #4A4A4A;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #111111;
	border: 1px solid #4A4A4A;
}

input.post:hover {
	border: 1px solid #8F8F8F;
}

input.post:active {
	border: 1px solid #8F8F8F;
	background-color: #2D2D2D;
}


textarea.post:hover{
	border: 1px solid #8F8F8F;
}

textarea.post:active {
	border: 1px solid #8F8F8F;
	background-color: #2D2D2D;
}


input { text-indent : 2px; }

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

/* The main submit button option */
input.mainoption {
	cursor: pointer;
	background-color : #111111;
	font-weight : bold;
	/* border : 1px solid #999999; */
}

/* None-bold submit button */
input.liteoption {
	cursor: pointer;
	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: #000000; border-style: none;  color : White;  }

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

/* Simple Subforums Mod */
a.topic-new, a.topic-new:visited { color: {T_BODY_HLINK}; }
a.topic-new:hover, a.topic-new:active { color: {T_BODY_LINK}; }
/* Simple Subforums Mod */

/* alternativeSuns specific styles */

hr {
	height: 0px;
	border: solid #222222; 0px;
 	border-top-width: 1px;
}

td.mainforumcell {
	background-image : url(images/bg/forum_table_bg.jpg);
	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-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #666666;
	text-align : center;
	background-color : #0C0C0C;	
}

td.categorybar {
	background-image : url(images/table_cell_bg1.jpg);
	background-repeat : repeat-x;
	background-color : #0C0C0C;
}

td.tableborder {
	background-color: #333333;
}

td.stdtable1 {
	background-color: #0C0C0C;
	color : #FD4000;
}

a.faqlink {
	color: #F8A406;
	text-decoration: none;
}

.error {
	font-size : 11px; 
	font-weight: bold;
	color: #F8A406;
}

iframe.topicreview {
	border-color: #111111;
	border-width : 0px;
}

/**************************************************************************/

/* Quote & Code blocks */

.quotetitle, .attachtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #ffa600;

	margin: 10px 15px 0px 15px;
	padding: 3px;
	border-left: 2px solid #ffa600;
	border-top: 1px solid #111111;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	background-color: #000000;
	background-image : url(images/pages/topic_quote_bg.gif);
	background-repeat: no-repeat;

}

.quotetitle .quotetitle {
	font-size: 1em;

}

.quotecontent, .attachcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;

	margin: 0px 15px 15px 15px;
	padding: 3px;
	border-left: 2px solid #ffa600;
	border-top: 0px solid #111111;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	background-color: #000000;
}

.quotetitle .quotetitle {
	font-size: 0.85em;

}

.codetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;

	margin: 10px 15px 0px 15px;
	padding: 3px;
	border-left: 2px solid #ffffff;
	border-top: 1px solid #111111;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	background-color: #000000;
	background-image : url(images/pages/topic_code_bg.gif);
	background-repeat: no-repeat;
}

.codecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;

	margin: 0px 15px 15px 15px;
	padding: 3px;
	border-left: 2px solid #ffffff;
	border-top: 0px solid #111111;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	background-color: #000000;
}

.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 125%;
	
	background-color: #fde3b6;
	
	border-left: 2px solid #eda435;
	border-top: 2px solid #eda435;
	border-right: 2px solid #eda435;
	border-bottom: 2px solid #eda435;
	
	padding-left: 5px;
	margin-bottom: 5px;
}

.ban {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 125%;
	
	background-color: #d04545;
	
	border-left: 2px solid #d12020;
	border-top: 2px solid #d12020;
	border-right: 2px solid #d12020;
	border-bottom: 2px solid #d12020;
	
	padding-left: 5px;
	margin-bottom: 5px;
}


.quote10 { font-size : 10px; }
.quoteline { font-size : 10px; }

.code10 { font-size : 11px; }
.hide10 { font-size : 12px; }

.quote10,.code10,.hide10 { color : #222222 }
.quoteline { color : #151515 }

/**************************************************************************/

/* Text Styles */

.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #cccccc; }

.black10 { font-size : 10px; }
.black11 { font-size : 11px; }
.black12 { font-size : 12px; }
.black10,.black11,.black12 { color : #000000 }

.white10 { font-size : 10px; }
.white11 { font-size : 11px; }
.white12 { font-size : 12px; }
.white10,.white11,.white12 { color : #ffffff }

.darkgrey10 { font-size : 10px; }
.darkgrey11 { font-size : 11px; }
.darkgrey12 { font-size : 12px; }
.darkgrey10,.darkgrey11,.darkgrey12 { color : #323232 }

.red10 { font-size : 10px; }
.red11 { font-size : 11px; }
.red12 { font-size : 12px; }
.red10,.red11,.red12 { color : #ff0000 }

.blue10 { font-size : 10px; }
.blue11 { font-size : 11px; }
.blue12 { font-size : 12px; }
.blue10,.blue11,.blue12 { color : #0000ff }

.green10 { font-size : 10px; }
.green11 { font-size : 11px; }
.green12 { font-size : 12px; }
.green10,.green11,.green12 { color : #318825 }

.lightgreen10 { font-size : 10px; }
.lightgreen11 { font-size : 11px; }
.lightgreen12 { font-size : 12px; }
.lightgreen10,.lightgreen11,.lightgreen12 { color : #00fd0c }

.orange10 { font-size : 10px; }
.orange11 { font-size : 11px; }
.orange12 { font-size : 12px; }
.orange13 { font-size : 13px; }
.orange10,.orange11,.orange12,.orange13 { color : #f8a406 }

.yellow10 { font-size : 10px; }
.yellow11 { font-size : 11px; }
.yellow12 { font-size : 12px; }
.yellow10,.yellow11,.yellow12 { color : #ffd200 }

.purple10 { font-size : 10px; }
.purple11 { font-size : 11px; }
.purple12 { font-size : 12px; }
.purple10,.purple11,.purple12 { color : #e400ff }

.c1text10 { font-size : 10px; }
.c1text11 { font-size : 11px; }
.c1text12 { font-size : 12px; }
.c1text10,.c1text11,.c1text12 { color : #dfc2a0 }


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

/* Button Styles */

input.click, textarea.click, select {
	background-color : #111111;
	border: 1px solid #4A4A4A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #ffa600;
	font-size: 10px;

}

input.click:hover {
	border: 1px solid #8F8F8F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size: 10px;
}

input.click:active {
	border: 1px solid #8F8F8F;
	background-color: #2D2D2D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea.click:hover{
	border: 1px solid #8F8F8F;
}

textarea.click:active {
	border: 1px solid #8F8F8F;
	background-color: #2D2D2D;
}


/**************************************************************************/
/* Google Ads */
/**************************************************************************/

.ads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 125%;
	
	background-color: #222222;
	
	border-left: 1px solid #4a494a;
	border-right: 1px solid #4a494a;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #4a494a;
}

.a1_1{
border:solid 1px #4a494a;
padding:0px 4px 2px 4px;
background:#1a1a1a;
}

.a1_2{
border:solid 1px #8F8F8F;
padding:0px 4px 2px 4px;
background:#1a1a1a;
}


/**************************************************************************/
/* INDEX.php */
/**************************************************************************/

.index_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
    background-image: url('images/css/index_nav_bg.gif');

	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.index_navb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
    background-image: url('images/css/index_navb_bg.gif');
	background-repeat: no-repeat;
	
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.index_navb2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
    background-image: url('images/css/index_navb_bg2.gif');
	background-repeat: no-repeat;
	
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
}

/**************************************************************************/
/* PAFILEDB.php */
/**************************************************************************/

.pa_yellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 125%;
	
	background-color: #fde3b6;
	
	border-left: 2px solid #eda435;
	border-top: 2px solid #eda435;
	border-right: 2px solid #eda435;
	border-bottom: 2px solid #eda435;
	
	padding-left: 5px;
	margin-bottom: 5px;
}

.pa_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 125%;
	
	background-color: #d04545;
	
	border-left: 2px solid #d12020;
	border-top: 2px solid #d12020;
	border-right: 2px solid #d12020;
	border-bottom: 2px solid #d12020;
	
	padding-left: 5px;
	margin-bottom: 5px;
}

.pa_pink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 125%;
	
	background-color: #f078e9;
	
	border-left: 2px solid #de4bd5;
	border-top: 2px solid #de4bd5;
	border-right: 2px solid #de4bd5;
	border-bottom: 2px solid #de4bd5;
	
	padding-left: 5px;
	margin-bottom: 5px;
}

/* file.tpl */

input.pa_check {
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #ffa600;
	font-size: 10px;
	font-weight : normal;

	background-color : #111111;
    border : 1px solid #000000;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}

/**************************************************************************/
/* Forum */
/**************************************************************************/

/* Button Styles */

input.click {
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #ffa600;
	font-size: 10px;
	font-weight : normal;

	background-color : #111111;
    border : 1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
}

/* Table Styles */

.msg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 125%;
	
	background-color: #fde3b6;
	
	border-left: 2px solid #eda435;
	border-top: 2px solid #eda435;
	border-right: 2px solid #eda435;
	border-bottom: 2px solid #eda435;
	
	padding-left: 5px;
	margin-bottom: 5px;
}

.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 125%;

	background-color: #000000;

	border-left: 1px solid #181818;
	border-top: 1px solid #181818;
	border-right: 1px solid #181818;
	border-bottom: 1px solid #181818;
	
	padding-left: 5px;
	margin-bottom: 5px;
}

/**************************************************************************/