table.displaytag {
	border: 1px solid #666;
	width: 100%;
	margin-top: 10px !important;
	margin-bottom: 5px !important;
	border-collapse: separate;
	border-spacing: 1px;
}

table.displaytag th,table.displaytag td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

table.displaytag thead tr {
	background-color: #fc0;
}

table.displaytag th.sorted { 
	/*background-color: orange;*/	
}

table.displaytag th a,table.displaytag th a:visited {
	color: white;
}

table.displaytag th a:hover {
	text-decoration: underline;
	color: white;
}

table.displaytag th.sorted a,table.displaytag th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

table.displaytag th.sortable a {
	background-image: url('../images/displaytag/arrow_off.png');
	background-repeat: no-repeat;
	background-position: right 5px;
}

table.displaytag th.order1 a {
	background-image: url(../images/displaytag/arrow_down.png);
	background-repeat: no-repeat;
}

table.displaytag th.order2 a {
	background-image: url(../images/displaytag/arrow_up.png);
	background-repeat: no-repeat;
}

table.displaytag tr.odd {	
	background-color: #ffffff;
	/*
	background-image: url('../images/displaytag/fondSearchOdd.png');
	background-repeat: repeat-y;
	*/
}

tr.odd:hover td {
	background-color: #FFFFFF;
	background-image: url('../images/displaytag/fondSearchEvenHover.png');
	background-repeat:repeat-y;	
	/*cursor: pointer;*/
	color: #FFFFFF;
}

table.displaytag tr.tableRowEven,table.displaytag 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: 99%;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../images/displaytag/ico_file_excel.png);
	background-repeat: no-repeat;
}

span.csv {
	background-image: url(../images/displaytag/ico_file_csv.png);
	background-repeat: no-repeat;
}

span.xml {
	background-image: url(../images/displaytag/ico_file_xml.png);
	background-repeat: no-repeat;
}

span.pdf {
	background-image: url(../images/displaytag/ico_file_pdf.png);
	background-repeat: no-repeat;
}

span.rtf {
	background-image: url(../images/displaytag/ico_file_rtf.png);
	background-repeat: no-repeat;
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 0;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 0;
	display: block;
	border-top: none;
	border-bottom: none;
	/*margin-bottom: -5px;*/
}

/* alternative styles */
table.its thead tr {
	background-color: #333771;
	background-image: url('../images/displaytag/fondTH.png');
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

table.its thead tr a {
	color: #FFFFFF;
}

/* search styles */
table.search thead tr {
	display: none;
}

table.search tr.odd:hover td {
	background-color: #FFFFFF;
	background-image: url('../images/displaytag/fondSearchEvenHover.png');
	background-repeat:repeat-y;	*/
	/*cursor: pointer;*/
	color: black;
}
table.search tr.even:hover td {	
	background-color: #FFFFFF;
	background-image: url('../images/displaytag/fondSearchEvenHover.png');
	background-repeat: repeat-y;
	/*cursor: pointer;*/
	color: black;
}



table.displaytag tr.even {
	background-color:#EDF5FF;
/*	
	background-color: #ffffff;
	background-image: url('../images/displaytag/fondSearchEven.png');
	background-repeat: repeat-y;
*/	
}

table.displaytag tr.even:hover td {	
	background-color: #FFFFFF;
	background-image: url('../images/displaytag/fondSearchEvenHover.png');
	background-repeat: repeat-y;
	/*cursor: pointer;*/
	color: #FFFFFF;
}

table.mars thead tr {
	background-color: #9c9;
}

table.mars tr.even {
	background-color: #ccb;
}

table.mars tr.odd {
	background-color: #eec;
}

table.simple thead tr th {
	background-color: #eee;
}

table.simple tr.even {
	background-color: #fff;
}

table.simple {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.simple td,table.simple th {
	border: 1px solid #ccc;
}

table.nocol tbody td,table.nocol tbody th {
	border-left: none;
	border-right: none;
}

table.report td,table.report th {
	font: menu;
}

table.report th {
	background: buttonface;
	border-width: 1px;
	border-style: solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	cursor: hand;
}

table.report idcol {
	background: buttonface;
}

table.report tr.even {
	background-color: #399;
}

table.report tbody {
	height: 100px;
	overflow: auto;
}

table.report {
	height: 120px;
	overflow: auto;
}

table.report tbody tr {
	height: 10px;
}

table.mark td.tableCellError {
	background-color: #d00;
	color: #fff;
}

table.simple td.textRed {
	color: #b11;
}
