table.BaseTable
{
  border-collapse:collapse;
  width:99%;
  background-color:White;

}
table.BaseTable, table.BaseTable th, table.BaseTable td
{
  border:1px solid #6e97c8;
}

table.BaseTable th
{
  height:32px;
  background-color:#6e97c8;
  color :white;  
} 

table.BaseTable td
{
  text-align:left;
  vertical-align:top;  
  padding:5px;
}