table.dt {
	border: 1px solid #666;
	margin: 20px 0 20px 0 !important;
}

table.dt th,table.dt td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

table.dt thead tr {
	background-color: #33CC00;
}

table.dt th.sorted {
	background-color: #1D6F00;
}

table.dt th a,table.dt th a:visited {
	color: black;
}

table.dt th a:hover {
	text-decoration: underline;
	color: black;
}

table.dt th.sorted a,table.dt th.sortable a {
	background-position: right;
	display: block;
}

table.dt th.sortable a {
	background-image: url(../images/arrow_off.png) ;
        background-repeat: no-repeat;
}

table.dt th.order1 a {
	background-image: url(../images/arrow_down.png);
        background-repeat: no-repeat;
}

table.dt th.order2 a {
	background-image: url(../images/arrow_up.png);
        background-repeat: no-repeat;
}

table.dt tr.odd {
	background-color: #fff
}

table.dt tr.tableRowEven,table.dt tr.even {
	background-color: #ADFF8F
}

table.dt div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 79%;
}

table.dt span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

table.dt span.excel {
	background-image: url(../images/ico_file_excel.png);
}

table.dt span.csv {
	background-image: url(../images/ico_file_csv.png);
}

table.dt span.xml {
	background-image: url(../images/ico_file_xml.png);
}

table.dt span.pdf {
	background-image: url(../images/ico_file_pdf.png);
}

table.dt span.rtf {
	background-image: url(../images/ico_file_rtf.png);
}

table.dt span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

table.dt span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}


table.dt .group-1 {
    font-weight:bold;
    padding-bottom:10px;
    border-top:1px solid black;
}
table.dt .group-2 {
    font-style:italic;
    border-top: 1px solid black;

}
table.dt .subtotal-sum, table.dt .grandtotal-sum {
    font-weight:bold;
    text-align:right;
}
table.dt .subtotal-header {
    padding-bottom: 0px;
    border-top: 1px solid white;
}
table.dt .subtotal-label, table.dt .grandtotal-label {
    border-top: 1px solid white;
    font-weight: bold;
}
table.dt .grouped-table tr.even {
    background-color: #fff;
}
table.dt .grouped-table tr.odd {
    background-color: #fff;
}
table.dt .grandtotal-row {
    border-top: 2px solid black;
}
