/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
==========================General=============================*/
html {
    height: 100%;
    /*margin-bottom: 1px;*/
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: small;
    font-family: arial, sans-serif;
    margin: 0;
   /* padding: 0 0 3px;*/
    <!--color: #000000;-->
}
body.sgl {
    background-color: #FFFFFF;
    text-align: center;
   <!-- background-image: url(../images/grey_bgnd.gif); -->
}
dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #0099CC;
    text-decoration: none;
}
a:hover {
    color: #0099CC;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}
hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}
.nojs {
  text-align:center;
  padding:1em;
  background-color:#F2F7FF;
  font-weight:bold;
}

/*
======================Global layout==========================*/
#outer-wrapper {
    /*max-width: 1000px;*/
    clear: both;
    /*width: 900px;*/
    /*margin: 10px auto 0;*/
    text-align: left;
}
#header {
    position: relative;
}
#inner-wrapper {
    clear: both;
    /*width: 896px;*/
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    background: #FFFFFF;
    height: 380px; /* Sets min height for IE */
}
html > body #middleCol {
    /* Sets min height for gecko */
    height: auto;
    min-height: 380px;
}

#middleCol .inner {
    padding: 5px 10px;
}
#layout-3Cols #middleCol {
	
	float:left;
    width: 85%;
    /* 6 is for borders width : (2+1) x 2 */
}

#layout-3Cols #midpadding:1px;
    width: 100%;
    /* 6 is for borders width : (2+1) x 2 */
}

#layout-leftCol #middleCol {
    width: 79px;
}
#layout-rightCol #middleCol {
    width: 74px;
}
#layout-noCols #middleCol {
    width: 94px;
}
#leftCol {
    float: left;
    width: 15%;
   
}
#leftCol .inner {
	width:98%;
    padding-top: 0.8em;
	border: 1px solid #BBBBBB;
	float:left;
}
#rightCol {
    float: right;
    width: 20px;
    background: #FFFFFF;
}
#rightCol .inner {
  /*  margin: 2.5em 4px 4px 0; */
    padding: 5px;
    padding-top: 0.8em;
    border: 1px solid #BBBBBB;
}

/*
=========================Header===============================*/
#header {
    //border-bottom: 1px solid #FFFFFF;
	margin: 2px;
	
	border: 1px solid #BBBBBB;
}
#header .wrapLeft {
 <!--   background: url('http://ssi.comune.cento.fe.it/sitweb/themes/default/images/backgrounds/header_tl.gif') left top no-repeat;-->
}
#header .wrapRight {
    <!-- background: url('http://ssi.comune.cento.fe.it/sitweb/themes/default/images/backgrounds/header_tr.gif') right top no-repeat; -->
}
#header .wrap {
    position: relative;
    height: 55px;
    /*margin: 0 0px;*/
    background: /*#99CC00*/ url('http://ssi.comune.cento.fe.it/sitweb/themes/default/images/backgrounds/sfondo_testata.jpg') left center repeat-x;
	text-align: center;
	line-height: 60px;
}
#header span#logo {
    font-size: 30px;
    font-family: "Trebuchet MS";
}
#header a#logo {
    color: #FFFFFF;
    text-decoration: none;
}
#header #logo img {
    position: relative;
    top:  1px;
    left: 0;
}
#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#inner-wrapper .inner-container {
   /* border: 1px solid #BBBBBB;*/
   /* background: url('http://ssi.comune.cento.fe.it/sitweb/themes/default/images/backgrounds/column_tm.gif') left top repeat-x;*/
  }

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-top: none;
    font-family: arial;
    font-size: 0.8em;
}
#breadcrumbs .inner {
    padding: 0.4em 0 0.4em 1em;
    border: 1px solid #BBBBBB;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #66A326;
}

/*
======================Main Content============================*/
h1 {
    font-size: 1.2em;
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #666666;
}
h2 {
    margin-top: 0.5em;
    font-size: 1.1em;
}
ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style-position: inside;
    list-style-image: url('http://ssi.comune.cento.fe.it/sitweb/themes/default/images/bullet.gif');
}
li {
    padding-left: 0.5em;
}

/*
===============Generic columns presentation===================*/
.two-cols {
    height: 100%;
    overflow: hidden;
}
.two-cols .col {
    float : left;
	width : 49%;
	margin-left : 1%;
}
.two-cols .first {
	width : 50%;
	margin-left : 0;
}

/*
==================Default Forms Styling=======================*/

fieldset {
    padding: 10px 0;
    border: none;
}
fieldset h3 {
    font-size: 1em;
    color: #666666;
}
#content form ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 99%;
    list-style-position: outside;
    list-style-image: none;
}

#content form li {
    display: block;
    margin: 0;
    padding: 1px 4px 6px 9px;
    line-height: 1.8em;
    list-style-type: none;
}
form li.focused {
    background: #EEF7D4;
}

form li div {
    float: left;
    display: inline;
    margin-right: 5px;
    color: #666666;
}
form li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form li p {
    clear: both;
    font-size: 9px;
    line-height: 13px;
}


/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 100%;
}
textarea {
    font-family: arial, sans-serif;
}

#content input.text, #content select.select, #content textarea.textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    background: #fff url(../images/fieldbg.gif) repeat-x top;
}

input.text {
    padding: 2px 0;
}
form label {
    font-weight: bold;
    color: #666666;
}

/* SIZES */
.third {
	width:32% !important;
}
.half {
	width:48% !important;
}
.full {
	width:100% !important;
}
input.small, select.small {
	width:25%;
}
input.medium, select.medium {
	width:50%;
}
input.large, select.large, textarea.textarea {
	width:99%;
}
input.tags {
	width:315px;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	height:10em;
}
textarea.large {
	height:20em;
}

/* BUTTONS */
.button {
    font-size: 110%;
    margin-right: 5px;
    /*border: 1px solid #666;*/
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
======================No forms layout=========================*/
div.fieldsetlike { /*
--------------------- as some pages don't use forms/fieldsets
- e.g. user/profile, we have to put data in a fieldset like
- div to have same render ------------------------------------*/
    padding: 10px 0;
}
div.fieldsetlike h3 {
    font-size: 1em;
    color: #666666;
}

/*
==================Default Tables Styling======================*/
/*  In a transition period, we'll use a sglTable class to style tables
    Everyone is encouraged not to use tables for layout purposes
    TODO: remove this when all layout tables have been replaced */
.wide {
    width: 60%;
}
.large {
    width: 85%;
}
table {
    margin: 0 0 1em;
    border-collapse: collapse;
    font-size: 1em;
}
table .nowrap {
    white-space: nowrap;
}
.sglTable td, .sglTable th {
    border-width : 0 0 1px 0;
	border-style : solid;
	border-color : #BBBBBB;
	padding : 2px 5px;
	vertical-align : top;
}
.sglTable th {
    text-align: left;
    border-bottom-color: #666666;
}
th a {
    display: block;
    color: #666 !important;
}
tr.expand td {
    border-bottom: none;
}
td.expand {
    padding: 1em 5px;
}
th.sortedAsc a {
    background: url('http://ssi.comune.cento.fe.it/sitweb/themes/default/images/th-sortAsc.gif') 95% 50% no-repeat;
    color: #66A326 !important;
}
th.sortedDesc a {
    background: url('http://ssi.comune.cento.fe.it/sitweb/themes/default/images/th-sortDesc.gif') 95% 50% no-repeat;
    color: #66A326 !important;
}
th a:hover {
    text-decoration: none;
    color: #66A326 !important;
}
tr.alternateRow td, tr.backDark {
    background-color: #FBFFEF; /*F0FFD9*/
}
tr.selectedRow td {
    background: #F6F5F2; /*D0DCE0*/
}
tr.rowHover td, tr:hover td {
  background: #F0FFD9; /*E0EFB8*/
}

/*
=========================Footer===============================*/
#footer .wrapLeft {
    /*background: url('http://ssi.comune.cento.fe.it/sitweb/themes/default/images/backgrounds/footer_bl.gif') left bottom no-repeat;*/
}
#footer .wrapRight {
    /*background: url('http://ssi.comune.cento.fe.it/sitweb/themes/default/images/backgrounds/footer_br.gif') right bottom no-repeat;*/
}
#footer .wrap {
	color: #FFFFFF; // colore delle scritte
    position: relative;
    /*margin: 0 20px;*/
	margin: 2px;
	border: 1px solid #BBBBBB;
    padding: 10px 0 5px;
    background: #1C578B  /*url('http://ssi.comune.cento.fe.it/sitweb/themes/default/images/backgrounds/sfondo_footer.jpg')*/ left bottom repeat-x; 
}

#footer .wrap2 {
	position: relative;
    /*margin: 0 20px;*/
    padding: 10px 0 5px;
    background: #FFFFFF  /*url('http://ssi.comune.cento.fe.it/sitweb/themes/default/images/backgrounds/sfondo_footer.jpg')*/ left bottom repeat-x; 
    text-align: center;
}
	
#footer p {
    margin-bottom: 0.1em;
    color: #666666;
    font-size: 0.8em;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF0400;
    color: #FF0400;
	text-align: center;
}
.infoMessage {
    border: 2px solid #66A326;
    color: #99CC00;
}
.error, .required {
    color: #FF0400;
	background-color: #FFFFCE;
	padding: 0.5em;
	border: 1px solid;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF0400;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF0400;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.button {

}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Comments=========================*/

#addComment fieldset {
    padding: 10px;
    border: 1px solid grey;
}
#addComment input[type="text"] {
    width: 200px;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}


#debug {
    color: #333333;
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    border: 1px black solid;
    margin: 10px;
    padding: 5px 20px;
    width: 120px;
    height: 300px;
    background-color: grey;
    opacity:0.9;
    text-align: left;
    overflow: auto;
}
#debug a, #debug a:visited {
    color: #CCCCCC;
}

/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/
.wideButton {
    /* use button instead */
    width: 8em;
}

/*=====================TABELLE PERSONALIZZATE=================*/
.tdTabella {
border:1px solid #999999;
text-align:center;
}

.tdTabellaLeft {
border:1px solid #999999;
text-align:left;
padding-left:5px;
}

.trTabella {
font:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
height:25px;
border:1px solid #999999;
color:#000000;
background-color:#E4EDFF;
}

.trTabella1 {
font:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
height:25px;
border:1px solid #999999;
color:#000000;
background-color:#FFFFFF;
}

.trTabellaSelezione {
font:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
height:25px;
border:1px solid #999999;
color:#000000;
background-color:#FFCC66;
}

.thTestata{
font-size:12px;
text-align:center;
background-color:#1E4C6A;
color:#FFFFFF;
border:1px solid #999999;
}

.thTestataBig{
font-size:12px;
text-align:center;
background-color:#1E4C6A;
color:#FFFFFF;
height: 45px;
border:1px solid #999999;
}

.Tabella {
border:3px double #999999;
position:relative;
width:100%;
}

.tabellaRiepilogo{
width:50%;
text-align:left;
position:relative;
left:25%;
}

/*=====================RIQUADRI PER VISUALIZZARE DATI IN VERTICALE=========================*/
.testo{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
border: 1px solid #666666;
background-color:#FFFFFF;
}



.paragrafo{
font:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
margin-bottom:0px;
}

.colonna{
 float:left; 
 margin-left:10px;
 margin-right:15px;
 margin-bottom:15px;

}
.fasciaTop{
float:left;
width:100%;
margin:0px;
background-color:#F2F7FF;
border-top:1px solid #1E4C6A;
border-right:1px solid #1E4C6A;
border-left:1px solid #1E4C6A;
padding-top:5px;
}
.fasciaCenter{
float:left;
width:100%;
margin:0px;
background-color:#F2F7FF;
border-right:1px solid #1E4C6A;
border-left:1px solid #1E4C6A;
padding-top:8px;
}
.fasciaBottom{
float:left;
width:100%;
margin:0px;
margin-bottom:15px;
background-color:#F2F7FF;
border-bottom:1px solid #1E4C6A;
border-right:1px solid #1E4C6A;
border-left:1px solid #1E4C6A;
padding-bottom:8px;
padding-top:8px;
}

/*==================RIQUADRO PER VISUALIZZARE DATI IN ORIZZONTALE======================*/
.riga{
float:left;
padding-bottom:4px;
padding-top:4px;
width:100%;
}

.riga1{
float:left;
padding-bottom:4px;
padding-top:4px;
width:100%;
background-color:#E4EDFF;
}


.rigaLeft{
clear:left;
float:left;
margin-top:auto;
text-align:right;
font-weight:bold;
width:20%;
}

.rigaRight{
float:left;
text-align:left;
width:70%;
}
fieldset{
border:1px solid #1E4C6A; 
width:90%;
display:block;
margin:5px auto;
text-align:left;
padding:10px;
margin-top:20px;
}

legend{
margin-left:10px;
font-weight:bold;
color:#1E4C6A;
font-size:1.2em;
}

.elenco {
padding-bottom:15px;
padding-top:10px;
}

.linkEsterni{
clear:both;
text-align:center;
padding-top:6px;
}

.bottoneLink{
text-align:center;
padding-bottom:10px;
}

button{
font-size:0.9em;
}
.bottoneLinkTabella{
font-size:inherit;
border:none;
background:none;
color:#1E4C6A; 
cursor:pointer;
font-weight:bold;
}

.bottoneLinkRight{
float:right;
padding-right:200px;
padding-bottom:10px;
}

.bottoneLinkLeft{
float:left;
padding-left:200px;
padding-bottom:10px;
}

A{
color:#1E4C6A; 
text-decoration:underline;
font-weight:bold;
text-align:center;
} 

/*==============================PER I FORM DI RICERCA======================*/
.titolino{
font-weight:bold;
margin-bottom:3px;
text-align:left;
}

.titolino2{
font-weight:bold;
font-size:1.1em;
background-color:#F2F7FF;
text-align:center;
}

.colonna2{
 float:left; 
 margin-bottom:10px;
 margin-right:50px;

}

.fascia{
float:left;
width:100%;
margin:0px;
margin-bottom:8px;
background-color:#F2F7FF;
padding-bottom:8px;
padding-top:8px;
border-bottom: 1px solid #1E4C6A;

}

/*==========================TITOLI==============================*/
.Titolo{
text-align:center;
font-size:1.4em;
}
.titoloDett{
position:relative; 
clear:left;
}
.risultati{
text-align:center;
padding-bottom:15px;
padding-top:7px;

}

h2 {
	color:#1C578B;
	margin-bottom:6px;
	text-align: left;
	font-size:15px;
    border-bottom: 1px solid #1E4C6A;
	font-weight:bold;
}
h1{
border-bottom:none;
color:#1C578B;
text-align:center;
padding-top:3px;
padding-bottom:0px;
margin-bottom:0px;
}


/*-------------------------------VARIE POI------------------------*/

.icone{
	vertical-align:middle;
}
				
.icone2{
	vertical-align:baseline;	
}

.sinistra {
	position:relative;
	float:left;
	padding-right:1em;
	width:32%;
}
			
.destra {
	float:right;	
}
			
.sinistra2 {
	position:relative;
	float:left;
	width:64%;
}

.sinistra3 {
	position:relative;
	float:left;
	width:64%;
	padding-top:1em;
}

.sinistra4 {
	float:left;
}

.sinistra5 {
	position:relative;
	float:left;
}

.mappa {
	float:left;
	width:64%;
	padding:0 1em 0 0;
}
			
.immagine{
	max-width:100%;
}

.titolo {			
	font-size:1.5em;
	color:#000000;
	border-bottom:1px solid;
	border-bottom-color:#000000;
	padding-bottom:0.5em;
	margin: 0em 0 1em;
}	

.floatL {
	float:left;
}
			
.floatR {
	float:right;	
}
			
.lista{
	font-size:14px;
	padding:0.25em;
}

.ale {
	align:center;
	border: 1px solid;
	border-color: #102A92;	
	background:#E1F4E2;
	padding:1em;
}
			
.ale2 {
	border:1px solid;
	text-align:center;
	padding:1em;
	color:#0808F4;
}
			
.aleLabel{
	color:#000000;
	font-size:1.1em;
}
			
.aleLabel2{
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
}
			
.frecciaLabel{
	color:#FF0000;
	font-size:1.1em;
	font-weight:bold;
}

.obbligatorio {
	color:#FF0000;
}


.titolo2 {			
	font-size:1.4em;
	color:#000000;
}	

.akeysTitle {
	padding-left:1em;
}

.akeys {
	padding:1em;
	padding-left:3em;
}

.TabellaLegenda {
border:3px double #999999;
position:relative;
width:800px;
}

.imgPOI {
position:relative;
max-width:100%;
}

.tutorialImg {

	border: 2px solid;
	max-width:99%;
}

.bannerImg {
	float:left;
}

.rightDiv {
	text-align:right;
	float:right;
}

.leftDiv {
	text-align:left;
	float:left;
}

.centerDiv {
	text-align:center;
}

.listaA {
	padding:1.2em;
}

.listaB {
	padding:0.5em;
}

.rightAmministrazione{
	text-align:right;
	float:right;
	padding-right:4em;
	padding-top:1em;
}

.leftAmministrazione{
	text-align:left;
	float:left;
	padding-left:4em;
	padding-top:1em;
}


/*------------- Popup Please Wait -----------------*/
div#contentGeneral{ position:absolute;
				  width:100%;
				  height:100%;
				  top:0;
				  left:0;
				  display:none;
				  cursor:default;
				  padding:0;
				  margin:0;
				  z-index:3;}
div#contentGeneral iframe{ width:100%;
						   height:100%;}
div#light{	position:absolute;
			width:100%;
			height:100%;
			top:0;
			left:0;
			padding:0;
			margin:0;
			background:#000000;
}
div#contentPopup{ 	position:absolute;
					width:400px;
					left:50%;
					top:30%;
					visibility:hidden;
			   		margin-left:-200px;
			   		z-index:4}
div#bodyPopup{ color:#000000;
			   background:#f8f8f8;
			   padding:0;
			   text-align:center;}
b.rtop, b.rbottom{display:block;}
b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #f8f8f8; color:#f8f8f7; font-size:1px;}
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;}
div#bodyPopup p#testoPopup { margin:0; padding:10px; text-align: center;}
div#bodyPopup p#buttonPopup { margin:0; padding:0; text-align: center;}
div#bodyPopup p.operaFix button{ padding-top:5px;}
div#bodyPopup button{ border:0;
					  padding:0;
					  line-height:24px;
					  height:24px;
					  width:100px;
					  margin:10px 20px;
					  overflow:hidden;
					  text-align:center;
					  font:0.9em Geneva, Arial, Helvetica, sans-serif;					  
					  font-weight:bold;
					  color:#000000;
					  cursor:pointer;}
div#bodyPopup button.normal{background:transparent url('http://ssi.comune.cento.fe.it/sitweb/themes/default/images/PleaseWait.gif') 0 0 no-repeat; height:32px; width:32px;}
div#bodyPopup button.hover{background:transparent url('http://ssi.comune.cento.fe.it/sitweb/themes/default/images/PleaseWait.gif') 0 0 no-repeat; height:32px; width:32px;}
div#bodyPopup input.testo{ 
					 background:#fff;
					 border-style:solid;
					 border-width:1px;
					 width:60%;
					 margin:0 auto;
					 text-align:left;
					 margin:15px 0 0 0;
					 padding:2px;
					 font:0.9em Geneva, Arial, Helvetica, sans-serif;}
div#bodyPopup input.on_focus{ color:#000; border-color:#000;}
div#bodyPopup input.on_blur{ color:#999;  border-color:#999;}


/*=====================RIQUADRI CON SCROLLBAR (vedi EDPR)=================*/

.boxLeftIns {
	text-align: center;
	border: 0px dotted #000000;
	width: 45%;
	position: relative;
	float: left;
}
.boxRightIns 	{
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border: 0px dotted #000000;
	width: 45%;
	position: relative;
	float: right;
	right: 1%;
}
.boxRow {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-weight: bold;
	background-color: #99CCFF;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
}
.boxRowList {
	text-align: left;
	background-color: #ffffcc;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	cursor: pointer;
}
.boxScroll{
	height: 100px;
	overflow-y: auto;
	width: 100%;
	position: relative;
	float: left;
}
.boxRightCoord 	{
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border: 0px dotted #000000;
	width: 317px;
	position: relative;
	float: right;
	right: 1%;
}
.boxRowCoord {
	text-align: center;
	width:317px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-weight: bold;
	background-color: #99CCFF;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
}
.boxCelCoord {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-weight: bold;
	background-color: #6699FF;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	width: 100px;
	position: relative;
	float: left;
}
.boxCelSpaceCoord {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-weight: bold;
	background-color: #6699FF;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	width: 17px;
	position: relative;
	float: left;
}
.boxScrollCoord{
	height: 100px;
	overflow-y: scroll;
	width: 100%;
	position: relative;
	float: left;
}
.boxRowListCel {
	text-align: center;
	background-color: #ffffcc;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	height: 25px;
	cursor: pointer;
	width: 100px;
	position: relative;
	float: left;
}
.boxRowListCelSpace {
	background-color: #ffffcc;
	background-repeat: repeat;
	background-attachment: scroll;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	height: 25px;
	cursor: pointer;
	width: 17px;
	position: relative;
	float: left;
}

/*=====================EDPR dettaglio=================*/

.colLeft {
	text-align: center;
	border: 4px solid #F2F7FF;
	width: 31.6%;
	position: relative;
	float: left;
	left: 1%;
}
.boxLeft {
	text-align: center;
	border: 0px dotted #000000;
	width: 49%;
	position: relative;
	float: left;
}
.boxRight 	{
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border: 0px dotted #000000;
	width: 49%;
	position: relative;
	float: right;
	right: 1%;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #0099CC;
    color: #0099CC;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: arial;
}
.block .content {
    padding: 0.4em;
    font-size: 0.9em;
}

/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
    position: relative;
    background: #1C578B;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#top-nav .inner {
    height: 2.2em;
    padding-left: 15%;
    border: 1px solid #BBBBBB;
}
#top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#top-nav li {
    float: left;
    padding-left: 0;
}
#top-nav li a {
    display: block;
    padding: 0.5em 1em;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
    color: #FFFFFF;
}
#top-nav li a:hover, #top-nav li.current a {
    background-color: #E6FFFF;
    color: #000000;
    text-decoration: underline;
}
#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #99CC00;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #0099CC;
    font-size: 1.3em;
    font-weight: bold;
    color: #EEF7D4;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #99CC00;
}
#nav ul li a:hover {
    color: #2666A3;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #FF0000;
    background-color: #E5F8FF;
}
#nav ul li.current a:visited {
    color: #2666A3;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #2666A3;
    border-right: none;
    border-left: 1px solid #2666A3;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
