.tableNavigator {
  margin-top:10px;
  margin-bottom:10px;
  padding:5px;
  color:#866548;
  }  
  
.tableNavigatorInact {
  width:12px;
  height:12px;
  color:black;
  text-decoration:none;
  text-align:center;
  cursor:pointer;
  border:1px solid black;
  }  
  
.tableNavigatorAct {
  width:12px;
  height:12px;
  background-color:#C1E1DC;
  font-weight:bold;
  color:white;
  text-align:center;
  border:1px solid #33685F;
  }  
  
.tableBrowser {
  background-color:#AAAAAA;
  font-size:8pt;
  }
  
.tableBrowser th {
  text-align:left;
  font-weight:bold;
  border:1px solid #AAAAAA;
  background-color:#FFFFFF;
  }
  
.tableBrowser td {
  text-align:left;
  font-weight:normal;
  border:1px solid #999999;
  background-color:#EEEEEE;
  }
  
