/* CSS Document */
table.loginpane {
  border-collapse: collapse;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

table.loginpane td input{
  float: left;
}

div#actioncontent {
  font-family: Verdana;
  font-size: 0.8em;
  text-align: left;
}

div#tabcontent {
  width: 100%;
  /*background-color: #7DBC57;*/
}

div#actiontitle {
  width: 100%;
  background-color: #FFFFFF;
  font-family: Verdana;
  font-size: 1.0em;
  font-weight: bold;
  text-align: center;
}

div#actiontitlemsgcontinue {
  width: 100%;
  height: 30px;
  vertical-align: middle;
  background-color: #FFFFFF; /*#FFFFA6;*/
  font-family: Verdana;
  font-size: 1.0em;
  font-weight: bold;
  text-align: center;
}

#actionerrorbox {
  margin: 2px;
  border: 1px solid #000000;
  padding: 3px;
  background-color: #FFFF2A;
  text-align: center;
  color: #FF0000;
  font-weight: bold;
}

div#actionerror_text {
  margin-top:3px;
  border: 1px solid #000000;
  background-color: white;
  color:blue;
  width: 80%;
  height: 25px;
  display: none;
}

div#actionerror {
  border: 0px solid #000000;
  cursor: pointer;
}

div#actionerror span {
  border: 0px solid #000000;
  cursor: pointer;
}

span#origin {
  width: 3%; 
  display: inline;
}

span#level {
  width: 10%; 
  display: inline;
}

span#code {
  width: 5%; 
  display: inline;
}

span#field {
  display: none;
}

span#title {
  display: inline;
}

span#text {
  display: inline;
}

div.actioncontent {
  font-family: Verdana;
  font-size: 0.8em;
  text-align: left;
}

div.tabcontent {
  width: 100%;
  /*background-color: #7DBC57;*/
}

div.actiontitle {
  width: 100%;
  background-color: #FFFFFF;
  font-family: Verdana;
  font-size: 1.0em;
  font-weight: bold;
  text-align: center;
}

div.actiontitlemsgcontinue {
  width: 100%;
  height: 30px;
  vertical-align: middle;
  background-color: #FFFFFF; /*#FFFFA6;*/
  font-family: Verdana;
  font-size: 1.0em;
  font-weight: bold;
  text-align: center;
}


/* css per stampa elenco */


div#stpelenco_campi {
  font-family: Verdana;
  font-size: 0.8em;
  text-align: left;
}

fieldset#stpelenco_fieldlist {
  margin: 5px;
  cursor: default;
}

fieldset#stpelenco_fieldlist div#stpelenco_fields {
  height: 350px;
  overflow-y: auto;
}

fieldset#stpelenco_fieldlist legend {
  color: white;
  font-weight: bold;
}


fieldset#stpelenco_righe {
  margin: 5px;
  cursor: default;
}

fieldset#stpelenco_righe legend {
  color: white;
  font-weight: bold;
}
