﻿ol
{
    margin-left:20px;
}

ul#downloadsList li a img
{
 border:none;
 margin-bottom:-5px;
 margin-left:5px;
}

ul#downloadsList li a
{
    border: none;
}

table, caption, tbody, tfoot, thead, tr, th, td 
{
 border: 0;
 outline: 0;
 vertical-align: baseline;
 background: transparent;
}

table
{
    width:100%;
    border: 0;
    border-collapse:collapse;
    border-spacing:0px;
    margin:0;
    padding:0;  
}

tr td
{
    line-height:18px;
}

tr.first td
{
    font-weight:bold;
    line-height:15px; 
}

tr.first img
{
    position:relative;
    top:10px;
}

td.type
{
    padding-right: 8px;
}

td.Merlin
{
   background: url(/Content/images/Merlin.png) no-repeat scroll 0 20px ;

}

td.FeeScale
{
    background: url(/Content/images/FeeScale.png) no-repeat scroll 0 20px;
    width:31px;
}

tr.latestMerlin , tr.latestFeescale
{
    background-color: #fbe0ff;
}

tr.description td
{
    padding-bottom:5px;
}

div#downloads
{
    padding: 20px 0 0 0;
}

img
{
    border: none;
}

ul
{
    margin-top:5px;
}

ul li
{
    margin-left:13px;
    list-style-type:inherit;
}

/*---------------headers-------------*/

h1
{
    font-size:1.2em;
}

h2
{
    font-size:1.1em;
}

h2.link a
{
    text-decoration:underline;
}

