@CHARSET "ISO-8859-1";

table.table  {
    margin-bottom: 0;
    width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #DDDDDD;
    line-height: 1.42857;
    padding: 3px 5px 3px 5px;
    vertical-align: middle;
    font-size: 13px;
    color: #000000;
 }
.table > thead > tr > th {
    background-color: #E6E6E6;
    border: 1px solid #FFFFFF;
    text-align: center;
    vertical-align: middle;
}
table.table thead tr th,
table.table tbody tr td {
    font-size: 13px;
    font-family: Calibri,Arial,sans-serif;
}
table.table tbody tr.row-selected{
	background-color: gray;
}
table.table tbody tr.row-selected td.cell-selected{
	background-color: gray;
}
table.table-tree tbody tr.tree {
	display: none;
}