table.yui 
{
    font-family:arial;   
    border-collapse:collapse;
    border: solid 1px #7f7f7f;
    font-size:11px;
	width:700px;
	position:relative;
}

table.yui td {	
	padding: 2px 0 2px 4px;
/*	border-right: solid 1px #7f7f7f;*/
}

table.yui .ct {	text-align:center; padding-right:0; }
table.yui .rt {	text-align:right; padding-right:10px; }

table.yui .even {
	background-color: #fff;
}
table.yui .odd {
	background-color: #e8ebf0;  /*#edf5ff;*/
}
table.yui th
{
    background: url('sprite.png') repeat-x 0px 0px;    		
	border: 1px solid #7f7f7f;
    padding: 7px 0;
	height: auto;
	cursor:pointer;
	font-weight:normal;
	text-align:center;
}

table.yui th a
{
	text-decoration: none;
	text-align: left;    	
    padding: 10px 0;
	color:#000;
/*    padding-left: 4px;*/
/*    font-weight:bold;*/
    white-space:nowrap;
    background: url('bg.gif') no-repeat 50% 50%;
}

table.yui thead .headerSortUp , table.yui thead .headerSortDown 
{
    background: url('sprite.png') repeat-x 0px -100px;
}

table.yui .headerSortUp a 
{	
    background: url('asc.gif') no-repeat 50% 50%;
}
table.yui .headerSortDown a 
{    
    background: url('desc.gif') no-repeat 50% 50%;
}

table.yui td.sortedeven { background-color:#EDF5FF; } /*not used when zebra widgets active*/
table.yui td.sortedodd { background-color:#DBEAFF; } /*not used when zebra widgets active*/

table.yui tfoot td
{    
    border-top: 1px solid #7f7f7f;
    background-color:#E1ECF9;
}

table.yui thead td  /*dont think this is used */
{
    vertical-align:bottom;
    background-color:#f8f1ba; /*#E1ECF9;*/
    border:none;
}

table.yui thead .tableHeader
{
/*    font-size:larger;*/
    font-weight:normal;
}

table.yui thead .filter
{
  /*  text-align:left;*/
}

table.yui tfoot
{
    background-color:#E1ECF9;
/*    text-align:center; */     
}

table.yui .tablesorterPager {
	padding: 10px 0 10px 0;		
}
table.yui .tablesorterPager span {
	padding: 0 5px 0 5px;
}
table.yui .tablesorterPager input.prev {
	width: auto;
	margin-right: 10px;
}
table.yui .tablesorterPager input.next {
	width: auto;
	margin-left: 10px;
}
table.yui .pagedisplay /* unused */	
{
    font-size:11px;
	width: 60px;
	border: 0px;	
	background-color: #E1ECF9;
	text-align:left;
    vertical-align:top;
}
