table.tableclass {
	border: solid 1px #000000;
	font-size: 9.5pt;
	margin: 0px;
	width: 100%;
}

table.tableclass th {
	padding-left: 5px;
	padding-right: 5px;
}

table.tableclass thead tr {
	background-color: lavender ;
	font-size: 8.5pt;
}

table.tableclass tr.even {
/*	background-color: #ccb; */
	background-color: whitesmoke;
}

table.tableclass tr.odd {
/*	background-color: #eec; */
	background-color: snow;
}

table.tableclass tr.action 
{
	background-color: yellow;
}

div#displaytags table.tableclass a {
	color: gray;
	font-weight: bold;
}

div#displaytags table.tableclass thead tr a {
	color: white;
}

div#displaytags {
	padding-left: 10px;
	font-size: 10pt;
}

div#displaytags a {
	color: gray;
	font-size: 10pt;
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 0px 0px 0px 0px;
	width: 100%;
	margin-left: 0px;
	margin-top: 6px;
	display: block;
	/*	
		border-bottom: none;
*/	
	float: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 0px 0px 0px 0px;
	width: 100%;
	display: block;
	border-top: none;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: -1px;
	float: none;
}

span.export
{
	float: none;
}

.columnasVista{
    width: 13%;
}