table.has_many
{
	margin-bottom:	1em;
}

table.has_many th.header
{
	padding-right:	18px !important;
}

table.has_many tr.error td
{
	background-color:	#FFA0A0;
}

table.has_many td.acciones a
{
	cursor:	pointer;
}

table.has_many tr:hover td
{
	background-color:	#ffc;
}

table.has_many thead tr .header
{
	background: url('/img/tablesort-bg.gif') no-repeat center right #474D43;
	cursor: pointer;
}

table.has_many thead tr .headerSortUp
{
	background: url('/img/tablesort-desc.gif') no-repeat center right #474D43;
}

table.has_many thead tr .headerSortDown
{
	background: url('/img/tablesort-asc.gif') no-repeat center right #474D43;
}
