/* Body of page */
body{background:#2e2e2e;color:#e7e7e7;font:12px Verdana,Arial,Helvetica,sans-serif;margin:8px;padding:0;}

/* General font families for common tags */
font,th,td,p{font:12px Verdana,Arial,Helvetica,sans-serif}
p{margin-top:2px;margin-bottom:3px}

/* General text */
.gensmall{font-size:10px}

/* General page style */
a:link,a:active,a:visited,a.postlink{color:#3e62e8;text-decoration:none}
a:hover{color:#767676}

hr{border: 0px solid #000000;border-top-width:1px;height:0px}

/* Main table cell colours and backgrounds */
.row1{background:#272727}
.row2{background:#303030}
.row3{background:#414141}
td.spacerow{background:#343434}

.row1,.row2,.row3,td.spacerow,td.rowpic,th,.topnav{
border:1px solid;border-color:#707070 #000000 #000000 #707070}

/* This is for the table cell above the Topics,Post & Last posts on the index.php */
td.rowpic{background: #343434 url(../old_forum/templates/fiblack3dblue/images/cellpic2.jpg) repeat-y}

/* Table Header cells */
th{background: #171717 url(../old_forum/templates/fiblack3dblue/images/cb_fbr_tex.gif);color: #8e8e8e;font-size:11px;
font-weight:bold;height:27px;white-space:nowrap;text-align:center;padding-left:8px;padding-right:8px}

/* This is the border line & background colour round the entire page */
.bodyline{background:#303030 url(../old_forum/templates/fiblack3dblue/images/cb_fbr_tex.gif)}

/* This is the outline round the main forum tables */
.forumline{background:#010101}

.bodyline,.forumline,.cellline{border:1px solid;border-color: #000000 #707070 #707070 #000000}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1{
font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:#767676}
.subtitle,h2{font:bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none}


/* Form elements */
form{display:inline}
input{font:11px Verdana,Arial,Helvetica,sans-serif;color:#e7e7e7}
select{background:#303030;color:#e7e7e7;font:11px Verdana,Arial,Helvetica,sans-serif}

.topnav{font-size:10px;background:#1d1c19;color:#3e62e8;height:23px;white-space:nowrap}

/* Specify the space around images */
.imgspace{margin-left:1px;margin-right:2px}
.imgfolder{margin:1px 4px 1px 4px}
.imgtitle{margin-top:8px}

/* Gets rid of the need for border="0" on hyperlinked images */
img{border:0 solid}

/* Background images for tables */
.tbltop{background:#2e2e2e url(../old_forum/templates/fiblack3dblue/images/tnav_t.gif) repeat-x}
.tblleft{background:#2e2e2e url(../old_forum/templates/fiblack3dblue/images/tnav_l.gif) repeat-y}
.tblright{background:#2e2e2e url(../old_forum/templates/fiblack3dblue/images/tnav_r.gif) repeat-y}
.tblbot{background:#2e2e2e url(../old_forum/templates/fiblack3dblue/images/tnav_b.gif) repeat-x}

/* LIGHBOX */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
