/**  foglio da utilizzare SOLO ED ESCLUSIVAMENTE nelle pagine che costituiscono il sito 
	  nel caso di visualizzazione di pagine sia di amm sia sito(esempio Errore.jsp), utilizzare stile1.css   */
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 400;
	margin : 0;
}
  
.bgd {
	background-color : #B52410;
}

.bgd_Selected {
	background-color : #6B160A;
}

.messagetext {
	font: bold;
	font-size: 12;
	color: Red;
	text-align : center;
}


.link {
	color : #B52410;
	font-size : 10pt;
	font-weight: bold; 
	text-decoration: none;
}

A.link {
	color : #B52410;
	font-size : 10pt;
	font-weight: bold; 
	text-decoration: none;
}

A.link_search {
	color : #000000;
	font-size : 10pt;
	font-weight: bold; 
	text-decoration: none;
}

A.link:visited {
	color : #B52410;
	font-size : 10pt;
	font-weight: bold; 
	text-decoration: none;
}

A.link:hover {
	color : #B52410;
	font-size : 10pt;
	font-weight: bold; 
	text-decoration: none;
}

A.linkBlack {
	color : #000000;
	font-size : 10pt;
	font-weight: bold; 
	text-decoration: none;
}

A.linkBlack:visited {
	color : #000000;
	font-size : 10pt;
	font-weight: bold; 
	text-decoration: none;
}

A.linkBlack:hover {
	color : #000000;
	font-size : 10pt;
	font-weight: bold; 
	text-decoration: none;
}

.bgd_TitleItem {
	background-color : #CCCC99;
}

.attach_title {
	color : #ffffff;
	background-color : #B52410;
	font-size : 13pt;
	font-weight: bold; 
	text-decoration: none;
}

.news_title {
	color : #ffffff;
	background-color : #B52410;
	font-size : 10pt;
	font-weight: bold; 
	text-decoration: none;
}

.news_title2 {
	color : #000000;
	font-size : 13pt;
	font-weight: bold; 
	text-decoration: none;
}

.news_testo {
	color : #000000;
	font-size : 10pt;
	text-decoration: none;
}

.accessori_title {
	color : #ffffff;
	background-color : #999966;
	font-size : 10pt;
	font-weight: bold; 
	text-decoration: none;
}

.news_abstract {
	color : #000000;
	background-color : #93A0A9;
	font-size : 10pt;
	font-weight: bold; 
	text-decoration: none;
}

.news_abstract2 {
	color : #000000;
	font-size : 8pt;
	text-decoration: none;
}

.content_cell {
	background-color : #FFFFFF;
}

.content_cellrev {
	background-color : #FFFFDD;
}

.logintext {
	font-size: 10pt;
	color: white;
	text-align : center;
}

.black {
	color : #000000;
	font-size : 10pt;
}

.white {
	color : #FFFFFF;
	font-size : 8pt;
}

A.black {
	color : #000000;
	font-size : 8pt;
	text-decoration: none;
}

A.black:visited {
	color : #000000; 
	font-size : 8pt;
	text-decoration: none;
}

A.black:hover {
	color : #000000; 
	font-size : 8pt;
	text-decoration: none;
}

A.white {
	color : #FFFFFF;
	font-size : 8pt;
	text-decoration: none;
}

A.white:visited {
	color : #dddddd; 
	font-size : 8pt;
	text-decoration: none;
}

A.white:hover {
	color : #ffffff; 
	font-size : 8pt;
	text-decoration: none;
}

.accessori_subtitle {
	color : #000000;
	background-color : #CCCC99;
	font-size : 10pt;
	font-weight: bold; 
	text-decoration: none;
}

.navtext {
	font-size: 8pt;
	color: white;
	text-align : right;
	text-decoration : none;
}

.nodeselected {
	font-size: 8pt;
	color: Yellow;
	text-decoration : none;
}

.nodiPagamento {
	font-size: 8pt;
	color: #40FF40;
	text-decoration: none;
}

.nodelink {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration : none;
}

.greyText{
	color : #999999;
	font-size : 10pt;
}

A.indietro {
	color : #B52410;
	font-size : 8pt;
	text-decoration: none;
}

A.indietro:hover {
	color : #ffffff;
	background-color: #B52410;
	font-size : 8pt;
	text-decoration: none;
}

A.indietro:visited {
	font-size : 8pt;
	text-decoration: none;
}
