@charset "ISO-8859-1";

.displaytag {
	margin-left: 20px;
	margin-right: 20px;
}

.displaytag .clear {
	clear: both;
}

.displaytag div#header {
	background-color: #E8E6D9;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 10px 30px 15px;
	margin: 10px 5% 20px 5%;
}

.displaytag div#header ul {
	margin: 10px 0 0 0;
}

.displaytag div#header ul li {
	list-style-type: none;
	float: left;
	padding: 0 10px 0 0;
	font-weight: bold;
}

.displaytag div#header ul li a {
	display: block;
	color: #f00;
	border-left: 1px solid red;
	padding-left: 5px;
}

.displaytag div#header ul li a:hover {
	border-left: 1px solid #000;
}

.displaytag div#body {
	margin: 0 5% 20px 5%;
	padding: 20px 20px 20px 20px;
	border: 1px dashed #666;
}

.displaytag div#validxhtml {
	float: right;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px;
	margin: 5px;
	width: 100px;
	text-align: center;
}

.displaytag div#footer {
	border-top: 1px solid #666;
	padding: 5px 5px 5px 5px;
	text-align: right;
}

.displaytag div#footer span {
	float: left;
}

/*.changed {
	background-color: #ee0;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
}*/
.displaytag ul#stylelist {
	margin: 0 0 30px 0;
}

.displaytag ul#stylelist li {
	list-style-type: none;
	float: left;
	width: 100px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 2px;
	margin-right: 2px;
}

.displaytag table {
	border: none;
	width: 100%;
	margin: 20px 0 20px 0;
	border-collapse: collapse;
}

.displaytag th,.displaytag td {
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
}

.displaytag thead {
	border-bottom: none;
}

.displaytag thead tr {
	background-color: #E8E6D9;
}

.displaytag th.sorted {
	background-color: #E8E6D9;
}

.displaytag th a,.displaytag th a:visited {
	color: black;
}

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

.displaytag th.sorted a,.displaytag th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

.displaytag th.sortable a {
	background-image: url(../img/arrow_off.png);
}

.displaytag th.order1 a {
	background-image: url(../img/arrow_down.png);
}

.displaytag th.order2 a {
	background-image: url(../img/arrow_up.png);
}

.displaytag tr.odd {
	background-color: transparent;
}

.displaytag tr.tableRowEven,tr.even {
	background-color: #FF9100;
}

.displaytag ul#showsource {
	float: right;
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 5px;
	width: 100px;
	list-style-type: none;
}

/* test styles */
.displaytag table.its thead tr {
	background-color: #69c;
}

.displaytag table.its tr.even {
	background-color: #def;
}

.displaytag table.mars thead tr {
	background-color: #999;
}

.displaytag table.mars tr.even {
	background-color: #ccc;
}

.displaytag table.mars tr.odd {
	background-color: #eee;
}

.displaytag table.simple thead tr {
	background-color: #eee;
}

.displaytag table.simple tr.even {
	background-color: #fff;
}

.displaytag table.simple {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.displaytag table.simple td,.displaytag table.simple th {
	border: 1px solid #ccc;
}

.displaytag table.nocol tbody td,.displaytag table.nocol tbody th {
	border-left: none;
	border-right: none;
}

.displaytag table.report td,.displaytag table.report th {
	font: menu;
}

.displaytag table.report th {
	background: buttonface;
	border-width: 1px;
	border-style: solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
}

.displaytag table.report idcol {
	background: buttonface;
}

.displaytag table.report tr.even {
	background-color: #099;
}

.displaytag table.report tbody {
	height: 100px;
	overflow: auto;
}

.displaytag table.report {
	height: 120px;
	overflow: auto;
}

.displaytag table.report tbody tr {
	height: 10px;
}

.displaytag table.mark td.tableCellError {
	background-color: #d00;
	color: #fff;
}

.displaytag table.sublist {
	margin: 0 0 0 0;
	width: 100%;
}

.displaytag table.sublist td,.displaytag table.sublist th {
	width: 50%;
}

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

.displaytag span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
}

.displaytag span.excel {
	background-image: url(../img/ico_file_excel.png);
}

.displaytag span.csv {
	background-image: url(../img/ico_file_csv.png);
}

.displaytag span.xml {
	background-image: url(../img/ico_file_xml.png);
}

.displaytag span.pdf {
	background-image: url(../img/ico_file_pdf.png);
}

.displaytag span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 99%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
	text-align: center;
}

.displaytag span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 99%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
	text-align: center;
}

.displaytag table.simple td.textRed {
	color: #b11;
}