body {
    font-size: 12px;
    padding-bottom: 0px;
    margin: 0px;
    color: #333333;
    padding-top: 0px;
    font-family: "MS Sans Serif", MS sans-serif, Arial, Geneva, Verdana, sans-serif;
    background-color: transparent;
}

form {
    margin-bottom: 1em;
}

table, tr, td, th, span, div {
    font-size: 11px;
    color: #333333;
    font-family: "MS Sans Serif", MS sans-serif, Arial, Geneva, Verdana, sans-serif;
}

b, strong {
    font-weight: bold;
}

a {
    font-size: 11px;
    color: #333333;
    font-family: "MS Sans Serif", MS sans-serif, Arial, Geneva, Verdana, sans-serif;
}

    a:link, a:active {
        font-weight: normal;
        color: #003366;
        text-decoration: none;
    }

    a:visited {
        color: #663366;
        text-decoration: none;
    }

    a:hover {
        color: #333333;
        text-decoration: underline;
    }

    a.textual-link {
        text-decoration: underline;
        cursor: pointer;
    }

        a.textual-link:link {
            color: rgb(5, 99, 193);
        }

        a.textual-link:active {
            color: rgb(238, 0, 0);
        }

        a.textual-link:visited {
            color: rgb(149, 79, 114);
        }

    a.sidebar:active, a.sidebar:visited, a.sidebar:link {
        color: #003366;
        text-decoration: none;
    }

    a.sidebar:hover {
        color: #333333;
        text-decoration: underline;
    }

tr.dark {
    background-color: #d9eafd;
}

tr.light {
    background-color: #ffffff;
}

.highlight {
    background-color: #ffd700;
}

.error {
    font-weight: bold;
    background: none transparent scroll repeat 0% 0%;
    color: red;
}

.tip {
    font-weight: bold;
    background: none transparent scroll repeat 0% 0%;
    color: green;
}

.smalltext {
    font-size: 11px;
    font-family: "MS Sans Serif", MS sans-serif, Arial, sans-serif;
}

.purposetext {
    font-size: 18px;
    background-color: #003366;
    color: #ffffcc;
}

.slb-bgcolor, .slb-bgcolor TD {
    background-color: #003366;
}

.content-header {
    font-size: 11px;
    color: #ffffff;
}

.table-border {
    background-color: #cccccc;
}

.userstamp {
    font-size: 11px;
    color: #ffcc00;
    font-family: arial, geneva, verdana, sans-serif;
}

.sectionhead {
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    font-family: "MS Sans Serif", MS sans-serif, Arial, Geneva, Verdana, sans-serif;
}

.invisibletext {
    background-color: #ffffff;
    color: #ffffff;
}

.treeViewItemButton {
    font-size: 11px;
    color: #333333;
    font-family: "MS Sans Serif", MS sans-serif, Arial, Geneva, Verdana, sans-serif;
}

.treeViewItemLabel {
    font-size: 11px;
    font-family: "MS Sans Serif", MS sans-serif, Arial, Geneva, Verdana, sans-serif;
}

.labelTitle {
    font-size: 11px;
    background-color: #003366;
    color: #ffffff;
    font-family: "MS Sans Serif", MS sans-serif, Arial, Geneva, Verdana, sans-serif;
}

.dgHeaderText {
    background-color: #d0d0d0;
}

a.navbar:active, a.navbar:visited, a.navbar:link {
    font-weight: bold;
    font-size: 12px;
    color: #336699;
    font-family: "MS Sans Serif", MS sans-serif, Arial, Geneva, Verdana, sans-serif;
}

.NavBar {
    font-weight: bold;
    font-size: 12px;
    font-family: "MS Sans Serif", MS sans-serif, Arial, Geneva, Verdana, sans-serif;
}

.entryTableBgColor {
    background-color: #999999;
}

.entryTableSelectedBgColor {
    background-color: #003366;
}

.titleTableBgColor {
    background-color: #d9eafd;
}

select {
    vertical-align: middle;
}

/* Override style for button in iframe */
a.uiButtonBasic, a.uiButtonBasic:link, a.uiButtonBasic:visited, a.uiButtonBasic:active, a.uiButtonBasic:hover {
    text-decoration: none;
    color: #FFFFFF;
}


/* Override style for list in iframe */
ul {
    padding-left: 40px;
    display: block;
    margin: 1em 0;
    list-style-image: url(/images/bullet_disc.png);
    list-style-type: none;
}

    ul ul {
        margin: 0;
        list-style-image: url(/images/bullet_circle.png);
        list-style-type: none;
    }
 
    /* After CSP code changes */
a[id], a[class] {
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
}

.anchorUnderline {
    text-decoration: underline;
    color: rgb(0, 0, 238);
}

.anchorCursor {
    cursor: pointer;
}