﻿th{
		font: bold 10px/10px "Microsoft Sans Serif" */;
		font-size: 10pt;
		color="#003366";
        /* border-left: 1px solid #C1DAD7;
        border-right: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7; */
 		border-bottom: 1px solid;
        text-align: left;
        padding: 6px 0px 3px 16px;
        /* background: #CAE8EA no-repeat; */
        /* vertical-align:middle; */
}
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.forwardSort{
        /* background:#CAE8EA*/ url(images/tablesort_down.jpg) no-repeat 0 0;
}
th.reverseSort{
        /*background:#CAE8EA*/ url(images/tablesort_up.jpg) no-repeat 0 0;
}
table thead th.forwardSort a,
table thead th.reverseSort a{
        color="#003366";
        text-decoration:none;
}