/* General page style. The scroll bar colours only visible in IE5.5+ */
a { 	cursor: crosshair; }
body {
	background-color: #000000;
	background-image: url(images/NGC_bg.JPG);
	cursor: crosshair;
	margin: 0px 0px 0px 0px;
	scrollbar-3dlight-color:;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color:;
	scrollbar-face-color: #000066;
	scrollbar-highlight-color:;
	scrollbar-shadow-color:;
	scrollbar-track-color: #000033;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link { color : #0099FF; }
a:active { color : #0066FF; }
a:visited { color : #0066FF; }
a:hover		{ text-decoration: underline; color : #0000FF; }
hr	{ height: 0px; border: solid #000066 0px; border-top-width: 1px; }

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: transparent; border: 1px # solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #FFFFFF solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #000066; }
td.row2	{ background-color: #000066; }
td.row3	{ background-color: #000066; }

/*
  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: #000066;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	background-color: #0099FF;
	background-image: url(images/NGC_table_header.jpg);
	color: #FFFFFF; 
	font-size: 11px; 
	font-weight : bold;
	height: 25px;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color: #000066;
	border-style: solid;
	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, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	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: #000033; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #000066; border: #; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }

/* Sidebar tables */

.sidebartable {
        background-color: #000066;
	height: 100%;
	color : #FFFFFF;
	font-size : 10px;
}

.tableborder {
	background-color: #000066;
	border-left: #ffffff solid 1px;
	border-right: #ffffff solid 1px;
	color : #FFFFFF;
	font-size : 10px;
}

.tableborderbottom {
	background-color: #000066;
	border-bottom: #ffffff solid 1px;
	border-left: #ffffff solid 1px;
	border-right: #ffffff solid 1px;
	color : #FFFFFF;
	font-size : 10px;
}

.tablebordertop {
	background-color: #000066;
	border-left: #ffffff solid 1px;
	border-right: #ffffff solid 1px;
	border-top: #ffffff solid 1px;
	color : #FFFFFF;
	font-size : 10px;
}

/* The largest text used in the index page title and topic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #0099FF;
}
.subtitle	{
	font-size: 12px;
	color : #0099FF;
}

/* General text */
.custom { font-size : 10px; }
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #FFFFFF; }
a.gen,a.genmed,a.gensmall { color: #0099FF; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #0000FF; text-decoration: underline; }

/* Header Menu: FAQ, Search, Memberlist, etc. */
.mainmenu		{ font-size : 11px; color : #0099ff; }
a.mainmenu		{ text-decoration: none; color : #0099ff; }
a.mainmenu:active	{ text-decoration: none; color : #0066ff; }
a.mainmenu:visited	{ text-decoration: none; color : #0066ff; }
a.mainmenu:hover	{ text-decoration: underline; color : #0000ff; }

/* Category Titles (index.php) */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #0099ff; }
a.cattitle		{ text-decoration: none; color : #0099ff; }
a.cattitle:active	{ text-decoration: none; color : #0066ff; }
a.cattitle:visited	{ text-decoration: none; color : #0066ff; }
a.cattitle:hover	{ text-decoration: underline; color : #0000ff; }

/* Forum Titles (index.php) */
.forumlink		{ font-weight: bold; font-size: 12px; color : #0099ff; }
a.forumlink 		{ text-decoration: none; color : #0099ff; }
a.forumlink:active	{ text-decoration: none; color : #0066ff; }
a.forumlink:visited	{ text-decoration: none; color : #0066ff; }
a.forumlink:hover	{ text-decoration: underline; color : #0000ff; }

/* Topic Titles (viewforum.php) */
.topictitle		{ font-weight: bold; font-size: 11px; color : #ffffff; }
a.topictitle   		{ text-decoration: none; color : #0099ff; }
a.topictitle:active 	{ text-decoration: none; color : #0066ff; }
a.topictitle:visited 	{ text-decoration: none; color : #0066ff; }
a.topictitle:hover	{ text-decoration: underline; color : #0000ff; }

/* Navigation Text (viewforum.php): Next Generation Consoles Forum Index -> User Greetings, Page: 1, 2, 3, etc. */
.nav			{ font-weight: bold; font-size: 11px; color : #ffffff; }
a.nav			{ text-decoration: none; color : #0099ff; }
a.nav:active		{ text-decoration: none; color : #0066ff; }
a.nav:visited		{ text-decoration: none; color : #0066ff; }
a.nav:hover		{ text-decoration: underline; color : #0000ff; }

/* Name of Poster (viewforum.php, viewtopic.php) */
.name			{ font-size : 11px; color : #ffffff; }

/* Poster Details (viewtopic.php): Age, Joined, Posts, Location, etc. */
.postdetails		{ font-size : 10px; color : #ffffff; }

/* Post Message (viewtopic.php) */
.postbody 		{ font-size : 11px; color : #ffffff; }
a.postlink		{ text-decoration: underline; color : #0099ff; }
a.postlink:active	{ color : #0066ff; }
a.postlink:visited 	{ color : #0066ff; }
a.postlink:hover 	{ color : #0000ff; }

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #000033; border: #000066; 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: #FFFFFF; line-height: 125%;
	background-color: #000033; border: #ffffff; 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: #FFFFFF; letter-spacing: -1px;}
a.copyright		{ color: #FFFFFF; text-decoration: none;}
a.copyright:hover 	{ color: #FFFFFF; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #FFFFFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #FFFFFF;
}

textarea {
	background-image: url('images/NGC_post.JPG');
	background-repeat: repeat;
	color: #18bd0b;
	font-family: verdana;
	font-size: 14px;
	height: 250px;
	width: 450px;}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #000033;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #000066;
	color : #FFFFFF;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #000033;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #000033;
	font-weight : normal;
}

/* 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: #000066; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");