body.sort-active 
        {
        cursor:wait;
        }
.channels code
        {
        font-family:Verdana, Arial, Sans-Serif;
        font-size:10px;
        }
.channels table
        {
        width: 630px;
        padding: 0;
        margin: 0 auto 1.5em auto;
        border-left: 1px solid #C1DAD7;
        border-collapse:collapse;
        }
.channels .cs1
        {
        width:30em;
        }
.channels .cs2
        {
        width:20em;
        }
.channels .cs1 td,
.channels .cs2 td,
#scientificNotation
        {
        text-align:right;
        }
.channels caption
        {
        padding: 0 0 5px 0;
        margin:0 auto;
        width:auto;
        font: 10px Verdana, Arial, Helvetica, sans-serif;
        text-align: right;
        }

.channels th
        {
        font: bold 10px  Verdana, Arial, Helvetica, sans-serif;
        color: #4f6b72;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        text-transform: uppercase;
        text-align: left;
        padding: 4px 4px 4px 4px;
        background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
        vertical-align:middle;
        }
.channels 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;
        }

.channels td img
        {
        margin:0 auto;
        border:3px solid #ddd;
        }
.channels td
        {
        font: normal 10px  Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        padding: 4px 4px 4px 4px;
        color: #4f6b72;
        }
.channels td.lft
        {
        text-align:left;
        }
.channels tr.alt
        {
        background: #F5FAFA;
        color: #797268;
        }
/* Poor old Internet Explorer has a bug that means we can't use background images for the table rows
   as it trys to download the image each and every time that it is used... */
.channels tr[class="alt"] td
        {
        background: #F5FAFA url(../images/td_alt.jpg) no-repeat;
        }
.channels td[class~="alt"]
        {
        background: #fff url(../images/col_alt.jpg) no-repeat !important;
        }
/* Poor old Internet Explorer won't see the next two rules either */
.channels tbody tr.alt td:first-child
        {
        background: #F5FAFA  no-repeat;
        }
.channels tbody tr td:first-child
        {
        background: #fff no-repeat;
        }
