﻿/* Pagination list styles */
ul.fdtablePaginater
        {
		display: table;
		float: left;
		clear: both;
		padding-left: 0;
		list-style: none;
		margin-top: 8px;
		padding: 6px;
		border-top: #bbb solid 1px;
		border-bottom: #bbb solid 1px;
        }
ul.fdtablePaginater li
        {
		float: left;
       display: table-cell;
		list-style: none;
        margin-right:5px;
        color:#666;
        
        -moz-user-select:none;
        -khtml-user-select:none;
        }
ul.fdtablePaginater li a.currentPage
        {
        border-color:#3fafdf !important;
        color: #3fafdf;
        }
ul.fdtablePaginater li a:active
        {
        border-color:#222 !important;
        color: #3fafdf;
        }
ul.fdtablePaginater li a,
ul.fdtablePaginater li div
        {
        display:block;
        width:2em;
        font-size:1em;
        color: #039;
        padding:0;
        margin:0;
        text-decoration:none;
        outline:none;
        border:1px solid #ccc;
        }
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 #fff;
        background:#fff url(http://www.jarrettbayyachtsales.com/images/gradient.gif) repeat-x 0 -20px;
        }
ul.fdtablePaginater li a
        {
        cursor:pointer;
        }
ul.fdtablePaginater li a:focus
        {
        color:#333;
        text-decoration:none;
        border-color:#aaa;
        }
.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;
        }
/* Keep the table columns an equal size during pagination */
td.sized1
        {
        width:16em;
        text-align:left;
        }
td.sized2
        {
        width:10em;
        text-align:left;
        }
td.sized3
        {
        width:7em;
        text-align:left;
        }
tfoot td
        {
        text-align:right;
        font-weight:bold;
        text-transform:uppercase;
        letter-spacing:1px;
        }
#visibleTotal
        {
        text-align:center;
        letter-spacing:auto;
        }
* html ul.fdtablePaginater li div span,
* html ul.fdtablePaginater li div span
        {
        background:#eee;
        }
tr.invisibleRow
        {
        display:none;
        }
		
		
/* SORT STYLES */

#pcontent table
        {
        padding: 0;
        margin: 0;
        border-collapse:collapse;
        }
.cs1
        {
        width:30em;
        }
.cs2
        {
        width:20em;
        }
.cs1 td,
.cs2 td,
#scientificNotation
        {
        text-align:right;
        }

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,
th.sortable-sortAlphaNumeric,
th.sortable-sortEnglishDateTime {
    cursor:pointer;
    padding: 8px 12px 8px 16px;
}
.alternate {
	background-color: #eee;
}
th.forwardSort  {
    background:transparent url(http://www.jarrettbayyachtsales.com/images/arrow_down.gif) no-repeat left;
}
th.reverseSort {
    background:transparent url(http://www.jarrettbayyachtsales.com/images/arrow_up.gif) no-repeat left;
}  
table thead th.forwardSort a,
table thead th.reverseSort a {
    color:#000;
    text-decoration:none;
}
/*
These styles should be added when very long tables are expected
th.sort-active
        {
        background:#CAE8EA url(http://www.jarrettbayyachtsales.com/media/bg_header_sorting.jpg) no-repeat 0 0;
        cursor:wait;
        }
th.sort-active a
        {
        color:#a80000 !important;
        cursor:wait;
        }
*/