table.example {
	border:1px solid #aaaaaa;
	border-collapse:collapse;
}
table.example th {
	border:1px solid #aaaaaa;
	padding: 2px 2px 2px 18px;
	font-size:12px;
}
table.example td {
	border:1px solid #aaaaaa;
	padding: 2px 5px 2px 10px;
	font-size:12px;
}
table.example thead th {
	background-color:#003867;
	color:#000;
	
}

table.example tfoot td {
	background-color:#ffccff;
}

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;
}
/* Striping */
tr.alternate {
	background-color:#FFFFFF;
}
tr {
	background-color:#f8f8f8;
}
#container{width:880px;margin:auto;}
#main{}
/* 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;
	padding-left:12px;
}
th.table-sorted-desc {
	background-image:url("sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:12px;
}
th.table-filtered {
	background-image:url("filter.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
select.table-autofilter {
	font-size:smaller;
}

/*  */
table.altstripe tr.alternate {
	background-color:#FEFE00;
}

/*  Styles */
table.sort01 th.table-sortable { background-image:url("icons/01_unsorted.gif");background-position:3px;}
table.sort01 th.table-sorted-asc { background-image:url("icons/01_ascending.gif"); background-position:3px;}
table.sort01 th.table-sorted-desc { background-image:url("icons/01_descending.gif"); background-position:3px;}


/* Icons */
.iconset {
	margin:5px;
	border:1px solid #cccccc;
	border-color:#cccccc #666666 #666666 #cccccc;
	text-align:center;
	cursor:pointer;
	width:100px;
}
.iconset img {
	margin:5px;
}

/* Documentation */
tr.doc_section {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}

