html, body {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	font-family: verdana;
	text-align:left;
	font-size: 82%;
	color: White;
	background-color: black;
	
}
table,td { 
	border-style:none; 
	font-size: 100%;
}
table {	
	margin:0px; 
	border-collapse: collapse;
}
td { 
	padding:0px; 
	vertical-align:top; 
}
img {
	margin:0px; 
	border-collapse: collapse;
}
a { 
	font-size: 100%;
	text-decoration: none;
	font-weight: normal;
	color: #E8E5C4; 
}
a:hover { 
	text-decoration: underline;
}
.small { 
	font-size: 85%; 
	color: #696969;
}
.infoPage { 
}	
.cell {
	padding: 0 2px 0 2px;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #505255;
	background-color: #F7F7F7;
}
.button { 
	font-size: 100%; 
	color: black;
	padding: 2px;
	border: 1px solid BLACK;
}
.topbanner { 
	border: medium none;
	font-size: 100%; 
	text-align: center;
	border-right: 0px groove white;
	border-left: 0px groove white;
}
.tableline1 {
	padding: 3px;
	border: 0px solid #5F594B;
	text-indent: 5px;
	color: #ECECEC;
	font-weight: normal;
	BACKGROUND-COLOR: #3F3F3F;
	TEXT-ALIGN: left;
}
.tableline1 a {
}
.tableline2 {
	padding: 3px;
	border: 0px solid #5F594B;
	text-indent: 5px;
	font-weight: normal;
	color: #F4F4F4;
	BACKGROUND-COLOR: #343434;
	TEXT-ALIGN: left;
}
.tableline2 a {
}
.tablelinemain {
	height: auto;
	font-size: 100%;
	padding: 5px;
	color: gray;
	background-color: black;
}
.tablelinemain a { 
}
.tablelinemain a:hover { 
	font-size: 100%;
	color: White; 
}
.normal { 
	list-style: square;
	font-size: 100%; 
	text-align: left; 
}
.myTable {
	font-weight: normal;
	color: #DCDCDC;
	font-size: 100%;
	LIST-STYLE-TYPE: square;
	TEXT-ALIGN: left;
	margin-bottom: 0px;
	border: 0px solid #97CCFF;
	background-color: transparent;
}
.mymodule {
	border: 1px solid Silver;
	list-style: square;
	font-size: 110%;
	background-color: transparent;
	font-style: normal;
}
.mySubTable {
	border: 0px solid #D6DFEF;
	list-style: square;
	background-color: transparent;
	font-style: normal;
	width: 100%;
}
.myTitle {
	height: 20px;
	font-size: 130%;
	border: 0px dotted white;
	font-weight: 600;
	padding-top: 5px;
	color: white;
	text-indent: 3px;
	background-color: transparent;
	
}
.myTitleBottom {
	height: 25px;
	border: none;
	FONT-WEIGHT: bold;
	PADDING-LEFT: 0px;
	COLOR: #DC143C;
	TEXT-INDENT: 15px;
	TEXT-ALIGN: left;
	PADDING-TOP: 1px;
}
.myTr { 
}
.myTD { 
	padding: 5px; 
}
	
/* ----------- FORUM ------------------ */


.tablelinehEaderAdminForum {
	height: 20px;
	text-indent: 3px;
	background-color: transparent;
	background-position: bottom;
}
.tablelinehEaderForum {
	height: 20px;
	text-indent: 3px;
	color: #fff;
	background-color: transparent;
	background-position: bottom;
}
.tablelineTopForum {
	text-indent: 0px;
	background-color: transparent;
}
.tablelineHover {
	color: White;
	background-color: #A9A9A9;
}
.tablelineHover a {
	font: normal;
}
.tablelineHover a:hover {
	font: normal;
	color: White;
}
.myTitleForum {
	font-size: 110%;
	font-weight: bolder;
	letter-spacing: 1px;
	text-indent: 5px;
	color: black;
	background-color: #FFD700;
	text-decoration: none;
}
.myTitleForum a{
	font-weight: bold;
	font-size: 110%;
	color: Black;
	text-decoration: none;
}
.myTitleForum a:hover{
	font-weight: bold;
	font-size: 110%;
	color: Black;
	text-decoration: none;
}
.myTableForum {
	height: auto;
	font-size: 120%;
	color: Black;
}
.tablelineForum {
	text-align: left;
	font-weight: normal;
}

/* ----------- FINE BITFORUM ------------------ */

#logo{
	border: 0px;
}
.space10{
	width: 5px;
	height: 1px;
}
.height1{
	height: 1px;
}
.myQuote { 
	border: 1px solid #000000; 
	padding: 3px;
	font-size: 90%; 
	text-align: justify;
	background-color: #374814; 
} 
.img_newmessage { 
	border: 0px; 
}
.TitleListInformations {
	font-size: 120%;
	font-style: normal;
	color: black;
	text-align: left;
	font: bold;
}
.TitleListInformations a {
	text-decoration: none;
	color: black; 
}
.TitleListInformations a:hover {
	text-decoration: underline;
	color: #7D2030; 
}
.ElementListInformations {
	font-size: 120%;
	font-style: normal;
	color: black;
	text-align: left;
	font: bold;
}
.ElementListInformations a {
	text-decoration: none;
	color: #003399; 
}

.ElementListInformations a:hover {
	text-decoration: underline;
	color: #7D2030; 
}
	
.visitors_ajax {
overflow:auto;
height:80px;
}
.OnLine {
	color: Green;
}
.OffLine {
	color: Red;
}

/* Tabber */
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
  
.tabber {
}
.tabbertab {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

ul.tabbernav
{
	margin:0;
	padding: 3px 0;
	font-size: 100%; 
	color: White;
	background-color: transparent;	
	border-bottom: 1px solid #3F3F3F;
}
ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #3F3F3F;
 border-bottom: none;
 background: trasparent;
 text-decoration: none;
 color: #D3D3D3;
}
ul.tabbernav li a:link { 
	color: Silver; 
	text-decoration: none;
}
ul.tabbernav li a:visited { 
}
ul.tabbernav li a:hover
{
 color: White;
}
ul.tabbernav li.tabberactive a
{
 background-color: transparent;
 border-bottom: 1px solid #333333;
}
ul.tabbernav li.tabberactive a:hover {
 border-bottom: 1px solid #333333;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
  
.tabberlive .tabbertab {
 padding:5px;
 border: 1px solid #3F3F3F;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* Chat Ajax Block */

#ChatAjaxBlock_div {
	padding: 0 2px 0 2px;
	font-size: 100%;
	font-weight: normal;
	color: white;
	border: 0px solid #505255;
	background-color: #000000;
	overflow: Auto;
	text-align: left;
	word-wrap: break-word;
	width: 125px;
	height: 200px;
	margin: 0px;
	scrollbar-3d-light-color: white;
	scrollbar-arrow-color: white;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: white;
	scrollbar-face-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
}

/* Chat Ajax Main */


#ChatAjaxMain {
}
#ChatAjaxHeader {
	height: 50px;
}
#ChatAjaxUsers {
	float: right;
	padding: 10px;
	height: 300px;
	overflow: Auto;
	width: 180px;;
	border: 1px solid #505255;
	background-color: #2D2D2D;
}
#ChatAjaxContent {
	height: 300px;
	overflow: Auto;
	padding: 10px;
	border: 1px solid #505255;
	background-color: #2D2D2D;
}
#ChatAjaxCommands {
	clear: none;
	text-align: left;
	padding: 0.5em;
	background-color: #999999;
	color: White;
}
.OnLine {
	color: Green;
}
.OffLine {
	color: Red;
}

#header {
	position: relative;
	color: White;
	height: 80px;
	width: 100%;
	background-image: url(headertop.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#linestatusinfo { 
	height: 20px;
	width: 99%;
	border: 0px solid #97CCFF;
	font-weight: normal;
	font-size: 90%;
	color: White; 
	padding-top: 3px;
	text-indent: 5px;
	background-color: transparent;
	background-image: url(lineainfo.jpg);
	background-position: left;
	background-repeat: no-repeat;
	}
.copyright { 
 	padding-top: 10px;
 	margin-top: 10px;
}
.copyright a{
	font-weight: normal;
	text-decoration: underline;
}
.copyright a:hover {
	color: Black;
}
.topbanner { 
	font-size: 100%; 
	text-align: center;
	}
.rightbanner { 
	text-align: left;
	float: right;
	}
.leftbanner { 
	text-align: left;
	float: left;
}

/* ------------- personalizzazione blocchi ----------------*/	
#news_div0 { 
}
#news_div0 .myTitle { 
}
#ASPNukersStatsBlock { 
}
#ASPNukersStatsBlock .myTable { 
	text-align: left;
	font-size: 90%;
}
#TopPosts { 
}

/* ------------- colonne ----------------*/	

#container {
	width: 900px;
	margin:0 auto;
	height: 100%;
	background-color: transparent;
}
#pagina {
	width: 900px;
	margin:0 auto;
	border-left: 0px solid white;
	border-right: 0px solid white;
	height: 100%;
	background-color: trasparent;
	background-image: url(bgpagina.jpg);
}
#Toplogo {
	height: 130px;
	background-color: trasparent;
	background-image: url(toplogo.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#columnleft {
	float: left;
	width: 170px;
	padding: 0em 0px 5px 5px;
	text-align: right;
	border-right: 0px solid #DEDEDE;
	background-color: transparent;
	margin-left: 20px;
}
#columnleft .myTitle {
	color: #FFFFFF;
	background-color: transparent;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 35px;
	line-height: 20px;
	padding-bottom: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(tit_sx.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#columnleft .myTD {
	color: White;
}
#columnleft .myTable {
	background-image: url(tit_dex.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right top;
	}
#columnleft .small {
	color: #EAEAEA;
}
#columnleft .myTitleBottom {
}
#columnright {
}
#columnright .myTitle {
}
#columnright .myTD {
}
#columnright .myTitleBottom {
}

#Display {
	font-size: 100%;
	border-style:solid;
	border-width:0 0px;
	border-color:#ccc;
	margin: 0 15px 10px 220px; 
	padding:1em 5px;
	background-color: transparent;
}
#Displayprint {
	font-size: 120%;
	border-style:solid;
	border-width:0 0px;
	border-color:#ccc;
	margin: 0 10px 10px 10px; 
	padding:1em 5px;
	background-color: transparent;
}
#Display .small { 
	color: #696969;
}
#Display .myTitle {  
	color: #FFFFFF;
	background-color: transparent;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 35px;
	line-height: 20px;
	padding-bottom: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(tit_sx.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#Display .myTitleBottom {  
	font-size: 90%; 
	color: #696969;
	} 
#Display .myTitleBottom a{  
	font-size: 90%;
	font-weight: normal;
	color: #E8E5C4; 
	} 
#Display .myTitleBottom a:hover {  
	} 
#Display .myTable {  
	background-image: url(tit_dex.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right top;
}
#Display a {
	color: #E8E5C4; 
	}
#Display .small { 
	}
#Display a:hover { 
	}
	
#footer {
/*	height: 170px; */
	height: 170px;
	clear:both;
	border-top: 0px solid gray;
	padding-top: 0px;
	background-color: transparent;
	background-image: url(footer.jpg);
}
#footer a{
}
#footer a:hover{
}

/* ------------- colonne -------------*/

/* menù */
#idList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#idList li {
	display: block;
	margin: 0;
	padding: 4px;
	font-size: 10px;
	border-style: solid; 
	border-width: 1px;
	width: 118px;
	color: #e9e9e9;
	height: 15px;
}
#idList li a {
	color: White;
}
/* toolbar */
#idListToolbar {
	text-align: left;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	font-size: 11px;
	font-
}
#idListToolbar li {
	display: inline;
	color: #000000;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	border-left: 0px solid #fff;
	border-right: 1px dotted #660000; /* i bordi vanno uguali */
	margin-right: -1px; /* il valore deve essere il numero sopra ma negativo */
	text-align: center;
}
#idListToolbar li a {
	color: #D2D2D2;
	font-size: 90%;
	font-weight: 600;
	text-decoration: none;
}
#idListToolbar li a:hover {
	color: White;
}
#toolbar {
	position: absolute;
	width: 96%;
	margin-top: 50px;
	margin-left: 15px;
	top: 0px;
	color: black;
	background-color: transparent;
	}
#toolbar a {
	color: White;
	text-decoration: none;
	font-size: 90%;
	}
#toolbar a:hover {
	color: Black;
	}
.toolbar { 
 	padding: 0px 6px 0px 4px;
   display: block;
   border-right: 1px solid white;
   float: left;
   width:auto;
   text-align: center;
 }
 #Crediti {
	float: left;
	width: 170px;
	padding: 0em 0px 5px 5px;
	text-align: center;
	border-right: 0px solid #DEDEDE;
	background-color: transparent;
	margin-left: 20px;
}
 #Crediti a {
	color: white;
	font-weight: 600;
}
#Crediti a:hover {
	color: White;
	
	text-decoration: none;
}
 
