/* Sortable tables */
table.sortable thead {
    color:#0000F8;
    font-weight: bold;
    cursor: default;
}

tr.mainDNNotes, table.mainDNNotes {
	background-color:#FFFF99;
}


tr.altDNNotes {
	background-color:#FFFFCC;
}

td.altcolDNNotes {
	background-color:#CCCC99;
}

body.sort-active {
	cursor:wait;
}

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

        {
        cursor:pointer;
        background: #CAE8EA url(/images/bg_header_sortable.jpg) no-repeat;
        padding: 8px 12px 4px 16px;
		text-decoration:none;
        }
th.subHead a
	{
        text-decoration:none;
        color: #4f6b72;
	}
	
th.subHead a:visited
	{
        text-decoration:none;
        color: #4f6b72;
	}

th.subHead, td.subHead {
	background: #DEDFEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 1.5;
	vertical-align: middle;
	color: #000000;
}
	
th.forwardSort
        {
        background:#CAE8EA url(/images/bg_header_down.jpg) no-repeat 0 0;
        }
th.reverseSort
        {
        background:#CAE8EA url(/images/bg_header_up.jpg) no-repeat 0 0;
        }
		
th.forwardSort a,
th.reverseSort a
        {
        color:#000;
        outline:0 none;
		text-decoration:none;
        }
/*
These styles should be added when very long tables are expected */
th.sort-active
        {
        background:#CAE8EA url(/images/bg_header_sorting.jpg) no-repeat 0 0;
        cursor:wait;
        }
th.sort-active a
        {
        color:#a80000 !important;
        cursor:wait;
        }


/*end of table sort display*/
		
tbody.scrollAlt {
overflow: hidden;
overflow: auto !important;
width:100%;
height:500px !important;
height:1px;
position:relative;
}


.noScroll {
	position:relative;
    top:expression(this.offsetParent.scrollTop); 
    background-color:white;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

/* 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:#666;
        list-style:none;
        
        -moz-user-select:none;
        -khtml-user-select:none;
        }
ul.fdtablePaginater li a.currentPage
        {
        border-color:#a84444 !important;
        color:#000;
        }
ul.fdtablePaginater li a:active
        {
        border-color:#222 !important;
        color:#222;
        }
ul.fdtablePaginater li a,
ul.fdtablePaginater li div
        {
        display:block;
        width:2em;
        font-size:1em;
        color:#666;
        padding:0;
        margin:0;
        text-decoration:none;
        outline:none;
        border:1px solid #ccc;
        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 #fff;
        background:#fff url(/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;
        }
/* end of pagination

