.odd_row { 
  font-weight: normal; 
  color: #000000; 
  border-style: none; 
  background-color:#EAEFFB;
  }

.even_row { 
  font-weight: normal;
  color: black; 
  border-style: none; 
  background-color: white; 
  }
 .main { 
  border-left: .75pt solid teal; 
  border-color: #08217B; 
  border-right: .75pt solid teal;  
  border-color: #08217B;
  border-top: 1.5pt solid teal; 
  border-color: #08217B;
  border-bottom: 1.5pt solid teal; 
  border-color: #08217B;
  background-color:white;
  }
 .top { 
  font-weight: bold; 
  color: white; 
  border-left-style: none; 
  border-right-style: none; 
  border-top-style: none; 
  border-bottom: .75pt solid gray; 
  background-color: #507CD1;
  font-size:12;
  font-family:Tahoma;
  }
  .top_border { 
  font-weight: bold; 
  color: white; 
  background-color: #507CD1;
  font-size:12;
  font-family:Tahoma;
  }