.container {
    display:table;
    width:100%;
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 300px;
    border: 0px solid #333;
    border-collapse: separate;
    border-spacing: 0;
}
.heading {
    min-width: 100px;
    display:table-row;
    background-color:  #ddebf7;
    text-align: left;
    line-height: 25px;
    font-size: 12px;
    font-family:Verdana;
    cursor:pointer;
    text-decoration:none;
    border: 1px solid #ccc ; 
   
   
}
.heading2 {
    min-width: 100px;
    display:table-row;
    background-color: #5b9bff;
    text-align: left;
    line-height: 25px;
    font-size: 12px;
    font-family:Verdana;
    cursor:pointer;
    text-decoration:none;
     color : #fff ;
    
}
.heading a:visited {
    color: black;
}
.heading2 a:visited {
    color: black;
}
.heading a {
    text-decoration:none;
    color: black;
}
.heading2 a {
    text-decoration:none;
    color: black;
}
.heading a:hover {
    text-decoration:none;
    color: #ff0000;
}
.heading2 a:hover {
    text-decoration:none;
    color: #ff0000;
}
.table-row {
    display:table-row;
    text-align: left;
    font-family: Verdana, sans-serif;
    font-size:11px;
}
.table-row:hover {
    background-color:#ffffe5;
}
.col {
    display:table-cell;
    min-width: 100px;
    /*border-bottom: 1px solid #a3c2c2; */ 
    border: 1px solid #ccc ; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height:25px; 
    vertical-align:middle;
    padding-left : 5px; 
   }
.hasTooltip span {
    display: none;
    color: #000;
    text-decoration: none;
    padding: 3px;
}
.col:hover span {
    display: block;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #CCC;
    margin: 2px 10px;
}
.fixed {
    min-width: 150px;
    max-width: 350px;
}
.fluid {
    min-width: 100px;
   }
.fluid div {
    width: 100%;
    min-width:20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }
.min {
    width:60px;
 }
.tar {
    width : 120px; 
}
.ack {
    width : 300px;
}

.center {
    text-align:centeR;
}