@charset "UTF-8";
/* CSS Document */

/*
#headtable2{text-align:center; background:#006BA2; font-size:9px; color:#FFFFFF;}
#headtable3{text-align:center; background:#FFFFFF; font-size:9px;}
 #headtable4{font-size:10px; background:#008674}*/
#table-bottom{ border-bottom:0px solid;}
#table-bottom-left{ border-bottom:0px solid; border-left:0px solid}
#table-bottom-right{ border-bottom:0px solid; border-right:0px solid font-size:12px;;}

table.example {	border:0px solid black;	border-collapse:collapse;  }
table.example th, table.example td {border:0px solid #aaaaaa; padding: 2px 5px 2px 12px; font-size:9px;}
table.example td { padding: 2px 5px 2px 5px;}
table.example tr { text-align:center}

table.example thead th {background-color:#027FC1; color:#FFFFFF; font-weight:normal; }

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

table.example tr.tbody_header {	text-align:center; color:#027FC1; background:#FFFFFF; font-size:12px;  }
table.example tr.tbody_header td {font-size:14px; font-weight:normal; border-right:0px solid #00CCFF;}

table.example a.pagelink {padding-left:5px; padding-right:5px; border-right:1px solid #00CCFF; margin:0px 5px 0px 5px;}

table.example a {font-size:9px;}
table.example a.currentpage {background-color:006BA2; font-size:9px;}

tr.alternate {background-color:#006BA2;}

th.table-sortable {
	cursor:pointer;
	background-image:url("../images/base/sortable.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:12px;
}
th.table-sorted-asc {
	background-image:url("../images/base/sorted_up.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-sorted-desc {
	background-image:url("../images/base/sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-filtered {
	background-image:url("../images/filter.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
select.table-autofilter {
	font-size:smaller;
}



table.altstripe tr.alternate2 { background-color:#FF0000}

table.sort01 th.table-sortable { background-image:url("../images/01_unsorted.gif"); }
table.sort01 th.table-sorted-asc { background-image:url("../images/01_ascending.gif"); }
table.sort01 th.table-sorted-desc { background-image:url("../images/01_descending.gif"); }


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

tr.doc_section {font-weight:bold; text-align:center; background-color:#006BA2;}

