table.display {
	border: 1px double #ACA899;
	border-collapse:collapse;
	width: 100%;
	margin: 20px 0 20px 0 !important;
}

thead th {
	border: 1px double #ACA899;
	background-color: #99CCFF;
	text-align: center;
	color:black;
}

th.display,td.display {
	vertical-align: middle;
	border: 1px double #ACA899;
}

th.sorted {
	background-color: #99CCFF;
	font-size: 13px;
}

th a,th a:visited {
	text-decoration: none;
	color: #0000FF;
}

th a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold
}

th a:link {
	text-decoration: none;
	color: #0000FF;
}

th a:active {
	text-decoration: none;
	color: #FF0000;
}

th a {
	text-decoration: none;
	color: black;
}


th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
	font-size: 13px;
}

th.sortable a {
	font-size: 13px;
	background-image: url(../img/arrow_off.png);
	background-repeat: no-repeat
}

th.order1 a {
	font-size: 13px;
	background-image: url(../img/arrow_down.png);
	background-repeat: no-repeat
}

th.order2 a {
	font-size: 13px;
	background-image: url(../img/arrow_up.png);
	background-repeat: no-repeat
}

tr.odd {
	background-color: #f0f0f0;
	text-align: center;
	vertical-align: center;
	word-wrap: normal;
	font-size: 13px;
	padding: 0px 2px;
}

input.readonly {
    border :0;
    background-color: transparent;
}

tr.tableRowEven,tr.even {
	background-color: #ccffff;
	text-align: center;
	vertical-align: center;
	word-wrap: normal;
	font-size: 13px;
	padding: 0px 2px;
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 79%;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../img/ico_file_excel.png);
}

span.csv {
	background-image: url(../img/ico_file_csv.png);
}

span.xml {
	background-image: url(../img/ico_file_xml.png);
}

span.pdf {
	background-image: url(../img/ico_file_pdf.png);
}

span.rtf {
	background-image: url(../img/ico_file_rtf.png);
}

span.pagebanner {
	font-size: 13px;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 5px 4px 8px 4px;
	width: 100%;
	/*margin-top: 10px;*/
	display: block;
	/*border-bottom: none;*/
}

span.pagelinks {
	/*background-color: #eee;*/
	/*border: 1px dotted #999;*/
	padding: 5px 4px 8px 50px;
	width: 100%;
	/*display: block;*/
	/*border-top: none;*/
	margin-bottom: 2px;
	position:absolute;
	/*top:10px;*/
}


.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;
}

.first {
	background-image: url(../img/first.png);
	background-repeat: no-repeat;
    background-color: #ffffff ;
}

.prev {
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
    background-color: #ffffff ;
}

.next {
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
    background-color: #ffffff ;
}

.last {
	background-image: url(../img/last.png);
	background-repeat: no-repeat;
    background-color: #ffffff ;
}


