/**************************************************************

	Sortable Table
	v 1.4

**************************************************************/

.tablePrincipal {
	width: 660px;
	margin-right: 0px;
	margin-left: auto;
}

.tablePrincipal th {
	padding: 4px 4px 4px 14px;
	background-image: url(images/icon-table-sort.png);
	background-repeat: no-repeat;
	background-position: 2px 8px;
}

.tablePrincipal tr {
	background-color: #f6f6f6;
	padding: 4px;
        font-size: 0.95em;
        height: 25px;
}

.tablePrincipal tr.altRow {
    	background-color: #ffffff;
}

.tablePrincipal td {
	padding: 4px 9px;
}

.tablePrincipal tr a{
    text-decoration: none;
    font-weight: normal;
    color: #2557a4;
}

.tablePrincipal .rightAlign {
	/*font-size: 12px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}



.tablePrincipal .sortedASC {
	background: url(images/icon-table-sort-asc.png) no-repeat 2px 4px #f6f6f6;
}

.sortedDESC {
	background: url(images/icon-table-sort-desc.png) no-repeat 2px 10px #f6f6f6;
}

.tableHeaderOver {
	cursor: pointer;
	color: #354158;
}


/*tr.selected {
	background-color: gold;
	color: #fff;
}*/

.tablePrincipal tr.over {
	background-color: #5D9EDE;
	color: #fff;
	cursor: pointer;
}

.tablePrincipal tr.hide {
	display: none;
}

/***************************/
.tableFilter {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 0 10px 0;
}

.tableFilter input {
	border: 1px solid #ccc;
}

.tableFilter select {
	border: 1px solid #ccc;
}


/*************************************************************/

