body {
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12pt;
    width: 95%;
    height: 100%;
    overflow: hidden;
}

html {
    overflow: hidden;
}

.menuButton {
    position: fixed;
    height: 57px;
    width: 57px;
    right: 4px;
    top: 2px;
    background-image: url('../pics/menu.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.menuButton:hover {
    background-position: 0px -57px;
}

.menuButton:active {
    background-position: 0px -114px;
}

.srcCode {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: monospace;
}

.ftr {
    position: fixed;
    right: 0px;
    height: 20px;
    bottom: 0px;
    left: 0px;
    margin-left: 15px;
    margin-right: 5px;
    padding-top: 2px;
    border-top: 1px solid rgb(136,255,113);
    text-align: right;
	FONT-SIZE: 10pt;
}

#mainMenu {
    position: fixed;
    z-index: 1;
    right: 0;
    top: 0px;
    width: 0px;
    bottom: 0px;
    overflow: auto;
    background-color: rgb(220,220,220);
    background-color: rgba(220,220,220,0.92);
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s;
    border-left: 1px solid black;
}

.logo {
    position: absolute;
    height: 80px;
    right: 40px;
    left: 0px;
    background-image: url("../pics/logo.png");
    background-repeat: no-repeat;
}

#condiv {
    position: absolute;
    left: 14px;
    top: 70px;
    right: 10px;
    bottom: 25px;
    overflow: auto;
}

.closebtn:hover, .closebtn:focus, .menuBtn:hover, .menuBtn:focus {
    color: rgb(136,255,113);
    text-decoration: none;
    border-bottom: none;
}

.indexTable {
    table-layout: auto;
    margin-top: 35px;
    margin-left: 12px;
    margin-right: 3px;
    margin-bottom: 0px;
    border-spacing: 0px;
    border: 0px;
    border-spacing: 0px;
    border-collapse: separate;
}

.closebtn {
    position: absolute;
    top: 2px;
    right: 6px;
    font-size: 30px;
}

@media screen and (max-height: 450px) {
    .closebtn {
        font-size: 20px;
    }

    .indexTable {
        top: 25px;
    }
}

/*LEFT PANE*/

td.item {
    FONT-SIZE: 11pt;
    text-align: left;
    vertical-align: middle;
    width: 140px;
    height: 20px;
    margin: 5px 0 0 0;
    padding: 0px;
}

td.smallitem {
    FONT-SIZE: 9pt;
    text-align: left;
    vertical-align: middle;
    width: 140px;
    height: 20px;
    margin: 5px 0 0 0;
    padding: 0px;
}

td.subitem {
    FONT-SIZE: 9pt;
    text-align: left;
    vertical-align: middle;
    width: 140px;
    height: 18px;
    margin: 10px 0 0 0;
    padding: 0px;
}

td.subsubitem {
    FONT-SIZE: 8pt;
    text-align: left;
    vertical-align: middle;
    width: 140px;
    height: 18px;
    margin: 20px 0 0 0;
    padding: 0px;
}

/*LINKS*/

A[href].smallitem:link {
    color: black;
}

A[href].smallitem:visited {
    color: black;
}

A[href].item:link {
    color: black;
}

A[href].item:visited {
    color: black;
}

A[href].subitem:link {
    color: black;
}

A[href].subsubitem:link {
    color: black;
}

A[href].subitem:visited {
    color: black;
}

A[href].subsubitem:visited {
    color: black;
}

A[href].toc {
	color: rgb(136,255,113);
    text-decoration: none;
    FONT-SIZE: 10pt;
    BORDER-BOTTOM: none;
}

A[href].item:hover {
    color: rgb(136,255,113);
    text-decoration: none;
    FONT-SIZE: 11pt;
    BORDER-BOTTOM: none;
}

A[href].smallitem:hover {
    color: rgb(136,255,113);
    text-decoration: none;
    FONT-SIZE: 9pt;
    BORDER-BOTTOM: none;
}

A[href].subitem:hover {
    color: rgb(136,255,113);
    text-decoration: none;
    FONT-SIZE: 9pt;
    BORDER-BOTTOM: none;
}

A[href].subsubitem:hover {
    color: rgb(136,255,113);
    text-decoration: none;
    FONT-SIZE: 8pt;
    BORDER-BOTTOM: none;
}

A[href].subitem {
    padding-left: 5px;
    color: black;
}

A[href].subsubitem {
    padding-left: 10px;
    color: black;
}

A[href].item {
    color: black;
}

A[href].smallitem {
    color: black;
}

.currentItem {
    background-color: rgb(240,240,240);
    background-color: rgba(240,240,240,0.92);
}

A[href].current:link {
    color: #009900;
}

A[href].current:visited {
    color: #009900;
}


/* FORM ELEMENTS*/

input.bot {
    display: none;
}

input.fullwidth {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input.licenseBtn {
    background-color: #009900;
    text-color = #009900;
    FONT-SIZE: 10pt;
    font-weight: bold;
}

    input.licenseBtn:hover {
        background-color: #00FF00;
        text-color = #009900;
        FONT-SIZE: 10pt;
        font-weight: bold;
    }

div.errorMessage {
    background-color: #FFFF00;
    border: 1px solid red;
    padding-left: 4px;
    padding-right: 4px;
}

td.summaryData {
    background-color: #E0FFE0;
    padding-left: 4px;
    padding-right: 4px;
}


/*CONTENT PANE*/

A {
    text-decoration: none;
    font-weight: bold;
}

A[href]:link {
	color: #009900;
}

A[href]:visited {
	color: #009900;
}

A[href]:active {
	color: #209920;
}

A[href]:hover {
	color: rgb(136,255,113);
	BORDER-BOTTOM: rgb(136,255,113) 2px solid;
}

A[href].readMore {
	font-size: 11px;
	FONT-WEIGHT: bold;
}

A[href].fig {
	font-size: 12px;
	FONT-WEIGHT: bold;
}

A[href].fig:hover {
	color: #8CF674;
	border-bottom: #8CF674 2px solid;
}

img {
    margin: 0.1em 0.1em 0.1em 0.1em;
}

/*TABLE DEFAULTS*/

table {
    table-layout: fixed;
    margin: 0.2em 0.2em 0.2em 0.2em;
    border-collapse: collapse;
    border-spacing: 0pt;
    border: 2pt;
}

tr.head {
    background: #8CF674;
}

td {
    padding: 0 0 0 0;
}

div.cap {
    font-size: 12px;
    text-align: center;
}

td {
    font-size: 12px;
}

table.con {
    table-layout: auto;
    text-align: left;
    font-size: 12px;
}

ul.lg {
    padding: 0 0 0 2em;
    margin: 0 0 0 1em;
}

li {
    margin: 0 0 1em 0;
}

    li.lg {
        margin: 0 0 0 1em;
    }

    li.tight {
        margin: 0 0 0 0;
    }

li.toc {
	margin: 0 0 0 0;
}

table.p {
    table-layout: fixed;
    margin: 1.2em 0 0.5em 2em;
    border-collapse: collapse;
    border-spacing: 0pt;
    border: 2pt;
}

td.np {
    margin: 0 0 0 0;
}

p.top {
    margin-top: 2em;
}

p.lg {
    margin: 0 0 0 0.2em;
}

p.la {
    margin: -0.2em 0 0.2em;
    text-align: right;
}

p.no {
    margin: 0 0 0 0;
    text-align: left;
}

p.ref1 {
    margin: 0.2em 0 0.2em;
    text-align: left;
    font-size: 12px;
}

h1 {
    font-size: 20pt;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}

h2 {
    font-weight: normal;
    font-size: 16pt;
    font-family: Arial;
    color: #000000;
}

h3 {
    font-weight: normal;
    font-style: italic;
    font-size: 16pt;
    font-family: Arial;
    color: #000000;
}

td.dl {
    vertical-align: top;
    padding: 2px 2px 2px 2px;
}

/* HELP */

#helpcondiv {
    position: absolute;
    left: 14px;
    top: 70px;
    right: 200px;
    bottom: 25px;
    background-color: white;
    overflow: auto;
    padding: 3px;
    margin: 0px;
}

#helpindextitle {
    position: absolute;
    top: 70px;
    height: 20px;
    right: 14px;
    width: 180px;
    overflow: auto;
    background-color: #E0E0E0;
    padding: 0px;
    margin: 0px;
}

#helpindex {
    position: absolute;
    top: 90px;
    height: 90px;
    right: 14px;
    width: 180px;
    overflow: auto;
    background-color: #F0F0F0;
    padding: 0px;
    margin: 0px;
}

#helpcontenttile {
    position: absolute;
    top: 185px;
    height: 20px;
    right: 14px;
    width: 180px;
    overflow: auto;
    background-color: #E0E0E0;
    padding: 0px;
    margin: 0px;
}

.helpcontenttree {
    position: absolute;
    top: 205px;
    bottom: 25px;
    right: 14px;
    width: 180px;
    overflow: auto;
    background-color: #F0F0F0;
    padding: 0px;
    margin: 0px;
}

A[href].helpIndex {
    color: black;
    text-decoration: none;
    FONT-SIZE: 10pt;
    BORDER-BOTTOM: none;
    font-weight: normal;
}

A[href].helpIndex:visited {
	color: black;
}

A[href].helpIndex:hover {
	color: #535367;
	text-decoration: none;
	FONT-SIZE: 10pt;
	BORDER-BOTTOM: none;
	font-weight: normal;
}

div.contentItem {
    table-layout: auto;
    margin: 0 0 0 0;
    border-spacing: 0px;
    border: 0px;
    white-space: nowrap;
}

div.selectedContentItem {
	background-color:#e9ff32;
}

A[href].contentItem {
    color: black;
    text-decoration: none;
    FONT-SIZE: 10pt;
    BORDER-BOTTOM: none;
    font-weight: normal;
}

A[href].contentItem:visited {
	color: black;
}

A[href].contentItem:hover {
	color: #535367;
	text-decoration: none;
	FONT-SIZE: 10pt;
	BORDER-BOTTOM: none;
	font-weight: normal;
}

div.helpIndex {
    table-layout: auto;
    margin: 0 0 0 0;
    border-spacing: 0px;
    border: 0px;
    white-space: nowrap;
}

div.contdiv {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    background-color: white
}

/*FLOWEXCHANGE HELP*/

#xmltab {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

    #xmltab td, #xmltab th {
        border: 1px solid #98bf21;
        padding: 3px 7px 2px 7px;
        vertical-align: top;
    }

    #xmltab th {
        text-align: left;
        padding-top: 5px;
        padding-bottom: 4px;
        background-color: #A8C942;
        color: #ffffff;
    }

    #xmltab tr td {
        color: #000000;
        background-color: #EBF2D3;
    }

/*EXCEL HELP*/

td.xltd {
    background-color: #E0E0E0;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    border: 1px solid #ffffff;
    vertical-align: text-top;
}

/*MATLAB UO HELP*/

td.mltd {
    background-color: #E0E0E0;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    border: 1px solid #ffffff;
    vertical-align: text-top;
}

/*SCILAB UO HELP*/

td.sltd {
    background-color: #E0E0E0;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    border: 1px solid #ffffff;
    vertical-align: text-top;
}

/*PYTHON HELP*/
td.phClassHeader {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11pt;
    border: 1px solid #DDDDDD;
    vertical-align: text-top;
    background-color: #009900;
    text-color: #DDDDDD;
}

td.phClassDesc {
    border: 1px solid #DDDDDD;
    vertical-align: text-top;
    background-color: #ccc5e0;
    padding-bottom: 8px;
    padding-top: 8px;
    white-space: pre;
}

td.phHeader {
    FONT-SIZE: 10pt;
    font-weight: bold;
    border: 1px solid #DDDDDD;
    vertical-align: text-top;
    background-color: #01933c;
    white-space: pre;
}

td.phLeft {
    border: 1px solid #DDDDDD;
    font-weight: bold;
    vertical-align: text-top;
    background-color: #ccc5e0;
    padding-top: 8px;
}

td.phRight {
    border: 1px solid #DDDDDD;
    vertical-align: text-top;
    background-color: #ccc5e0;
    padding-top: 8px;
    white-space: pre;
}

td.phClassSpacer {
    height: 20px;
}
