/**************************************************************

	Sortable Table
	v 1.4

**************************************************************/

table { width: 100%; 
}

th {
	background:#EAE9DF url(images/icon-table-sort.gif) no-repeat 8px 9px;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #EAE9DF;
	text-decoration: underline;
}

tr {
	background-color: #F3F3ED;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-size: x-small;
}

tr.altRow { background-color: #fcfff4; }

td {
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0;
	padding-right: 40;
	padding-bottom: 0;
	padding-left: 40;
}

.rightAlign {
	text-align: right;
}



.sortedASC { 
	background: url(images/icon-table-sort-asc.gif) no-repeat 8px 9px #D1CDBA; 
	}

.sortedDESC { background: url(images/icon-table-sort-desc.gif) no-repeat 8px 9px #D1CDBA; 
}

.tableHeaderOver {
	cursor: pointer;
	color: #354158;
}

#esq-sup-izq
	{
	background-image: url(../../imgs/layout/esq-sup-izq.png);
	behavior: url(iepngfix/iepngfix.htc);
	background-repeat: no-repeat;
	background-position: left top;	
	}

#esq-inf-izq
	{
	background-image: url(../../imgs/layout/esq-inf-izq.png);
	behavior: url(iepngfix/iepngfix.htc);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

#esq-sup-der
	{
	background-image: url(../../imgs/layout/esq-sup-der.png);	
	background-repeat: no-repeat;
	background-position: right top;
	behavior: url(iepngfix/iepngfix.htc);
	}
	
#esq-inf-der
	{
	background-image: url(../../imgs/layout/esq-inf-der.png);	
	background-repeat: no-repeat;
	background-position: right bottom;
	behavior: url(iepngfix/iepngfix.htc);
	}	
/*tr.selected {
	background-color: gold;
	color: #fff;
}*/

tr.over {
	background-color: #40392B;
	color: #fff;
	cursor: pointer;
}

tr.hide {
	display: none;
}

/***************************/
.tableFilter {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 0 10px 0;
	font-size: x-small;
	background-color: #D1CDBA;
}

.tableFilter input {
	margin-left: 10px;
	border: 1px solid #857666;
}

.tableFilter select { border: 1px solid #857666; 
}


/*************************************************************/

