/* $Id: displaytag.css 142 2014-01-24 15:51:40Z avn $ */
table {
	border: 1px solid #666;
	width: 100%;
	margin: 20px 0 20px 0;
}

caption {
	text-align: center;
	font-weight: bold;
}

th,td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

thead tr {
	background-color: #fc0;
}

th.sorted {
	background-color: orange;
}

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%;
	margin-right: 8px;
}

th.sortable a {
    background-repeat: no-repeat;
	background-image: url(../img/arrow_off.png);
	background-position: right;
}

th.order1 a {
    background-repeat: no-repeat;
	background-image: url(../img/arrow_up.png);
	background-position: right bottom;
}

th.order2 a {
    background-repeat: no-repeat;
	background-image: url(../img/arrow_down.png);
	background-position: right top;
}

tr.odd {
	background-color: #fff;
}

tr.tableRowEven,tr.even {
	background-color: #fea;
}

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-repeat: no-repeat;
	background-image: url(../img/ico_file_excel.png);
}

span.csv {
    background-repeat: no-repeat;
	background-image: url(../img/ico_file_csv.png);
}

span.xml {
    background-repeat: no-repeat;
	background-image: url(../img/ico_file_xml.png);
}

span.pdf {
    background-repeat: no-repeat;
	background-image: url(../img/ico_file_pdf.png);
}

span.rtf {
    background-repeat: no-repeat;
	background-image: url(../img/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;
}
