
.ui-table
{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	border-collapse: collapse;
  border-width: 0;
  width: 100% !Important;
  z-index: 10;
}

.ui-table tr .ui-state-hover 
{
  font-weight: normal;
}

.ui-table tr .ui-state-active 
{
  font-weight: normal;
}

.ui-table thead th 
{
	font-size: 12px;
}

.ui-table thead th div span
{
  top: 50%;
  right: 0px;
  margin-top: -15px;
  float: right;
}

.ui-table a,
.ui-table td 
{
	font-size: 11px;
}

.ui-table td 
{
	padding-top: 2px;
	padding-bottom: 2px;
}
  
.ui-table tfoot td 
{
  font-weight: normal;
  font-style: italic;
}

.ui-table th, 
.ui-table td
{
	text-align: left;
	padding: 4px;
}

.ui-table th.ui-numeric,
.ui-table td.ui-numeric
{
	text-align: right;
}

.ui-pager-info
{
  font-weight: normal;
  display: inline-block;
  float: left;
}

.ui-pager
{
  display: inline-block;
  float: right;
}

.ui-pager-filter
{
  padding: 2px;
  display: inline-block;
}

.ui-pager-pager
{
  display: inline-block;
}