/* CSS standard utilizzato per le pagine */

/* body */
body {
 background-image: url(/UMSonline/images/sfondoGenerali.gif);
 background-position: top left;
 background-repeat: repeat;
 background-attachment: fixed;
 min-width: 800px;
 height: 100%;   
 margin: 0; 
 padding: 0;
}
/* assetto della pagina principale */
.content {    
 clear: both;
}
.content, .menu {
 height: 100%;
}
.header, .menu, .main {
 margin: 0px; 
 padding: 0px;
 left: 0px;
 top: 0px;
 position: absolute;
}
.header  {
 clear: both;
 text-align: center;
 width: 100%; 
 height: 80px;
 #height: 0px;
}
.menu {
 float: left; 
 width: 200px;
 top: 120px;
 position: fixed;
 z-index: 99;
 font-family: Helvetica, Verdana, Arial, sans-serif;
}
.menuSfondoOpaco {
 float: left; 
 width: 200px;
 top: 120px;
 position: fixed;
 height: 100%;
 #height: 0px;
 #background-color: #E9E9E9;
 #filter: alpha(opacity=0); /* IE's opacity */
 #opacity: 0.75;
 z-index: -10;
}
.main {
 width: 600px;
 left: 200px;
 top: 120px;
 position:absolute;
}
.top {
 position: fixed;
 top: 0px;
 width: 100%;
 height: 120px;
 background: url(/UMSonline/images/header_txt.png) left top no-repeat;
 z-index: 99;
}
.topSfondoOpaco {
 position: fixed;
 top: 0px;
 width: 100%;
 height: 120px;
 #height: 0px;
 #background-color: #E9E9E9;
 #filter: alpha(opacity=0); /* IE's opacity */
 #opacity: 0.75;
 z-index: -10;
}
.topBar {
 position: fixed;
 top: 0px;
 margin-top: 10px;
 width: 100%;
 z-index: 1;
}
.topBar a {
 font-family: Helvetica, Verdana, Arial, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: bold;
 color: #B22C1B;
 text-decoration: underline;
 letter-spacing: 1px;
}
.topBar a.debugLink {
 text-decoration: none;
}
.linkBar {
 margin-left: 180px; 
}
/* ridefinizione dei link */
.main a:link, .main a:hover, .main a:visited, .main a:active {
 font-family: Helvetica, Verdana, Arial, sans-serif;
 color: blue;
 vertical-align: top;
 text-decoration: none;
 cursor: pointer;
}
/* gestione blocco principale del main da 600px */
.mainMiddle {
 width: 600px;
 text-align: justify;
}
.mainMiddle, .mainFooterRight, .tblData, .tblFooterLink {
 font-family: Helvetica, Verdana, Arial, sans-serif;
 font-style: normal;
 font-size: 16px;
 font-weight: normal;
 color: black;
 line-height: normal;
}
.mainMiddle p {
 text-indent: 15px;
}
.errorDetail {
 font-family: Arial;
 font-size: 11px;
 margin-left: 15px;
 text-align: left;
}
.mainFooterRight {
 margin-left: 15px;
 margin-right: 15px;
 text-align: right;
 font-size: 14px;
}
.tblFooterLink {
 margin-left: 15px;
 margin-right: 15px;
 font-weight: bold;
 font-size: 14px;
}
.tblData {
 margin: 5px 15px 5px 15px;
 padding: 0px 0px 0px 0px;
 border-style: outset;
 border-width: 2px;
 border-color: #e4e3df;
}
.tblDataParamForm {
 margin: 5px 15px 5px 15px;
 padding: 0px 0px 0px 0px;
 border-style: outset;
 border-width: 2px;
 border-color: #e4e3df;
 font-size: 12px;
 text-align: left;
}
.tblDataParamForm select {
 font-size: 12px;
}
.tblDataInsideHighlight {
 padding: 0px 0px 0px 0px;
 font-size: 12px;
 text-align: left;
}
.tblDataInsideHighlight select {
 font-size: 12px;
}
.tblData table {
 font-size: 13px;
 width: 100%;
}
.tblHighlight {
 margin: 5px 5px 5px 5px;
 padding: 5px 5px 5px 5px;
 border-style: outset;
 border-width: 2px;
 border-color: #e4e3df;
}
.functionItem {
 font-weight: bold;
 margin-left: 10px;
}
.functionDescription {
 font-size: 13px;
 margin-left: 45px;
}
.tdReduceForSubLink {
 width: 470px;
}
.tblSubLink {
 font-style: italic; 
 font-size: 10px;
}
.iconArrow {
 width: 17px; 
 height: 18px;
}
.workspaceItem {
 font-weight: bold;
 margin-left: 20px;
}
.workspaceDescription {
 font-size: 13px;
 margin-left: 40px;
}
/* tipologie dei campi di form */
.fieldNormal {
 width: 147px;
}
.fieldShort {
 width: 76px;
}
.fieldLong {
 width: 286px;
}
.fieldDate {
 width: 70px;
}
.fieldVeryShort {
 width: 27px;
}
.fieldDisabled {
 background: #cccccc;
 color: gray;
}
.fieldRight {
 text-align: right;
}
.formButtons {
 width: 300px;
}
.fieldRed {
 color: #B22C1B;
}
/* gestione menu */
.menuAttivato {
 color: #000000;
 font-size: 11px;
 margin: 0;
 position: fixed;
 left: 1em;
 width: 10em;
 right: auto;
 cursor: default;
}
.menuLink {
 color: #000000;
 font-size: 9px;
 cursor: default;
}
.sottoMenuAttivo {
 color: #000000;
 font-size: 9px;
 cursor: default;
}
.sottoMenuDisattivo {
 color: #636563;
 font-style: italic;
 font-size: 9px;
 cursor: default;
}
.menu a:link, .menu a:hover, .menu a:visited, .menu a:active {
 color: blue;
 text-decoration: none;
}
.menu .verticale {
 background-image: url(/UMSonline/images/menu/lineaVerticale.gif);
}
/* gestione del multipagina */
.multiPage {
 width: 570px;
 margin-left: 15px;
 font-family: Helvetica, Verdana, Arial, sans-serif;
 font-style: normal;
 font-size: 13px;
 color: black;
 font-weight: bold;
 text-align: justify;
 line-height: normal;
}
.multiPage b {
 font-size: 14px;
 color: #B52C18;
}
.multiPage .foundPages {
 text-align: right;
}
/* gestione dei primi 3 titoli di ogni sezione funzionale */
.title, .titleDescription, .subTitle, .subTitleDescription {
 text-align: justify;
 margin-top: 5px;
 font-family: Helvetica, Verdana, Arial, sans-serif;
 font-weight: normal;
 line-height: normal;
}
.title {
 width: 570px;
 padding-left: 15px;
 padding-right: 15px;
 color: #000000;
 font-size: 16px;
 font-style: italic;
}
.icon {
 width: 37px;
 height: 36px;
 float: left;
}
.titleDescription {
 width: 300px;
 margin-left: 15px;
 color: #000000;
 font-size: 16px;
 font-style: italic;
}
.subTitle {
 font-style: normal;
 font-size: 24px;
 color: #B52C18;
 margin-left: 15px;
}
.subTitleDescription {
 font-style: normal;
 font-size: 16px;
 color: #000000;
}
/* servizio non disponibile su welcome */
.serviceUnavailable
{
 font-family: Helvetica, Verdana, Arial, sans-serif;
 font-style: normal;
 font-size: 15px;
 font-weight: bold;
 line-height: 35pt;
 vertical-align: middle;
 color: #B22C1B;
 height: auto;
 margin: auto auto;
 width: 400px;
 background: url(/UMSonline/images/iconaErrore.gif) left no-repeat;
}
.serviceUnavailable div
{
 margin-left: 50px;
}
/* welcome */
.welcomeHeader {
 padding-top: 1px;
 height: 120px;
 background-image: url(/UMSonline/images/header_txt.png);
 background-position: top left;
 background-repeat: no-repeat;
 background-attachment: inherit;
}
.welcomeHeader .logoTerzeParti {
 margin-top: 40px;
 height: 120px;
 background-image: url(/UMSonline/images/logodbdg.gif);
 background-position: bottom center;
 background-repeat: no-repeat;
 background-attachment: inherit;
}
.welcomeBody {
 margin: 40px auto;
 width: 540px;
 border: 2px solid #B22C1B;
}
.welcomeBody p {
 font-family: Helvetica, Verdana, Arial, sans-serif;
 font-style: normal;
 font-size: 15px;
 font-weight: bold;
 text-align: left;
 color: black;
 margin-left: 40px;
}
.welcomeFooter {
 background: url(./images/logoGruppoRosso.gif) center no-repeat;
 height: 65px;
}
/* lista errori */
.frameListErrors {
 font-family: Helvetica, Verdana, Arial, sans-serif;
 font-size: 12px;
 text-align: justify;
 width: 540px;
}
.frameListErrors .error {
 color: #B22C1B;
}
.frameListErrors .warning {
 color: black;
}
.frameListErrorsFromValidation {
 font-family: Helvetica, Verdana, Arial, sans-serif;
 font-size: 14px;
 font-style: normal;
 font-weight: bold;
 color: #B22C1B;
 line-height: normal;
 text-align: justify;
 margin-left: 15px;
 margin-right: 15px;
 padding-top: 5px;
 padding-bottom: 0px;
 border-top: 2px solid #B22C1B;
 border-bottom: 2px solid #B22C1B;
}
.frameListErrorsFromValidation li {
 margin-left: 0px;
 list-style-position: outside;
 font-weight: normal;
 list-style-type: square;
 color: #B22C1B;
}
.frameListErrorsFromValidation span {
 color: black;
}
/* cartoncino */
.frameCartoncino {
 width: 540px;
 margin: 0px;
 padding: 0px;
 background: url(/UMSonline/images/foglioTest/riquadroCenter.gif) center repeat-y;
}
.frameCartoncinoHeader {
 margin: 0px;
 padding: 0px;
 background: url(/UMSonline/images/foglioTest/riquadroTop.gif) no-repeat;
}
.frameCartoncinoFooter {
 margin: 0px;
 padding: 0px;
 background: url(/UMSonline/images/foglioTest/riquadroBottom.gif) no-repeat;
}
.frameCartoncinoTesto {
 font-family: Helvetica, Verdana, Arial, sans-serif;
 font-size: 11px;
 text-align: justify;
 margin-top: 0px;
 margin-right: 30px;
 margin-left: 20px;
}
/* gestione pagina di stampa */
.mergePageBarraLeft {
 position: fixed;
 z-index: 1;
 top: 0;
 left: 0;
 height: 20px;
 background-color: #809cc9;
}
.mergePageBody {
 background-color: #809cc9; 
 margin-top: 0; 
 margin-left: 0; 
 margin-bottom: 0; 
 margin-right: 0;
}
.mergeBarraFront {
 width: 1%;
 background-color: rgb(128,30,60);
}
.mergeBarraBack {
 width: 99%;
 background-color: rgb(30,60,128);
}
.mergeContatore {
 position: relative;
 z-index: 2;
 top: -20px;
 left: 30px;
 color: white;
}
.mergePageMessageLeft {
 position: relative;
 top: 25px;
}
/* fram pagina login */
.frameLoginRed {
 border-color: #B52C18;
 border-width: 2px;
 border-style: solid;
 font-weight: bold;
 font-size: 12px;
 font-style: normal;
 font-family: Helvetica, Verdana, Arial, sans-serif
}
/* pagina di debug */
.debugBeans {
 font-family: Helvetica, Verdana, Arial, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: normal;
 line-height: normal;
 border-color: black;
 border-top-width: 1px;
 border-right-width: 0px;
 border-left-width: 0px;
 border-bottom-width: 1px;
 border-style: dotted;
}
/* link w3c per la validazione */
.w3c {
 position: fixed;
 #position: absolute;
 #left: 90%;
 right: 10px;
 bottom: 10px;
 width: 88px;
 height: 31px;
}
/* sottofunzioni nascoste, richiamabili da click sui link delle funzioni principali */
.hiddenFunction {
 margin-left: 45px;
}
.space-line {
 clear: both; 
 margin: 0px; 
 padding: 0px; 
 height: 10px;
 width: auto;
}
.cartoncinoTestoPosta {
 font-family: Helvetica, Verdana, Arial, sans-serif;
 font-size: 11px;
 text-align: justify;
 margin-top: 0px;
 margin-right: 30px;
 margin-left: 20px;
 height: 500px;
 overflow: auto;
}

