.tabela {
  float: left;
  width: 100%;
  background-color: #fff;
}
.tabela .link {
  color: #069;
}

.header {
  color: #000;
  text-align: left;
  background-color: #eee8cd;
  padding: 5px;
  font-weight: normal;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.footer {
  background-color: #fff;
}

.impar {
  background-color: #ffffff;
  padding: 5px;
  height: auto;
}
.par {
  background-color: #f7f7f7;
  padding: 5px;
  height: auto;
}
.impar:hover {
  background-color: #eeeeee;
}
.par:hover {
  background-color: #eeeeee;
}
.column {
  padding: 5px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.scrollableDataTable {
  float: left;
}

.columnsScrollableDataTable:hover {
  cursor: pointer;
}

.selectedScrollableDataTable {
  background-image: url(../imgs/barra_azul_menu.jpg);
  background-repeat: repeat-x;
  color: #666;
}

.headerScrollableDataTable {
  background-image: url(../imgs/barra_azul_linha.jpg);
  background-repeat: repeat-x;
  text-transform: uppercase;
  padding-top: 2px;
}
