a img {
	border: 0;
}

a.sortheader {
 text-decoration: none;
}

/* Sorting */
th.table-sortable {
	cursor:pointer;
	background:#726a62 url(/images/nav/sortable.gif) 100% 13px;
	background-repeat: no-repeat;
}
th.table-sorted-asc {
	background:#726a62 url(/images/nav/sorted_up.gif) 100% 13px;
	background-repeat: no-repeat;
}
th.table-sorted-desc {
	background:#726a62 url(/images/nav/sorted_down.gif) 100% 13px;
	background-repeat: no-repeat;
}
th.table-filtered {
	background-image:url(/images/nav/filter.gif);
	background-position:13px right;
	background-repeat:no-repeat;
}


table.partnersTable thead tr th {
 vertical-align:top;
 background-color:#726a62;
 color:#fff;
 font-weight:bold;
 padding: 10px 5px 5px 10px;
}

table.partnersTable {
 table-layout:fixed;
}


th select {
 padding:0;
 border:#d3d3d3 1px solid;
 margin: 5px 0 0 0;
 font-family:arial;
 font-size:9px;
 width:75px;
}

table.partnersTable thead tr td, table.partnersTable tbody tr td { padding: 3px; }

table.partnersTable thead tr th { 
 font-weight: normal;
 text-align: left;
}

table.partnersTable tbody tr td {
 padding-right: 5px;
 padding-left: 10px;
 background: #ececec;
 padding-bottom: 5px;
 padding-top: 5px;
 border-bottom: #fff 1px solid;
}

table.partnersTable tbody tr th {
 padding-left: 10px;
 background: #e2e9e9;
 line-height: 20px;
 font-weight: normal;
 text-align: left;
}

.partnersTable th.certified  span {
 padding-right:15px;
 background: #e2e9e9 url(/images/partners/star.gif) no-repeat 100% 50%;
}

.partner-logos a {
 margin-right:13px;
}

.partner-logos a.last {
 margin-right:0px;
}

.partner-logos {
 text-align:center;
}
