﻿/*this is a class to style the design table*/
table.LinksDesignTable, table.LinksDesignTable tr
{
    width:173px;
}
table.LinksDesignTable td{
    border-bottom:1px #d9d9d9 solid;
    width:100%;
    padding:6px 0 6px 10px;
}
table.LinksDesignTable a
{
    font:8pt Tahoma;
    color:#000 !important;
}
table.LinksDesignTable a:hover
{
    color:#5e5e5e !important;
}
