div.exportlinks {
    margin: -5px 0 10px 5px;
    padding: 2px 4px 2px 0;
    width: 100%;
}

div.exportlinks span {
    background-repeat: no-repeat;
}

span.export {
    cursor: pointer;
    display: block;
    padding: 0 4px 1px 0;
}

span.pagebanner {
    display: block;
    margin: 10px 0 10px 0;
    padding: 2px 4px 2px 0;
}

span.pagelinks {
    display: block;
    font-size: .95em;
    margin-bottom: 5px;
    margin-top: -32px;
    padding: 2px 0 2px 0;
    text-align: right;
    width: 100%;
    background-color:#fbfafa;
}

th.sorted a, th.sortable a {
    background-position: right;
    display: block;
}

.table th.order1 a {
    background-image: url(../images/arrow_down.png) !important;
}

.table th.order2 a {
    background-image: url(../images/arrow_up.png) !important;
}

.table th.sorted {
    background-color: #ffd;
    color: #000000;
}

.table th.sorted a, .table th.sortable a {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

.table tr.even {
    background: #eee;
    border-top: 1px solid #c0c0c0;
    color: #000000;
}

.table tr.odd {
    background: #fff;
    border-top: 1px solid #c0c0c0;
    color: #000000;
}


#auctionPanel table tr.odd {
    background: #ebf8fd;
    border-top: 1px solid #c0c0c0;
    color: #000000;
}

#auctionPanel table tr.even {
    background: #fbfafa;
    border-top: 1px solid #c0c0c0;
    color: #000000;
}

#auctionPanel table th{
    background-image: url(../images/bgtit.gif); 
    background-repeat: repeat-x;
    height: 28px;
	background-position: left top;
    padding-left: 5px; 
    vertical-align: middle;  
    color: #3366bd;
}
#auctionPanel table td{
    padding-left:5px;
    padding-right:5px;
}

#auctionItemPanel table tr.odd {
    border-top: 1px solid #c0c0c0;
    color: #000000;
}

#auctionItemPanel table tr.even {
    background: #fbfafa;
    border-top: 1px solid #c0c0c0;
    color: #000000;
}

#auctionItemPanel table th{
    background-image: url(../images/bgtit.gif); 
    background-repeat: repeat-x;
    height: 28px;
	background-position: left top;
    padding-left: 5px; 
    vertical-align: middle;  
    color: #3366bd;  
}

#auctionItemPanel table td{
    padding-left:5px;
    padding-right:5px;
}
