.dttable .table {
	border: 1px solid #FFFFFF;
	width: 100%;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.dttable .th,td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

.dttable thead tr {
	background-color: #89F094;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
}

.dttable th.sorted {
	background-color: #89F094;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
}

.dttable th a,th a:visited {
	color: #666666;
}

.dttable th a:hover {
	text-decoration: underline;
	color: black;
}

.dttable th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

.dttable th.sortable a {
	background-image: url(../img/arrow_off.png);
}

.dttable th.order1 a {
	background-image: url(../img/arrow_down.png);
}

.dttable th.order2 a {
	background-image: url(../img/arrow_up.png);
}

.dttable tr.odd {
	background-color: #F3F3F3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	padding: 4px;
}

.dttable tr.tableRowEven,tr.even {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	padding: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.dttable div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 79%;
}

.dttable span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

.dttable span.excel {
	background-image: url(../img/ico_file_excel.png);
}

.dttable span.csv {
	background-image: url(../img/ico_file_csv.png);
}

.dttable span.xml {
	background-image: url(../img/ico_file_xml.png);
}

.dttable span.pdf {
	background-image: url(../img/ico_file_pdf.png);
}

.dttable span.rtf {
	background-image: url(../img/ico_file_rtf.png);
}

.dttable span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

.dttable span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}


.dttable .span .group-1 {
	font-weight:bold;
	padding-bottom:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
}
.dttable .span .group-2 {
	font-style:italic;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
}
.dttable .span .subtotal-sum, .grandtotal-sum {
    font-weight:bold;
    text-align:right;
}
.dttable .span .subtotal-header {
    padding-bottom: 0px;
    border-top: 1px solid white;
}
.dttable .span .subtotal-label, .grandtotal-label {
    border-top: 1px solid white;
    font-weight: bold;
}
.dttable .span .grouped-table tr.even {
    background-color: #fff;
}
.dttable .span .grouped-table tr.odd {
    background-color: #fff;
}
.dttable .span .grandtotal-row {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}
