/*************************** Blue Theme **************************************************/
table.tablesorter {
	/*font: 11px/18px Arial, Sans-serif;*/
	font-family:Arial, Sans-serif;
	font-size:0.846em/*11px*/;
	background-color: #cdcdcd;
	margin: 0 auto;
	width: 99.98%;
	text-align: left;
	border-spacing: 0;
	
}

/*table.tablesorter*/
table.tablesorter  thead tr th{border: #cdcdcd 1px solid;}

table.tablesorter tbody td {
	color: #3d3d3d;
	padding: 4px;
	background-color: #fff;
	vertical-align:middle;
	border:#cdcdcd 1px solid;
	
}

table.tablesorter tbody td a:link,
table.tablesorter tbody td a:visited {color: #0033CC;font-weight:bold; text-decoration:none;}
table.tablesorter tbody td a:hover {color: #0033CC;font-weight:bold; text-decoration:underline;}
table.tablesorter tbody td img {vertical-align:absmiddle;}



table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-weight:bold;
	text-align:center;
}

table.tablesorter thead tr td {
	font-weight:bold;
	text-align:left;
	background:#EBF1F7; 
	border-top: #CBDAE6 1px solid;
	/*border-top:1px solid #B1B1B1;
	padding:3px;*/
}

table.tablesorter tfoot tr td {
	font-weight:bold;
	text-align:left;
	background:#EBF1F7;
	border-bottom: #CBDAE6 1px solid;
	/*border-bottom:1px solid #B1B1B1;
	padding:5px;*/
}

table.tablesorter th {
	background-color: #99bfe6;
	color: #000;
	border-collapse: collapse;
	font: 12px/18px Arial, Sans-serif;
	padding: 4px;
}
table.tablesorter .header,
table.tablesorter .tablesorter-header {
	/* image */
	 background-image: url(black-bg.gif); 
	background-repeat: no-repeat;
	background-position: center right;
	padding: 4px 20px 4px 4px;
	cursor: pointer;
}


table.tablesorter th.headerSortUp,
table.tablesorter th.tablesorter-headerSortUp {
	background-color: #9fbfdf;
	/* image */
	 background-image: url(black-asc.gif); 
}
table.tablesorter th.headerSortDown,
table.tablesorter th.tablesorter-headerSortDown {
	background-color: #8cb3d9;
	/* image */
	 background-image: url(black-desc.gif); 
}
/* used to hide a tbody while rebuilding to speed it up */
table.tablesorter .tablesorter-hidden {
	display: none;
}

/* Zebra Widget - row alternating colors */
table.tablesorter tr.odd td {
	background-color: #ebf2fa;
}
table.tablesorter tr.even td {
	background-color: #fff;
}

table.tablesorter tr.stockbajo td {
	background-color: #FF9F9F;
}

/* Column Widget - column sort colors */
.tablesorter td.primary,
.tablesorter tr.odd td.primary {
	background-color: #99b3e6;
}
.tablesorter tr.even td.primary {
	background-color: #c2d1f0;
}

.tablesorter td.secondary,
.tablesorter tr.odd td.secondary {
	background-color: #c2d1f0;
}
.tablesorter tr.even td.secondary {
	background-color: #d6e0f5;
}

.tablesorter td.tertiary,
.tablesorter tr.odd td.tertiary {
	background-color: #d6e0f5;
}
.tablesorter tr.even td.tertiary {
	background-color: #ebf0fa;
}

/* hovered row colors */
table.tablesorter tbody tr:hover td,
table.tablesorter tbody tr.even:hover td {
	background: #d9d9d9;
}
table.tablesorter tbody tr.odd:hover td {
	background: #bfbfbf;
}

/* filter widget */
table.tablesorter input.tablesorter-filter,
table.tablesorter select.tablesorter-filter {
	width: 95%;
	height: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table.tablesorter tr.tablesorter-filter,
table.tablesorter tr.tablesorter-filter td {
	text-align: center;
	background: #fff;
}
/* optional disabled input styling */ 
table.tablesorter input.tablesorter-filter.disabled,
table.tablesorter select.tablesorter-filter.disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/************************** table sorter2 *******************************************/
table.tablesorter2 {
	/*font: 11px/18px Arial, Sans-serif;*/
	font-family:Arial, Sans-serif;
	font-size:0.9em/*11px*/;
	background-color: #FFF;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	border-spacing: 0;
	border:none;
	
}

/*table.tablesorter2,*/
table.tablesorter2  thead tr th,
table.tablesorter2 tbody tr td {
	border: #cdcdcd 1px solid;
}

table.tablesorter2 thead tr th, table.tablesorter2 tfoot tr th {
	font-weight:bold;
	text-align:center;
}

table.tablesorter2 thead tr td {
	font-weight:bold;
	text-align:left;
	background:#EBF1F7; 
	border-top: #CBDAE6 1px solid;
	/*border-top:1px solid #B1B1B1;RECORDS [ {rs_directorio;.TotalRecords} ]
	padding:3px;*/
}

table.tablesorter2 tfoot tr td {
	font-weight:bold;
	/*text-align:left;*/
	background:#FFF;
	border: #FFF 1px solid;
	/*border-bottom: #CBDAE6 1px solid;*/
	/*border-bottom:1px solid #B1B1B1;
	padding:5px;*/
}

table.tablesorter2 th {
	background-color: #99bfe6;
	color: #000;
	border-collapse: collapse;
	font: 12px/18px Arial, Sans-serif;
	padding: 4px;
}
table.tablesorter2 .header,
table.tablesorter2 .tablesorter2-header {
	/* image */
	 background-image: url(black-bg.gif); 
	background-repeat: no-repeat;
	background-position: center right;
	padding: 4px 20px 4px 4px;
	cursor: pointer;
}
table.tablesorter2 tbody td {
	color: #3d3d3d;
	padding: 4px;
	background-color: #fff;
	vertical-align: top;
}

table.tablesorter2 tbody td a:link,
table.tablesorter2 tbody td a:visited {color: #0033CC;font-weight:bold; text-decoration:none;}
table.tablesorter2 tbody td a:hover {color: #0033CC;font-weight:bold; text-decoration:underline;}
table.tablesorter2 tbody td img {vertical-align:absmiddle;}

table.tablesorter2 th.headerSortUp,
table.tablesorter2 th.tablesorter2-headerSortUp {
	background-color: #9fbfdf;
	/* image */
	 background-image: url(black-asc.gif); 
}
table.tablesorter2 th.headerSortDown,
table.tablesorter2 th.tablesorter2-headerSortDown {
	background-color: #8cb3d9;
	/* image */
	 background-image: url(black-desc.gif); 
}
/* used to hide a tbody while rebuilding to speed it up */
table.tablesorter2 .tablesorter2-hidden {
	display: none;
}

/* Zebra Widget - row alternating colors */
table.tablesorter2 tr.odd td {
	background-color: #ebf2fa;
}
table.tablesorter2 tr.even td {
	background-color: #fff;
}

/* Column Widget - column sort colors */
.tablesorter2 td.primary,
.tablesorter2 tr.odd td.primary {
	background-color: #99b3e6;
}
.tablesorter2 tr.even td.primary {
	background-color: #c2d1f0;
}

.tablesorter2 td.secondary,
.tablesorter2 tr.odd td.secondary {
	background-color: #c2d1f0;
}
.tablesorter2 tr.even td.secondary {
	background-color: #d6e0f5;
}

.tablesorter2 td.tertiary,
.tablesorter2 tr.odd td.tertiary {
	background-color: #d6e0f5;
}
.tablesorter2 tr.even td.tertiary {
	background-color: #ebf0fa;
}

/* hovered row colors */
table.tablesorter2 tbody tr:hover td,
table.tablesorter2 tbody tr.even:hover td {
	background: #d9d9d9;
}
table.tablesorter2 tbody tr.odd:hover td {
	background: #bfbfbf;
}

/* filter widget */
table.tablesorter2 input.tablesorter2-filter,
table.tablesorter2 select.tablesorter2-filter {
	width: 95%;
	height: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table.tablesorter2 tr.tablesorter2-filter,
table.tablesorter2 tr.tablesorter2-filter td {
	text-align: center;
	background: #fff;
}
/* optional disabled input styling */ 
table.tablesorter2 input.tablesorter2-filter.disabled,
table.tablesorter2 select.tablesorter2-filter.disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
