table.example {
	border:1px solid white;
	border-collapse:collapse;
        width: 500px;
        font-size: 11px;
}
table.example th, table.example td {
	border:1px solid #fff;
	padding: 2px 15px 2px 15px;
}
table.example thead th {
	background-color:#01A0C7;
	color:#fff;

}
table.example tfoot td {
	background-color:#01A0C7;
	color:#fff;
        font-weight: bold;
}

table.example tr.tbody_header {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}

table.example a.pagelink {
	padding-left:5px;
	padding-right:5px;
	border:1px solid #666666;
	margin:0px 5px 0px 5px;
}
table.example a.currentpage {
	background-color:yellow;
}
table.example select {
background-color: #FAB65A;
color: #000000;
font-size: 10px;
height: 16px;
padding: 0px;
margin: 0px;
}

.table-autofilter select {
margin: 6px;
padding: 6px;
}

/* Striping */
tr.alternate {
	background-color:#F1F9FE;
}

/* Sorting */
th.table-sortable {
	cursor:pointer;
	background-image:url("sortable.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:12px;
}
th.table-sorted-asc {
	background-image:url("sorted_up.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-sorted-desc {
	background-image:url("sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-filtered {
	background-image:url("filter.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
select.table-autofilter {
	font-size:smaller;
}

/* Examples which stray from the default */
table.sort17 th.table-sortable { background-image:none; }
table.sort17 th.table-sorted-asc { background-image:url("/images/17_ascending.gif"); }
table.sort17 th.table-sorted-desc { background-image:url("/images/17_descending.gif"); }


