﻿/* Elementi di base */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
    font-size: medium;
}



.body ul li {
    padding: 0px 0 0px 15px;
    background-image: url(images/BlockContentBullets.png);
    background-repeat: no-repeat;
    margin: 0.5em 0 0.5em 0;
    line-height: 1.2em;
}


/*a {color: #963;}
a:hover {color: #C60;}
	*/
body {
	background: #FFFFFF;
	color: #666;
	font: normal 62.5% Tahoma,sans-serif;
    
}

ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* Elementi personalizzati
   Questi elementi servono a collocare correttamente 
   gli elementi principali all'interno della gabbia strutturale */

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.floatleft {
	float: left;
	margin: 5px 14px 3px 1px;
}

img.floatright {
	float: right;
	margin: 5px 1px 3px 14px;
}

/* Elementi della gabbia strutturale */
.container {
	background: #FFFFFF;
	font-size: 1.2em;
	width: 100%;
     border: solid; 
    border-width:0px;
}

/* Elemento che incorpora l'intestazione e serve per distanziare  */
.top {
padding-right:20px;     
}

/* Intestazione
   L'intestazione e' divisa in 2 colonne col_left e col_right */
.header {
	background: #FFFFFF;
	font-size: 1.2em;
	height: 50px;
	margin-right: 10px;
    padding: 0px 0px 0px;
	width: 100%;
     border: solid; 
    border-width:0px;
}

.header .row_top {
    
	margin-bottom: 5px;
	background: #9CD5E8;
	color: #FFF;
	height: 50px;	
}

.header .row_top h1 {
    
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 50px;
	text-align: left;	
	padding: 0 16px;
    padding-right: 20px;
    margin-right:20px;
}

.header .row_bottom {
	float:right;
    /*background: #BADBDA url("./img/beach.jpg") repeat scroll left ;*/
	color: #FFF;
	height: 30px;
	padding-top:25px;
    padding-bottom: 0px;
		
	
}

.header .row_bottom h1 {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 100px;
	text-align: left;	
	padding: 0 0px;
}
/* Menu Navigazione */
#menunav {
	clear: both;	
	padding: 0;	
    width: 100%;
    height:25px;
    border: solid; 
    border-width:0px;
    background-color: #ABC121;
}
#menunav ul {
	float: left;
	list-style: none;
	background-color: #ABC121;
	width: 100%;		
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;	
	display: inline;
}
#menunav ul li {
	display: inline;
	margin-bottom: 0px; padding-bottom: 0;
}
#menunav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
    padding-bottom:0px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	border-bottom: none;
	color: #FFF;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none !important;	
	letter-spacing: 1px;
    vertical-align:middle;
}
#menunav ul li a:hover, 
#menunav ul li a:active {
	background: url(./img/nav-hover.jpg) repeat-x;	
}
#menunav ul li#current a {	
	background: url(./img/nav-current.jpg) repeat-x;	
}

/* Corpo Principale */
.main {
	border-top: 4px solid #FFF;
	
}

/* Contenuti - 2 colonne nella pagina */
/* Sub-Menu navigazione laterale - Colonna a sinistra della pagina */
.subnav {
	float: left;
	width: 20%;
     border: solid; 
    border-width:0px;
    display:none;
    z-index:100;
    background-color:white;
    color: white;
    position:absolute;
    border-style:solid;
    border-width:1px;
    border-color:black;
    z-index: 100;
    
}
.subnav h2 {
    /*color:white;*/
	color: #5A5A43;
    
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	border-bottom-color:blue;
}
.subnav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.subnav li {
	border-bottom: 1px solid #EAEADA;
	list-style-image: url(./img/bullet-link.gif);
	margin-left:2em
}
.subnav li a {
	font-size: 1.1em;
	 /*color: white;*/
     color: #554;
   	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
   
}
.subnav li a:hover {
	background: #F0F0EB;
	color: #654;
}

/*div per il il fondo (PSR/DU)*/
.fondoDiv
{
	width:100%;
    text-align:center;
    
    border-style:solid;
    border-width:0px;
}


/*per la pagina di login*/
.contentLogin {
	float: left;
	margin: 0px 0;
	padding: 0 0px;
	width: 100%;
    height:100%;
	overflow-x: auto;
    border: solid; 
    border-width:0px;
}
/* Contenuti - Colonna a destra della pagina */
.content {
	float: left;
	margin: 1% 1% 1% 1%;
	padding: 0 0px;
	width: 100%;
    overflow-x: auto;
    overflow-y:auto;
    border: solid; 
    border-width:0px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: circle;
	line-height: 1.3em;
	margin-left: 18px;
}

.content h3 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.content .box {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

.sottosezione
{
    float:left; 
    width:18%;  
    min-height:300px; 
    border-color:darkolivegreen; 
    border-style:solid; 
    border-width:0px; 
    color:#000000; 
    font-size:15px;
    margin-top:0px;
    border-style:solid; 
    padding-right:2%; 
    padding-bottom:2%; 
}

.sottosezione:hover {

    background-color:#F0F0EB;

}

/*Barra laterale destra*/
.barra_laterale {
    border: solid; 
    padding-left: 1%;
    border-width: 0px;
    float:left;
    width:0%
}

/* Elemento che incorpora l'intestazione e serve per distanziare  
   la gabbia strutturale dal bordo superiore della finestra */
.bottom {
	
     border: solid; 
    border-width:0px;
    background-color: #ABC121;
    height:35px;
}

/* Pie' di Pagina, chiusura pagina */
.footer {
	
	width: 100%;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid #FFF;
	background-color: #ABC121;
	font-family: "Lucida Sans Unicode",sans-serif;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
    border: solid; 
    border-width:0px;
}
.footer a,.footer a:hover {color: #FFF;}


.cb label
{
    margin-left: 15px;
}

.cb td
{
    vertical-align:top;
}


.divPaging {

   padding: 5px 5px 5px 5px; 
}

.LabelSottoSezioneLivelloI {
    text-decoration: none !important;
    color: #666!important;
}

.LabelSottoSezioneLivelloI a{
    text-decoration: none !important;
    color: #666 !important;
}

    .LabelSottoSezioneLivelloI a:hover {
        text-decoration: none !important;
        color: #666 !important;
    }