table.table-projects 
{
    font-size:small;
}

table.table-projects td {	
	padding: 5px;
}

table.table-projects tr.new-project td {	
	padding: 5px;
	background-color:#ebebeb;
}

table.table-projects .even {
	background-color: #fff;
}
table.table-projects .odd {
	background-color: #f2f2f2;
}
table.table-projects th
{
    background: url('/images/table-sprite.png') repeat-x 0px 0px;    		
	border: 1px solid #7f7f7f;
    padding: 5px;
	height: auto;
	cursor:pointer;
}

table.table-projects th a
{
	text-decoration: none;
	text-align: center;    	
    padding-right: 20px;
    white-space:nowrap;
    background: url('/images/table-bg.gif') no-repeat right 50%;
    color:#00005e;
    /*font-family:'AllerLightRegular';*/
}

table.table-projects thead .headerSortUp , table.table-projects thead .headerSortDown 
{
    background: url('/images/table-sprite.png') repeat-x 0px -100px;
}

table.table-projects .headerSortUp a 
{	
    background: url('/images/table-asc.gif') no-repeat right 50%;
}
table.table-projects .headerSortDown a 
{    
    background: url('/images/table-desc.gif') no-repeat right 50%;
}

table.table-projects tfoot td
{    
    border-top: 1px solid #7f7f7f;
    text-align: center;
}

table.table-projects thead td #filterBoxProjects {
	border: 1px solid #7f7f7f;
	background: none;
}

table.table-projects thead td
{
    vertical-align:middle;
    border:none;
}

table.table-projects thead .tableHeader
{
    font-size:larger;
    font-weight:bold;
}

table.table-projects thead .filter
{
    text-align:right;
}

table.table-projects tfoot
{
    text-align:center;      
}

table.table-projects .tablesorterPager {
	padding: 10px 0 10px 0;		
}
table.table-projects .tablesorterPager span {
	padding: 0 5px 0 5px;
}
table.table-projects .tablesorterPager input.prev {
	width: auto;
	margin-right: 10px;
}
table.table-projects .tablesorterPager input.next {
	width: auto;
	margin-left: 10px;
}
table.table-projects .pagedisplay 	
{
    font-size:10pt;
	width: 30px;
	border: 0px;	
	text-align:center;
    vertical-align:top;
}

