
table.filtrar th {
        font-family:arial;
	background-color: #e6EEEE;
	border: 0.01em solid #FFF;
	padding: 0.25em;
}


table.tablesorter thead,tfoot {
	background: url("/system/modules/ar.gov.hcdn/resources/img/bckg_head_tablas.jpg") repeat-x scroll center bottom #e9e9e9;
			
}
    
table.tablesorter thead tr th, table tfoot tr th {
	border-bottom: 1px solid #CCCCCC;
	border-left: 2px solid #FFFFFF;
	color: #666666;
	font-size: 0.82em;
	font-weight: bold;

	margin: 0 0 2px;
	padding-bottom: 0;
	padding-top: 5px;
	cursor: pointer;
	text-align:center;
	line-height:0.8em;
}

.tdceleste {
	background-color: #8ED3F0;
	border: 0.06em solid #FFF;
	padding: 0.25em;
}

table.tablesorter tbody td {
	border-bottom: 1px solid #CCCCCC!important;
	margin: 0 0 2px;
	padding: 4px 5px;
	font-size: 72%;
}

table.tablesorter tbody tr.odd td {
	background-color:#ffffff;
}

table.tablesorter thead tr .header .flechas{
	background: url("/system/modules/ar.gov.hcdn/resources/img/sort/bg.gif");
	background-color:transparent;
   	background-repeat: no-repeat;
   	background-position: -5px 1px;
   	cursor: pointer;  
   	width:10px;
	height:10px;
	margin:3px auto 0 auto;
   	
 } 
 
.sinOrdenador th {
    height: 25px;
    padding-top: 10px !important;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background: url("/system/modules/ar.gov.hcdn/resources/img/bckg_tablas_on.gif") repeat-x scroll center bottom #e9e9e9;
}
   
table.tablesorter thead tr .headerSortUp .flechas{
	background-image: url("/system/modules/ar.gov.hcdn/resources/img/sort/asc.gif");
	background-repeat: no-repeat;
	background-position: -5px 2px;
	width:10px;
	height:10px;	
	margin:3px auto 0 auto;
	background-position: -5px 1px;
	
}

table.tablesorter thead tr .headerSortDown .flechas{
	background-image:  url("/system/modules/ar.gov.hcdn/resources/img/sort/desc.gif");
	background-repeat: no-repeat;
	background-position: -5px 2px;
	width:10px;
	height:10px;
	margin:3px auto 0 auto;
	
}
table.tablesorter tbody td img {
	vertical-align: middle;
}

.tooltipTitle {
	font-weight: bold;
	color:#888888;
}

#tooltip {
	position: absolute;
	z-index:1000;
	padding: 0.25em;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: none;
	text-align: left;
	background-color: #ADCBE7;
	opacity: 0.95;
	-moz-opacity: 0.95;

}

.pager{
	margin: 0.5em auto;
	width: 22em;
}

.pagedisplay{
	background-color: #E2F2FA;
	color: #333333;
	font-size: 0.85em;
	margin: 0;
	padding: 3px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #D9D9D9;
	border-radius: 3px 3px 3px 3px;
}

.pagesize{
	background: url("../img/bckg_input.jpg") repeat scroll 0 0 transparent;
	border: 1px solid #D9D9D9;
	border-radius: 3px 3px 3px 3px;
	color: #666666;
	font-size: 11px;
	height: 2.1em;
	margin-left: 5px;
	padding: 2px;
	vertical-align: top;    
}

.last, .next, .first, .prev{
	margin-top:3px
}

