/*

Color scheme: GOLD
-gold: #e6b800
-dark grey: #666
-light grey: #f2f2f2
-table light grey: #ddd
-table light blue: #e3e4fa

Color scheme: NATIONAL
-navy blue: #000a33
-dark red: #900
-light grey: #f2f2f2
-table light grey: #ddd
-table light blue: #e3e4fa

*/



#profileStats thead,
thead a,
tfoot
{
	color: #fff;
}

#profileName a
{
    font-weight: bold;
	color: #000;
}

#total,
#avg
{
    color: #900;
    font-weight: bold;
 	border-bottom: 1px solid #000;
 	border-top: 3px double #000a33;
}

tr.odd
{
	background-color: #e3e4fa;
}

td.sorted
{
    font-weight: bold;
}

#profileStats a:hover,
#profileStats a:active,
#profileStats a:focus
{
	color: #fff;
}

tbody tr:hover,
tbody tr.odd:hover,
tbody tr:active,
tbody tr.odd:active,
tbody tr:focus,
tbody tr.odd:focus
{
	color: #fff;
	background-color: #900;
}

#profileInfo
{
	text-align: center;
	font-size: 1em;
    font-weight: bold;
	color: #000a33;
	margin: 1em 0 1em;
}

#profileStats
{
	font-size: 0.8em;
}

#browseStats
{
	text-align: right;
	text-decoration: none;
}

/* To hide all top lists, add the following line */
.fdtablePaginatorWrapTop { display:none; }
/* To hide all bottom lists, add the following line */
/*.fdtablePaginatorWrapBottom { display:none; } */

#bodyContent ul.fdtablePaginater
{
		display:table;
        list-style:none;
        padding:0;
        margin:0 auto;
        text-align:center;
        height:2em;
		width: auto;
        margin-bottom:1em;
}

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:#900 !important;
        color:#900;
}

ul.fdtablePaginater li a:active
{
        border-color:#222 !important;
        color:#787878;
}

ul.fdtablePaginater li a, ul.fdtablePaginater li div
{
        display:block;
        width:2em;
        font-size:0.8em;
        color:#666;
        padding:0;
        margin:0;
        text-decoration:none;
        outline:none;
        border:1px solid #000a33;
}

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:1.8em;
        border:1px solid #fff;
        background:#fff url(../img/gradient.gif) repeat-x 0 -20px;
}

ul.fdtablePaginater li a
{
        cursor:pointer;
        color: #000a33;
}

#bodyContent ul.fdtablePaginater li a:hover,
#bodyContent ul.fdtablePaginater li a:focus
{
		font-weight:bold !important;
		color: #900;
		border-color:#900;
        background:#fff;
}

.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;
}

<!--[if IE]>
<style type="text/css">
ul.fdtablePaginater {display:inline-block;}
ul.fdtablePaginater {display:inline;}
ul.fdtablePaginater li {float:left;}
ul.fdtablePaginater {text-align:center;}
table { border-bottom:1px solid #C1DAD7; }
</style>
<![endif]--> 
