/*TABLE COLUMN SIZES*/
div.tcol_width_percent_5 {
  width: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.tcol_width_percent_10 {
  width: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.tcol_width_percent_20 {
  width: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.tcol_width_percent_30 {
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.tcol_width_percent_40 {
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.tcol_width_percent_50 {
  width: 100%;
  white-space:normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.tcol_width_percent_60 {
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.tcol_width_percent_70 {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.tcol_width_percent_80 {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.tcol_width_percent_90 {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.tcol_width_percent_100 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}





div.tcol_width_500 {
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.tcol_width_400 {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.tcol_width_300 {
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  div.tcol_width_200 {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  div.tcol_width_100 {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  div.tcol_width_50 {
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  div.tcol_width_25 {
    width: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  

  
  .table {
    width: 100%;
  }
 
  
  tr {
    background-color: white;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 0;
  }
 
  .table tbody tr td a {
    color: blue;
  }
  
div.columns       { width: 900px; }
div.columns div   { width: 300px; height: 100px; float: left; }
div.grey          { background-color: #cccccc; }
div.red           { background-color: #e14e32; }
div.clear         { clear: both; }


