/*
  subSilver Theme for phpBB
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */

BODY {	font-family: "Verdana", "Courier New", Arial, Helvetica, sans-serif;
    	background-color : #000033;
	margin-left:5px; margin-right:5px; margin-bottom:5px;
}

/* General font families for common tags */
font,th,td,p { font-family: "Verdana", "Courier New", Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { color : #3D6A93; }
a:hover		{ text-decoration: underline; color : #809BAE; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ 	background-color: #f7f7f7; 	border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ 	background-color: #f7f7f7; 	border: 2px #809BAE solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #333333; }
td.row2	{ background-color: #282828; }
td.row3	{ background-color: #333333; }

td.topic1	{ background-color: #06244A;}
td.topic2	{ background-color: #051D3B;}
td.topic3	{ background-color: #06244A;}


/*
  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: #FFFFFF;	background-image: url(images/cellpic2.jpg);	background-repeat: repeat-y;}

/* Header cells - the blue and silver gradient backgrounds */
th	{	color: Black;		font-size: xx-small;		font-weight : bold;  	background-image : url('/templates/subSilver/sub_fzero/images/topiclist_header.gif'); }

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	color: Black;		font-size: xx-small;		font-weight : bold;  	background-image : url('/templates/subSilver/sub_fzero/images/topiclist_header.gif'); 	}


/*
  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: #6495ED; 	border-style: solid; 	height: 28px; }

td.row3Right,td.spaceRow {	background-color: #333333; 	border: #6495ED; 	border-style: solid; }

/* Forum Headers */
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; text-align : center;}
th.thCornerL { border-width: 0px 0px 0px 0px;  text-align : center;}
th.thCornerR { border-width: 1px 1px 0px 0px;  text-align : center;  }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{	font-weight: bold; 	font-size: 22px; 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	text-decoration: none; 	line-height : 120%; 	color : #CCCCCC;}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #CCCCCC; }
a.gen,a.genmed,a.gensmall { color: #CCCCCC; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #809BAE; text-decoration: underline; }
.gensmall A:link{ color: #CCCCCC; text-decoration: underline; }
.gensmall A:visited { color: #CCCCCC; text-decoration: underline; }
.gensmall A:hover{ color: #809BAE; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #CCCCCC;}
a.mainmenu		{ text-decoration: none; color : #CCCCCC;  }
a.mainmenu:hover{ text-decoration: underline; color : #809BAE; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #000000; }
a.cattitle		{ text-decoration: none; color : #000000; }
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 : #CCCCCC; }
a.forumlink 	{ text-decoration: none; color : #CCCCCC; }
a.forumlink:hover{ text-decoration: underline; color : #809BAE; }


/* 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 : #CCCCCC; }
a.nav:link		{ text-decoration: none; color : #CCCCCC; }
a.nav:visited		{ text-decoration: none; color : #CCCCCC; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #CCCCCC; }
a.topictitle:link   { text-decoration: none; color : #cccccc; cursor:pointer;}
a.topictitle:visited { text-decoration: none; color : #cccccc; cursor:pointer;}
a.topictitle:hover	{ text-decoration: underline; color : #809BAE; cursor:pointer;}


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}
.name A:link   { text-decoration: underline; color : #cccccc; }
.name A:visited { text-decoration: underline; color : #cccccc; }
.name A:hover	{ text-decoration: underline; color : #809BAE; }

/* Location, number of posts, post date etc */
.postdetails		{ font-size: 10px; color: #CCCCCC;}
.postdetails A:link	{ text-decoration: underline; color : #CCCCCC; }
.postdetails A:visited	{ text-decoration: underline; color : #CCCCCC; }
.postdetails A:hover	{ text-decoration: underline; color : #809BAE; }



/* The content of the posts (body of text) */
.postbody { font-size : 12px; color : #cccccc;}
.postcontents {font-size :12px; color : #000000;}
a.postlink:link	{ text-decoration: none; color : #cccccc; }
a.postlink:visited { text-decoration: none; color : #cccccc; }
a.postlink:hover { text-decoration: underline; color : Red;
}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	color: #006600;
	background-color: #FAFAFA;
	border: #D1D7DC;
	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: #444444;
	line-height: 125%;
	background-color: #FAFAFA;
	border: #D1D7DC;
	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; letter-spacing: -1px;}
a.copyright		{ text-decoration: none; color: #CCCCCC; }
a.copyright:link	{ text-decoration: none; color : #CCCCCC; }
a.copyright:visited	{ text-decoration: none; color : #CCCCCC; }
a.copyright:hover	{ text-decoration: underline; color : #CCCCCC; }


/* Form elements */
input, textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
	border:1px solid black;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	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: #DEE3E7;
	border-style: none;
}


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");


/* Post body styles */

table.postbody_root, table.postbody_reply {
	background-color : White;
	color: black;
	font-family: "Verdana", "Courier New" Arial, Helvetica, sans-serif;
	background-color : #F7F7F7;
}

table.postbody_root {
	margin-bottom: 10px;
}

table.postbody_reply a.reply_button {			/* hide post button for replies */
	display:none;
}

table.postbody_reply td.subject_left {
	display:none;
	font-size:10pt;
	font-family: "Verdana", "Courier New", Arial;
}

table.postbody_root table.post_title{
	background-image: url("/templates/subSilver/sub_fzero/images/fz_post_tb.gif");
	color : #ECECEC;
	font-size : 12px;
}

table.mfo_postbody_reply td.post_title {
	font-weight : bold;
    	font-size : 10pt;
    	font-family : "Verdana", "Courier New", Arial;
}

table.postbody_reply td.post_subject {
	padding-left: 30px;
	font-weight: bold;
    font-size:10pt;
    font-family:"Verdana", "Courier New", Arial;
}

td.post_info {
	font-size:  8pt;
	white-space: nowrap;
	text-align: right;
}

td.post_top {
	background-image : url("/templates/subSilver/images/post_top.gif");
}
td.post_bottom {
	background-image : url("/templates/subSilver/images/post_bottom.gif");
}
td.post_left {
	background-image : url("/templates/subSilver/images/post_left.gif");
	}
td.post_right {
	background-image : url("/templates/subSilver/images/post_right.gif");
	}
table.post_signature_table {
	margin-top : 0.5em;
}
div.post_count {
	color: silver;
	font-size: 8pt;
}
div.post_rank {
	color: black;
    font-weight : bold;
    font-size : 8pt;
	font-style : normal;
}
div.post_username {
	font-size : 18px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}
div.post_message {
	padding-top : 6px;
	padding-left : 30px;
    font-size : 10pt;
    font-family : "Verdana";
}

td.post_signature {
    font-size : 8pt;
    font-family : "Verdana";
    border-color: black;
	border-style: solid;
	border-width: 1px;
	border-top-width : 1px;
	border-bottom-width : 0px;
	border-left-width : 0px;
	border-right-width : 0px;
}

div.post_part_nt {			/* hide user info for empty posts */
	display:none;
}


/* Top menu styles */

#mfomenu, #mfomenu ul  {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#mfomenu  {
	padding-bottom: 0.8em;
}

#mfomenu li {
	float: left;
	position: relative;
	width:5em;
	padding-left:3px;
	padding-right:3px;
	text-align: left;
	cursor: default;
}

#mfomenu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	white-space:nowrap;
	background-color: #000033;
	padding: 0.5em 0 0.5em 0;
}

#mfomenu li ul li {
	clear:left; 
	width:auto;
	padding-right:5px; 
}

/* IE will align the second-level lists to the top right of their relative parent rather than the bottom left.
	Top and left in the declaration above sets them correctly for IE.
	Declaration below resets the top and left properties on all but IE browsers */

#mfomenu li>ul {
	top: auto;
	left: auto;
}

#mfomenu hr {
    width: 8em;
}

#mfomenu a {
	display: block;
	text-decoration: none;
	font-size: 9px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #CCCCCC;
}

#mfomenu div a {
	color: white;
}

#mfomenu a:hover {
	color: #809BAE;
	text-decoration: underline;
}

#mfomenu li:hover ul {
	display: block;
}

/* Spoiler styles */
.spoiler { border-right: 1px solid; padding-right: 6px; border-top: 1px solid; margin-top: 10px; padding-left: 6px; padding-bottom: 6px; border-left: 1px solid; padding-top: 6px; border-bottom: 1px solid; position: relative}
.spoilertitlebox { margin-top: -16px }
.spoilertitle { background-color: white }
.spoilertext { display: none }

/* Admin bar styles */
div.adminbar {
	position:absolute;
	left:0px;
	visibility:hidden;
	white-space: nowrap;
}

div.adminbar a img{
	opacity: .3;
	filter: alpha(opacity=30);

}
div.adminbar a:hover img{
	opacity: .9;
	FILTER: alpha(opacity=90)
}

/* quote table styles */

table.quote_table {
	width: 94%;
}

td.quote_message {
	padding: 3px;
	border: black 1px solid;
	background-color: #DEDEE3;
    font-size:10pt;
    font-family:"Verdana";
}

table.quote_table td.quote_name {
	padding: 3px;
	font-weight: bold;
	font-family: Verdana;
	font-size:10pt;
}

/* Game selector in header */

div#SelectedForums, div#UnSelectedForums {
 display: inline;
 margin: 10px;
}
div#GameSelector {
 height:140px;
 width:900px;
 cursor:default;
 display:inline;
}
div#SelectedForums div {
 display: none;
 margin: 1px;
 width:100px;
}
div#UnSelectedForums div {
 display: inline;
 margin: 1px;
}

div#SelectedForums div#f4-4, div#SelectedForums div#f5-5, div#SelectedForums div#f48-48, div#SelectedForums div#f49-49, div#SelectedForums div#f50-50, div#SelectedForums div#f51-51  {
 display: inline;
 padding-right:40px;
}
div#UnSelectedForums div#f4-4, div#UnSelectedForums div#f5-5, div#UnSelectedForums div#f48-48, div#UnSelectedForums div#f49-49, div#UnSelectedForums div#f50-50, div#UnSelectedForums div#f51-51  {
 display: none;
}

/*Topic Preview Tooltip Styles */
#previewtooltip {
 width: 450px;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135);
}

#previewtooltip_content1 {
 width: 450px;
 height: 100px;
 padding-top:15px;
 background: url("/templates/subSilver/sub_fzero/images/topicpreview_back.gif") no-repeat top left;
}

#previewtooltip_content2 {
 padding:0px;
 margin: 5px;
 margin-top:0px;
 font:11px Verdana;
 color:black;
 width:440px;
 height:80px;
}

#previewtooltip_content table.quote_table td.quote_name {
	padding: 3px;
	font-weight: bold;
	font-size:10pt;
 	color:white;
}


/********** Home Page Styles ***************/
div.contentdiv
{
	background-color:#C1D6EE; 
	border:1px solid #111111;
	padding-bottom:2px;
}

span.contenttext
{
	color:#000000;
	font-size:10pt;
	/*a:link,a:active,a:visited { color : #000000; } 
	/*a:hover	{ text-decoration: underline; color : #000000; } */
}

div.hiddencontent
{
	background-color:#C1D6EE;
	height:300px;
	display:none;
	width: 100%;
}

span.postedby
{
	font-family:verdana;
	font-size:8pt;
	/*a:link {color: black;}
	/*a:visited {color: black;}
	a:hover {color: blue;}
	a:active {color: blue;}*/
}

.contentlinks	{ color : #000000; }
a.contentlinks:link   { text-decoration: none; color : #000000; }
a.contentlinks:visited { text-decoration: none; color : #000000; }
a.contentlinks:hover	{ text-decoration: underline; color : #000000; }

div.genhidden{display:none;}

#general1, #general2, #general3, #general4
{
	display:none;
}

#general0
{
	display:block;
}

img.active{
	cursor:pointer;
	margin-left:10px;
}

img.inactive{
	cursor:default;
	margin-left:10px;

}

.homecontents
{
	padding:5px;
	padding-top:30px;
	padding-bottom:15px;
	width:171px;
}

#gencontent
{
	padding:5px;
	padding-top:10px;
	padding-bottom:15px;
	width:171;
}

#clcontent{ background:url(/templates/subSilver/sub_fzero_stuff/images/climax_content.gif) repeat-x top left; }

#gplcontent{ background:url(/templates/subSilver/sub_fzero_stuff/images/gpl_content.gif) repeat-x top left;}

#gxcontent{ background:url(/templates/subSilver/sub_fzero_stuff/images/gx_content.gif) repeat-x top left;}

#mvcontent{ background:url(/templates/subSilver/sub_fzero_stuff/images/mv_content.gif) repeat-x top left;}

#xcontent{ background:url(/templates/subSilver/sub_fzero_stuff/images/x_content.gif) repeat-x top left;}

#snescontent{ background:url(/templates/subSilver/sub_fzero_stuff/images/snes_content.gif) repeat-x top left;}

.topiclist
{
	cursor:default;
	height:182px;
	padding:5px;
	font:10pt Verdana;
}

.newspost
{
	cursor:default;
	height:182px;
	padding:5px;
	overflow:auto;
	display:none;
	font:10pt Verdana;
}

.newsmidleft
{
	background:url(/templates/subSilver/sub_fzero_stuff/images/news_mid_left.gif) repeat-y top left;
	width:12px;
}

.newsmidright
{
	background:url(/templates/subSilver/sub_fzero_stuff/images/news_mid_right.gif) repeat-y top right;
	width:17px;
}

.newstopleft{ width:100%; }

#newstopleftgen{ background-image:url(/templates/subSilver/sub_fzero_stuff/images/news_top_left_gen.gif); }

#newstopleftcl{ background-image:url(/templates/subSilver/sub_fzero_stuff/images/news_top_left_climax.gif); }

#newstopleftgpl{ background-image:url(/templates/subSilver/sub_fzero_stuff/images/news_top_left_gpl.gif); }

#newstopleftgx{ background-image:url(/templates/subSilver/sub_fzero_stuff/images/news_top_left_gx.gif); }

#newstopleftmv{ background-image:url(/templates/subSilver/sub_fzero_stuff/images/news_top_left_mv.gif); }

#newstopleftx{ background-image:url(/templates/subSilver/sub_fzero_stuff/images/news_top_left_x.gif); }

#newstopleftsnes{ background-image:url(/templates/subSilver/sub_fzero_stuff/images/news_top_left_snes.gif); } 


.newsbotleft
{
	background-image:url(/templates/subSilver/sub_fzero_stuff/images/news_bot_left.gif);
	width:100%;
}
