.table_dt, .td_dt, .th_dt {
	margin:0;
	padding:0;
	font-size: 1em;
	background-repeat:no-repeat;
	list-style-type:none;
}
.tdnowrapcenter {
	border-top: 1px dashed #9E2431;
	text-align: center;
	font-size: 11px;
	margin: 3px;
}
.tdnowrapleft {
	border-top: 1px dashed #9E2431;
	text-align: left;
	font-size: 11px;
	margin: 3px;
}
.tdnowrapright {
	border-top: 1px dashed #9E2431;
	text-align: right;
	font-size: 11px;
	margin: 3px;
}
img {
	border:none;
}
.clear {
	clear: both;
}
table_dt {
	border: 1px solid #666;
	width: 100%;
	margin: 20px 0 20px 0;
}
th_dt, td_dt {
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
}
thead tr {
	background-color: #FFFFFF;
	color: #9E2431;
}
caption {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
th.sorted {
	background-repeat:no-repeat;
	color: #9E2431;
}
th.sorted a, th.sortable a {
	padding: 2px 4px 2px 4px;
	background-repeat:no-repeat;
	background-position: right;
	display: block;
	width: 85%;
	color: #9E2431;
	text-decoration: none;
}
th.sortable a {
	background-image: url(../images/arrow_off.png);
}
th.order1 a {
	background-image: url(../images/arrow_up.png);
}
th.order2 a {
	background-image: url(../images/arrow_down.png);
}
/* jfernandezbartolome 07/09/2009 */
tr.odd {
	background-color: #fff;
	border-top: 1px dashed #9E2431;
	/* height: 30px; */
}
/* jfernandezbartolome 07/09/2009 */
tr.tableRowEven, tr.even {
	background-color: #fff;
	border-top: 1px dashed #9E2431;
	/* height: 30px; */
}
table.mark td.tableCellError {
	background-color: #d00;
	color: #fff;
}
table.sublist {
	margin: 0 0 0 0;
	width: 100%;
}
div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 0px 0 10px 0;
	width: 98%;
}
span.export {
	padding: 0 4px 1px 20px;
	display:inline;
	cursor: pointer;
	background-repeat:no-repeat;
}
span.excel {
	background-image: url(../images/ico_file_excel.png);
}
span.csv {
	background-image: url(../images/ico_file_csv.png);
}
span.xml {
	background-image: url(../images/ico_file_xml.png);
}
span.pdf {
	background-image: url(../images/ico_file_pdf.png);
}
span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 98%;
	margin-top: 0px;
	display:block;
	border-bottom: none;
}
span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 98%;
	display:block;
	border-top: none;
	margin-bottom: 0px;
}

/* MODIFICACIONES VERSION 4.4 */


/* Clase para contener a las tabla en IE, ya que si no, no aparece el scroll horizontal*/
div.scrollWrapper_dt{
	width: 100%;
	* width: expression((documentElement.clientWidth <747) ? "100%" : "747" ); /* Se fija el tamaņo del content para IE 6 */
	overflow-x: auto;
	display: block;
	float: left;
	* padding-bottom: 10px;
}