/* STILI per le pagine html del sito*/

body {
  font-family: Trebuchet MS, Verdana, sans;
  font-size: 13px;
  background-color: white;
}

.menuBody {
  text-align: left;
  vertical-align: top;
  color: BLACK;
}


/*************** TABLE ***************/

table.primaryTable {
  background-color: #DDDDDD;
}

table.pageTableNoSpace {
 background-color: #DDDDDD;
}

/*table.panelLike {
  width: 100%;
  border-style: solid;
  border-color: #5b6487;
  border-width: 1px;
  background-color: #dddddd;
}*/

table.titleHeader {
  text-align: right;
  background-color: #DDDDDD;
  border-top: 10px solid #666666;
  color: #444444;
  font-size: 30;
  font-weight: bold;
  height: 100px;
  vertical-align: bottom;
}

table.footer {
  background-color: #DDDDDD;
  border-top: 10px solid #666666;
  color: #444444;
  font-size: 10pt;
  font-weight: normal;
}

table.tableBody {
  font-size: 13px;
}

table.taskTable {
font-family: Trebuchet MS, Verdana, sans;
  font-size: 13px;
}

table.ricercaTable {
font-family: Trebuchet MS, Verdana, sans;
  font-size: 13px;
  border: solid 1px #5b6487;
}


/*************** TD ***************/

td.smallMenu {
  text-align: right;
  vertical-align: top;
  font-size: 12px;
}

td.details {
  border-left: solid 1px #5b6487; 
  padding-left: 10px;
}

td.leftSite {
  text-align: left;
  font-size: 12px;
}

td.rightSite {
  text-align: right;
  font-size: 12px;
}

/* td per la navigazione sotto il banner */
td.navigationLink {
  text-align: right;
  vertical-align: bottom;
  font-size: 12px;
  color: #000066;
  font-weight: bold;
  font-style: italic;
}

/*************** TREE ***************/

td.tree {
  /*valign: top;*/
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;  
}

.t0i { 
  font-family: Trebuchet MS, Verdana, sans;
  font-size: 13px;
  color: #444444;
} 

.t0i:hover { 
  font-family: Trebuchet MS, Verdana, sans;
  font-size: 13px;
  background-color:#FEC592;
} 


/*************** A ***************/

a {
  color: #000077;
  text-decoration: none;
}

a.jsMenuLink {
color: #000066;
text-decoration: none;
 font-size: 13;
 font-family: Arial;
}

/* linkSmallMenu sono i link per il menu in alto */
a.linkSmallMenu {
  color: #444444;
}

a.linkSmallMenu:hover {
  background-color:#FEC592;
}

/* navigationLink sono i link per la navigazione sotto al banner */

a.navigationLink {
  text-align: right;
  vertical-align: bottom;
  font-size: 12px;
  color: #000066;
  font-weight: bold;
  font-style: italic;
}

a.navigationLink:hover {
  background-color:#FEC592;
}

/* underlinedLink 1,2,3,4: questi sarebbero da uniformare: sono link sottolineati 
o che si sottolineano al passaggio, neri o blu scuri */

a.underlinedLink {
  color: black;
}

a.underlinedLink:hover {
  text-decoration: underline;
}

a.underlinedLink2 {
  color: black;
  text-decoration: underline;
}

a.underlinedLink3 {
  color: #000077;
  text-decoration: underline;
}

a.underlinedLink4 {
  color: #000077;
  text-decoration: none;
}

a.underlinedLink4:hover {
  color: #000077;
  text-decoration: underline;
}

a.linkMailTo {
  color: #444444;
}

a.linkMailTo:hover {
  text-decoration: underline;
}


/*************** TH ***************/

th.newsHeader {
  font-size: 14px;
  font-family: Arial;
  border-bottom: solid 2px #5b6487; 
  background-color: #7887AD;
  color: white;
  text-align: left;
  padding-left: 5px;
  height: 30px;
  vertical-align: middle;
}

th.taskHeader {
  font-size: 13px;
  border-top: solid 1px white; 
  border-bottom: solid 1px white; 
  background-color: #5b6487;
  color: white;
}

th.taskHeader2 {
  font-size: 13px;
  border-top: solid 1px white; 
  border-bottom: solid 1px white; 
  background-color: #FFFFB5;
  color: black;
}

th.headerGridTitle {
font-family: Trebuchet MS, Verdana, sans;
  text-align: center;
  padding: 4;
  background-color: #AFB8CF;
  color: #333333;
  font-size: 18;
  font-weight: normal;
  border-bottom: 1px solid #5b6487;
  height: 40px;
}



/*************** TR ***************/

tr.tableEvenRowSite {
  text-align: left;
}

tr.tableOddRowSite {
  background-color: white;
  text-align: left;
}


/*************** ALTRO ***************/

select {
  font-family: Trebuchet MS, Verdana, sans;
  font-size: 11;
  font-weight: normal;
  border: 0px solid #5b6487;
  height: 18px;
}

textarea {
  font-family: Trebuchet MS, Verdana, sans;
  font-size: 11;
  font-weight: normal;
}







