/*---------------------------------------------------------*/
/* Estilos para display tag
/*---------------------------------------------------------*/


table.report{
	border: 1px solid #666;
	width: 100%;
	margin: 10px 0 20px 0 !important;
    font-size: 0.70em;
	
}

table.report th, table.report td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

thead tr {
	background-color: #fc0;
}

th.sorted {
	background-color: silver;
}

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(images/arrow_off.png);*/
}

th.order1 a {
	/*background-image: url(images/arrow_down.png);*/
}

th.order2 a {
	/*background-image: url(images/arrow_up.png);*/
}

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-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.pagebanner {
/*	background-color: #eee;
	border: 1px dotted #999;
*/	
	padding: 2px 4px 2px 4px;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
/*	background-color: #eee;
	border: 1px dotted #999;
*/
		padding: 2px 4px 2px 4px;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}



table.its thead tr {
	background-color: #69c;
}

table.its tr.even {
	background-color: #def;
}

table.mars thead tr {
	background-color: #9c9;
}

table.mars tr.even {
	background-color: #ccb;
}

table.mars tr.odd {
	background-color: #eec;
}

table.simple{
	width: 100%;
	margin: 10px 0 20px 0 !important;
    /*font-size: 1.00em;*/	
}

table.simple thead tr th {
	background-color: #eee;
}

table.simple tr.even {
	background-color: #fff; 
	/* background-color: #def; */
}

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: #eec;  /* #ccb #eec #def #399 */
}

table.report tbody tr {
	height: 10px;
}

table.mark td.tableCellError {
	background-color: #d00;
	color: #fff;
}

table.simple td.textRed {
	color: #b11;
}
