﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #C5D7F0;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    /*color: #696969;*/
    color: #333333;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    /*color: #666666;*/
    color: #111111;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
    font-weight: 400;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 1240px;
    background-color: #ffffff;
    margin: 20px auto 0 auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
}

    .header h1 {
        font-weight: 700;
        margin: 0;
        padding: 0 0 0 20px;
        width: 800px;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

    .header img {
        float: right;
        width: 200px;
        padding-top: 10px;
    }

.main {
    padding: 0 12px;
    margin: 12px 8px 8px 8px;
    min-height: 520px;
}

.leftCol {
    padding: 6px 0;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0 0 0;
    margin: 0 auto;
    text-align: center;
    line-height: normal;
}



/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.Shownone {
    display: none;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 8pt;
    display: block;
    text-align: right;
    padding: 10px;
    color: Black;
}

    .loginDisplay a:link {
    }

    .loginDisplay a:visited {
    }

    .loginDisplay a:hover {
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.titlebar {
    background-color: #465C71;
    color: white;
    padding-left: 5px;
    padding-bottom: 3px;
}

.ErrorMessage {
    color: Red;
}

.Message {
    background-color: Yellow;
}

.treeview {
    color: Black;
}

    .treeview a {
        color: black;
        text-decoration: none;
    }

        .treeview a:hover {
            color: #1d60ff;
            text-decoration: none;
        }

.label {
    display: block;
    float: left;
    vertical-align: baseline;
    padding-top: 3px;
    margin-left: 0;
    min-width: 150px;
}

.input {
    font-family: Arial;
    width: 90%;
}

.AlwaysVisible {
    background: white;
}

.ScrollTree {
    overflow: auto;
    height: 400px;
    width: 100%;
}

.boxed {
    border: 1px solid;
    padding: 0 0 5px 10px;
}

.heading {
    border: 1px solid silver;
    margin: 2px 0 5px 0;
    padding: 3px 3px 3px 3px;
}

.text {
    font-size: 8pt;
    font-family: Arial;
}


.rgGroupHeader {
    color: Black;
    min-height: 22px;
    line-height: 22px;
    font-weight: bold;
}

    .rgGroupHeader td {
        border-top: Black solid 1px;
        border-bottom: Black solid 1px;
        border-left: 0 none;
        border-right: 0 none;
        padding: 0 0 0 5px !important;
        margin: 0 0 0 0 !important;
        min-height: 22px;
        line-height: 22px;
    }

.rgGroupCol {
    width: 16px;
    border: 0 none;
}

.rgCollapse {
    background-attachment: scroll;
    background-repeat: repeat;
    background-image: url('data:image/gif;base64,R0lGODlhEwAUAOYAAHt7e8TExPX19ezs7OLi4v39/b+/v9ra2oqKipubm8DAwI6OjuPj4+/v7/T09Lu7u7W1tcXFxdTU1NLS0ubm5uvr676+vv7+/pGRkcfHx8jIyMvLy6+vr9HR0cbGxsnJyZaWlszMzMLCwri4uMrKyouLi6Ghod3d3aioqNnZ2bm5ufz8/PPz82ZmZv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAC8ALAAAAAATABQAAAeFgC+Cg4SFhoeIiYqLjI2HJB8aGR4BIgoWIxCIHy6dnhcCDRyIGp6dBQIDFCiIGaYFDgMMJyaIHp4rLBUEBxIJiAGdLcPDEyEgiCIusLspHRsRGIgKoAO8HSQBBguIFqkMBxMb2g8liCMNFCcSIREGDyoIiBAcKCYJIBgLJQjyjv8AAwoMBAA7') /*../Images/Minus.gif*/;
    cursor: pointer;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-size: 0;
    border: 0 none;
}

.rgExpand {
    background-attachment: scroll;
    background-repeat: repeat;
    background-image: url('data:image/gif;base64,R0lGODlhEwAUAOYAAHt7e/X19cTExOzs7L+/v4qKisjIyMrKytHR0dLS0uvr68fHx46OjsXFxcDAwOPj45aWlouLi6Ghod3d3czMzL6+vv7+/tTU1OLi4v39/cnJycbGxvT09Obm5qioqJGRka+vr+/v77i4uMLCwtra2pubm7W1tbu7u8vLy7m5udnZ2fz8/GZmZv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAC4ALAAAAAATABQAAAeIgC6Cg4SFhoeIiYqLjI2HBxoGCxsCIw4VIiaIGi2dnhYBISCIBp6dGQEDHR6IC6YsHAMPExKIG54rLAoYJBcliAKdLMPDCRQQiCMtGRwKLCoIKA0fiA6gAxgsCAcCBAyIFakPJAko3ScRiCIhHRMXFA0EJykFiCYgHhIlEB8MEQX1HAkcSLBgIAA7') /*../Images/Plus.gif*/;
    cursor: pointer;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-size: 0;
    border: 0 none;
}


/* Reorder List */

fieldset {
    margin: 15px 0;
    padding: 5px;
    border: 1px solid #d9d9d9;
    clear: both;
    width: 500px;
}

legend {
    font-weight: bold;
    font-size: 120%;
    color: #666;
    padding: 0 3px;
    margin-bottom: 5px;
}

.watermarkTextBox {
    width: 200px;
    background-color: Aqua;
}

/*Reorder List*/
.dragHandle {
    width: 10px;
    height: 15px;
    background-color: Blue;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAA8CAMAAABRqGpkAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABFUExURRZeqYKz6H+x53yw54Gz6EaR3RljtB5sxhxowHKq5T2K2yt+1SJ30VGW4Bdgrmum5BplumOh41qc4SBxzHiu5zOE2YK06BQFGDwAAABGSURBVHja7MjJAYAgEMDAIN4XKmj/pdpASth5Dkmg+Ql6QSfIgiZYBEVwCx7BIRgEq+AVbIJdUAWTYBZcglFwCkII8AswAFAXE9ng73ScAAAAAElFTkSuQmCC');
    cursor: move;
    border: outset thin white;
    margin-right: 3px;
}

.callbackStyle {
    border: thin blue inset;
}

    .callbackStyle table {
        background-color: #5377A9;
        color: Black;
    }

.reorderListDiv {
    width: 100%;
    margin-left: 5px;
}

    .reorderListDiv ul {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .reorderListDiv li {
        list-style: none;
        vertical-align: middle;
        margin: 2px;
        margin-left: 10px;
        font-weight: normal;
        border-top: 1px solid silver;
        border-bottom: 1px solid silver;
    }

        .reorderListDiv li a {
            font-weight: normal;
        }

.reorderCue {
    border: dashed thin black;
    width: 100%;
    height: 25px;
}

.itemArea {
    margin-left: 5px;
    font-family: Arial, Verdana, sans-serif;
    text-align: left;
    padding: 0;
}

.ParentCourseDiv {
    border-bottom: 1px solid #5377A9;
    font-weight: bold;
    vertical-align: middle;
    padding: 3px 3px 3px 0;
}

    .ParentCourseDiv .CourseMenu {
        float: right;
        margin-top: -3px;
    }

.CourseMenu img {
}

.ParentCourseDiv a {
    font-weight: normal;
    text-decoration: none;
}

.LeftBorder {
    border-left: 1px solid;
    padding-left: 10px;
}

.ajax__htmleditor_toolbar_button {
    float: left;
}

.ajaxloader {
    position: absolute;
    left: 320px;
    top: 120px;
}

.outerContainer {
    text-align: center;
}

.innerContainer {
    display: flexbox;
    text-align: center;
}




/*Table For arranging controls*/

table.controlTable {
    /*border: 1px solid black;*/
    border-collapse: collapse;
    padding: 5px;
}

tr.controlTable {
    /*border: 1px solid black;*/
    /*color: #111111;*/
    border-collapse: collapse;
    padding: 5px;
}

th.controlTable {
    /*border: 1px solid black;*/
    border-collapse: collapse;
    font-weight: bold;
    text-align: left;
    padding: 5px;
}

td.controlTable {
    /*border: 1px solid black;*/
    border-collapse: collapse;
    padding: 5px;
}


/*Table for Displaying results*/

table.display {
    border: none;
    border-collapse: collapse;
    width: 700px;
    margin: 0 auto;
}

tr.display {
    border: none;
    border-collapse: collapse;
}

th.display {
    border: none;
    border-collapse: collapse;
    color: #111111;
    text-align: left;
    padding: 3px;
}

td.display {
    border: none;
    color: #111111;
    /*text-align: center;*/
    text-align: left;
    border-collapse: collapse;
    padding: 3px;
}

.instructionList {
    /*
    border: 1px solid #000;
    border-radius: 10px;
    */
    padding: 15px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 85%;
    font-size: 11pt;
}