﻿/*this is a class to style the design table*/
.LinksDesignTable
{
    width:100%;
}
.LinksDesignTable table
{
    width:168px;
    height:19px;
}
.LinksDesignTable td
{
    background:url(img/list_bg.gif) repeat-x;
    height:19px;
    border-collapse:collapse;
    border-top:solid 1px #C7CFD7;
    padding:0px;
    padding-left:12px;
    padding-right:12px;
    font-family:Arial Tahoma;
    font-size:11px;
    font-weight:600;
    color:#006699;
}
.LinksDesignTableH td
{
    background:#D8E8C1;/*#C3D0D4*/
}
.LinksDesignTable a:link, .LinksDesignTable a:visited, .LinksDesignTable a:active, .LinksDesignTable a:hover
{
    font:bold 11px Arial;
    color:#006699;
    text-decoration:none;
}