table {
	width:100%;
	border-collapse: collapse;
}
table td, table th {
	text-align: left;
	padding: 3px 10px;
}

.tr_selected td {
	background-color: gray;
	opacity: 0.5;
	-moz-opacity: 0.50; 
	filter: alpha(opacity=50);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

table.basica {
	border-collapse: collapse;
	background-color: transparent;
	clear: both;
}

table.basica th, table.basica td {
	text-align: left;
	padding: 5px 3px;
}
table.basica th {
	font-weight: normal;
	height: 25px;
}
table.basica td {
	vertical-align: top;
	font-weight: bold;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	width: inherit;
	background-color: #F0FFF4;
}
table.basica td.actions, table.basica td.audit {
	text-align: center;
}

table.basica tr.odd td {
	background-color: #E7E4D4;
}

table.basica tbody td.actions {
	background: transparent none;
	width: 30px;
}

table.basica tbody td.audit {
	background: transparent none;
	width: 30px;
}

table.basica tbody tr.remarcar td label {
	background-color: #00CCFF;
}

table.basica th.checkbox, table.basica td.checkbox {
	width: 30px;
}
table.basica th.link, table.basica td.link {
	width: 30px;
}
.tdRight {
	text-align: right;
    vertical-align: center;
}
.tdRight input {
    margin-right: 25px;
}
.tdRight.loading {
	background: url("../../img/loader.gif") no-repeat scroll right 3px center transparent;
}