.fixedTable 
{
  margin-left:50px;   
}
.fixedTable .table {
  background-color: white;
  width: auto;
}
.fixedTable .table tr td,
.fixedTable .table tr th {
  min-width: 50px;
  width: 50px;
  min-height: 20px;
  height: 20px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
}
.fixedTable-header {
  width: 950px;
  height: 30px;
  margin-left: 61px;
  background-image:url('../App_Themes/Default/Images/Dog.png');
  overflow: hidden;
  border-bottom: 1px solid #CCC;
}
.fixedTable-sidebar {
  width: 60px;
  height: 290px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #CCC;
}
.fixedTable-body {
  overflow: auto;
  width: 950px;
  height: 310px;
  float: left;
}