﻿body
{
	font-family: Verdana;
	font-size: small;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background :#e8eefe; 
	background: #e8eefe url('images/Sf_Rete.jpg'); 	/* new */
	/*width: 1; /* era a ZERO abbiamo messo a 1 perchè le tabelle delle news non riempivano la pagina   */
	
	scrollbar-arrow-color:#5663DA;
	scrollbar-base-color:#5663DA;
	scrollbar-shadow-color:#5663DA;
	scrollbar-face-color:#fdf0b0;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-dark-shadow-color:#DCDFF8;
	scrollbar-3d-light-color:#5663DA;
}
body#bodySfondo
{
	font-family: Verdana;
	font-size: small;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
    background :#fdf0b0;
/*	background: #fdf0b0 url('images/Sf_SfumatoGiallo.jpg');  */	/* new */
	/*width: 1; /* era a ZERO abbiamo messo a 1 perchè le tabelle delle news non riempivano la pagina   */
}
body#tinta_unita
{
	font-family: Verdana;
	font-size: small;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background :#fdf0b0;
	background-repeat:repeat-x;
	/*width: 1; /* era a ZERO abbiamo messo a 1 perchè le tabelle delle news non riempivano la pagina   */
}
body#bodySf_FasciaTotale
{
	font-family: Verdana;
	font-size: small;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
/*	background :#fdf0b0; */
	background: #fdf0b0 url('images/Sf_FasciaTotale.jpg'); 	/* new */
	background-repeat:repeat-x;
	/*width: 1; /* era a ZERO abbiamo messo a 1 perchè le tabelle delle news non riempivano la pagina   */
}
.info_data 
{
	font-family: Verdana;
	font-size: 10pt;
	color: Navy;
	background-color: Transparent;
}
a:link, a:visited
{
	text-decoration:none;
	color:Navy;
	font-weight:bold;
}

a:hover
{
	text-decoration:underline;
	color:Navy;
	font-weight:bold;
}
.button_left 
{
   	background-image: url('images/pagebutton-start.png');
   	height: 20px;
}
input
{
	font-family: Verdana;
	color: Black;
	font-size: 10pt;
	font-weight: normal;
}
.button_center 
{
   	background-image: url('images/pagebutton-center.png');
   	height: 20px;
}

.button_right
{
   	background-image: url('images/pagebutton-end.png');
   	height: 20px;
}
.button
{
	border: 0px none;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 11px;
	width: 100%; 
	cursor: pointer;
	background-repeat: repeat-x;
	font-family: Verdana;
	background-color: #f4e9d3;
	white-space: nowrap;
}
.readonlytextbox
{
	background-color:transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	width:100%;
	font-weight: bolder;
}
.label_white
{
	color: White;
	font-size: 12;
	font-weight: bolder;
}

.label_black
{
	color: Black;
	font-size: 12;
	font-weight: bolder;
}
.label_error
{
	color: Red;
	font-size: 12;
	font-weight: bolder;
	background-color: #ffff80;
	border-color: Gray;
	border-width: 1px;
	border-style: solid;
	width: 100%;
}

.label_warning
{
	color: #ffa500;
	font-size: 12;
	font-weight: bolder;
	background-color: #ffff80;
	border-color: Gray;
	border-width: 1px;
	border-style: solid;
	width: 100%;
}

.label_confirm
{
	color: Green;
	font-size: 12;
	font-weight: bolder;
	background-color: #ffff80;
	border-color: Gray;
	border-width: 1px;
	border-style: solid;
	width: 100%;
}
.data
{
	color: Black;
	font-size: 12;
	font-weight: bolder;
}
.dataVideo
{
	color: Black;
	font-size: 12;
	font-weight: normal;
}
.data_link
{
	color: Black;
	font-size: 12;
	font-weight: bolder;
	text-decoration:underline;
}
.table_left
{
	background-image: url('images/table_header_left.png');
	height: 20px;
}

.table_header
{
	background-image: url('images/table_header_center.png');
	width: 100%;
	height: 20px;
}

.table_right
{
	background-image: url('images/table_header_right.png');
	height: 20px;
}
.table_sortable_column_header 
{
	border-right: #ffCC33 1px solid; 
	padding: 1px; 
	border-top: #ffffff 1px solid; 
	background-color: #f4e9d3; 
 	border-left: #ffffff 1px solid;
	border-bottom: #ffCC33 1px solid; 
	text-align: center;
	line-height : 100%;
	color: Black;
	font-size: 8pt;
	font-weight: bolder;
}
.table_data_link
{
    font-size: 8pt;
	color: #336699;
	font-weight: normal;
	background-color: Transparent;
	text-decoration: none;
}
.table_data 
{
	font-size: 8pt;
	color: Black;
	font-weight: normal;
	background-color: Transparent;
}
td.testo_statico
{
	font-family: Verdana;
	font-size: small;
	color: black;
}
.groupbox_header_left
{
   	background-image: url('images/groupbox_header_left.png');
   	border-bottom: 1px solid #999999;
}

.groupbox_header_right 
{
   	background-image: url('images/groupbox_header_right.png');
   	border-bottom: 1px solid #999999;
}

.groupbox_header_center 
{
	background-image: url('images/groupbox_header_center.png');
	border-bottom: 1px solid #999999;
	color: Black;
	font-size: 12;
	font-weight: bolder;
}

.groupbox_content 
{
	border-right: #999999 1px solid; 
	border-left: #999999 1px solid; 
	padding: 3px;  
	border-bottom: #999999 1px solid; 
	background-color: #eff6ff;
}
td.ArgPrinc
{
	font-family: Verdana;
	font-size: small;
	color: black;
	background-color:#BFD0EA;
}
td.ArgSec
{
	font-family: Verdana;
	font-size: small;
	color: black;
	background-color:#D1E4EA;/*#FCEECE; FDE4AC */ 
}
td.Testo
{
	font-family: Verdana;
	font-size: small;
	color:Black;
}
td.Video
{
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	background-color:White;
}
.bull 
{
	font-family: Verdana;
	font-size: 13px; 
	font-weight: normal;
	color: #86CEE6;
	text-decoration: none;
	padding: 1px ;
}
/*  Stile per il banner Random con dissolvenza  */
#slideshow {
border: 0px solid #000;
overflow: hidden;
width: 850px;
height: 42px;
}
#slideshow img {
width: 850px;
height: 42px;
}

/*  Galleria News con dissolvenza  */
#slideshowGal {
border: 0px solid #000;
overflow: hidden;
width: 120px;
height:120px;

}
#slideshowGal img {
width: 90px;
height:60px;
}

/*  Bordi Arrotondati senza img  */
b.rtop, b.rbottom{display: block; background: #f8e277;width:242px}
b.rtop b, b.rbottom b{display: block; height: 1px; overflow: hidden; background-color:White}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px; height: 2px}
