﻿
/*Generale*/
@font-face{font-family:Myriad IE;
font-weight:normal;
src: url('/irriframe/css/Myriad_Web_Pro.eot');
}

@font-face{font-family:Myriad Pro;
font-weight:normal;
src: url('/irriframe/css/Myriad_Web_Pro.ttf') ;
}

html,body{margin-left:0px; margin-right:0px; margin-top:0px; padding: 0; 
          text-align:center; background-color:White;}
body, input, select {font-family: Myriad Pro; font-size: 12px; 
                    line-height:1.3em; color: #666666;}
.ua-ie body,.ua-ie input,.ua-ie select {font-family: Myriad IE; font-size: 12px; 
                    line-height:1.3em; color: #666666;}

p {text-align:justify;}

img { vertical-align:middle;}

.small{ font-size: 80%;}
.large{ font-size: 180%; line-height:2em;}
.medium{ font-size: 150%; line-height:1.1em;}
.warning{color: #CC3300;}
.field-validation-error{color: #CC3300;}
.help{ font-size: 90%; font-family:Verdana; font-style:italic;text-align:justify;}
.borded { border: solid 1px #009933; padding:3px; background-color: #EEF7EE; text-align: center; }

a {	color: #009933;	text-decoration: none;	}
a:visited {	color: #009933;	text-decoration: none;}
a:hover {color:#0099CC;	text-decoration: none;}
a[disabled] {color:gray;	text-decoration: none;}
a.selected {color:#0099CC;	text-decoration: none;}

h1 {font-size: 140%; font-weight:bold;}
h2 {font-size: 120%; font-weight:bold;}
h3 {font-size: 100%; font-weight:bold;}
h4 {font-size: 100%; font-weight:normal;}

ul{ color:#666666;list-style-type: square;}
ul.largeli > li{ margin-top:20px; margin-bottom:20px; line-height:1.5em; font-size: 14px}

fieldset {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border:1px dotted #009933;
}

legend {
color: White;
background: #99CC99;
border: solid 1px 009933;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
padding: 6px;
}



li{}

ul#wbhintresult{ display:none;}


hr {border: 0;color: #009933; background-color: #CCCCCC;height: 1px;
    width: 100%;text-align: left;}
hr.green {background-color: #009933}

/* input e pulsanti */

input[type=text], input[type=password] {color: #666666; border: solid 1px #666666; 
                  vertical-align:middle; height:15px;}
input[type=text]:focus, input[type=password]:focus, select:focus{background-color: #EEF7EE;}
input[type=submit], input[type=button], button
{
    	display: inline-block; /* opzionale */
    	outline: none;
    	cursor: pointer; /* impostiamo che il cursore diventi mano quando si va sopra il tasto */
    	text-align: center; /* allineiamo il testo al centro */
    	text-decoration: none;  /* senza decorazioni perchè non ci piace :P */
    	font: 14px/100% Arial, Helvetica, sans-serif;  /* definiamo il font */
    	padding: .5em 2em .55em;  /* un pò di padding */
    	text-shadow: 0 1px 1px rgba(0,0,0,.3);  /* attributo css3 per dare un pò di ombra al testo; la "a" di rgba sta per "alfa" con il quale si imposta il livello di trasparenza */
    	-webkit-border-radius: .5em;  /* i bordi impostati per i browser che utilizzano il webkit */
    	-moz-border-radius: .5em;  /* i bordi impostati per mozilla firefox */
    	border-radius: .5em;  /* per tutto il resto (su ie non funziona) */
    	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);  /* un pò di ombra per i browser webkit */
    	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);  /* la stessa ombra su firefox */
    	box-shadow: 0 1px 2px rgba(0,0,0,.2);  /* idem per gli altri browser (tranne IE) */
       	color: white; /* il colore del testo */
    	border: solid 1px #009933; /* il bordo del colore che vogliamo */
    	background: #009933; /* un background di base */
    	background: -webkit-gradient(linear, left top, left bottom, from(#99CC99), to(#009933)); /* Ecco la sfumatura, che parte da "left top" e arriva a "left bottom" "from" il colore "to" l'altro colore  */
    	background: -moz-linear-gradient(top,  #99CC99,  #009933); /* stessa cosa per firefox */
    	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#99CC99', endColorstr='#009933'); /* questo codice invece funziona per explorer, anche se richiede il lancio di un ActiveX che di default è settato a true sui IE, ma che potrebbe richiedere la conferma da parte dell'utente */
   
    }

input[type=submit]:hover , input[type=button]:hover, button:hover
{
	
		border: solid 1px #333333; /* il bordo del colore che vogliamo */
		background: #333333; /* colore più scuro */
		background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#333333));
		background: -moz-linear-gradient(top,  #CCCCCC,  #333333);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#333333');
	}
/* infine definiamo il css per quando si clicca il tasto */
input[type=submit]:active , input[type=button]:active, button:active
{
		color: Black;
		border: solid 1px Black; /* il bordo del colore che vogliamo */
    	background: white; /* un background di base */
 }

input[type=submit]:disabled, input[type=button]:disabled, button:disabled {
        color: white;
        border: solid 1px Black; /* il bordo del colore che vogliamo */
        background: gray; /* un background di base */
    }

/*{color:Black; background-color:#EEF7EE; font-size:110%; font-weight:bold;}*/
input[type=checkbox] {color:Black;}
input[type=checkbox] + label {color:Black;}

input.computed, input.computed:focus {
    background-color: #009933;
    text-align: right;
    color: white;
}

select {color: #666666; border: solid 1px #666666;vertical-align:middle; height:19px;}
.numeric { text-align:right;}

/* google map */
.gm-style .gm-style-iw {
    font-size: 9px;
    font-family: sans-serif;
    text-transform: uppercase;
}


/* colori */
.Color1 { background-color:#0099CC;} /*azzurro*/
.Color2 { background-color:#009933;} /*verde*/
.Color3 { background-color:#99CC99;} /*verde chiaro*/
.Color4 { background-color:#666666;} /*grigio*/
.Color5 { background-color:#CC3300;} /*rosso*/
.Color6 { background-color:#003366;} /*blu*/
.Color7 { background-color:#333333;} /*grigio scuro*/
.Color8 { background-color:#CCCCCC;} /*grigio chiaro*/
.Color9 {background-color: #FFFFCC;} /*giallo chiaro */
.Color10 {background-color: #EEF7EE;} /*verde chirissimo*/




/* layout  */
div#container{ }
div#content{padding:0 1.5em; min-height:300px; max-width:1000px; 
            text-align:left; margin-left:9px;}
div#header{background-image: url(/irriframe/images/common/irriframe_testata1_1000x145.jpg);
           background-repeat:no-repeat; 
            height:190px;}
div#headerslim{background-image: url(/irriframe/images/common/irriframe_testata2_1000x105.jpg);
           background-repeat:no-repeat; 
            height:120px;}

/* testatine personalzzate */
div#header.headerER{background-image: url(/irriframe/images/common/irriframe_testata1cer_1000x145.jpg);
           background-repeat:no-repeat; 
            height:150px;}
div#headerslim.headerER{background-image: url(/irriframe/images/common/irriframe_testata2cer_1000x105.jpg);
           background-repeat:no-repeat; 
            height:120px;}
/* ----- Pagina Irrinet------------ */
div#header.headerER2{background-image: url(/irriframe/images/IrrinetER/testata_servizio.jpg);
           background-repeat:no-repeat; 
            height:150px;}
div#loggingER{ position: absolute; z-index: auto; 
             top: 90px; left: 400px; width:900px;}

div#outofserviceER{ position: absolute; z-index: auto; 
             top: 80px; left: 3800px; background-color:#CC3300; 
             color:White; width:600px; text-align:center; z-index:200;}             

/* ----------------- */
div#footer{height:50px;}
div#signature { font-size:80%; color:Gray; text-align:left; margin-left:35px;}
div#logging{ position: absolute; z-index: auto; 
             top: 140px; left: 500px; width:900px;}

div#outofservice{ position: absolute; z-index: auto; 
             top: 67px; left: 380px; background-color:#CC3300; 
             color:White; width:600px; text-align:center; z-index:200;}

div#browsermessage{ visibility:hidden; display:none; z-index:0;}
div#CookiesDisabled{ position: absolute; z-index: auto; 
             top: 138px; left: 250px; background-color:#CC3300; 
             color:White; width:600px; text-align:center; z-index:200;}
div#pubnavigatebuttons{ position: absolute; z-index: auto; 
                        top: 165px; width:500px; left: 30px;}
div#pubnavigatebuttons_registered{ position: absolute; z-index: auto; 
                        top: 61px; width:500px; left: 350px;}
div#pubnavigatebuttons_line{ position: absolute; z-index: auto; 
                        top: 185px; width:950px; left: 30px;
                        border-top: dashed 1px #666666;}
div#pubnavigatebuttons div#r1 > div.cell, 
div#pubnavigatebuttons div#r1 > div.cellshort {border-left: solid 1px #009933;}       

div#passwforgot          { position: absolute; z-index: auto; 
                        top: 25px;left: 357px; width: 150px;}   
div#valimsg        { position: absolute; z-index: auto; 
                        top: 25px;left: 50px; width: 300px;}          

div#headerslim + div#pubnavigatebuttons{ position: absolute; z-index: auto; 
                        top: 75px; width:500px; left: 350px;}
div#headerslim + div#pubnavigatebuttons + div#pubnavigatebuttons_line{ position: absolute; z-index: auto; 
                        top: 74px; width:500px; left: 350px;
                        border-top:  dashed 1px #666666;}

                        
div#HalfLeft{ position:relative; padding:5px; vertical-align:top; text-align:left; 
              display:table-cell; width:550px;}
div#HalfRight{ position:relative; padding:5px; vertical-align:top; text-align:left; 
               display:table-cell; width:350px;}
div#HalfMiddle{ position:relative; display:table-cell; width:50px; text-align:right;
                background-image: url(/irriframe/images/common/irriframe_filettotratteggiato.jpg);
                background-repeat:no-repeat; vertical-align:top; background-position:top;
                }

div#HalfLeft50{ position:relative; padding:5px; vertical-align:top; text-align:left; 
              display:table-cell; width:450px;}
div#HalfRight50{ position:relative; padding:5px; vertical-align:top; text-align:left; 
               display:table-cell; width:450px;}

div#HalfLeftDash{ position:relative; padding:5px; vertical-align:top; text-align:left; 
              display:table-cell; width:660px;}
div#HalfRightDash{ position:relative; padding:5px; vertical-align:top; text-align:left; 
               display:table-cell; width:250px;}


/*------------------------------------------------------------*/
/* Gestione IE < 8 */

/* browser incompatibili */

.ua-ie-6 div#container div#browsermessage,
.ua-ie-5 div#container div#browsermessage,
.ua-ie-4 div#container div#browsermessage,
.ua-ie-3 div#container div#browsermessage,
.ua-ie-2 div#container div#browsermessage,
.ua-ie-1 div#container div#browsermessage
{ position: absolute; 
                    top: 150px; left: 300px; width:400px; background-color:#CC3300; color:White; z-index:100;
                     padding:5px; text-align:center;
                      visibility:visible;
                      display:block;
                    }

.ua-ie select {color:Black;}

.ua-ie-7 div#container,
.ua-ie-6 div#container,
.ua-ie-5 div#container
{ text-align:left;}

.ua-ie-7 div#content,
.ua-ie-6 div#content,
.ua-ie-5 div#content
{ clear:both;text-align:left;}


.ua-ie-7 div#HalfLeft,
.ua-ie-6 div#HalfLeft,
.ua-ie-5 div#HalfLeft
{ vertical-align:top; text-align:left; 
              width:640px; float:left; }
 

.ua-ie-7 div#HalfMiddle,
.ua-ie-6 div#HalfMiddle,
.ua-ie-5 div#HalfMiddle
{ text-align:right;
                background-image: url(/irriframe/images/common/irriframe_filettotratteggiato.jpg);
                background-repeat:no-repeat; vertical-align:top; background-position:top;
                 float:left; height:500px; width:25px;}

.ua-ie-7 div#HalfRight,
.ua-ie-6 div#HalfRight,
.ua-ie-5 div#HalfRight
{padding:5px; vertical-align:top; text-align:left; 
              width:400px;float:left; }


.ua-ie-7 div#HalfLeft50,
.ua-ie-6 div#HalfLeft50,
.ua-ie-5 div#HalfLeft50
{ vertical-align:top; text-align:left; 
              width:450px; float:left; }

.ua-ie-7 div#HalfRight50,
.ua-ie-6 div#HalfRight50,
.ua-ie-5 div#HalfRight50
{padding:5px; vertical-align:top; text-align:left; }

.ua-ie-7 div#HalfLeftDash,
.ua-ie-6 div#HalfLeftDash,
.ua-ie-5 div#HalfLeftDash
{ vertical-align:top; text-align:left; 
              width:650px; float:left; }

.ua-ie-7 div#HalfRight,
.ua-ie-6 div#HalfRight,
.ua-ie-5 div#HalfRight
{padding:5px; vertical-align:top; text-align:left; 
              width:220px;float:left; }

 
 .ua-ie-7 div#pubnavigatebuttons,
 .ua-ie-6 div#pubnavigatebuttons,
 .ua-ie-5 div#pubnavigatebuttons
 { clear:both;}
 
 .ua-ie-7 div#pubnavigatebuttons_registered,
 .ua-ie-6 div#pubnavigatebuttons_registered,
 .ua-ie-5 div#pubnavigatebuttons_registered
 { position: absolute; z-index: auto; 
                        top: 60px; width:700px; left: 380px;}
 
 .ua-ie-7 div#footer,
 .ua-ie-6 div#footer,
 .ua-ie-5 div#footer
 { clear:both;}
 
 .ua-ie-7 div#signature,
 .ua-ie-7 div#signature,
 .ua-ie-7 div#signature
 { clear:both;}

.ua-ie-7 .cell,
.ua-ie-6 .cell,
.ua-ie-5 .cell 
{
	float:left;
	height: auto;
	text-align:center;
	width: 97px;
	position: relative;
}


.ua-ie-7 .celluser,
.ua-ie-6 .celluser,
.ua-ie-5 .celluser
{
	float:left;
	height: auto;
	text-align:left;
	width: 400px;
	position: relative;
	vertical-align:top;
}


.ua-ie-7 .cellshort,
.ua-ie-6 .cellshort,
.ua-ie-5 .cellshort
{
	float:left;
	height: auto;
	text-align:center;
	width: 75px;
	position: relative;
	vertical-align:bottom;
	margin-top:15px;
}

/* fine IE */

/* Gestione IE8 */


.ua-ie-8 div#pubnavigatebuttons_registered
{ position: absolute; z-index: auto; 
                        top: 62px; width:600px; left: 380px;}

.ua-ie-8 .celluser
{
	float:left;
	height: auto;
	text-align:left;
	width: 400px;
	position: relative;
	vertical-align:middle;
}

.ua-ie-8 .celluser img
{
	vertical-align:middle;
}

.ua-ie-8 .cellshort img
{
	vertical-align:middle;
}

/* fine IE8 */
/*------------------------------------------------------------*/

/* Finte tabelle */
.table { display:table;}
.row {	clear: left;	display: table-row;}
.cell 
{
	display:table-cell;
	height: auto;
	text-align:center;
	width: 100px;
	position: relative;
}
.celluser
{
	display:table-cell;
	height: auto;
	text-align:left;
	width: 600px;
	position: relative;
}

.celluser img
{
	vertical-align:text-top;
}

.cellshort
{
	display:table-cell;
	height: auto;
	text-align:center;
	width: 110px;
	position: relative;
	vertical-align:bottom;
}

.cellshort img
{
	vertical-align:text-top;
}

/* Tabelle vere */
.underline {border-bottom: solid 1px #CCCCCC;}
.rightline {border-right: solid 1px #CCCCCC;}
.alternaterow {background-color: #FFFFCC;}

.tabdata { width:100%; }
.tabdata > thead > tr > td {background-color: #CCCCCC; font-weight:bold; height:40px; text-align:center;}
.tabdata > tbody > tr >  td {height: 20px; vertical-align:middle; text-align:center; background-color: #EEF7EE;}
.tabdata > tfoot > tr >  td {height: 20px; font-weight:bold; vertical-align:middle; text-align:center; background-color: #EEF7EE;}
.tabdata > tbody > tr.selectedrow >  td {background-color: #0099CC; color:White; font-weight:bold;}
.tabdata > tbody > tr.group-footer >  td {background-color: #0099CC; color:White; font-weight:bold;}
.tabdata > tbody > tr.group-footer >  td.sign {background: transparent url(/irriframe/images/common/plus.png) no-repeat left; background-color:white; padding-left:20px; text-align:right; color: #666666; font-weight:bold;}
.tabdata > tfoot > tr.group-footer >  td {background-color: #CCCCCC; font-weight:bold; height:40px; }


.tabmenu { width:100%; }
.tabmenu tr > td { height: 50px; vertical-align:middle;}

.tabinput { width:550px; }
.tabinput tr > td {height: 20px; vertical-align:middle; text-align:left;}
.tabinput tr > td.col1 {width:250px;}
.tabinput tr > td.col2 {width:200px;}
.tabinput tr > td.col3 {width:150px;color: #CC3300;}


.tabwizard { border: solid 1px #009933; width:200px; padding:5px; }
.tabwizard tr > td {height: 20px; vertical-align:middle; text-align:left;}
.tabwizard tr > td.col1 {width:150px;}
.tabwizard tr > td.col2 {width:50px;}


.tabread { width:550px; }
.tabread tr > td {height: 20px; width:250px; vertical-align:middle; text-align:left;}

.tabreadright { width:350px; }
.tabreadright tr > td {height: 20px; width:175px; vertical-align:middle; text-align:left;}

th.theaderPars {height: 30px; vertical-align:middle; text-align:center;border: solid 1px #009933; background-color: #EEF7EE;}
td.tdPars {height: 10px; vertical-align:middle; text-align:center; border: solid 1px #CCCCCC;}

td.borded { border: solid 1px #009933; padding:3px; background-color: #EEF7EE; }

/* tabella irrigua in dashboard */
table#DashBoardFarmPlot {width:650px;}

table#tablewbresults {width:640px;}
table#tablewbresults > thead > tr > td {vertical-align:middle; padding:2px; text-align:center; border: solid 1px #CCCCCC;}
table#tablewbresults > thead > tr > td.blank {border: none;}
table#tablewbresults > tbody > tr > td {height: 15px; vertical-align:middle; text-align:center; border: solid 1px #CCCCCC;}
table#tablewbresults > tbody > tr > td.blank {border: none;}
table#tablewbresults > tbody > tr.MeteoNotUpdated > td { border-color:#CC3300;}
table#tablewbresults > tbody > tr.DashFertRow > td { border-color:#333333;}
table#tablewbresults > tbody > tr.DashFertRow > td.DashFertCell1 {border-right: none;}
table#tablewbresults > tbody > tr.DashFertRow > td.DashFertCell2 {border-right: none; border-left: none;}
table#tablewbresults > tbody > tr.DashFertRow > td.DashFertCell3 {border: none;}


/*tabella turni qualità data in advice details */
table#tbquality {width:350px;}

table#tbturns {width:350px;}
table#tbturns > thead > tr > td {height: 30px; vertical-align:middle; text-align:center;border: solid 1px #009933; background-color: #EEF7EE;}
table#tbturns > thead > tr > td.col1 {width:150px;}
table#tbturns > thead > tr > td.col2 {width:75px;}
table#tbturns > thead > tr > td.col2 {width:75px;}
table#tbturns > tbody > tr > td {height: 20px; vertical-align:middle; text-align:center; border: solid 1px #009933;}

/* tabella UTENTE attivazione SMS */
table#tableSMSactive {width:550px;}
table#tableSMSactive > thead > tr > td {height: 30px; vertical-align:middle; text-align:center;border: solid 1px #009933; background-color: #EEF7EE;}
table#tableSMSactive > tbody > tr > td {height: 20px; vertical-align:middle; text-align:left; border: solid 1px #009933;}
table#tableSMSactive > tbody > tr > td.CheckBox {text-align:center;}



/*tabella AMMINISTRATIVA elenco appezzamenti consortili */
table#tableplots {width:950px;}
table#tableplots > thead > tr > td {height: 50px; vertical-align:middle; text-align:center;border: solid 1px #009933; background-color: #EEF7EE;}
table#tableplots > thead > tr > td.col1 {width:50px;}
table#tableplots > thead > tr > td.col2 {width:150px;}
table#tableplots > thead > tr > td.col3 {width:150px;}
table#tableplots > thead > tr > td.col4 {width:150px;}
table#tableplots > thead > tr > td.col5 {width:100px;}
table#tableplots > thead > tr > td.col6 {width:100px;}
table#tableplots > thead > tr > td.col7 {width:100px;}
table#tableplots > tbody > tr > td {height: 20px; vertical-align:middle; text-align:left; border: solid 1px #009933;}

/*tabella AMMINISTRATIVA elenco utente SMS */
table#tablesmsuser {width:550px;}
table#tablesmsuser > thead > tr > td {height: 30px; vertical-align:middle; text-align:center;border: solid 1px #009933; background-color: #EEF7EE;}
table#tablesmsuser > thead > tr > td.col1 {width:20px;}
table#tablesmsuser > thead > tr > td.col2 {width:120px;}
table#tablesmsuser > thead > tr > td.col3 {width:120px}
table#tablesmsuser > thead > tr > td.col4 {width:100px}
table#tablesmsuser > thead > tr > td.col5 {width:85px}
table#tablesmsuser > thead > tr > td.col6 {width:100px;}
table#tablesmsuser > tbody > tr > td {height: 20px; vertical-align:middle; text-align:center; border: solid 1px #009933;}

/*tabella AMMINISTRATIVA start stop SMS */
table#tablesmsstartstop {width:550px;}
table#tablesmsstartstop > thead > tr > td {height: 30px; vertical-align:middle; text-align:center;border: solid 1px #009933; background-color: #EEF7EE;}
table#tablesmsstartstop > thead > tr > td.col1 {width:20px;}
table#tablesmsstartstop > thead > tr > td.col2 {width:200px;}
table#tablesmsstartstop > thead > tr > td.col3 {width:120px;}
table#tablesmsstartstop > thead > tr > td.col4 {width:120px;}
table#tablesmsstartstop > thead > tr > td.col5 {width:60px;}
table#tablesmsstartstop > tbody > tr > td {height: 20px; vertical-align:middle; text-align:left; border: solid 1px #009933;}


/*tabella AMMINISTRATIVA elenco custom crop */
table#tablecrops {width:550px;}
table#tablecrops > thead > tr > td {height: 30px; vertical-align:middle; text-align:center;border: solid 1px #009933; background-color: #EEF7EE;}
table#tablecrops > thead > tr > td.col1 {width:50px;}
table#tablecrops > thead > tr > td.col2 {width:250px;}
table#tablecrops > thead > tr > td.col3 {width:80px;}
table#tablecrops > thead > tr > td.col4 {width:80px;}
table#tablecrops > tbody > tr > td {height: 20px; vertical-align:middle; text-align:left; border: solid 1px #009933;}

/*tabella WBPAR */
table#tablewbpar {width:550px;}
table#tablewbpar > thead > tr > td {height: 30px; vertical-align:middle; text-align:center;border: solid 1px #009933; background-color: #EEF7EE;}
table#tablewbpar > tbody > tr > td {height: 20px; vertical-align:middle; text-align:left; border: solid 1px #009933;}

/*tabella pagina di help */
table#helppage {width:550px; text-align:justify; border: solid 1px #009933; background-color: #EEF7EE; padding:5px;}

/*tabella ProjectOngoing */
table#ProjectOngoing {width:550px;}
table#ProjectOngoing > thead > tr > td {height: 40px; vertical-align:middle; text-align:center;border: solid 1px #009933; background-color: #EEF7EE;}
table#ProjectOngoing > tbody > tr > td {height: 40px; vertical-align:middle; text-align:left; border: solid 1px #009933;}

/* tabella LISTA DATI METEO di stazione */
table#meteodatalist {width:550px;}
table#meteodatalist > thead > tr > td {height: 30px; width:90px; vertical-align:middle; text-align:center;border: solid 1px #009933; background-color: #EEF7EE;}
table#meteodatalist > tbody > tr > td {height: 20px; vertical-align:middle; text-align:center; border: solid 1px #009933; background-color: white;}

/* tabella RISULTATI fabbisogno irriguo */
table#meteodatalist {width:550px;}
table#meteodatalist > thead > tr > td {height: 30px; width:90px; vertical-align:middle; text-align:center;border: solid 1px #009933; background-color: #EEF7EE;}
table#meteodatalist > tbody > tr > td {height: 20px; vertical-align:middle; text-align:center; border: solid 1px #009933; background-color: white;}


/* Mobile layout
.ua-mobile div#headerslim{background-image: none);
           background-repeat:no-repeat; 
            height:200px;}
.ua-mobile div#footer{background-image: url(/irriframe/images/common/ANBI-logo_web_RGB.jpg);
           background-repeat:no-repeat; height:200px;}
.ua-mobile div#pubnavigatebuttons{ position:relative;}
.ua-mobile div#logging{ position:relative;}
.ua-mobile div#content{ position:relative;}
 */
 
 .clsHiddenOnDisplay 
{
visibility: hidden;
}

/* smart image enlarger starts here */
/* If your images are not linking to other pages leave the links as <a href="#nogo"> Otherwise enlarger won't work in IE6 */

.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
	z-index:2000;
}

.ienlarger a { 
	display:block;
	text-decoration: none;
	cursor:default;
	z-index:2000;
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #333333; /* caption text colour */
	text-decoration: none;
	text-align:center;
	font-size: 13px; /* caption text size */
	background-color: #CCCCCC;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span { 
	 position:absolute;
	display:block;
	top: 0px; /* means the pop-up's top is 50px away from thumb's top */
	left: 0px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 3000;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 420px; /* enter desired thumb width here */
	height : auto;
}

/* smart image enlarger ends here */


/* ombreggiamento */

.shiftcontainer{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
/*width: 310px; /* container width*/
background: transparent url(/irriframe/images/common/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

@media screen {
 .clsHiddenOnScreen 
{
display:none;
visibility: hidden;
height:1px;

}

}

/* ombreggiamento */

@media print 
{

.clsHiddenOnPrint, .confirmlink
{
display:none;
visibility: hidden;
height:1px;

}



body,p, td, tr
{
  background-color: white;
  font-family: Verdana, Arial, Sans-Serif;
  font-size:12px;
}

table, tr 
{
	page-break-inside:avoid;
}


input
{
background: white; /*#99cc00;*/
border: solid 1px gray;
color: Black;
font-weight:normal;
font-size:9px;
}

Textarea
{
background: white; /*#99cc00;*/
border: solid 1px gray;
color: Black;
font-weight:normal;
font-size:9px;
}

select
{
background: white;
}

.nascosto
{
	visibility: hidden;
	
}
}

