﻿ .table {min-width:100%; position:relative; font-family:helvetica;}
 .table tr {border:0;  background:#fff;}
 .table tr:nth-child(even) {background:#f0f6ff;}
 .table .hover_row {background-color:#ddebff !important; cursor:pointer;}
 .table td {border:0; font-size:11px; border-left: 1px solid #C9C9C9; border-bottom: 1px solid #C9C9C9; padding:4px 8px; text-align:right;word-wrap:break-word;}
 .table td:first-child {border-left: none; text-align:left;}
 
 
 
 .table .tab1 td:first-child {padding-left:30px;}
 .table .tab2 td:first-child {padding-left:45px;}
 .table .tab3 td:first-child {padding-left:60px;}
 .table .tab4 td:first-child {padding-left:75px;}
 .table .tab5 td:first-child {padding-left:90px;}

 .table .bold_cell td:first-child, .table tr.bold_row {font-weight:bold;}
 
 .table .italic_cell td:first-child, .table tr.italic_row {font-style:italic;}
 
 .table .underline_cell td:first-child, .table tr.underline_row {text-decoration:underline;}
 
 .table tr.alignleft_row td {text-align:left;}
 .table tr.alignright_row td {text-align:right;}
 .table tr.aligncenter_row td {text-align:center;}
 .table td.alignleft_td {text-align:left;}
 .table td.aligncenter_td {text-align:center;}
 .table td.alignright_td {text-align:right;}
 
  .table tr.valigntop_row td {vertical-align:top;}
 .table tr.valignbottom_row td {vertical-align:bottom;}
 .table tr.valignmiddle_row td {vertical-align:middle;}

 .table tr.table-header {background:#4960a4;color:#fff;}
 .table tr.table-header td {text-align:center; font-size:11px;}
 .table tr.table-header:hover {background:#4960a4 !important;}
 
 
.tHeader, .tColumn, .tBox {position:absolute; top:0;  left:0;}
.tHeader {width:100%; height:100%; overflow:hidden;}
.tColumn {overflow:hidden; width:100%; height:100%;}
.tBox {background:#4960a4; border-bottom: 1px solid #C9C9C9; border-right: 1px solid #C9C9C9; z-index:9;}

.table_tools {position:absolute; left:2px; top:2px; z-index:10; min-width:200px;}
.tools_btn {height:22px; width:22px; float:left; margin-right:2px; cursor:pointer;}
.temp_lbl {position:absolute; left:120px; top:4px; z-index:11; height:20px; font-weight:bold; color:White;}
