table#liste, table.liste {
	width: 100%;
	margin: 0 0 0 0 !important;
	font-size: 11px;
	font-family: helvetica, tahoma;
	font-weight: normal;
}


table#liste td, table.liste td {
	padding: 2px 4px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	height: 20px;
	line-height: 15px;
	cursor: pointer;
}

table#liste th, table.liste th {
	border-right: 1px solid #DDD;
	text-align: left;
	padding: 2px 4px 1px 4px !important;
	background-image: url("../images/tt.png");
	background-repeat: repeat;
	height: 22px;
	line-height: 20px;
	vertical-align: top;
	white-space: nowrap;
}

table#liste thead, table.liste thead {
	width: 100%;
}


table#liste tfoot tr td, table.liste tfoot tr td {
	border-right: 1px solid #DDD;
	text-align: left;
	padding: 2px 4px 1px 4px !important;
	background-image: url("../images/tt.png");
	background-repeat: repeat;
	height: 22px;
	line-height: 20px;
	vertical-align: top;
	white-space: nowrap;
    font-weight: bold;
}

th.sorted a {
	font-weight: normal;
	color: #555;
	white-space: nowrap;
	width: 90%;
	background-image: url("../images/arrow_off.png");
}

th.sortable a {
	font-weight: normal;
	white-space: nowrap;
	color: #555;
	width: 90%;
	background-image: url("../images/arrow_off.png");
}

th.order1 a {
	white-space: nowrap;
	color: black;
	font-weight: normal;
	background-image: url("../images/arrow_down.png");
}
th.order2 a {
	white-space: nowrap;
	font-weight: normal;
	color: black;
	background-image: url("../images/arrow_up.png");
}
th.sorted a,th.sortable a {
	background-position: 0% 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 15px;
	width: 90%;
	display: block;
	white-space: nowrap;
}

th.sortable a:hover {
	color: #AA2222;
}

th.nosort {
	font-weight: normal;
	color: #555;
}

div.exportlinks {
	display: block;
	position: absolute;
	bottom: 2px;
	right: 10px;
	padding: 0px;
	height: 28px;
}

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.pagelinks {
	display: block;
	position: absolute;
	bottom: 2px;
	left: 10px;
	padding: 0px;
	height: 28px;
	z-index: 3;
}

span.prevNextLinks {
	bottom: 0px;
	right: 10px;
}

span.pagelinks a:link, span.pagelinks a:visited, span.pagelinks a:hover {
	background-image: url("../images/tt.png");
	background-repeat: repeat-x;
	text-decoration: none;
	margin-left: 1px;
	display: block;
	float: left;
	height: 18px;
	line-height: 16px;
	width: 18px;
	vertical-align: middle;
	text-align: center;
	border: 1px outset;
	text-decoration: none;
	font-size: 10px;
	font-family: helvetica, tahoma;
}
span.pagelinks a:link {
	color: black;
	font-weight: normal;
}

span.pagelinks a:visited {
	color: gray;
	font-weight: normal;
}

span.pagelinks a:hover {
	color: black;
	font-weight: normal;
}

span.pagelinks .pimg {
	margin-top: 6px;
}

span.pagelinks a#current, span.pagelinks a#cur {
	color: #AA2222;
	font-weight: bold;
	border: 1px inset;
}

a.a-disabled {
	cursor: default;
}

.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;
}
div#displaytag_scroll_div,div.displaytag_scroll_div{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-color: #FEFEFE;
	border-left: 1px solid #DDD;
}

tr.odd .inp, tr.even .inp {
	font-family: helvetica, tahoma;
	font-size: 11px;
	border: 1px solid gray;
	height: 18px;
	line-height: 15px;
	padding-left: 2px;
	padding-right: 2px;
}

table#liste th.check, table.liste th.check {
	border-bottom: 1px solid black;
	border-left: 1px solid #DDD;
	padding: 0px 0px 0px 0px !important;
	background-image: url("../images/tt.png");
	background-repeat: repeat-x;
	height: 22px;
	line-height: 20px;
	margin: 0px 0px 0px 0px !important;
	text-align: center;
	width: 30px;
}