/*

	battlestar-galactica.org template css
	Created by Darrell Lawrence for
	http://www.battlestar-galactica.org

	Copyright (C) Darrell Lawrence 2005

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

body {
	background-color: #000000;
	background-image : url(http://www.battlestar-galactica.org/images/bgstarchart_blue.jpg);
            background-attachment:fixed;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}

/* General font families for common tags */
font {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color : #C0C0C0;
}

a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color : #834242;
}

a:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color : #FFFFFF;
}

a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color : #834242
}

a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color : #FFFFFF;
}
/* General text */

.gen {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color : #C0C0C0;
            font-size : 12px;
}
.genmed {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color : #C0C0C0;
            font-size : 11px;
}
.gensmall {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color : #C0C0C0;
            font-size : 10px;
}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #000000; 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 : #242424; }
td.row2	{ background-color: #242424; }
td.row3	{ background-color: #242424; }
td.inputrow { background-color: #111111; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
			font-weight: bold; font-size: 18px; font-family: "Arial, Trebuchet MS",Verdana, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #8E8FAA;
}

/* The register, login, search etc links at the top of the page */
.mainmenu		{
	font-size : 11px;
	color : #DDDDDD;
}
a.mainmenu		{ text-decoration: none; color : #8E8FAA;  }
a.mainmenu:hover{ text-decoration: none; color : White; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #C0C0C0}
a.cattitle		{ text-decoration: none; color : #834242; }
a.cattitle:visited		{ text-decoration: none; color : #834242; }
a.cattitle:hover{ text-decoration: none; color : #FFFFFF }


/* 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: none;
	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 : #8E8FAA; }
a.nav:hover		{ text-decoration: none;  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 : #8E8FAA; }
a.topictitle:visited { text-decoration: none; color : #8E8FAA; }
a.topictitle:hover	{ text-decoration: none; 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 : 12px;}
a.postlink:link	{ text-decoration: none; color : #8E8FAA }
a.postlink:visited { text-decoration: none; color : #8E8FAA; }
a.postlink:hover { text-decoration: none; color : White;
}


/* Quote & Code blocks */
.code {
	font-family: Arial, Courier, 'Courier New', sans-serif; font-size: 11px; color: #0099FF;
	background-color: Black; border: #777777; border-style: dashed;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #999999; line-height: 125%;
	background-color: Black; border: #777777; border-style: dashed;
	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: Arial, Verdana, Helvetica, sans-serif; color: #cccccc; letter-spacing: -1px;}
a.copyright		{ color: #FFFFFF; text-decoration: none;}
a.copyright:hover { color: #FFFFFF; text-decoration: none;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
	border : solid #111230 2px;
	border-left-width : 2px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-top-width : 2px;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
  font-family:  Arial,Tahoma,Verdana,Helvetica,sans-serif;
  background-image : url(http://www.battlestar-galactica.org/images/table_cell_bg.jpg);
  background-color: #333333;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
	border : solid #553131 2px;
	border-left-width : 2px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-top-width : 2px;
}

/* The main submit button option */
input.mainoption {
  font-family:  Arial,Tahoma,Verdana,Helvetica,sans-serif;
  background-image : url(http://www.battlestar-galactica.org/images/table_cell_bg.jpg);
  background-color: #333333;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
	border : solid #553131 2px;
	border-left-width : 2px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-top-width : 2px;
}

/* None-bold submit button */
input.liteoption {
  font-family:  Arial,Tahoma,Verdana,Helvetica,sans-serif;
  background-image : url(http://www.battlestar-galactica.org/images/table_cell_bg.jpg);
  background-color: #333333;
  color: #000000;
  font-size: 11px;
	border : solid #553131 2px;
	border-left-width : 2px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-top-width : 2px;
}

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");


td.maintable {
	background-image : url(http://www.battlestar-galactica.org/images/spacer.gif);
	background-repeat : no-repeat;
}

td.mainforumcell {
	background-image : url(http://www.battlestar-galactica.org/images/bg_space_one_layer.gif);
}

td.newpms {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 10px;
	background-repeat: no-repeat;
	color : White;
	text-align : center;
	background-image : url(http://www.battlestar-galactica.org/images/topimg_pm.jpg);
}

td.forumcolumns {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 9px;
	color : #C8C7E1;
	text-align : center;
	background-color : #18155C;
}

td.categorybar {
	background-color : #333333;
            background-image : url(http://www.battlestar-galactica.org/images/table_cell_bg1.jpg);
}

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

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

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

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

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