table.yui 
{
	font-family:arial;   
    border-collapse:collapse;	
    border: solid 0px #7f7f7f;
    font-size:11px;
	margin:40px auto 0 auto;
	line-height:15px;
}

table.yui a{
	color:#bb6565;
}

table.yui a:hover{
	color:#e25d7f;
}

table.yui td {	
	padding: 10px;
	border-right: solid 0px #7f7f7f;
}
table.yui .even {
	background-color: #fff;
}
table.yui .odd {
	background-color: #fcf6f6;
}
table.yui th
{
    background: ;    		
	border: 0px solid #7f7f7f;
    padding: 15px 5px 15px 5px;
	height: auto;
	cursor:pointer;
	border-bottom:1px dashed #f9dada;
}

table.yui th a
{
	text-decoration: none;
	text-align: center;    	
    padding-right: 20px;
    font-weight:bold;
    white-space:nowrap;
    background: url('bg.gif') no-repeat right 50%;
}

table.yui thead .headerSortUp , table.yui thead .headerSortDown
{
    background: ;
	border-bottom:1px dashed #dadff9;
}

table.yui .headerSortUp a
{	
    background: url('asc.gif') no-repeat right 50%;
}
table.yui .headerSortDown a
{    
    background: url('desc.gif') no-repeat right 50%;
}

table.yui td.sortedeven
{
    background-color:#EDF5FF;        
}

table.yui td.sortedodd
{
    background-color:#DBEAFF;            
}

table.yui tfoot td
{    
    border-top: 1px solid #7f7f7f;
    background-color:#f9e1e1;
}

table.yui thead td
{
    vertical-align:middle;
    background-color:#f9e1e1;
    border:none;
}

table.yui thead .tableHeader
{
    font-size:larger;
    font-weight:bold;
}

table.yui thead .filter
{
    text-align:right;
}

table.yui tfoot
{
    background-color:#f9e1e1;
    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 	
{
    font-size:10pt;
	width: 30px;
	border: 0px;	
	background-color: #f9e1e1;
	text-align:center;
    vertical-align:top;
}
