#controls {
	position: absolute;
	font-size: 0.6em;
	top: 0;
}
#controls a{
	color: gray;
}
#copyright {
font-size: 0.6em;
}
#wrapper{
	width: 1250px;
}
#table-wrapper{
	float: left;
	width: 84%; 
}
#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(/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}
table {
	width: 98%; 
	letter-spacing: 0.08em;
	border-collapse: collapse; 
	margin:10px 2% 0.4em 0; 
	border: 1px solid #cccccc; 
}
table thead{
	width: 98%; 
}
table th a ,
table th a:active  {
  outline: none;
}
td { 
	min-width:110px;
	max-width:110px;	
	text-align: left; 
	padding-left:5px;
	padding-top:5px;
	border: 1px solid #cccccc;
}
th { 
	min-width:100px;
	max-width:100px;		
	border: 1px solid #cccccc;
}
tr { 
	background: #f6f6f6 url(/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
}
tr.odd { 
	background: white;
}

caption {
	margin: 0 0 1em 0;
	text-align: left; 
	padding: 0.3em 0.3em; 
}
th a {	
	padding: 0.5em 2em 0.5em 0.7em;
	display: block;
	line-height: 1;
	color: black;
	border: 0 !important;
	position: relative;
}
th.ui-table-desc a {	
	background: url(/images/desc.gif) right center no-repeat;
}
th.ui-table-asc a{	
	background: url(/images/asc.gif) right center no-repeat;
}
th.ui-table-desc a:hover,	
th.ui-table-desc a:active,	
th.ui-table-desc a:focus, 
th a:hover,	
th a:active,	
th a:focus{	
	background: url(/images/asc.gif) right center no-repeat;
}
th.ui-table-asc a:hover, 
th.ui-table-asc a:active, 
th.ui-table-asc a:focus{	
	background: url(/images/desc.gif) right center no-repeat;
}
table tr td:last-child {
    text-align:center;
}
