/* Style sheet tables1 */
.customTable table{width:100%;margin:0 0 20 0;border:1px solid #97ACBD;paddding:0;}
.customTable td{margin:0;padding:5px;text-align:center;border-top:1px solid #97ACBD;border-right:0px solid #97ACBD;border-bottom:0px solid #97ACBD;border-left:0px solid #97ACBD;}
.customTable tbody td{padding:5px;border-left:1px solid #97ACBD;}
.customTable thead th{padding:5px;text-align:center;border-top:0 solid #97ACBD;border-left:1 solid #97ACBD;}
.customTable tbody th{padding:5px;text-align:left;}
.customTable .lead{text-align:left;border:0;}
.customTable .totals{background:#C5D0DA;}
.customTable th{border-top:1px solid #97ACBD;}
.customTable tr{border-bottom:1px solid #97ACBD;}
.customTable .odd{background-color:#cccccc;/*ffcc99*/}
