.main
{
    margin: 4px 4px 4px 4px;
}

.top
{
    background-image: url(top.gif);
    background-position: center top;
    background-repeat: repeat-x;
}

.topleft
{
    background-image: url(top-left.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

.topright
{
    background-image: url(top-right.gif);
    background-position: right top;
    background-repeat: no-repeat;
}

.icon
{
    padding: 0px 3px 0px 3px;
    width: 10px;
}

html>body .icon
{
    padding: 5px 3px 0px 3px;
    width: 10px;
}

.moduleicon
{
    padding-top: 2px;
}

.action
{
    padding-top: 2px;
    width: 10px;
}

.footer
{
    background-color: White;
    padding: 4px 4px 4px 4px;
}

.content 
{
    padding: 4px 4px 4px 4px;
    background-color: White;
}

hr
{
    border: 0;
    color: #6699cc;
    background-color: #6699cc;
    width: 95%;
    height: 1px;
    margin: 4px 0px 4px 0px;
}

.title
{
    color: Navy;
    font-weight: bold;
    font-size: 10pt;    
    font-family: Verdana, Arial, Tahoma, Monospace;
    text-align: left;
}

td.title
{
    padding-bottom: 2px;
    padding-top: 2px;
}

