/*------------------------------
 styling for the test list tables 
   ------------------------------ */
/*Gradient Style*/
#gradient-style a:link {
color:#333;
text-decoration: underline; 
background: transparent;

}
#gradient-style
{
font-family: "Verdana", "Helvetica", Sans-Serif;
font-size: 12px;
font-weight: normal;
margin-left:1px; 
margin-top: 0px;
margin-bottom:5px;
width: 1000px;
text-align: center;
border-collapse: collapse;
}
#gradient-style th
{
font-size: 12px;
font-weight: bold;
padding: 5px;
background: url('images/headerbg.gif') repeat-x;
border-top: 2px solid #ffffff;
color: #333;
text-align: center;
}
/*Row Hover*/
#gradient-style tr.alt1:hover td, #gradient-style tr.alt2:hover td
{
    color: #333;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
}
/*Alternate colors in table rows*/
#gradient-style tr.alt1 td {
background-color: #F2F0F0;
color: #333;
}
tr.alt2 td {
background-color: #E4E7E6; color: #333;
}
#gradient-style td 
{
padding: 3px;
border-bottom: 1px solid #fff;
color: #333;
border-top: 1px solid #fff;
border-right: 1px solid #fff; 

/*Table Footer for Navigation    */
#gradient-style tfoot tr td a
{
background: transparent;
font-size: 12px;
padding-right:30px;
color: #333;
text-align:center;
}
