.sfondoEsterno  
{   
	
	/* Sfondo Esterno al di fuori della parte centrale del login*/
	background-color:#f8f8f8;
	
}

.tableCentrale 
{   
	/* Settaggi tabella centrale che contiene la parte centrale del login */
	/* border: 2px solid #DDDDDD;
	 
   border-radius: 17px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
   -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;*/
  width: 800px;
  height: 480px;
}

.tableCentralejworkMini 
{   
  /* Settaggi tabella centrale che contiene la parte centrale del login */
  
  -moz-border-radius: 5px 5px;
      -border-radius: 5px 5px;
      -webkit-border-radius: 5px;
      border: 1px solid #e0f0ff;
  width: 950px;
  height: 138px;
}
.inTableCentralSuperlab
{
	/* Dentro la tabella centrale qui viene deciso il logo del programma, scusate per il nome ma ho poca fantasia */
	background-image:url('img/Jlab.png');
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: center;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	margin:8%;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow:    0px 2px 6px 0px rgba(50, 50, 50, 0.55);
  box-shadow:         0px 2px 6px 0px rgba(50, 50, 50, 0.55);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #F8F8F8 !important;
}
.inTableCentralSuperlab_jshare
{
  /* Dentro la tabella centrale qui viene deciso il logo del programma, scusate per il nome ma ho poca fantasia */
  background-image:url('img/Jshare2.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  margin:8%;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow:    0px 2px 6px 0px rgba(50, 50, 50, 0.55);
  box-shadow:         0px 2px 6px 0px rgba(50, 50, 50, 0.55);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #F8F8F8 !important;
}
.bodySfondoMain2
{
	background-image:url('img/Jlab.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: #f4f4f4;
  
}
.bodyService{
	background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: #F1F1F1;
}
.bodySfondoMain2jwork
{
  background-image:url('img/jwork.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.bodySfondoMain2jworkWeb
{
  background-image:url('img/jworkMini.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right;
  vertical-align: baseline;
  background-color: transparent;
}

.inTableCentralMain2Superlab
{
  /* Dentro la tabella centrale qui viene deciso il logo del programma, scusate per il nome ma ho poca fantasia */
  padding-bottom:20px;
  /*padding-top:460px;*/
  padding-left:10px;
  background-image:url('img/Jlab.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  
}

.inTableCentralMain2Superlab_jshare
{
  /* Dentro la tabella centrale qui viene deciso il logo del programma, scusate per il nome ma ho poca fantasia */
  padding-bottom:20px;
  /*padding-top:460px;*/
  padding-left:10px;
  background-image:url('img/Jshare2.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  
}
TH.loginIntestazione{
	background-color:#FAE5C5;
  /* PER IE*/
  filter: progid:DXImageTransform.Microsoft.Gradient(
  gradientType=0,startColorStr=#FCEDD8,
  endColorStr=#F9DDB5);

  /* PER SAFARI */
  background: -webkit-gradient(linear, left top, left bottom, from(#FCEDD8), to(#F9DDB5));
  

  /* PER MOZZILLA */
  background: -moz-linear-gradient(top, #FCEDD8, #F9DDB5);
  
	}
	
	
TH.login {
  text-align: right;
  font-size:larger;
  color:white;
  text-align: center;
  font-family: Segoe UI;
  font: bolder;
  cursor: pointer;
}

.procedura
{
	background-color: transparent;
}
.proceduraDiv TH
{
	
	
  background-color:#FAE5C5;
  /* PER IE*/
  filter: progid:DXImageTransform.Microsoft.Gradient(
  gradientType=0,startColorStr=#FCEDD8,
  endColorStr=#F9DDB5);

  /* PER SAFARI */
  background: -webkit-gradient(linear, left top, left bottom, from(#FCEDD8), to(#F9DDB5));
  

  /* PER MOZZILLA */
  background: -moz-linear-gradient(top, #FCEDD8, #F9DDB5);
  	
}
.proceduraDiv
{
  width:270px; 
  height:55px; 
  display: block; 
  z-index: 100;
  background: #FDE9D9;  
    /* PER SAFARI */
  background: -webkit-gradient(linear, left top, left bottom, from(#FDE9D9), to(#FBC78C));
  -webkit-background-origin: padding; -webkit-background-clip: content;

  /* PER MOZZILLA */
  background: -moz-linear-gradient(top, #FDE9D9, #FBC78C);
   border: 1px solid #DDDDDD;
   -moz-border-radius: 5px;
   -border-radius: 5px;
   -webkit-border-radius: 5px;
   box-shadow:1px 1px 7px #8995A1;
   display: none;
}


.proceduraDiv TH{
	
    
    text-align: center;
    font-family: Segoe UI;
    font: bolder;
	}
.utentePwd
{
	 /* Riquadro contenente utente e password */
	 width: 100%;
   height:100%;
	 text-align:center;
   padding-right : 0px;
   display: block; 
   font-size:medium;
	  color:gray;
	  text-align: center;
	  font-family: Segoe UI;
	  font: bolder;
	  cursor: pointer;
   
}


	
.utentePwdDiv
{
	width:300px; 
  height: 130px; 
  display: block; 
  z-index: 100;
  background:#fa6800 !important;
  padding-right: 2px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.55);
   -moz-box-shadow:    0px 2px 6px 0px rgba(50, 50, 50, 0.55);
   box-shadow:         0px 2px 6px 0px rgba(50, 50, 50, 0.55);
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
 padding: 5px;  
 
}

.utentePwdDiv TH
{
 background-color:transparent;
}

.pulsanteSubmit
{
	 /* Riquadro trasparente intorno al pulsante */
	 height: 30px;
	 text-align: center;
	 background-color: transparent;
	 
}

.buttonSubmit 
{
   width: 150px;
  height: 30px;
  font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0.01em;
  color:white;
  margin: 2px;
  padding-left:4px;
  padding-right:4px;
  padding-top:2px;
  padding-bottom:2px;
  float:left;   
  cursor: pointer;
  height: 25px;
  vertical-align: top;
  background-color: #4390df !important;
  vertical-align:baseline;      
  border: 1px solid #DDDDDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow:1px 1px 3px #8995A1;
  
}

.loginInfo
{
  font-family : Arial;
  font-size:14px;
  text-align:left;
  color: gray;
  background-color:trasparent;
}
TH
{
  font-family : "MS Sans Serif", Geneva, sans-serif;
  font-size:9pt;
  background-color:trasparent;
  color: #002e66;
}
TD
{
  font-family : "MS Sans Serif", Geneva, sans-serif;
  font-size : 9pt;
  background-color : trasparent;
  padding-left : 4px;
}
.erroreLogin
{
	 /* Riquadro in caso di errore login */
	 position:absolute;
	 top:30%;
	 left:30%;
	 width: 500px;
   height: 200px;
	 text-align:right;
   padding-right : 0px;
	 background-color: #525252 !important;
	 -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.55);
   -moz-box-shadow:    0px 2px 6px 0px rgba(50, 50, 50, 0.55);
   box-shadow:         0px 2px 6px 0px rgba(50, 50, 50, 0.55);
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
	 font-size:large;
    color:white;
    text-align: center;
    font-family: Segoe UI;
    font: bolder;
    z-index: 555;
}
/*
   CATARATTA NERA SEMI TRASPARENTE PER NON FAR PREMERE I PULSANTI DI SOTTO.
*/
div.copertura{
  width:100%;
  height:100%;
  z-index: 6;
  display:block;
  position: absolute;
  background-color: black;
  left:1px;
  top:1px;
  filter:alpha(opacity=30);
  opacity: 0.30;
  -moz-opacity:0.30;
  -moz-border-radius: 20px;
  -border-radius: 20px;
  -webkit-border-radius: 5px;
  border: 2px solid #DDDDDD;
  filter: blur(5px);
  // Browser Specific
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  
}

.cliccaqui
{
	/*Scritta clicca qui per tornare al login */
  text-decoration : underline;
  color : black;
}
.rigaLogoProduttore
{
	background-color:#e0f0ff;
	height:2px;
}


BODY{
	background-color: #BBBBBB;
	 -webkit-animation-name: a_comparsa;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  
  -moz-animation-name: a_comparsa;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in-out;
  
  -o-animation-name: a_comparsa;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: 1;
  -o-animation-timing-function: ease-in-out;
}

#div_produttore{
	margin-right: 30px;
}

.elenco{
  border: 1px solid gray;
  background-color: transparent;
  height: 22px;
}

.elenco:nth-child(2n){
  background-color: #DDDDF5;
}
.elenco:nth-child(2n + 1){
  background-color: #F0E8E0;
}
.elenco:HOVER{
  /*BACKGROUND-COLOR: #EBEBE3;*/
  background-color: #FAEC87;
  cursor: pointer;
  border: 1px solid blue;
}
.elenco TD{
  background-color: transparent;
  font-family: Arial,Helvetica,sans-serif;
  font-size: small;
}