#sort-table{ margin: 20px auto; }

#sort-table ul.tablePaginater {  display:block; list-style:none; padding:0; margin:0 0 1em 0; }
#sort-table ul.tablePaginater li { display:block; float:left;  width:2.1em;  height:2.1em;  line-height:2em; vertical-align:middle; margin-right:4px; color:#666; }
#sort-table ul.tablePaginater li.currentPage a { border-color:#a84444 !important; color:#000; }
#sort-table ul.tablePaginater li a { display:block; width:2em; height:2em; color:#666; text-decoration:none; outline:none; border:1px solid #ccc; }
#sort-table ul.tablePaginater li a:focus {  color:#333; text-decoration:none;  outline:none; border-color:#aaa;  }

#sort-table table { 
	font-size:1em; 
	empty-cells:show; 
	margin:0 auto 1em auto; 
	text-align:left; 
	padding:0;  
	border:0;
}
#sort-table table.halfSize { width:50%; }

#sort-table tr.alternative { background: #f0f0f0; }

#sort-table td { font:11px Arial, Helvetica, sans-serif; color:#333333; font-weight:normal; vertical-align:top; border-bottom: 1px solid #dadada; padding:5px 5px 5px 5px; }
#sort-table td a { color:#239; }
#sort-table td a:focus { text-decoration:underline; outline:none; }
#sort-table td.alternative, td.alternative a { color:#fff; }

#sort-table th { 
	font: 11px Arial, Helvetica, sans-serif;
	color:#333333; 
	border-right: 1px solid #dadada;  
	padding:5px 15px 5px 5px; 
	height:20px !important;  
    vertical-align:middle; 
	background:#eeeeee;  
	line-height:1;  
	overflow:hidden;
	font-weight:bold;
}
#sort-table th span{ color:#4f6b72; }
#sort-table th.forwardSort { background:#eeeeee url(assets/th-arrow-up.jpg) no-repeat 100% 0;  }
#sort-table th.reverseSort {  background:#eeeeee url(assets/th-arrow-down.jpg) no-repeat 100% 0; }
#sort-table th.forwardSort a { color:#910D10; font:11px Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; background:#eeeeee; }
#sort-table th.reverseSort a { color:#910D10; font:11px Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; background:#eeeeee; }
#sort-table th a { color:#333333; font: 11px Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; }
#sort-table th a:focus { color:#910D10; outline:none; }
#sort-table th.sortable, th.sortable-text, th.sortable-date, th.sortable-numeric, th.sortable-currency { cursor:pointer; }
#sort-table th.sort-active {  color:#333333; !important; }

#sort-table tfoot tr { background:#efefef; }
#sort-table tfoot td { font: 11px tahoma, "Lucida Grande", arial, verdana, sans-serif; font-weight:bold; color:#333333; padding:2px 5px 2px 2px; }

body.sort-active { cursor:wait; }
/*
h2,h1 { text-align:center; }
h1 { padding-top:1em;  margin-top:0; border-top:1px solid #fff; }
code { display:inline; }
div { width:96%;  margin:0 auto;  text-align:center; }
*/