﻿body, ul, fieldset, textarea {
    margin: 0;
    padding: 0;
}

body {
    background-color: #5c87b2;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    font-size: 13px;
    color: #262626;
}

.ico-edit, .ico-del {
    display: block;
    overflow: hidden;
    height: 18px;
    width: 18px;
}

.ico-edit {
    background-position: -4px 0;
}

.ico-del {
    background-position: -28px 0;
}

.efield {
    padding: 5px 0;
}

.elabel {
    text-align: right;
    width: 150px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-top: 1px;
    padding-right: 3px;
}

.elabel2 {
    text-align: right;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-top: 1px;
    padding-right: 3px;
}

.einput {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.esubmit {
    margin-left: 155px;
}

.mmenu ul {
    font-size: 120%;
}

.mmenu li {
    margin: 5px 0;
}



/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI","Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.5em;
    color: #333;
}

h1 {
    color: white;
    font-size: 2em;
    padding-bottom: 0;
    margin-top: 12px;
    margin-bottom: 5px;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.5em;
    padding-left: 0em;
    border-bottom: 1px solid gainsboro;
    font-weight: normal;
}

h4 {
    font-size: 15px;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}

#share {
    background-color: white;
    border-radius: 0 0 2px 2px;
    float: right;
    padding: 2px;
}

    #share td {
        vertical-align: middle;
    }



#title {
    margin-left: 47px;
}

#main {
    min-width: 800px;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 2px; /*box-shadow:0 0 25px 0px gainsboro;*/
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

.section {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    background-color: #fafafa;
}

    .section select {
        width: 80px;
    }

fieldset {
    border: 1px solid #ddd;
    padding: 3px 5px;
    margin: 3px 0 3px 3px;
    border-radius: 2px;
}

legend {
    font-size: 13px;
    color: #555;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    border: #E0E0E0 1px solid;
}

input[type="text"] {
    border: 1px solid #CCC;
    height: 20px;
    margin: 2px 0;
    padding: 0 3px;
    border-radius: 1px;
}

.section label select, .section label input {
    margin: 0;
    vertical-align: middle;
}

.section label {
    padding: 3px;
    border-radius: 2px;
    border: 1px solid gainsboro;
    margin: 2px 0px;
    display: inline-block;
    zoom: 1;
    *display: inline-block;
    height: 21px;
    background-color: whitesmoke;
}

.section input[type=submit] {
    padding: 2px 13px;
}

input.mini {
    width: 30px;
    height: 16px;
    padding: 0 2px;
}
/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

#menucontainer {
    margin-top: 20px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    background-color: #ffeeee;
}
/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label {
    margin: 1em 0 0 0;
}

.display-field, .editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.stx {
    width: 30px !important;
}

.prettyprint {
    overflow: auto !important;
    background-color: whitesmoke;
    border: 1px solid gainsboro;
}

pre {
    padding: 5px;
    border-radius: 2px;
    overflow: auto;
}

.note {
    word-break: break-all;
    word-wrap: break-word;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #222;
    border-color: #F0C36D;
    background-color: #F9EDBE;
    white-space: pre;
}

.ib {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.fl {
    float: left;
}

.hidden {
    display: none;
}

#Menu {
}

    #Menu .onlyedu-row {
        background-color: white;
        border: none;
    }

    #Menu .onlyedu-ghead {
        border: none;
    }

        #Menu .onlyedu-ghead td {
            border-right: none;
        }

    #Menu .onlyedu-row td {
        padding: 0.3em 0;
        border-right: none;
    }

        #Menu .onlyedu-row td.selected {
            background-color: #f7fbfd;
            padding-left: 5px;
        }

    #Menu .onlyedu-idn {
        width: 5px;
    }

    #Menu tr.selected .onlyedu-idn {
        background-color: #5c87b2;
    }

#demoMenu {
    width: 13em;
    float: left;
}

#demoPage {
    margin-left: 14em;
}

#demoMenu td {
    border-bottom: none;
}

a.onlyedu-btn {
    text-decoration: none;
}

.shcode {
    border: none;
    color: rgb(0, 6, 101);
    text-decoration: underline;
    background-color: whiteSmoke;
}

.errPopup {
    font-size: 11px;
}

    .errPopup .ui-dialog-titlebar {
        padding: 0.2em 1em;
    }

.expl li {
    padding: 3px 0;
    list-style: none;
}

.expl p {
    padding: 0;
    margin: 0;
}

code {
    font-family: Consolas;
    font-size: 14px;
    font-weight: bold;
}

.onlyedu-ajaxdropdown, .onlyedu-ajaxcheckboxlist-field, .onlyedu-ajaxradiolist-field {
    vertical-align: top;
}

#footer {
    color: white;
}

    #footer a {
        color: azure;
    }
