﻿td.DesktopHeadLeft {
    width: 6px;
    background-image: url(../images/DesktopModule_conner_left.gif);
}

td.DesktopHeadRight {
    width: 6px;
    background-image: url(../images/DesktopModule_conner_right.gif);
}

table tr.DesktopHead {
    background-image: url(../images/DesktopModule_Bg.gif);
    background-repeat: repeat-x;
}

table tr td.DesktopHead {
    color: #0066cc;
    background-image: url(../images/DesktopModule_Bg.gif);
    background-repeat: repeat-x;
    vertical-align: middle;
}

td.DesktopHead a {
    color: #0066cc;
    text-decoration: none;
}

    td.DesktopHead a:hover {
        color: #0066cc;
    }

    td.DesktopHead a:visited {
        color: #0066cc;
    }

a.DesktopModuleTitle {
    color: #0066cc;
    text-decoration: none;
}

    a.DesktopModuleTitle:hover {
        color: #0066cc;
    }

    a.DesktopModuleTitle:visited {
        color: #0066cc;
    }

.DesktopModuleContentTable {
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #aec8d7;
    background: #ffffff;
    margin-bottom: 10px;
}

.ScrollDesktopModuleContentTable {
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #aec8d7;
    background: #ffffff;
    margin-bottom: 10px;
    max-height: 265px;
    overflow: auto;
}
