/* CSS Document */

/*
  The original Ad Infinitum v1.06 skin for phpBB version 2+
  Created by Mike Lothar (c) 2004
  http://www.mikelothar.com
  Please don't remove this. :)

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

.absbottom {
	vertical-align: text-bottom;
}
.dom_overview_abshidden { position: absolute; visibility: hidden; width: 300px; }

/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	background-color: #333333;
	background-image: url(images/mid-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;
	margin: 0px;
	padding: 0px; 
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #222222;
	scrollbar-arrow-color:  #666666;
	scrollbar-track-color: #333333;
	scrollbar-darkshadow-color: #000000; 
}

body,table {
	font-size : 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #FF0000; }
a:hover		{ text-decoration: underline; color : #800000; }
hr	{ height: 0px; border: solid #000000 0px; border-top-width: 0px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ 
	background-color: #000000;
	border: 0px #000000 solid; 
}

/* This is the outline round the main forum tables */
.forumline	{ 
	/* background-color: #303030; */
	border: 0px #000000 solid; 
}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #000000; border-style: solid; border: black; border-width: 1px 1px 1px 1px; }
td.row2	{ background-color: #000000; border-style: solid; border: black; border-width: 1px 1px 1px 1px; }
td.row3	{ background-color: #333333; border-style: solid; border: black; border-width: 1px 1px 1px 1px; }
td.row4	{ background-color: #222222; border-style: solid; border: black; border-width: 1px 1px 1px 1px; }
td.row5	{ background-color: #DDDDDD; border-style: solid; border: black; border-width: 1px 1px 1px 1px; }

/*
  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: #000000; */
}

/* Header cells - the blue and silver gradient backgrounds */
/*
th			{ font-weight: bold; font-size: 11px; color : #FF0000; text-align: left; height: 25px;}
a.th			{ font-weight: bold; font-size: 11px; text-decoration: none; color : #FF0000; }
a.th:visited			{ font-weight: bold; font-size: 11px; text-decoration: none; color : #FF0000; }
a.th:hover		{ font-weight: bold; font-size: 11px; text-decoration: underline; color : #FF0000; }
*/

th	{
	color: #c0c0c0; font-size: 10px; font-weight : bold;
	/* background-color: #000000; */
	height: 25px;;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	/* background-color:#000000; */
	border: #000000; 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 { 
   height: 29px; 
   border-width: 0px 0px 0px 0px; 
   background-color:#000000; 
} 

td.catBottom { 
   height: 20px; 
   border-width: 0px 0px 0px 0px; 
   background-color:#333333; 
} 

td.catHead { 
   height: 29px; 
   border-width: 0px 0px 0px 0px; 
   /* background-color:#000000; */
}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #e5e5e5; border-style: solid; height: 28px;
}

td.row3Right,td.spaceRow {
	/* background-color: #000000; */
	border: #000000; border-style: solid;
}

th.thHead,td.catHead { font-size: 10px; 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: 1px 0px 1px 0px; }
th.thCornerL { border-width: 1px 0px 1px 0px; }
th.thCornerR { border-width: 1px 0px 1px 0px; }

/* 
.thHead			{ font-weight: bold; font-size: 11px; color : #FF0000; text-align: left;}
a.thHead			{ font-weight: bold; font-size: 11px; text-decoration: none; color : #FF0000; }
a.thHead:visited			{ font-weight: bold; font-size: 11px; text-decoration: none; color : #FF0000; }
a.thHead:hover		{ font-weight: bold; font-size: 11px; text-decoration: underline; color : #FF0000; }
*/

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

/* General text */
.gen { font-size : 10px; }
.genmed { font-size : 11px; }
.genbig { font-size : 12px; }
.genmed { font-size : 11px; color : #111111;}
.gensmall { font-size : 9px; }
.gen,.genmed,.gensmall { color : #FFFFFF; }
a.gen,a.genmed,a.gensmall { color: #FFFFFF; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #FFFFFF; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #800000; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 10px; color : #FFFFFF }
a.mainmenu		{ font-size : 10px; text-decoration: none; color : #FFFFFF;  }
a.mainmenu:visited	{ font-size : 10px; text-decoration: none; color : #FFFFFF; }
a.mainmenu:hover{ font-size : 10px; text-decoration: underline; color : #FFFFFF; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 11px ; color : #FF0000}
a.cattitle		{ text-decoration: none; color : #FF0000; }
a.cattitle:visited		{ text-decoration: none; color : #FF0000; }
a.cattitle:hover{ text-decoration: underline; color : #800000; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #FF0000; }
a.forumlink 	{ text-decoration: none; color : #FF0000; }
a.forumlink:visited 	{ text-decoration: none; color : #FF0000; }
a.forumlink:hover{ text-decoration: underline; color : #800000; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 12px; color : #FF0000; text-align: left;}
a.nav			{ font-weight: bold; font-size: 12px; text-decoration: none; color : #FF0000; text-align: left;}
a.nav:visited			{ font-weight: bold; font-size: 12px; text-decoration: none; color : #FF0000; text-align: left;}
a.nav:hover		{ font-weight: bold; font-size: 12px; text-decoration: underline; color : #FF0000; text-align: left;}

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-size: 10px; color : #FFFFFF; }
a.topictitle:link   { text-decoration: none; color : #FFFFFF; }
a.topictitle:visited { text-decoration: none; color : #FFFFFF; }
a.topictitle:hover	{ text-decoration: underline; color : #800000; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 10px; color : #FFFFFF;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #FFFFFF; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 17px; color : #FFFFFF;}
a.postlink:link	{ text-decoration: underline; color : #FF0000 }
a.postlink:visited { text-decoration: underline; color : #FF0000; }
a.postlink:hover { text-decoration: none; color : #800000}

/* Quote & Code blocks */
.code { 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #c0c0c0; line-height: 16px;
	background-color: #404040; border: #808080; border-style: dotted;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote { 
   background-color: #333; 
   border: 2px solid #434343; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-style: normal; 
   font-weight: normal; 
   text-transform: none; 
   text-decoration: none; 
   color: #d5d5d5; 
   font-size: 10px; 
   line-height: 13px} 

.quote a { 
   color: #555; 
   text-decoration: underline}    

.quote a:hover { 
   color: #FF0000; 
   text-decoration: none} 

.quote { 
   margin: 10px; 
   padding: 10px} 

.quote .inside_quote { 
   padding: 10px}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #c0c0c0; letter-spacing: -1px;}
a.copyright		{ color: #c0c0c0; text-decoration: none;}
a.copyright:visited		{ color: #c0c0c0; text-decoration: none;}
a.copyright:hover { color: #800000; text-decoration: underline;}

/* Form elements */
input, textarea, text, select, border {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
/*	border-color : #FFFFFF; */
	text-indent : 2px;
	margin 0px;
	padding 0px;
/*	background-color : #000000; */
}

.noborder {
	border-color : white;
	margin 0px;
	padding 0px;
	border-width: 0px;
	border-style: none;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background: #343434 url('images/buttonsbg.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f5f5f5;
	border: 1px solid;
	border-color: #999 #666 #555 #888;
	padding: 1px 0.5em;
}

/* The main submit button option */
input.mainoption {
	background: #343434 url('images/buttonsbg.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f5f5f5;
	border: 1px solid;
	border-color: #999 #666 #555 #888;
	padding: 1px 0.5em;
}

/* None-bold submit button */
input.liteoption {
	background: #343434 url('images/buttonsbg.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f5f5f5;
	border: 1px solid;
	border-color: #999 #666 #555 #888;
	padding: 1px 0.5em;
}

/* 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: #303030; border-style: none; color: #c0c0c0;

/* Set Image style */
img, .forumline img {
	border: 0;
}

.avatar img { 
   background-color: #fff; 
   border: 1px solid #fff} 
    
html>body .avatar img { 
   padding: 3px; 
   background-color: #fff; 
   border: 1px solid #dbdbdb}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css"); 
