/*
	Futurenet theme for phpBB2, based on SubTrail
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
	/*scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;*/
	scrollbar-face-color: #0F0440;
	scrollbar-shadow-color: #4F2F9F;
	scrollbar-highlight-color: #8C78DC;
	scrollbar-3dlight-color: #420169;
	scrollbar-darkshadow-color:#420169;
	/*scrollbar-track-color: #000000;*/
	/*scrollbar-track-color: RGB(17, 4, 77);*/
	scrollbar-track-color: #0F0440;
	scrollbar-arrow-color: #6E5AC8;
}

/* General font families for common tags */
font,th,td { font-family: Arial, sans-serif }
p, li { font-family: Arial, sans-serif; font-size: 12px; color : #FFFFFF;}
a:link,a:active,a:visited { color : #8C78DC; }
a:hover		{ text-decoration: underline; color : #FFA608; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

.forumline	{ background-color: RGB(144, 96, 255); border: 1px RGB(144, 96, 255) solid; }

table {
	text-decoration: none;
	color: #000000; font-size: 12px; /*font-weight : bold*/;
}

td { color: #FFFFFF; }

td.row1	{ background-color: #000000; }
td.row2	{ background-color: #000000; }
td.row3	{ background-color: #000000; }

td.bottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
	background-color: #000000
}

th	{
	color: #FFFFFF; font-size: 12px; font-weight : bold;
	/*background-color: RGB(144, 96, 255);*/ height: 25px;
	background-color: #000000;
}


/* The largest text used in the index page title and toptic title etc. */
h1 {
			font-weight: bold;
			font-size: 22px;
			font-family: "Trebuchet MS",Verdana, Arial, sans-serif;
			text-decoration: none; line-height : 120%; color : #FFFFFF;
			text-align: center;
}

h2 {
			font-weight: none;
			font-size: 12pt;
			font-family: Arial, sans-serif;
			text-decoration: none; line-height : 120%; color : #FFFFFF;
			text-align: left;
}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
	border-color : #000000;
	border-width: 1px;
}

input { text-indent : 0px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 12px; font-family: Arial, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

.errorMsg{
	font-weight: bold;
}

.highlight{
	color : #FFA608;
}
