tr.infraTrClara{
background-color:#fff; 
}

tr.infraTrEscura{
background-color: #F6F6F6;
}

table.infraTable{
background-color: #ccc;
border-spacing: 1px;
}

table.infraTable td{
padding: .3em .3em .3em .3em;
}

th.infraTh, th.infraTh div{
font-size:1em;
font-weight: bold;
text-align: center;
color: #000;
background-color: #DDD;
background-image:url("../imagens/barra_area_tabela_2.png");
background-repeat:repeat-x;
height:20px;
}

th.infraTh{
padding: .1em;
}

table.infraTable td b{
font-weight: bold;
}

tr.infraTrAcessada,
td.infraTrAcessada {
background-color:#ffff66;
}

tr.infraTrAcessada td,
tr.infraTrAcessada span,
tr.infraTrAcessada b,
tr.infraTrAcessada div{
color:black;
}

tr.infraTrMarcada {
background-color:#79e5e5;
}

tr.infraTrSelecionada{
background-color:#b0b0b0;
}

table.infraTableOrdenacao{
width:95%;
}

table.infraTableOrdenacao tr{
line-height:.75em;
}

table.infraTableOrdenacao tr td{
padding:0 .1em 0 .1em;
font-size:.85em; 
font-weight:bold;
text-align:left;
}

div.infraImpressao table{
background-color:#dfdfdf;
}

div.infraImpressao table th{
background-color:white;
background-image:none;
}

div.infraImpressao table th,
div.infraImpressao table td{
border:1px solid #DDDDDD;
}

div.infraImpressao table.infraTableOrdenacao {
background-color:white;
}

div.infraImpressao table.infraTableOrdenacao td {
border:0;
}

input.infraButton, button.infraButton{
background-color: #EEE;
background-image:url("../imagens/barra_area_tabela_2.png");
border-style: outset;
border: .1em solid;
border-color: #ccc #666 #666 #ccc;
text-align: center;    
font-size: 1em;
color: #222;
}

button.infraButton span{
font-size: 1em;
color: #666;
}

input.infraButton:hover, button.infraButton:hover {
background-color: #EEE;
background-image:url("../imagens/barra_area_tabela_2.png");
border-style: outset;
border: .1em solid;
border-color: #666 #CCC #CCC #666;
text-align: center;    
font-size: 1em;
color: #222;
}

#lblInfraUnidades {
font-size: 1.3em;
}

div.divFieldset {
  border:1px solid #DDD;
}

div.divLegendFieldset {
  position:absolute;
  left:1%;
  top:-8px;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: .1em;
  color:white;
  background-color:#969594;
  padding: .2em;
}