#ui-table-control{
	display: block;
	width: 14%;
	margin-left: 85%;
}
#ui-table-pager {
	float: right;
	margin-right: 2%;
}
#ui-table-pager span {
	position: absolute;
	margin: 0 0 0 -4.5em;
	padding: 0.2em 0.5em 0.15em 0.4em;
	font-weight: bold;
	font-size: 0.8em;
	background: #f6a828 url(ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}
table.paginate {
	width: 98%; 
	font-size: 0.75em; 
	letter-spacing: 0.08em;
	border-collapse: collapse; 
	margin:0 2% 0.4em 0; 
	border: 1px solid #cccccc; 
}
table.paginate thead{
	width: 98%; 
}
table.paginate th a ,
table.paginate th a:active  {
  outline: none;
}
table.paginate th { 
	padding: 0; 
	font-weight: bold; 
	text-align: left;
	border: 1px solid #e78f08; 
	background: #f6a828 url(ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}
table.paginate td { 
	text-align: right; 
	padding: 0.3em 0.5em; 
	border-left: 1px solid #cccccc; 
	border-right: 1px solid #cccccc;
	font:13px;
}
table.paginate tr { 
	background: #f6f6f6 url(ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
}
table.paginate tr.odd { 
	background: white;
}
table.paginate caption {
	margin: 0 0 1em 0;
	text-align: left; 
	padding: 0.3em 0.3em; 
}
table.paginate th a {	
	padding: 0.5em 2em 0.5em 0.7em; 
	display: block;
	line-height: 1;
	color: black;
	border: 0 !important;
	position: relative;
}
table.paginate th.ui-table-desc a {	
	background: url(desc.gif) right center no-repeat;
}
table.paginate th.ui-table-asc a{	
	background: url(asc.gif) right center no-repeat;
}
table.paginate th.ui-table-desc a:hover,	
table.paginate th.ui-table-desc a:active,	
table.paginate th.ui-table-desc a:focus, 
table.paginate th a:hover,	
table.paginate th a:active,	
table.paginate th a:focus{	
	background: url(asc.gif) right center no-repeat;
}
table.paginate th.ui-table-asc a:hover, 
table.paginate th.ui-table-asc a:active, 
table.paginate th.ui-table-asc a:focus{	
	background: url(desc.gif) right center no-repeat;
}