/* CSS */

body  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-bottom: 1em;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p {
	margin: 1em 0;
}

/* FORMATTAZIONI GENERALI */
h1 {
	font-size: 1.1em;
	margin: 0 0 1em 0;
}

h2 {
	color: #BB0022;
	font-size: 1.0em;
	margin: 0 0 0.2em 0;
	text-transform: uppercase;
}

h3 , h4 {
	font-size: 1.0em;
	margin: 0.2em 0;
	text-transform: uppercase;
}

h4 {
	color: #BB0022;
	margin: 0;
	text-transform: none;
}

img {
	border: none;
}

cite {
	color: #333;
	font-size: 1.1em;
}

td {
	padding: 0;
}

.numeric {
	text-align: right;
}

ul.standard_disk , ul.standard_none , ul.indent_none , ol {
	margin: 0.6em 0;
}

ul.standard_disk , ul.standard_none , ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul.standard_none , ul.indent_none {
	list-style-position: outside;
	list-style-type: none;
}
 
ul.indent_none {
	margin-left: 2em;
	padding-left: 1em;
}


span.starinfostudio
{
	color: red;
	font-weight: bold;
}

.redbold {
	color: #BB0022;
	font-weight: bold;
}

.category {
	color: #303030;
	border: none;
	border-bottom: 1px solid #909090;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

.slogan {
	color: #0B3;
	font-weight: bold;
}

.grassettomorbido {
	color: #666;
	font-weight: bold;
}


/* ZONE DELLA PAGINA */

#sidebar1 h3 {
	margin-top: 1em;
}


#container { 
	border-top: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid gray;
	border-left: 1px solid #000000;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 88em;
}

#header {
	padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Frame SX */
p.news {
	color: #BB0022;
	font-weight: bold;
	margin: 0 0 1.5em 0;
	text-align: center;
	text-transform: uppercase;
}

p.data {
	color: #505050;
	margin: 0;
}

p.categoria {
	color: #BB0022;
	font-size: 0.9em;
	font-style: italic;
	margin: 0;
	text-transform: uppercase;
}

p.rss {
	margin: 0.5em 0 2em 0;
}

p.linksidebar {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

/* *** TABELLA DEI CONTENUTI *** */
.cellSidebar {
	border-right: 1px dotted gray;
	vertical-align: top;
	padding: 0 0;
}

.cellMainCont {
	padding: 2em 2em 1em 1.5em;
	vertical-align: top;
}

/* Home Page */
.twoColHybLtHdr table.prodotto  {

}

.twoColHybLtHdr div.prodotto {
	background-repeat: repeat-x;
/*	border-right: 1px solid #B0B0B0;*/
	border-bottom: 1px solid #B0B0B0;
	height: 7.1em;
	padding: 0;

}


.twoColHybLtHdr .prodotto span.btn {
	float: left;
	margin-right: 1em;
}

.twoColHybLtHdr div.nomeprod {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.5em 0 0 0;
}

.twoColHybLtHdr div.nomeestesoprod {
	color: #BB0022;
	font-weight: bold;
}

.twoColHybLtHdr div.descprod {
	padding-right: 1.5em;
	
}

.twoColHybLtHdr div.prodotto a.btn_prodotto {
	display: block;
	width: 78px;
	height: 78px;
}



.twoColHybLtHdr div.prodotto #blue {
	background-image: url(../resources/btn_blue_up.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #blue:hover {
	background-image: url(../resources/btn_blue_down.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #blue_disabled {
	background-image: url(../resources/btn_blue_disabled.jpg);
	background-repeat: no-repeat;
}


.twoColHybLtHdr div.prodotto #cobe {
	background-image: url(../resources/btn_cobe_up.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #cobe:hover {
	background-image: url(../resources/btn_cobe_down.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #cobe_disabled {
	background-image: url(../resources/btn_cobe_disabled.jpg);
	background-repeat: no-repeat;
}


.twoColHybLtHdr div.prodotto #coleas {
	background-image: url(../resources/btn_coleas_up.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #coleas:hover {
	background-image: url(../resources/btn_coleas_down.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #coleas_disabled {
	background-image: url(../resources/btn_coleas_disabled.jpg);
	background-repeat: no-repeat;
}


.twoColHybLtHdr div.prodotto #comupec {
	background-image: url(../resources/btn_comupec_up.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #comupec:hover {
	background-image: url(../resources/btn_comupec_down.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #comupec_disabled {
	background-image: url(../resources/btn_comupec_disabled.jpg);
	background-repeat: no-repeat;
}


.twoColHybLtHdr div.prodotto #cora {
	background-image: url(../resources/btn_cora_up.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #cora:hover {
	background-image: url(../resources/btn_cora_down.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #cora_disabled {
	background-image: url(../resources/btn_cora_disabled.jpg);
	background-repeat: no-repeat;
}


.twoColHybLtHdr div.prodotto #corfu {
	background-image: url(../resources/btn_corfu_up.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #corfu:hover {
	background-image: url(../resources/btn_corfu_down.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #corfu_disabled {
	background-image: url(../resources/btn_corfu_disabled.jpg);
	background-repeat: no-repeat;
}


.twoColHybLtHdr div.prodotto #diris {
	background-image: url(../resources/btn_diris_up.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #diris:hover {
	background-image: url(../resources/btn_diris_down.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #diris_disabled {
	background-image: url(../resources/btn_diris_disabled.jpg);
	background-repeat: no-repeat;
}


.twoColHybLtHdr div.prodotto #gaia {
	background-image: url(../resources/btn_gaia_up.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #gaia:hover {
	background-image: url(../resources/btn_gaia_down.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #gaia_disabled {
	background-image: url(../resources/btn_gaia_disabled.jpg);
	background-repeat: no-repeat;
}


.twoColHybLtHdr div.prodotto #miba {
	background-image: url(../resources/btn_miba_up.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #miba:hover {
	background-image: url(../resources/btn_miba_down.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #miba_disabled {
	background-image: url(../resources/btn_miba_disabled.jpg);
	background-repeat: no-repeat;
}


.twoColHybLtHdr div.prodotto #profilo {
	background-image: url(../resources/btn_profilo_up.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #profilo:hover {
	background-image: url(../resources/btn_profilo_down.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #profilo_disabled {
	background-image: url(../resources/btn_profilo_disabled.jpg);
	background-repeat: no-repeat;
}


.twoColHybLtHdr div.prodotto #spesometro {
	background-image: url(../resources/btn_spesometro_up.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #spesometro:hover {
	background-image: url(../resources/btn_spesometro_down.jpg);
	background-repeat: no-repeat;
}

.twoColHybLtHdr div.prodotto #spesometro_disabled {
	background-image: url(../resources/btn_spesometro_disabled.jpg);
	background-repeat: no-repeat;
}




div.prodotti {
	width: 338px;
	margin: 15px 0px;
	padding: 6px;
}

#antiriciclaggio {
/*	border: 1px solid #FF9933;*/
	border: none;
	float: left;
	background-image: url('/resources/gradiente_antiriciclaggio.png');
	background-repeat: no-repeat;
}

#indagini_bancarie {
/*	border: 1px solid #00CCCC;*/
	border: none;
	float: right;
	background-image: url('/resources/gradiente_indagini_bancarie.png');
	background-repeat: no-repeat;
}

#altre_comunicazioni {
	width: 99%;
/*	border: 1px solid #0066CC;*/
	border: none;
	clear: both;
	background-image: url('/resources/gradiente_altre_comunicazioni.png');
	background-repeat: no-repeat;
}


/* Contenuti Specifici */
#tbl {
	width: 64em; margin-top: 1em;
}

#tbl th {
	background-color: #DDD;
	text-align: center;
}

#tbl td {
	font-size: 0.9em;
	padding: 0.4em;
}

#mainContent {
	min-height: 46.5em;
}

#mainContent h1 {
	color: blue;
	font-size: 1.4em;
	margin-top: 1em;
	text-align: center;
}

/* Inizio COMUNICAZIONI */

a.oggetto {
	color: black;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}

a.oggetto:hover {
	color: blue;
}

/* Fine COMUNICAZIONI */

/* Inizio SEMINARI */
#rss .titolo {
	color: #039;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}

#rss .dataora {
	color: #666;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
}

#rss .sede {
	color: #666;
	font-size: 1em;
	font-weight: bold;
	margin: 0.4em 0 0 0;
}

#rss .indirizzo {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 0 0.4em 0;
	font-style: italic;
}

#rss p.costo {
	margin: 1em 0;
}

#rss span.costo , #rss span.presentazione , #rss span.tipo_pubblico , #rss span.contenuti , #rss span.collaborazioni {
	color: #6A6;
	font-weight: bold;
}

#rss p.presentazione , #rss p.tipo_pubblico , #rss p.contenuti {
	font-size: 0.9em;
}

#rss p.tipo_pubblico , #rss p.contenuti {
	margin-bottom: 0;
}

#rss ul.tipo_pubblico ,  #rss ul.contenuti {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* Fine SEMINARI */

/* AGGIORNAMENTI */
.twoColHybLtHdr div.versioneprod {
	margin: 1.4em 0 0.4em 0em;
}

.prod_enabled {
	color: inherit;
		text-decoration: none;
}

.prod_enabled:hover {
	color: blue;
	text-decoration: underline;
}

.prod_disabled {
	color: inherit;
}

/* Fine AGGIORNAMENTI */

/* REFERENZE */
p.firma {
	color: #BB0022;
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCC;
}
/* Fine REFERENZE */


/* Sottopagine Prodotti */

a.download , a.download2 {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.download:hover , a.download2:hover {
	color: #03C;
}

a.download:hover {
	font-size: 1.1em;
}

a.download:visited , a.download2 {
	color: #939;
}

/* Fine Sottopagine Prodotti */



/* ***  S I D E   B A R  *** */

#tbl_accessibilita {
	margin-top: 0.5em;
	position: relative;
	z-index: 5;
	width:100%;
}



#sidebar1 {
	float: left;
	padding: 0 1.4em;
	height: auto;
}


#sidebar1 h4 {
	color: #BB0022;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0;
}


/* *** F O O T E R *** */
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #6060A0;
	background-image:url(../resources/sfondo_footer.jpg);
	background-repeat: repeat-x;
	color: #000;
	font-size: 0.9em;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	color: #037;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

