.centerTable
{
margin-top:8px;
padding:0px;
width:100%;
border:0px;
}
.tableLeft
{
overflow:hidden;
float:left;
width:32%;
height:100%;
margin:0px;
padding:0px;
border:1px solid #B4C9E0;
}
.tableCenter
{
overflow:hidden;
float:left;
width:32%;
height:100%;
margin:0px;
margin-left:1.7%;
padding:0px;
border: 1px solid #B4C9E0;
}
.tableRight
{
overflow:hidden;
float:right;
width:32%;
height:100%;
margin:0px;
padding:0px;
border: 1px solid #B4C9E0;
}
.tableMiddle
{
float:right;
width:100%;
height:8px;
}