/* LIST TABLE */

#data-list{
padding:0;
margin:0;
}

table
        {
        width: 950px;
        padding: 0;
        margin: 0 auto 0 auto;
        border-left: 1px solid #CCC;
        border-collapse:collapse;
        }


th
        {
		font-size:10px;
        color: #FFF;
        border-right: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        border-top: 1px solid #CCC;
        text-transform: uppercase;
        padding: 0;
		margin:0;
        background: #0069be url(../img/bg_header.jpg) no-repeat;
        vertical-align:middle;
		height:35px;
		padding-top:2px;
        }

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: #0069be url(../img/bg_header_sortable.jpg) no-repeat;
        padding:0;
		margin:0;
		vertical-align:middle;
		height:35px;
		padding-top:2px;
        }
th.forwardSort
        {
        background:#0069be url(../img/bg_header_down.jpg) no-repeat 0 0;
        }
th.reverseSort
        {
        background:#0069be url(../img/bg_header_up.jpg) no-repeat 0 0;
        }
table thead th.forwardSort a,
table thead th.reverseSort a
        {
        color:#FFF;
        text-decoration:none;
        }

th a
        {
        color: #FFF;
        background:transparent;
        }
td a
        {
        background:transparent;
        }
td img
        {
        margin:0;
		padding:0;
		border:0;
        }
td a:hover
        {
        background:transparent;
        }
td
        {
		font-size:12px;
        border-right: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        padding: 2px;
		text-align:center;
        }
td.lft
        {
        text-align:left;
        }
tr.alt
        {
        background: #f2f2f2;
        color: #797268;
        }

tr[class="alt"] td
        {
        background: #f2f2f2 url(td_alt.jpg) no-repeat;
        }
td[class~="alt"]
        {
        background: #fFcccc !important;
        }
/* Poor old Internet Explorer won't see the next two rules either as it doesn't get :first-child */
tbody tr.alt td:first-child
        {
        background: #f2f2f2;
        font-weight:bold;
        }
tbody tr td:first-child
        {
        background: #fff;
        font-weight:bold;
        }
/* Image free rules for Internet Explorer < 7 */
* html tr.alt td
        {
        background-color:#FFF;
        }
* html tr td.alt,
* html tr.alt td.alt
        {
        background-color:#FFF;
        }


