table.dataTable thead tr th {
	background-color: #caf7ba;
}

table.dataTable tr.even {
	background-color: #eff1f2;
}

table.dataTable {
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size:14px; /*Farah---Font needs to be consistent with body layout */
}

table.dataTable td,table.dataTable th {
	border: 1px solid #ccc;
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

table.dataTable th.sorted {
	background-color: #caf7ba;
}

table.dataTable th.sorted a,table.dataTable th.sortable a {
	background-position: right;
	display: block;
}

table.dataTable th.sortable a {
	background-image: url(../../images/arrow_off.png);
	background-repeat:no-repeat;
}

table.dataTable th.order1 a {
	background-image: url(../../images/arrow_down.png);
	background-repeat:no-repeat;
}

table.dataTable th.order2 a {
	background-image: url(../../images/arrow_up.png);
	background-repeat:no-repeat;
}

table.dataTable tr:hover {
    background-color: #e2f9da;
}

.narrowColumn{
	width:8%
}
div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../../images/ico_file_excel.png);
	background-repeat:no-repeat;
}

span.csv {
	background-image: url(../../images/ico_file_csv.png);
	background-repeat:no-repeat;
}

span.xml {
	background-image: url(../../images/ico_file_xml.png);
	background-repeat:no-repeat;
}

span.pdf {
	background-image: url(../../images/ico_file_pdf.png);
	background-repeat:no-repeat;
}

span.rtf {
	background-image: url(../../images/ico_file_rtf.png);
	background-repeat:no-repeat;
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	display: block;
	border-top: none;
	margin-bottom: 2px;
}


.group-1 {
    font-weight:bold;
    padding-bottom:10px;
    border-top:1px solid black;
}
.group-2 {
    font-style:italic;
    border-top: 1px solid black;

}
.subtotal-sum, .grandtotal-sum {
    font-weight:bold;
    text-align:right;
}
.subtotal-header {
    padding-bottom: 0px;
    border-top: 1px solid white;
}
.subtotal-label, .grandtotal-label {
    border-top: 1px solid white;
    font-weight: bold;
}
.grouped-table tr.even {
    background-color: #fff;
}
.grouped-table tr.odd {
    background-color: #fff;
}
.grandtotal-row {
    border-top: 2px solid black;
}

/* KDL */
table.htmlTable tbody tr td table.htmlTable tbody tr th.rotate {
	height: 240px;
	white-space: nowrap;
	}
table.htmlTable tbody tr td table.htmlTable tbody tr th.rotate > div {
	transform:
		translate(0px, 100px)
		rotate(270deg);
	width: 25px;
	}
table.htmlTable tbody tr td table.htmlTable tbody tr th.rotate > div > span {
	vertical-align: bottom;
	}