@import url("corpo.css");
/*aggiunto a css flavio 06/05/2008 */
@import url("corpoDelta.css");

div.credits
{
	font-size: 12px;
	font-weight:bold;
    text-align:right;
}
div.credits2
{
	font-size: 12px;
	font-weight: bold;
}

div.credits a:visited
{
	color: red;
}

div.credits2 a:visited
{
	color: red ;
}

body /*portale */
{
	font-family:Verdana, Sans-Serif;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 5px;
	background-color: white;
	/*background: url(../img/sfondo_sfumato.jpg)*/
}

/*********** CLASSI PER IL TOP ******/
.top /*fascia alta del titolo sottostante logo e scritta*/
{
	background-color: black;/*#5D2A00#3547C7*/
	/*text-align: center; su IE fa spostare tutti i blocchi*/
	width: 100%; /*larghezza fascia alto con immagine logo*/
	/*height: 85px;*/
	/*vertical-align: bottom;
	padding-right: 0px;
	margin-right: 0px;*/
	/*border: solid 10px green;*/
}

.verytop /*fascia contenente immagine, applicazione e indicazione ente*/
{
	position: relative;
	background-color: #5D2A00 /*yellow #3547C7*/;
	text-align: left;
	width: 100%;  /*Flavio - fa debordare su firebird*/
	height: 75px; /*stessa alt dell'immagine*/
	/*vertical-align: super;*/
	/*margin-right: 10px;
	padding-right: 10px
	border: solid 1px yellow;*/
	
}

.img-sx /*immagine logo*/
{
	/*float:left;*/
	height:75px;
	width:625px;
	margin-top: 0px;
/*vertical-align: center;*/
	vertical-align: middle;
	margin-left: 0px;/* 25%; lo centra*/
	/*border: solid 4px black;*/
}
.tit-orange /* scritta a dx del logo, il testo è nel web.config applicazione*/
{
	/*float:  left;*/
	position: absolute;
	margin-left: 10px;
	color: white/*#FF9900*/;
	/*height: 40%;*/
	width: 30%;
	font-family: Verdana, Sans-Serif; /*Trebuchet MS , Sans-Serif; */
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	vertical-align: bottom;
	/*border: solid 10px aqua;*/
	/*background-color: #5D2A00;*/ 
}

.tit-ente /*indicazione dell'ente scelto*/
{
	position: absolute;
	bottom: 5px;
	right: 0px;
	/*margin-bottom: 0px;
	margin-right: 20px;*/
	/*float: right;*/
	/*height: 40%;*/
	width:25%;
	text-align: left;
	color: white; /*#FFBB00;*/
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight:normal;
	padding-top: 0px;
	vertical-align: bottom;
	/*border: solid 5px yellow;*/
}


.currentsection /* menu fisso al top aiuto tec*/
{
	background-color: black;
	/*color: White;*/
	color:black; /*modifica fatta da Chiara il 11/11/2008*/
	float: right;
	width: 18%;
	border: none;
	text-align: center;
	margin-bottom: 1px;
}

.currentsection a
{
	color:white;
	text-decoration: underline;
}
/*********** CLASSI PER LA NAVBAR  aggiunta chiara: 10/05/2008 ******/
.navbar{
font-weight:  normal;
font-size: 12px;
color: #ffffff;
font-family: verdana, arial, sans-serif;
background-color: #000000;
padding: 3px;
width: 90%;
border: #000000;
border-top-width: 1px;
border-right-width: 2px;
border-left-width: 1px;
border-bottom-width: 2px;
border-style: solid;
text-align: right;
}


a.nav:link {text-decoration: none; color: #ffffff; background-color:#000000;}
a.nav:visited { text-decoration: none; color:#ffffff; background-color:#000000;}
a.nav:hover { text-decoration: underline;}
a.nav:active { text-decoration: none;}


.navtext {
	font-weight: normal;
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
/*********** CLASSI PER LA NAVBAR  aggiunta chiara: 10/05/2008 ******/

/*********** CLASSI PER IL LEFT ******/

.left-menu /*menu a sx*/
{
	width: 20%; 
	height: 95%; /*400px per sfondo altrimenti non serve*/
	float: left; 
	color: #5D2A00; /*#000; flavio*/
	font-size: 12px;
	padding-top: 8px;
	padding-left: 0px;
	background-color: white;
	/*border-width: 0px 0px 2px 2px; 
	border-color: #6080FF; 
	border-style: none none solid solid;*/

}

span.titolo-menu
{
	color: white/*#5D2A00*/; /*Blue;*/ /* titolo menu sx flavio*/
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 4px;
}

div.welcome /* parte di indicazione dell'utente collegato */
{
	font-size: 12px;
	font-style:normal;
	color:#5D2A00; /*#4060FF;	*/
	text-align: left;
	width: 100%;
	border-width: 0px 0px 2px 0px; 
	border-color: #5D2A00; /*#6080FF; */
	border-style: solid solid solid solid;
	vertical-align: top;
	padding-top: 0px;
}

.livello1 /*primo livello del menu*/
{
	font-size:12px;
	color: Black;
}

a:link.livello2 
{
	color: #C75900;
}

a:visited.livello2
{
	color: #994500;
}

a:hover.livello2 
{
	color: #994500;
}

.livello2
{
	font-size:12px;
	color: #994500; /* Blue; */
	text-decoration: underline;
}

a:link.livello3 
{
	color: #FF9843;
}

a:visited.livello3
{
	color: #FF9843;
}

a:hover.livello3 
{
	color: #FF9843;
}

.livello3
{
	font-size:12px;
	color: #FF9843; /* Blue; */
	text-decoration: underline;
}

a:link.livello4 
{
	color: #F76F00;
}

a:visited.livello4
{
	color: #F76F00;
}

a:hover.livello4 
{
	color: #F76F00;
}

.livello4
{
	font-size:12px;
	color: #F76F00; /* Blue; */
	text-decoration: underline;
}

div.menuscript 
{
	display:none;
}
/*flavio cambiato il colore da blue a #5D2A00 in tutti e quattro i livelli di menu*/
/*il color si riferisce alla riga o posso indicare quello del list-style override da livello*/
ul
{
	margin-left: 0px;
	padding-left: 15px;
	list-style-type:square;
	list-style-position:outside;
	background-color: transparent; /*colore di sfondo delle liste*/
    color: #5D2A00; /*colore del segnaposto*/
}

ul ul
{
	margin-left: 0px;
	padding-left: 15px;
	list-style-type:square;
	list-style-position:outside;
    background-color:transparent;
    color: #5D2A00;
}

ul ul ul
{
	margin-left: 0px;
	padding-left: 15px;
	list-style-type:square;
	list-style-position:outside;
    background-color:transparent;
    color:#5D2A00;
}

ul ul ul ul
{
	margin-left: 0px;
	padding-left: 15px;
	list-style-type:square;
	list-style-position:outside;
    background-color:transparent;
    color:#5D2A00;
}

img.bollino
{
	border-width: 0px;
	height: 15px;
	width: 80px;
}

/*********** CLASSI PER IL MAIN ******/

/*.main-div */
/*.box {border:2px dotted green;
	text-align:left;
}*/
#corpoServ /* corpo del servizio? modifica colore home page*/
{
   margin:2px 0;
	padding: 5px;
	font-size: 12px;
	float: left; 
	width: 78%; 
	height: 85%;
	/*color: #ffffff #5D2A00; Blue; flavio*/
	text-align: left;
	border-width:	0px 0px 0px 2px; 
	border-color: #5D2A00/*#6080FF*/; 
	border-style: none none none solid;
	/*border: 3px solid red;*/
}

.top-main
{
	width: 100%; 
	font-family: Verdana, Sans-Serif;
	font-size:12px;
	text-align:left;
	/*float:left;*/
	font-style:normal;
	color: #5d2a00;}
	
a.homelink
{
	font-size:12px;
	color: #994500/*#4060FF*/; 
	text-decoration: underline;
}

div.maincenter
{ /*modificato chiara: 08/05/2008*/
	/*text-align: center;*/
	text-align: right;
}

ul.main
{
	color: Red;
	font-size:12px;
	list-style-position:inside;
	list-style-type: square;
	line-height:20px;
}

ul.main a:visited
{
	color: #F76F00;
}
/*
.int { -- diventa h2c
	margin:0px 2px 2px 2px;
	text-align: center;
	background-color: #6080FF;
	width: 100%;
	color: White;
	font-family: Arial, sans-serif;
	vertical-align: middle;
	font-size: 16px;
}
*/
.vis
{
	display: inline;
}

.invis
{
	display: none;
}


div.div-esito
{
	text-align:center;
	font-size:20px;
}

img.logocedaf
{
	border: 0px;
	vertical-align:middle;
}

table.news
{
   width:100%;
   background-color: transparent;
   color: #000000;
   font-size: 13px;
   text-align:center;
   padding:2px 0px 0px 0px;
   border:solid 1px #808080;
}
table.news th 
{ 
    font-weight:700; 
	text-align:center;
	vertical-align:baseline;
	background-color:#F0F0FF;
	color:#003366;
}

table.news td
{ /* Ridefinizione per il padding e l'allineamento nelle tab. di DATI */
    text-align: left;
    font-family:Arial, Sans-Serif;
}

table.news a:link
{
	color: #5d2a00;
}

table.news a:visited
{
	color: #5d2a00;
}

table.news a:hover
{
	color: #5d2a00;
}

.menutop 
{
	background-color: black;
	color:White;
	float:left;
	width:100%;
	height: 20px;
	font-size: 12px;
	vertical-align:baseline;
	text-align: center;
	border-bottom: solid 1px black;
	line-height: 19.8px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	font-style: normal;
}

/* CRISTINA 3.1.1.9 */

.rientro
{
	padding-left:5px;
}

div.pager
{
	text-align:right;
}

div.pager a:link, div.pager a:visited
{
	text-decoration:underline;
}

/* Cristina: portale a dimensione fissa */
* html #corpoServ { }
* html #corpoServ td { font-size:0.95em; }

#corpoServ .box { 
padding:0;
margin:0;
}

#corpoServ .box .content { 
}

/* impostando il width a 100% si ottiene il sito a dmensione variabile
				 width a 960px si ottiene la dimnesione fissa */
#boxCentrale {
	/*width:960px;*/
	width:100%;
   border:0;
   margin:0 auto;
   padding:0;
	background-color: #ffffff;
	font-size: 100%;
}


#portal-footer {
	/*width:960px;*/
	height: 14px;
   clear:both;
	font-size: 110%;
   border:0;
   margin:0 auto;
   padding:5px 0;
	/*background-image: url(../img/cedaf/sfondomenuorizzontale.gif);*/
	background-color: #5D2A00;
	color:white;
  -moz-border-radius: 10px 10px 10px 10px;  
  -webkit-border-radius: 10px 10px 10px 10px; 
  margin:20px 0 0 0;
}

#portal-footer p {
margin:0;
padding:0;
text-align:center;
}
