.simple-table {
	border: 0;
}

.simple-table tr.st-titles {
	
}

.simple-table tr.st-totals {
	
}

.simple-table th{
	font-size: 11px;
	font-style: bold;
}

.simple-table td, .simple-table th{
	border-width: 0px;
}

.simple-table th, .simple-table td.data {
	text-align: center;
	padding: 0 6px;
}

.simple-table th.st-col-title {
	
}

.simple-table th.st-col-total {
	
}

.simple-table td.data.ta-right {
	text-align: right;
}

.simple-table td.data.ta-left {
	text-align: left;
}

.simple-table tr.st-row-finder td.st-cell-finder {
	text-align: right;
}

.simple-table tr.st-row-filtered {
	display: none;
}

.simple-table.full-width {
	width: 100%;
}

.simple-table .st-cell-finder input {
	outline: none;
}





/* TR */
.st-row.lvl-0 {
	
}

.st-row.lvl-1 {
	
}

.st-row.lvl-1 td:first-child {
	padding-left: 18px;
}

.st-row.lvl-2 {
	
}

.st-row.lvl-2 td:first-child {
	padding-left: 36px;
}

.st-row.lvl-3 {
	
}

.st-row.lvl-3 td:first-child {
	padding-left: 54px;
}

.st-row.lvl-4 {
	
}

.st-row.lvl-4 td:first-child {
	padding-left: 72px;
}

.st-row.lvl-5 {
	
}
.st-row.lvl-5 td:first-child {
	padding-left: 90px;
}

.st-row .st-title {
	font-size: 11px;
	font-style: bold;
}

.st-row .st-group {
    padding-left: 18px;
	background: url(../img/minus.bmp) no-repeat 4px 5px;
    display: inline-block;
    height: 16px;
    cursor: pointer;
    
}
.st-row .st-group.plus {
	background: url(../img/plus.bmp) no-repeat 4px 5px;
}

table.simple-table.teal .st-row.sublvl-0 {
	background-color: #ffffff;
}

table.simple-table.teal .st-row.sublvl-1 {
	background-color: #d8f0f4;
}

table.simple-table.teal .st-row.sublvl-2 {
	background-color: #a0d6de;
}

table.simple-table.teal .st-row.sublvl-3 {
	background-color: #75c2ce;
}


table.simple-table.teal td, 
table.simple-table.teal th {
	border-width: 1px;
	border-style: dotted;
	border-color: #17a2b8;
}


table.simple-table.gray .st-row.sublvl-0 {
	background-color: #ffffff;
}

table.simple-table.gray .st-row.sublvl-1 {
	background-color: #eeeeee;
}

table.simple-table.gray .st-row.sublvl-2 {
	background-color: #d5d5d5;
}

table.simple-table.gray .st-row.sublvl-3 {
	background-color: #c0c0c0;
}

table.simple-table.gray td, 
table.simple-table.gray th {
	border-width: 1px;
    border-style: solid;
    border-color: #c8c8c8;
}