	.taglist_TITULO {
	margin-top:0px;
	margin-bottom:0px;
	border-top: 0px solid #CCCCD1;
	border-right: 0px solid #CCCCD1;
	border-bottom: 0px solid #CCCCD1;
	border-left: 0px none #CCCCD1;
	}

	.taglist_TITULO tbody tr td {
	   background-color: #CCCCD1;
		font-family: arial,verdana;
		font-weight: bold;
		font-size: 11px;
		padding: 2px 8px;
		border-left: 1px solid #CCCCD1;
	}
	
	.taglist_TITULO tbody tr.selected td {
		background-color: #ffffff;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #ffffff;
		border-bottom: 0px solid #ffffff;
	}
	
	.taglist {
	margin-top:0px;
	margin-bottom:0px;
	border-top: 1px solid #CCCCD1;
	border-right: 1px solid #CCCCD1;
	border-bottom: 1px solid #CCCCD1;
	border-left: 1px none #CCCCD1;
	}

	.taglist tbody tr td {
	font-family: arial,verdana;
	font-size: 11px;
	padding: 6px 1px 6px 2px;
	border-left: 1px solid #CCCCD1;
	}
	
	.taglist tbody tr.selected td {
		background-color: #ffffff;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}

	.taglistVERSION {
	background-color: #F0F0F5;
	margin-top:0px;
	margin-bottom:0px;
	border-top: 1px solid #F0F0F5;
	border-right: 1px solid #F0F0F5;
	border-bottom: 1px solid #F0F0F5;
	border-left: 1px none #F0F0F5;
	}

	.taglistVERSION tbody tr td {
	background-color: #F0F0F5;
		font-family: arial,verdana;
		font-size: 11px;
		font-weight: bold;
		padding: 3px 8px;
		border-left: 1px solid #F0F0F5;
	}
	
	.taglistVERSION tbody tr.selected td {
		background-color: #F0F0F5;
		color: #F0F0F5;
		font-weight: bold;
		border-left: 1px solid #F0F0F5;
		border-bottom: 1px solid #F0F0F5;
	}
	
/* Table Sorter */
table.tablesorter {
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	background: #FFFFFF;
}
table.tablesorter th {
	cursor: pointer;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	color: #FFFFFF;
	background: #767676;
}
table.tablesorter td {
	color: #525252;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	text-transform: uppercase;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	padding-right: 0px;
	padding-left: 5px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/small.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/small_asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/small_desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #003260;
	color: #FFFFFF;
}
