/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: Black;
	scrollbar-face-color: #111111;
	scrollbar-highlight-color: #222222;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #333333;
	scrollbar-arrow-color:  #F8A406;
	scrollbar-track-color: #060606;
	scrollbar-darkshadow-color: #000000;
	background-image : url(images/bg_space.jpg);
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	color : white;	
}

/* General font families for common tags */
p, td		{ font-size : 11; color : #000000; }
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: 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: #A9B8C2; border: solid #D1D7DC 0px; border-top-width: 1px; } */

/* Main table cell colours and backgrounds */
td.row1	{ background-color : #060606; }
td.row2	{ background-color: #000000; }
td.row3	{ background-color: #0C0C0C; }
td.row2x    { background-color: #333333; }
td.row1x    { background-color: #222222; }
td.inputrow { background-color: }
td.row_helped { background-color: #444444; }

/*
	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);
}

/* 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;
}

/* New Messages NIE WIEM CO TO I NA CO */
.pm { font-size: 11px; text-decoration: none; color: #FF0000 }

input.post2, textarea.post2, select {
	background-color : #111111;
}




/* General text */
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #CCCCCC; }
a.gen,a.genmed,a.gensmall { color : #FFFFFF; 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; } */

/* 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 */
.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;
}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #0099FF;
	background-color: Black; border: #777777; border-style: solid;
	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: solid;
	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;}
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-color: #222222;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #111111;
}

input { text-indent : 2px; }
input.post2, textarea.post2, radio.post2 select {
	background-color : #111111;
}					{ text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #111111;
	color : #DDDDDD;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 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: #000000; border-style: none;  color : White;  }

/* Highlight bad words for moderators instead of censoring them */
span.badwordhighlight {
	background-color: #FFFF00;
}

.topbkg { background: #dbe3ee url(images/cellpic_bkg.jpg) repeat-x }
.topnav { font-size:10px;background: #e5ebf3 url(images/cellpic_nav.gif) repeat-x;color:#dd6900; height: 21px; white-space: nowrap; text-align: center; border: 0px solid #91a0ae; border-width: 1px 0 1px 0 }

.pm { font-size: 11px; text-decoration: none; color: #FF0000 }
.table0
{
	padding: 4px;
	border-bottom: 1px solid #00000E;
	border-left: 1px solid #00000E;
	color : #e5ebf3;
	font-size : 10px;
}

.sb1 { background-color: #222222; }
.sb2 { background-color: #333333; }

.topbkg{url(templates/Solaris/images/cellpic_bkg.jpg) repeat-x}
.topnav{font-size:10px;background: #e5ebf3 url(templates/Solaris/images/cellpic_nav.gif) repeat-x;color:#dd6900;
height:21px;white-space:nowrap;text-align:center;border: 0px solid #91a0ae;border-width: 1px 0 1px 0}

.pagination {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
    padding-bottom: 4px;
	cursor: pointer;
	text-decoration: none;
}
.pagination a, .pagination a:visited, .pagination a:active {
	background-color: #EAEBEB;
	color: #000;
	border-color: #D4D7DA;
	border: #D4D7DA 1px solid;
	padding: 1px;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #FFF;
	color: #666;
	border-color: #EAECEF;
	border: #EAECEF 1px solid;
	text-decoration: none;
	padding: 1px;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/* alternativeSuns specific styles */

hr {
	height: 0px;
	border: solid #222222; 0px;
 	border-top-width: 1px;	
}

td.maintable {
	background-image : url(images/bg_top_planet.jpg);
	background-repeat : no-repeat;
}

td.mainforumcell {
	background-image : url(images/bg_space_one_layer.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;

}

.menu0, .menu0 dl {
	font-size: 12px;
	position: absolute;
	width: 120px;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #eee #aaa #aaa #eee;
}

.menu0 dt {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background-color: #888;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa #666 #666 #aaa;
	padding: 4px 5px;
}

.menu0 dl dt {
	background-color: #ccc;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border: 0;
	padding: 0;
}

.menu0 dd  {
	background-color: #ccc;
	color: #000;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 22px;
}

.menu0 dd.active {
	font-weight: bold;
}

.menu0 dt a {
	background: url("submenu.gif") no-repeat 140px 8px;
	padding-right: 20px;
}

.menu0 a:link, .menu0 a:visited {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 4px 5px;
}

.menu0 a:hover {
	color: #fff;
	background-color: #008;
}

.menu0 dl {
	position: absolute;
	border: 0;
}

.menu0 dl dd {
	position: relative;
	left: 121px;
	bottom: 22px;
	border-left: 1px solid #eee;
	border-right: 1px solid #aaa;
}