body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif, Helvetica;
}
.help-page {
    padding-left:10px;
}

.help-page pre.wrapped {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
}

.help-page .warning-message-container {
    margin-top: 20px;
    padding: 0 10px;
    color: #525252;
    background: #EFDCA9; 
    border: 1px solid #CCCCCC;
}

.help-page-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0px 0px 20px 0px;
    border-top: 1px solid #D4D4D4;
}

.help-page-table th {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #D4D4D4;
    padding: 5px 6px 5px 6px;
}

.help-page-table td {
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 8px 10px 8px;
    vertical-align: top;
}

.help-page-table pre,
.help-page-table p {
    margin: 0px;
    padding: 0px;
    font-family: inherit;
    font-size: 100%;
}

.help-page-table tbody tr:hover td {
    background-color: #F3F3F3;
}

.help-page a:hover {
    background-color: transparent;
}

.help-page .sample-header {
    border: 2px solid #D4D4D4;
    background: #00497E;
    color: #FFFFFF;
    padding: 8px 15px;
    border-bottom: none;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.help-page .sample-content {
    display: block;
    border-width: 0;
    padding: 15px 20px;
    background: #FFFFFF;
    border: 2px solid #D4D4D4;
    margin: 0px 0px 10px 0px;
}

.help-page .api-name {
    width: 40%;
}

.help-page .api-documentation {
    width: 60%;
}

.help-page .parameter-name {
    width: 20%;
}

.help-page .parameter-documentation {
    width: 40%;
}

.help-page .parameter-type {
    width: 20%;
}

.help-page .parameter-annotations {
    width: 20%;
}

.help-page h1,
.help-page .h1 {
    font-size: 36px;
    line-height: normal;
}

.help-page h2,
.help-page .h2 {
    font-size: 24px;
   
}

.help-page h3,
.help-page .h3 {
    font-size: 20px;


}

#body.help-page {
    font-size: 14px;
    line-height: 143%;
    color: #333;
}

.help-page a {
    color: #FCB126;
    text-decoration: none;
}

.plusMinus {
    width:20px;
    float:left;
}

.topNav {
    background-color: #fff;
    width:100%;
    height:90px;
    border-bottom: 2px solid #FCB126; 
    font-size:30px;
    color:#000;
    padding: 5px 0px 0px 10px;
}

.float-left {
    float:left;
}

.float-clear {
    clear:both;
}

.navButton {
    background-color: #eee;
    margin-right:10px;
    font-size:16px;
    padding:5px;
    color:#000;
    font-weight:bold;
    cursor:pointer;
}

.navButtonSep {
    background-color:#FCB126;
    width:2px;
    padding:5px;
}

.methodContainer {
    background: #eee;
    padding:10px 0px 10px 5px;
    cursor: pointer;
    font-size:20px;
    /*font-weight:bold;*/

    /* disallow selection of the text on accident */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/*.methodContainerDesc {
    font-size: 14px;
}*/

.get, .post, .delete {
    color: #fff;
    -moz-border-radius:5px 5px 5px 5px;  
    border-radius:5px 5px 5px 5px;  
    /*border:solid 1px #000;*/
    padding:5px;
    width:40px;
    font-size:11px;
    text-align:center;
    margin-right:5px;

}
.get{
    background-color: #0E6AB3;    
}

.post{
    background-color: #0EA44A;
}

.delete{
    background-color: #A31F21;
}

.codeHighlight {
    background-color:#C4852B;
}

.topNav > table {
    width: 100%;
}

.topNav a {
    width: 172px;
    border: 0px;
}

.topNav .topNav-header {
    text-align: right;
    white-space: nowrap;
    padding-right: 20px;
}

#LoadUserControl #email {
    width: 227px;
}

#LoadUserControl #password {
    width: 227px;
}

.help-page-table .api-name {
    width: 50px;
}

.display-none {
    display: none;
}

.ui-widget-header a {
    text-decoration: underline;
}