#test1
        {
        width: 698px;
        padding: 0;
        margin: 0;
        /*border-left: 1px solid #505050; */
        /*border-collapse:collapse;*/
        }
#test1 .cs1
        {
        width:30em;
        }
#test1 .cs2
        {
        width:20em;
        }
#test1 .cs1 td,
#test1 .cs2 td,
#scientificNotation
        {
        text-align:right;
        }
#test1 caption
        {
        padding: 0 0 5px 0;
        margin:0 auto;
        width:auto;
        font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-align: right;
        }
th
        {
        font: bold 10px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #ffffff;
        border-right: 0px solid #C1DAD7;
        border-bottom: 0px solid #C1DAD7;
        border-top: 0px solid #C1DAD7;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left;
        height: 25px;
        background: #6475A1 url(./sort/bg_header.jpg) no-repeat;
        /*vertical-align:middle; */
        }
#test1 td.total
        {
        border-top: 0;
        border-left: 0;
        border-right: 1px solid #C1DAD7;
        background: none;
        text-align:right;
        font-weight:bold;
        text-transform:uppercase;
        letter-spacing:1px;
        }
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;
        background: #6475A1 url(./sort/bg_header_sortable.jpg) no-repeat;
        padding-left: 18px;
		color:#565656;
        }
th.forwardSort
        {
        background:#6475A1 url(./sort/bg_header_down.jpg) no-repeat 0 0;
        padding-left: 18px;
        }
th.reverseSort
        {
        background:#6475A1 url(./sort/bg_header_up.jpg) no-repeat 0 0;
        padding-left: 18px;
        }
table thead th.forwardSort a,
table thead th.sortable-numeric a,
table thead th.sortable-text a,
table thead th.reverseSort a
        {
        color:#ffffff;
        text-decoration:none;
        }
/*
These styles should be added when very long tables are expected
th.sort-active
        {
        background:#CAE8EA url(./media/bg_header_sorting.jpg) no-repeat 0 0;
        cursor:wait;
        }
th.sort-active a
        {
        color:#a80000 !important;
        cursor:wait;
        }
*/
