.dataTable {
 width:100%;
 font-size:11px;
 color: #202020;
 background: none;
 margin:20px 0 10px;
 border:none;
}
 .dataTable caption {
  font-weight:bold;
  text-align:left;
  padding-bottom:20px;
 }
 .dataTable th {
  font-weight:bold;
  font-size:12px
 }
 .dataTable th, .dataTable td {
  text-align:left;
  vertical-align:top;
  line-height:1.2em;
 }
  .dataTable thead th, 
  .dataTable thead tr td{
   padding:14px 10px;
   color:#fff;
   background: #4096d1 url(/about/global/images/backgrounds/bg_data-head.gif) top center no-repeat;
   border-left:1px solid #e3e3e3;
  }
  .dataTable thead .firstCol {background-position:top left;border:none}
  .dataTable thead .lastCol {background-position: top right}
  
  .dataTable thead .firstCol.hasY {
   background: #2974bb url(/about/global/images/backgrounds/bg_data-head.gif) left -89px no-repeat;
  }
 .dataTable td, .dataTable th {
  padding:19px 10px;
 }

 .dataTable .even td, .dataTable .lastRow.even td {
  background-color:#f6f6f6;
 }
 
 .dataTable tbody {}
 .dataTable tbody th.firstCol {background-color: #ebf2f9;}
 .dataTable tbody .even th.firstCol {background-color: #e3eaf1;}
 .dataTable tbody td {background-color:#fff }
 .dataTable tbody th, .dataTable tbody td {border-bottom:1px solid #e3e3e3; border-left:1px solid #e3e3e3;}
 .dataTable tbody .firstCol {border-left:none;background: url(/about/global/images/backgrounds/bg_data-table-border.gif) left repeat-y}
 .dataTable tbody td.lastCol {background: #fff url(/about/global/images/backgrounds/bg_data-table-border.gif) right repeat-y}
 .dataTable tbody .even td.lastCol {background: #f6f6f6 url(/about/global/images/backgrounds/bg_data-table-border.gif) right repeat-y}
 
 
 .dataTable tbody .lastRow th, .dataTable tbody .lastRow td {border-bottom:none}
 .dataTable tbody .lastRow td {
   background:url(/about/global/images/backgrounds/bg_data-foot.gif) -5px bottom no-repeat;
  }
  .dataTable tbody .even.lastRow td {
   background:url(/about/global/images/backgrounds/bg_data-foot-e.gif) -5px bottom no-repeat;
  }
  .dataTable tbody .even.lastRow .firstCol {
   background-position: 0 bottom;
  }
  .dataTable tbody .lastRow .firstCol {
   background-position: left bottom;
  }
  .dataTable tbody .lastRow th.firstCol {
   background:url(/about/global/images/backgrounds/bg_data-vertical.gif) left bottom no-repeat;
  }
   .dataTable tbody .lastRow.even th.firstCol {
    background-position: -720px bottom;
   }
  .dataTable tbody .lastRow .lastCol {
   background:url(/about/global/images/backgrounds/bg_data-foot.gif) right bottom no-repeat;
  }
  .dataTable tbody .lastRow.even td.lastCol {
   background:url(/about/global/images/backgrounds/bg_data-foot-e.gif) right bottom no-repeat;
  }
