
table.platform{
border-collapse:   collapse;
border-width:      0px;
border-style:      solid;
margin-top:        0px;
width:             618px;  /* should be same as div.main /esmf/esmf.css */
}

th{
padding-left:   4px;
text-align:     left;
}

table.platform td{
vertical-align:   top;
padding:          2px;}

tr.first{
background-color:#ffffc6;} /* border-top of tables does not work in IE6 so border specification is in the <th>*/

tr.second{
background-color: #ffffc6;}

tr.last{border-bottom:1px solid gray;} /* border does not work in IE so that does not render */

/* first header row */
th.first_col1{text-align:left; border: 1px solid gray;}
th.first_col2{text-align:center; border: 1px solid gray; border-bottom: 0px;}
th.first_col3{text-align:center;border: 1px solid gray;border-bottom: 0px;}

/* second header row */
th.second{border-bottom: 1px solid gray;}
th.second_col5{text-align: left;border-right:1px solid gray;border-bottom: 1px solid gray;}
th.second_col7{text-align: left;border-right:1px solid gray;border-bottom: 1px solid gray;}

/* columns in the table */
td.col1{width:100px;border-right:1px dotted gray; border-left:1px solid gray;}
td.col2{width:50px;}
td.col3{width:65px;}
td.col4{width:70px;}
td.col5{border-right:1px dotted gray;}
td.col7{border-right:1px solid gray;}

