


/***for displaytag start****/
h4,h5,h6,strong,div,acronym,label,table.display,td,th,span,hr,code,pre,hr,li,a
	{
	/*
	margin: 0;
	padding: 0;
	font-size: 1em;*/
	background-repeat: no-repeat;
	/*list-style-type: none;*/
}
table.displaytag {
	border: 1px solid #666;
	width: 98%;
	margin: 20px 0 20px 0 !important;
}

th.displaytag {
	padding: 2px 4px 2px 4px !important;
	text-align: center;
	vertical-align: middle;
}
td.displaytag {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}
thead tr {
	background-color: 790000;
}

th.sorted {
	background-color: 790000;
}

th a,th a:visited {
	color: black;
}

th a:hover {
	text-decoration: underline;
	color: black;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

th.sortable a {
	background-image: url(/dspace/image/displaytag/arrow_off.png);
}

th.order1 a {
	background-image: url(/dspace/image/displaytag/arrow_down.png);
}

th.order2 a {
	background-image: url(/dspace/image/displaytag/arrow_up.png);
}

tr.odd {
	background-color: #fff
}

tr.tableRowEven,tr.even {
	background-color: #eee
}

.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 70%;
	text-align:right;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(/dspace/image/displaytag/ico_file_excel.png);
}

span.csv {
	background-image: url(/dspace/image/displaytag/ico_file_csv.png);
}

span.xml {
	background-image: url(/dspace/image/displaytag/ico_file_xml.png);
}

span.pdf {
	background-image: url(/dspace/image/displaytag/ico_file_pdf.png);
}

span.rtf {
	background-image: url(/dspace/image/displaytag/ico_file_rtf.png);
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}


.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;
}
/***for displaytag end****/
