/* Based on the original Style Sheet for the fisubsilver v2 Theme for phpBB version 2+
Edited by Daz  - http://www.forumimages.com - last updated 13-03-03 
Modified and Adapted by Battufolo81, for templates Lkt_DarkF1
preview http://lakota.mastertopforum.com - 13-08-2004 */

/* The content of the posts (body of text) */
body {
	background: #191919;
	color: #8C96A0;
	font-size: 10px;
	font-family: Verdana;
	margin: 6px;
	padding: 0px;
	scrollbar-face-color: #242424;
	scrollbar-highlight-color: #191919;
	scrollbar-shadow-color: #242424;
	scrollbar-3dlight-color: #505050;
	scrollbar-arrow-color:  #8C96A0;
	scrollbar-track-color: #191919;
	scrollbar-darkshadow-color: #333333;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}


/* General font families for common tags */
font, th, td, p {
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	cursor: default;
	}
p {
	margin-left: 2;
	margin-right: 2;
	margin-top: 2;
	margin-bottom: 2;
	}


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

td.genmed, .genmed {
	font-size: 11px;
	}

.explaintitle {
	font-size: 10px;
	font-weight: normal;
	color: #8C96A0;
	}

/* General link style */
a:link {
	color: #8C96A0;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
	}	

a:active {
	color: #8C96A0;
	text-decoration: none;
	}

a:visited {
	color: #8C96A0;
	text-decoration: none;
	}

a:hover {
	color: #F0D664;
	text-decoration: none;
	}

a.postlink {
	color: #708090;
	text-decoration: none;
	}

/*tabelle aggiunte*/
.tb_logo {
	background: #191919;
	background-image: url('images/logo_top.gif');
	background-repeat: no-repeat;
	}

.tb_footer {
	background: #191919;
	background-image: url('images/bcktable.gif');
	background-repeat: repeat;
	border-top: #505050 2px solid; 
	border-bottom: #000000 1px solid;
	height: 27px;
	}

.td_title {
	background-image: url('images/bck.gif');
	}

.td_menu {
	background-image: url('images/bckmenu.gif');
	border-top: #505050 1px solid;
	border-bottom: #101010 2px solid;
	}


/* titles for the topics:could specify viewed link colour too */
.topictitle {
	font-size: 11px;
	font-weight: bold;
	}

a.topictitle:visited {
	color: #8C96A0;
	}
a.topictitle:hover {
	color: #F0D664;
	}


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name {
	font-size: 11px;
	font-weight: bold;
	}

hr {
	border: 1px dotted #505050;
	border-top-width: 1px;
	height: 0px;
	width: 100%;
	}


/* Category gradients*/
td.cat {
	background: #191919 url('images/catbg.jpg');
	font-weight: bold;
	letter-spacing: 1px;
	height: 20px;
	text-indent: 5px;
	border-right: #000000 1px solid;
	border-top: #505050 1px solid; 
	border-bottom: #000000 1px solid;
	border-left: #505050 1px solid;
	}

a.cattitle, a.cattitle:visited {
	color: #708090;
	}
a.cattitle:hover {
	color: #999999;
	}
	
a.shouttitle, a.shouttitle:visited {
	color: #708090;
	}
a.shouttitle:hover {
	color: #999999;
	}

.box {
	font-size: 11px;
	color: #8C96A0;
	filter: DropShadow(Color=black, OffX=1, OffY=0, Positive=1);
	width: 100%;
	font-weight: bold;
	}


/* Main table cell colours and backgrounds */
.rowa {
	background: #191919 url('images/bck.gif');
	border-right: #000000 0px solid;
	border-top: #505050 1px solid; 
	border-bottom: #000000 1px solid;
	border-left: #505050 1px solid;
	height: 25px;
	}
.rowb {
	background: #191919 url('images/bck.gif');
	border-right: #000000 0px solid;
	border-top: #505050 1px solid; 
	border-bottom: #000000 1px solid;
	border-left: #505050 0px solid;
	}
.rowc {
	background: #191919 url('images/bck.gif');
	border-right: #000000 1px solid;
	border-top: #505050 1px solid; 
	border-bottom: #000000 1px solid;
	border-left: #505050 0px solid;
	}

.row1 {
	background: #202020;
	border-right: #000000 1px solid;
	border-top: #505050 1px solid; 
	border-bottom: #000000 1px solid;
	border-left: #505050 1px solid;
	}

.row2, .helpline {
	background: #202020;
	border-right: #000000 1px solid;
	border-top: #505050 1px solid; 
	border-bottom: #000000 1px solid;
	border-left: #505050 1px solid;
	}

.row3 {
	height: 15px;
	background: #222222;
	border-right: #000000 1px solid;
	border-top: #505050 1px solid; 
	border-bottom: #000000 1px solid;
	border-left: #505050 1px solid;
	}

td.spacerow {
	background: #272727;
	background-image: url('images/catspr.gif');
	border-left: #505050 1px solid;
	border-right: #000000 1px solid;
	border-top: #505050 1px solid; 
	border-bottom: #000000 1px solid;
	height: 10px;
	}


/* This is for the table cell above the Topics,Post & Last posts on the index.php */
td.rowpic {
	background: #191919;
	border-right: #000000 1px solid;
	border-top: #505050 1px solid; 
	border-bottom: #000000 1px solid;
	border-left: #505050 1px solid;
	}


/* Table Header cells */
th {
	background: #191919;
	background-image: url('images/bck.gif');
	color: #8e8e8e;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	white-space: nowrap;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: #000000 1px solid;
	border-top: #505050 1px solid; 
	border-bottom: #000000 1px solid;
	border-left: #505050 1px solid;
}


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


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


/* The largest text used in the index page title and toptic title etc. */
.maintitle, h3 {
	font: bold 16px/120% Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #708090;
	}

.subtitle, h5 {
	font :bold 14px/180% Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #708090;
	}


/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
.nav {
	font-size:11px;
	font-weight: bold;
	}

.postbody {
	font-size: 12px;
	line-height: 125%;
	}


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


/* Quote blocks and Code */
.quote {
	background: #151515;
	border: 1px solid #404040;
	color: #FFF8DC;
	font-size: 11px;
	line-height: 125%;
	padding: 5px;
	border-right: #505050 1px solid;
	border-top: #000000 2px solid; 
	border-bottom: #505050 1px solid;
	border-left: #000000 2px solid;
	}

.code {
	background: #353535;
	border: 1px dotted #404040;
	color: #FFF8DC;
	font:11px Courier,sans-serif;
	padding: 5px;
	border-right: #505050 1px dotted;
	border-top: #000000 1px dotted; 
	border-bottom: #505050 1px dotted;
	border-left: #000000 1px dotted;
	}


/* This is for the error messages that pop up */

.errorline	{
	background: #252525;
	border:1px solid #000000;
	color: #FF0000;
	font-size: 12px;
	}

/* Form elements */

form {
	display:inline;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	color:#8C96A0;
	}

input {
	font:11px Verdana,Arial,Helvetica,sans-serif;
	color:#8C96A0;
	}

select {
	background: #222222;
	color: #8C96A0;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	}

textarea.post {
	background: #202020;
	color: #8C96A0;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-right: #000000 1px solid;
	border-top: #505050 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #505050 1px solid;
	}


input.post {
	background: #202020;
	background-image: url('images/bck.gif');
	color: #FFFFFF;
	font: 10px Verdana,Arial,Helvetica,sans-serif;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid; 
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	}

input.button, input.liteoption, .fakebut {
	background: #202020;
	background-image:url('images/bck.gif');
	font: 10px Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid; 
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	}

input.catbutton {
	background: #202020;
	background-image:url('images/bck.gif');
	font: 10px Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid; 
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	}

input.mainoption {
	background: #202020;
	background-image:url('images/bck.gif');
	font: 10px Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid; 
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	}

a.but, a.but:hover, a.but:visited {
	color: #dd6900;
	text-decoration: none;
	}


/* This is the line in the posting page which shows the rollover help line. Colour value in row2 */
.helpline {
	border-style: none;
	}


/* This is the gradient background at the top of the page */
.topnav {
	border-left: 2px solid #303030;
	border-right: 1px solid #303030;
	border-top:2px solid #303030;
	border-bottom: 1px solid #303030;
	font-size:10px;
	background: #303030;
	color: #505050;
	height: 25px;
	white-space: nowrap;
	}


/* Copyright and bottom info */
.copyright {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #606060;
	text-decoration: none;
	}
a.copyright {
	color: #606060;
	text-decoration: none;
	}
a.copyright:link {
	text-decoration: none;
	color : #606060;
	}
a.copyright:visited {
	text-decoration: none;
	color : #606060;
	}
a.copyright:hover {
	color: #F3D823;
	text-decoration: none;
	}


/* Admin & Moderator Colours MODification */
.admin, .mod {
	font-size: 11px;
	}
.admin, a.admin, a.admin:visited {
	color: #8C96A0;fff8dc
	}
.mod, a.mod, a.mod:visited {
	color: #8C96A0;
	}
a.admin:hover, a.mod:hover {
	color: #F3D823;
	}


/* Specify the space around images */
.imgtopic, .imgicon {
	margin-left: 3px;
	}
.imgspace {
	margin-left: 1px;
	margin-right: 1px;
	}
.imgfolder {
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 2px;
	}
.imgfade {
	filter:alpha(opacity=70); -moz-opacity:0.7;
	}
.imgfull {
	filter:alpha(opacity=100); -moz-opacity:1;
	}

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