/* alternative styles */
table.its thead tr {
	background-color: #69c;
}

table.its tr.even {
	background-color: #def;
}

table.mars thead tr {
	background-color: #9c9;
}

table.mars tr.even {
	background-color: #ccb;
}

table.mars tr.odd {
	background-color: #eec;
}

table.simple thead tr th {
	background-color: #eee;
}

table.simple tr.even {
	background-color: #fff;
}

table.simple {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.simple td,table.simple th {
	border: 1px solid #ccc;
}

table.nocol tbody td,table.nocol tbody th {
	border-left: none;
	border-right: none;
}

table.report td,table.report th {
	font: menu;
}

table.report th {
	background: buttonface;
	border-width: 1px;
	border-style: solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	cursor: hand;
}

table.report idcol {
	background: buttonface;
}

table.report tr.even {
	background-color: #399;
}

table.report tbody {
	height: 100px;
	overflow: auto;
}

table.report {
	height: 120px;
	overflow: auto;
}

table.report tbody tr {
	height: 10px;
}

table.mark td.tableCellError {
	background-color: #d00;
	color: #fff;
}

table.simple td.textRed {
	color: #b11;
}

table.spatial thead tr {
	background-color: #57595e; /*#7b7e86;*/
        color: #fff;
}

table.spatial tr.even {
	background-color: #d7d2cb;
}

table.spatial tr.odd {
	background-color: #eee;
}
.evenCell {
    background-color: #d7d2cb;
}
.oddCell {
    background-color: #eee;
}
.breakCell {
    background-color: #c9c9c9;
}
.totalEven {
    background-color: #b3afaa;
}
.totalOdd {
    background-color: #d1d1d1;
}
.totalBreak {
    background-color: #969696;
}
.subtitleCell {
    background-color: #57595e; /*#7b7e86;*/
    color: #fff;
}