#nocost-table
        {
        padding: 0;
        margin: 0 auto 1.5em 0;
        border-left: 1px solid #C1DAD7;
        border-collapse:collapse;
        width:99%;
       
        }
#nocost-table th
        {
        font: bold 1em Arial, Helvetica, sans-serif;
        color: #000;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left;
        padding: 8px 12px 4px 20px;
        background: #CAE8EA url(../images/bg_header_sortable.jpg) no-repeat;
        white-space:nowrap;
        }
#nocost-table th a
        {
            text-decoration: none;
            color:#00467f;
        }
        
#nocost-table th.forwardSort
        {
        background:#CAE8EA url(../images/bg_header_down.jpg) no-repeat 0 0;
        }
#nocost-table th.noSort
        {
        background:#CAE8EA url(../images/bg_header.jpg) no-repeat 0 0;
        }
#nocost-table th.reverseSort
        {
        background:#CAE8EA url(../images/bg_header_up.jpg) no-repeat 0 0;
        }
#nocost-table td.currency{
    text-align: right;
    padding:0;
    padding-right: 1em;    
    
}
#nocost-table td.grandtotal{
   font-weight:bold;
   padding:.3em;
   font-size:1.2em;
   background:#ffc;
   white-space: nowrap;
   
}
#no-records-found{
   margin:2em;
   font-weight: bold;
   text-align:center;
   font-size:1.2em;
   color:red;
}
#no-records-found span{
   background: transparent url(http://www.fcgov.com/common/images/icons/error.png) no-repeat center left;
   padding: 6px;
   padding-left:20px;  
   
}
#nocost-table td a
        {
        color:#239;
        background:transparent;
        text-decoration: none;
        border-bottom:1px solid #239;
        }
span.ccard{
   padding:0 20px 0 0;
   background: transparent url(http://www.fcgov.com/common/images/icons/creditcards.png) no-repeat center right;
}
#nocost-table td a:hover
        {
        color:#a84444;
        border-bottom:1px dotted #a80000;
        background:transparent;
        }
#nocost-table td
        {
        font: normal 1em Arial, Helvetica, sans-serif;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        padding: 6px 12px 6px 12px;
        color: #4f6b72;
        text-transform: uppercase;
        }
#nocost-table td.lft
        {
        text-align:left;
        }
#nocost-table tr.alt
        {
        background: #F5FAFA;
        color: #797268;
        }

#nocost-table tr.hilite
        {
        background: #ffc;
        color: #000;
        font-weight:bold;
        }
#nocost-table tr.hilite td
        {
        font-weight:bold;
        }

/* Poor old Internet Explorer 6 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 (which means a 1000 row table
   will produce 1000 http requests for the image in question) */
#nocost-table tr[class="alt"] td
        {
        background: #F5FAFA url(../images/td_alt.jpg) no-repeat;
        }
#nocost-table td[class~="alt"]
        {
        background: #edf3f3 url(../images/col_alt.jpg) no-repeat !important;
        }
/* Image free rules for Internet Explorer < 7 */
* html tr.alt td
        {
        background-color:#F5FAFA;
        }
* html tr td.alt,
* html tr.alt td.alt
        {
        background-color:#edf3f3;
        }
* html tr.hilite td
        {
        background-color:#ffc;
        }
* html tr.hilite td.alt,
* html tr.hilite td.alt
        {
        background-color:#edf3f3;
        }
#nocost-table #page-links{
    text-align:center;
    font-size:1.1em;
    font-weight:bold;
    padding:.5em;
    text-transform: none;
}
#nocost-table td.first,td.date{
    white-space: nowrap;
}

#nocost-table #current-page{
    color:#999;
    
}
#nocost-table #page-links a {
    padding:.3em;
    margin:.2em;
    border:1px solid #fff;

}
#nocost-table #page-links a:hover{
    border:1px dotted #000;
    background:#ffc;
    text-decoration:underline;
    color:blue;
}
#nocost-breadcrumb{
   text-align:center;
   font-size:1.2em;  
   
}
#about-table-data{
   margin:.5em auto;
   width:700px;
   border:1px solid #ccc;
   background: #ffc;
   padding:10px;
}
#about-table-data p{
   margin:0;
   padding:0 0 0 20px;
   line-height: 1.4em;
   background: transparent url(http://www.fcgov.com/common/images/icons/info_16.gif) no-repeat 0 2px;
   font-weight: bold;
}
.ccard{
   padding:0 0 0 20px;
   background: transparent url(http://www.fcgov.com/common/images/icons/creditcards.png) no-repeat center left;
}
.ccard a{
    background: 0;
    
}

