th.sortable, th.sortable-text, th.sortable-date, th.sortable-keep, th.sortable-date-dmy, th.sortable-numeric, th.sortable-currency, th.sortable-sortByTwelveHourTimestamp, th.sortable-sortIPAddress, th.sortable-sortEnglishLonghandDateFormat, th.sortable-sortScientificNotation, th.sortable-sortImage, th.sortable-sortFileSize {
background: #CCCCCC url(img/bg_header_sortable.png) no-repeat scroll 3px -5px;
cursor:pointer;
padding-left: 17px;
padding-bottom: 6px;
padding-top: 4px;
padding-right: 5px;
}
th.forwardSort {
background: #CCCCCC url(img/bg_header_down.png) no-repeat scroll 3px -5px;
}
th.reverseSort {
background: #CCCCCC url(img/bg_header_up.png) no-repeat scroll 3px -5px;
}
th a, th.sortable a, th.forwardSort a, th.reverseSort a {
color: #000000;
text-decoration: none;
}
th a:hover, th.sortable a:hover, th.forwardSort a:hover, th.reverseSort a:hover {
color: #000000;
text-decoration: underline;
}
.sortable td {
padding-bottom: 5px;
padding-top: 5px;
}
/*** Pagination list styles ***/
ul.fdtablePaginater {
display:table;
list-style:none;
padding:0;
margin:0 auto;
text-align:center;
height:2em;
width:auto;
margin-bottom:2em;
}
ul.fdtablePaginater li {
display:table-cell;
padding-right:4px;
color:#666666;
list-style:none;
-moz-user-select:none;
-khtml-user-select:none;
}
ul.fdtablePaginater li a.currentPage {
border-color:#222222 !important;
color:#000000;
}
ul.fdtablePaginater li a:active {
border-color:#222222 !important;
color:#222222;
}
ul.fdtablePaginater li a,
ul.fdtablePaginater li div {
display:block;
width:2em;
font-size:1em;
color:#666666;
padding:0;
margin:0;
text-decoration:none;
outline:none;
border:1px solid #cccccc;
font-family:georgia, serif;
}
ul.fdtablePaginater li div {
cursor:normal;
opacity:.5;
filter:alpha(opacity=50);
}
ul.fdtablePaginater li a span,
ul.fdtablePaginater li div span {
display:block;
line-height:2em;
border:1px solid #ffffff;
background: #CCCCCC;
}
ul.fdtablePaginater li a {
cursor:pointer;
}
ul.fdtablePaginater li a:focus {
color: #333333;
text-decoration:none;
border-color:#aaaaaa;
}
.fdtablePaginaterWrap {
text-align:center;
clear:both;
text-decoration:none;
}
ul.fdtablePaginater li .next-page span,
ul.fdtablePaginater li .previous-page span,
ul.fdtablePaginater li .first-page span,
ul.fdtablePaginater li .last-page span {
font-weight:bold !important;
}