.gui_listingReport{
  font-size: 12px;
  background-color: #7D7C7B;
  border: 1px solid #BBB9B8;
  margin: 5px;
}

.gui_listingReport .toolbar{
  width: 100%;
  background-color: #E6E5E5;
  padding: 5px 0px;
}

.gui_listingReport .toolbar .btn{
  border: none;
  background-color: #E6E5E5;
}

.gui_listingReport .toolbar .btn_over{
  border: 1px solid #9E9E9D;
  background-color: #FFFFFF;
}

.gui_listingReport .toolbar .sp{
  border-left: 1px solid #3E3D3C;
  display: inline;
}

.gui_listingReport .page{

  margin: 5px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  background-color: white;
  padding: 5px 5px 15px 5px;
}
.gui_listingReport .page .title{
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.gui_listingReport table {
  border-collapse: collapse;
}

