/*****************************************************************************/
/** Generali */

div {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

form {
  margin: 0px;
  padding: 0px;
  display: inline;
}

table {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  padding: 0px;
  border: none;
}
table tr {
  margin: 0px;
  padding: 0px;
  border: none;
}
table tr th, table tr td {
  margin: 0px;
  padding: 0px;
  border: none;
  vertical-align: middle;
}
table tr td {
  text-align: left;
  font-size: 12px;
}
table tr th {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

table.tVAM { width: 100%; height: 100%; }
table.tVAM tr {}
table.tVAM tr td.tdMain { vertical-align: middle; text-align: center; }

a.aPul {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: none!important;
  background-color: #123456!important;
  line-height: 100%;
}

/*****************************************************************************/
/** Utilita' */

.taL { text-align: left; }
.taC { text-align: center; }
.taR, .iTgl, .iImp { text-align: right; }

.tB { font-weight: bold; }
.tI { font-style: italic; }
.tU { text-decoration: underline; }

.tVS { font-size: 10px!important; }

.mB10 { margin-bottom: 10px; }
.mT10 { margin-top: 10px; }

p.pErrMsg, p.pSucMsg, p.pMsg {
  font-size: 14px;
  font-weight: bold;
}
p.pErrMsg { color: #FF0000; }
p.pSucMsg { color: #009000; }

img.iBN {
  border: none;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  vertical-align: text-bottom!important;
}

img.iW300 { width: 300px; border: 2px solid #888888; }
img.iCL { cursor: pointer; }

select.sSelZoo {
  width: 100%;
}

.tBR {
  color: #FF0000!important;
  font-weight: bold!important;
}


/******************************* MESSAGGIO ************************************/

div.dPopUpMsgBlur {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  /*height: 100% !important;*/
  height: 2200px;
  z-index: 2;
  display: block;
  text-align: center;
  background-color: #000000;
  filter: alpha(opacity=25);
  -moz-opacity: .25;
  opacity: .25;
}

div.dPopUpMsg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  z-index: 3;
  display: block;
  text-align: center;
}

table.tPopUpMsg {
  border-collapse: collapse;
  text-align: center;
  border: 2px solid #888888;
  background-color: #DDDDDD;
}
table.tPopUpMsg tr {}
table.tPopUpMsg th, table.tPopUpMsg td {
  padding: 2px;
  vertical-align: middle;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
}
table.tPopUpMsg th {
  background-color: #00EB51;
  border: 1px solid #AAAAAA;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}
table.tPopUpMsg td {
  font-size: 14px;
}
img.iPopUpClose { padding: 0px; margin: 0px; border: none; display: block; float: right; }
input.bPopUpMsg {
  border: 1px solid #00BB11;
  background-color: #FFCCFF;
  color: #007700;
  font-family: 'Verdana', 'Arial', 'Helvetica', 'Sans-Serif';
  font-size: 10px;
  text-decoration: none;
  margin: 2px;
}


/*****************************************************************************/
/** Input vari */

input.iPul {
  margin: 2px;
  padding: 2px;
  border: 1px solid #008000;
  background-color: #DDEAFF;
  color: #008000;
  font-family: "Verdana", "Arial", sans-serif;
  font-size: 12px;
  font-weight: normal;
}

input.iPulSpecial {
  border: 1px solid #008000;
  background-color: #DDDDDD;
  color: #008000;
}

input.iTex {
  border: 1px solid #008000;
  background-color: #EEFFEE;
  color: #008000;
  font-family: "Verdana", "Arial", sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 18px;
}

input.iReadonly, input.iDisabled {
  background-color: #CCCCCC;
}

input.iImg {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  display: block;
  text-align: center;
}

select.sSel {
  border: 1px solid #008000;
  background-color: #EEFFEE;
  color: #008000;
  font-family: "Verdana", "Arial", sans-serif;
  font-size: 12px;
  font-weight: normal;
}
select.sSel option {}


/*****************************************************************************/
/** Tabella di login */

table.tLogin {
  border: 2px solid #008000;
}
table.tLogin tr {}
table.tLogin tr th, table.tLogin tr td {
  padding: 4px;
}
table.tLogin tr th {
  font-size: 14px;
  border: 2px solid #008000;
  background-color: #004080;
  color: #FFFFFF;
}
table.tLogin tr td {
  background-color: #FFFFFF;
}
table.tLogin tr td.c { text-align: center; }


/*****************************************************************************/
/** Tabella del menu' */

table.tMainMenu {
  border: 2px solid #008000;
}
table.tMainMenu tr {}
table.tMainMenu tr th, table.tMainMenu tr td {
  border: none;
  border-top: 1px solid #008000;
  border-bottom: 1px solid #008000;
  padding: 2px;
}
table.tMainMenu tr th {
  font-size: 14px;
  background-color: #004080;
  text-align: left;
  color: #FFFFFF;
}
table.tMainMenu tr th.thTit {
  font-size: 18px;
  color: #DDEAFF;
  text-align: center;
  background-color: #002266;
  color: #FFFFFF;
}
table.tMainMenu tr th.thBG1 {
  background-color: #497CF3;
  color: #FFFFFF;
}
table.tMainMenu tr td {
  background-color: #FFEE88;
  background-color: #497CF3;
  /*width: 250px;*/
  text-align: center;
}
table.tMainMenu tr td.tdBG1 {
  background-color: #004080;
}
table.tMainMenu tr th.l, table.tMainMenu tr td.l { text-align: left; }
table.tMainMenu tr th.c, table.tMainMenu tr td.c { text-align: center; }
table.tMainMenu tr th.r, table.tMainMenu tr td.r { text-align: right; }


/*****************************************************************************/
/** Tabelle di visualizzazione/ricerca */

table.tFind {
  border: 1px solid #000000;
  margin-left: auto;
  margin-right: auto;
}
table.tFind tr.r1 { background-color: #C7DDF3; }
table.tFind tr.r2 { background-color: #DDEAFF; }
table.tFind tr th, table.tFind tr td {
  font: normal small "Times New Roman", Times, serif;
  text-align: center;
  margin: 1px;
  padding: 2px;
  vertical-align: middle;
}
table.tFind tr th {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  background-color: #497CF3;
}
table.tFind tr th.thTit {
  background-color: #004080;
  font-size: 16px;
  color: #FFFFFF;
}
table.tFind tr td { font-size: 12px; }
table.tFind tr td.l { text-align: left; }
table.tFind tr td.r { text-align: right; }

table.tShow {
  border: 1px solid #000000;
  margin-left: auto;
  margin-right: auto;
}
table.tShow tr.r1 { background-color: #C7DDF3; }
table.tShow tr.r2 { background-color: #DDEAFF; }
table.tShow tr th, table.tShow tr td {
  font: normal small "Times New Roman", Times, serif;
  margin: 1px;
  padding: 2px;
  vertical-align: middle;
}
table.tShow tr th {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  background-color: #497CF3;
  text-align: center;
}
table.tShow tr th.thTit {
  background-color: #004080;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
table.tShow tr td {
  font-size: 12px;
  text-align: left;
}
table.tShow tr td.l { text-align: left; }
table.tShow tr td.c { text-align: center; }
table.tShow tr td.r { text-align: right; }
table.tShow tr th.l { text-align: left; }
table.tShow tr th.c { text-align: center; }
table.tShow tr th.r { text-align: right; }

table.tShowSmall {
  border: 1px solid #000000;
  margin-left: auto;
  margin-right: auto;
}
table.tShowSmall tr.r1 { background-color: #C7DDF3; }
table.tShowSmall tr.r2 { background-color: #DDEAFF; }
table.tShowSmall tr th, table.tShowSmall tr td {
  font: normal small "Times New Roman", Times, serif;
  text-align: center;
  margin: 1px;
  padding: 2px;
  border-width: 1px!important;
  border-style: solid!important;
  border-color: #000000!important;
  vertical-align: middle;
}
table.tShowSmall tr th {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  background-color: #497CF3;
}
table.tShowSmall tr th.thTit {
  background-color: #004080;
  font-size: 12px;
  color: #FFFFFF;
}
table.tShowSmall tr td { font-size: 12px; }
table.tShowSmall tr td.l { text-align: left; }
table.tShowSmall tr td.r { text-align: right; }
table.tShowSmall tr th.l { text-align: left; }
table.tShowSmall tr th.r { text-align: right; }

table.tEdit {
  border: 1px solid #000000;
  margin-left: auto;
  margin-right: auto;
}
table.tEdit tr.r1 { background-color: #C7DDF3; }
table.tEdit tr.r2 { background-color: #DDEAFF; }
table.tEdit tr th, table.tEdit tr td {
  font: normal small "Times New Roman", Times, serif;
  margin: 1px;
  padding: 2px;
  vertical-align: middle;
}
table.tEdit tr th {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  background-color: #497CF3;
  text-align: center;
}
table.tEdit tr th.thTit {
  background-color: #004080;
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
}
table.tEdit tr td { font-size: 12px; }
table.tEdit tr td.l { text-align: left; }
table.tEdit tr td.c { text-align: center; }
table.tEdit tr td.r { text-align: right; }
table.tEdit tr th.l { text-align: left; }
table.tEdit tr th.c { text-align: center; }
table.tEdit tr th.r { text-align: right; }
table.tEdit tr th.bTB {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

table.tShowGrid {
  border: 1px solid #000000;
  margin-left: auto;
  margin-right: auto;
}
table.tShowGrid tr.r1 { background-color: #C7DDF3; }
table.tShowGrid tr.r2 { background-color: #DDEAFF; }
table.tShowGrid tr th, table.tShowGrid tr td {
  font: normal small "Times New Roman", Times, serif;
  text-align: center;
  margin: 1px;
  padding: 2px;
  border: 1px solid #000000;
  vertical-align: middle;
}
table.tShowGrid tr th {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  background-color: #497CF3;
}
table.tShowGrid tr th.thTit {
  background-color: #004080;
  font-size: 16px;
  color: #FFFFFF;
}
table.tShowGrid tr td { font-size: 12px; }
table.tShowGrid tr td.l { text-align: left; }
table.tShowGrid tr td.r { text-align: right; }
table.tShowGrid tr th.l { text-align: left; }
table.tShowGrid tr th.r { text-align: right; }


/*****************************************************************************/
/** Gestione tabset */

a.aTabNamSel,         a.aTabNamNSe,
a.aTabNamSel:link,    a.aTabNamNSe:link,
a.aTabNamSel:visited, a.aTabNamNSe:visited,
a.aTabNamSel:hover,   a.aTabNamNSe:hover,
a.aTabNamSel:active,  a.aTabNamNSe:active {
  text-decoration: none;
  font-size: 16px;
  float: left;
  clear: none;
  display: block;
  margin: 0px;
  padding: 2px;
  background-color: #dddddd;
  text-align: center;
}
a.aTabNamSel,
a.aTabNamSel:link,
a.aTabNamSel:visited,
a.aTabNamSel:hover,
a.aTabNamSel:active {
  color: #FF0000;
  border: 1px solid #FF0000;
}
a.aTabNamNSe,
a.aTabNamNSe:link,
a.aTabNamNSe:visited,
a.aTabNamNSe:hover,
a.aTabNamNSe:active {
  color: #000000;
  border: 1px solid #000000;
}

table.tTabSetLayOut {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  padding: 0px;
  border: none;
  width: 100%;
  height: 100%;
}
table.tTabSetLayOut tr.tTabSetLayOutRow {
  margin: 0px;
  padding: 0px;
  border: none;
}
table.tTabSetLayOut tr.tTabSetLayOutRow th.tTabSetLayOutTh,
table.tTabSetLayOut tr.tTabSetLayOutRow td.tTabSetLayOutTd {
  margin: 0px;
  padding: 0px;
  border: none;
}
table.tTabSetLayOut tr.tTabSetLayOutRow th.tTabSetLayOutTh {
  vertical-align: middle;
  height: 25px;
}
table.tTabSetLayOut tr.tTabSetLayOutRow td.tTabSetLayOutTd {
  vertical-align: top;
}

div.dTabSetPage, div.dTabSetPageElenco {
  position: relative;
  top: 0px;
  left: 0px;
  overflow: auto;
  height: 100%;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
div.dTabSetPage {
  width: 575px;
  height: 550px;
}
div.dTabSetPageElenco {
  width: 100%;
  height: 500px;
}


/*****************************************************************************/
/** Gestione PopUp */

div.dPopUp {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
  text-align: center;
  background-color: #FFFFFF;
}


table.tEdit tr td ol { list-style-position: inside; }
table.tEdit tr td ol li {}


/*****************************************************************************/
/** Banner */

div.dBannerOut,
div.dBannerIn {
  padding: 0px!important;
  background: none!important;
}
div.dBannerOut {
  float: right!important;
  margin-top: 26px!important;
  margin-right: 0px!important;
  margin-bottom: 0px!important;
  margin-left: 0px!important;
  border-width: 3px!important;
  border-style: double!important;
  border-color: #60ADBB!important;
  width: 234px!important;
  height: 176px!important;
  text-align: left!important;
  overflow: hidden!important;
}
div.dBannerIn {
  margin: 0px!important;
  border: none!important;
  width: 100%!important;
  height: 100%!important;
  text-align: left!important;
  overflow: hidden!important;
}
a.aBannerLink {
  margin: 0px!important;
  padding: 0px!important;
  border: none!important;
  text-decoration: none!important;
}
img.iBannerImg {
  margin: 0px!important;
  padding: 0px!important;
  border: none!important;
  text-decoration: none!important;
  vertical-align: top!important;
}


/*****************************************************************************/
/** Banner */

table.tShow th.thTitoli {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 33px;
  background: #fff url(/images/bg_div_top.jpg) left top no-repeat;
  color: #0000AA;
  text-align: left;
  padding-left: 52px;
}
table.tShow td.tdTesti {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color:#000;
  background:#fff url(/images/bg_div_bottom.jpg) left top no-repeat;
  text-align: justify;
  padding-left: 52px;
}

a.aItiTur {
  margin: 0px!important;
  padding: 0px!important;
  border: none!important;
  text-decoration: none!important;
}
img.iItiTur {
  margin: 0px!important;
  padding: 0px!important;
  border: none!important;
  text-decoration: none!important;
  vertical-align: top!important;
  width: 150px;
}
