/* TAG */
html { height:100%; }

body {
	height:100%;
	margin:0px;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	text-align:justify;
	font-size:12px !important;
	color: #000000;
	background-color: #FFFFFF;
}

img { border:0px; }

table {
	border-style:none;
	width:100%;
	margin:0px;
	border-collapse:collapse;
}

td {
	border-style:none;
	padding:0px; 
	vertical-align:top; 
}
	
a:link, a:visited, a:active { 
	text-decoration:none;
	color: #9F0002;
	font-weight:bold;
}

a:hover { 
	text-decoration: underline;
	color: #CC0000;
	font-weight:bold;
}

ul, ol { text-align:justify; }

input { margin:1px; }

/* Template */
#TopPage {
	border: none;
	text-align: center;
	background-color: #FFFFFF; 
	background-image: url(checkbank_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:924px;
	height:150px;
}

#MainPage { 
	width:924px;
}

#Display { 
	height:100%;
}

#InfoPage {
  display:none;
}

/* Tabelle */
/*
.tableline1 {	
	text-align: left;
	color:#000000;
	background-color: #FFF594;
	line-height:16px;
}

.tableline1 a { }

.tableline2 {
	text-align: left;
	border-right: #EA5A00 1px solid;
	border-top: #EA5A00 1px solid;
	color: #000000;
}
	
.tableline2 a:link, a:visited, a:active { color:#9F0002; }

.tableline2 a:hover { color:#CC0000; text-decoration:underline; }

.tablelinemain {
	text-align: left; 
	text-indent: 2px;
	color: #000000;
	background-color: #FFF594;
}
	
.tablelinemain a { }
*/
	
.normal { text-align: left; }
	
.myTable {
	list-style: square;
	text-align: justify;
	background-color: #FFFFFF;
	font-style: normal;
	width:100%;
}
td.myTitle { 	
	font-weight: bold;
	font-size:14px;
	letter-spacing: 2px;
	text-align: center; 
	color: #000000; 
	background-color: #E7E7E7;
	height:25px;
	line-height:25px;
	background-image:url(bg_title.jpg);
	background-repeat:repeat-x;
}

table#tright td.myTitle {
	border-left:none;
	border-right:none;
	border-top:none;
}

.myTr { 
	height:34px;
}

.myTD { 
	padding: 3px;
	font-size:13px;
	text-align:left;
}

table#tright table {}

table#tright table#SearchTable { border:0px; }

/* Formattazione Testi */
.myQuote { 
	border: 1px dotted #CC0000; 
	padding: 10px;
	text-align: justify;
	background-color: #FFF594; 
}

.titles {
	font-size:21px;
	font-weight:bold;
	color:#9F0002;
}

.small { 
	font-size:12px;
	font-style:italic;
	padding-left:5px;
}

.cell {
	padding: 0 2px 0 2px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #EA5A00;
}
	
.copyright { 
	font-size:10px; 
}
	
.button { 
	font-weight: bold;
	background-image:url(bgmenu.jpg);
	background-repeat:x-repeat;
	border:1px solid #CC0000;
	font-size:11px;
	line-height:12px;
	color: #CC0000;
}

a.menu {
	display:block;
	text-align:center;
	line-height:24px;
	height:24px;
	background:url(bgmenu.jpg) repeat-x;
	border:1px solid #EA5A00;
	font-size:12px;
}

a.menu:hover {
	text-decoration:none;
	background-image:url(bg_title.jpg);
	background-repeat:x-repeat;
}

a.menu img { display:none; }
/* Tabella dei commenti */
div.myCom {
	width:100%;
	height:25px;
	line-height:25px;
	background:url(bgcomments.gif) no-repeat;
	padding-left:15px;
}

/* SPAZIATORE ORIZZONTALE */
div.spacer {
	height:10px;
	width:100%;
	background-color:#FFFFFF;
	font-size:9px;
}

/* FORUM - disattivato -
table#ForumComandi select { display:none; }

table#NavigazioneForum select { display:none; }

table#ForumInfo select { display:none; }
*/

/*Example CSS for the two demo scrollers*/
#scrollstrip {
  margin-top:-45px;
  margin-bottom:15px;
}

#pscroller1 { display:none; }

#pscroller2 {
  width: 98%;
  height: 20px;
  background:url(bgmenu.jpg) repeat-x;
	border:1px solid #EA5A00;
  padding: 3px;
}

#pscroller2 a{
  text-decoration: none;
}

.someclass{ /*class to apply to your scroller(s) if desired*/
}