﻿table.yui 
{
	font-family:Tahoma, Geneva, sans-serif;  
    border-collapse:collapse;	
    font-size:12PX;
    
    /*border: solid 1px #7f7f7f;
    font-size:small;*/
}

table.yui td {	
	/*padding: 5px;*/
	/*border-right: solid 1px #7f7f7f;*/
	height:30px;
}
table.yui .even {
	background-color: #fff;
}
table.yui .odd {
	background-color: #eeeeee;
}
table.yui th
{
    background: url('../images/sprite.png') repeat-x 0px 0px;    		
	border: 1px solid #7f7f7f;
    padding: 5px;
	height: auto;
	cursor:pointer;
}

table.yui th a
{
	text-decoration: none;
	text-align: center;    	
    padding-right: 20px;
    font-weight:bold;
    white-space:nowrap;
    background: url('../images/bg.gif') no-repeat right 50%;
}

table.yui thead .headerSortUp , table.yui thead .headerSortDown 
{
    background: url('../images/sprite.png') repeat-x 0px -100px;
}

table.yui .headerSortUp a 
{	
    background: url('../images/asc.gif') no-repeat right 50%;
}
table.yui .headerSortDown a 
{    
    background: url('../images/desc.gif') no-repeat right 50%;
}

table.yui tfoot td
{    
    /*border-top: 1px solid #7f7f7f;*/
    background-color:#444444;
    text-align:left;
}

table.yui thead td
{
    vertical-align:middle;
    /*background-color:#E1ECF9;*/
    border:none;
}

table.yui thead .tableHeader
{
    font-size:larger;
    font-weight:bold;
}

table.yui thead .filter
{
    text-align:right;
    color:White;
}

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 	
{
    font-size:10pt;
	width: 30px;
	height: 20px;
	border: 0px;	
	background-color: #222222;
	color:White;
	text-align:center;
    /*vertical-align:top;*/
    background: url("../images/pos.png");
    margin:0;
}
.pagesize
{
	font-size:12px;
}

.first
{
	vertical-align:bottom;
	font-size:12px;
}

.prev
{
	vertical-align:bottom;
	font-size:12px;
}

.next
{
	vertical-align:bottom;
	font-size:12px;
}

.last
{
	vertical-align:bottom;
	font-size:12px;
}
#filter-clear-button
{
	vertical-align:none;
}