﻿
.explanation {
    color: #666666;
    margin-top: 15px;
}

.toc {
    color: #666666;
    margin-top: 15px;
    width: 800px;
}

.toc .defineTitle {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.toc .list { width: 120px; float: left; padding-right: 20px;}

.toc .list ul { margin-left: 0px; padding-left: 0; margin-top: 5px; padding-bottom: 10px;}
.toc .list li { width: 120px; float: left; list-style: none; padding-left: 0; cursor: pointer;font-family: Arial;color: #CCCCCC; }
.toc .list li a { color: #0066FF; text-decoration: none; }
.toc .list li a:hover { text-decoration: underline;}

.toc .list.double { padding-right: 0px; margin-right: 0px; }
.toc .list.double li {width: 120px; margin-right: 20px;}

.toc .spacer { height: 10px;}

.toc .list .name { 
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
    width: 100%;
    clear: both;
}

.toc .list .name a {
    color: #666666;
    text-decoration: none;
}

.toc .list .name a:hover {
    text-decoration: underline;
}

.class .name {
    font-size: 21px;
    font-weight: bold;
    white-space: nowrap;
    width: 750px;
    border-bottom: 1px solid #999999;
    margin-bottom: 10px;
}

.class .name .access {
    font-size: 10px;
}

.class .properties {
    font-size: 12px;
}

.class {
    width: 750px;
    
    margin-top: 40px;
}

.type {
    font-size: 10px;
    color: #333333;
}

.example {
    font-size: 10px;
    color: #000066;
    text-decoration: underline;
    cursor: pointer;
}

.property {
    margin-left: 15px;
    margin-top: 8px;
}

.property .name {
    font-size: 14px;
}

.p1 {
    font-weight: bold;
    color: #000066;
}

.p2 {
    font-weight: bold;
    color: #006600;
}

.definitions {
    width: 100%;
    top: 0px;
    left: 0px;
    height: auto;
}

.resizer {
    display: none;
    position: fixed;
    left: 50%;
    top: 65px;
    height: 100%;
    overflow: hidden;
    width: 5px;
    background-color: #CCCCCC;
    cursor: e-resize;
    z-index: 10000;
}

.code {
    width: 0%;
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
}

.noSelect {
    -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

}

.code .html {
}

.codeSection { width: 100%; max-width: 800px; margin-top: 15px; }
.codeSection .sectionTitle {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
}

.codeSection code {
    font-size: 12px;
    color: #006600;
    width: 325px;
}

.sectionTable {
    width: 100%;
    color: #333333;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 0 1.5em;
    border: solid 1px #999999;
}

.sectionTable td {
    border: 1px solid #999999;
    padding: 5px;
}

.sectionTable th {
    border: 1px solid #0099FF;
    padding: 5px;
}

.codeSection .tableHeader 
{
    color: #FFFFFF;
    text-align: left;
    padding: 5px;
    background-color: #0066FF;
}

.clear {
    clear: both;
}

.codeModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background-image: url(assets/wbg_p75.png);
    z-index: 1000;
    display: none;
}

.codeModal .codeBox {
    background-color: #FFFFFF;
    border: 2px solid #CCCCCC;
    width: 650px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -325px;
    margin-top: -200px;
}

.codeModal .codeBox .close {
    top: -15px;
    left: -15px;
    position: absolute;
    width: 31px;
    height: 31px;
    background: url(assets/close.png);
    z-index: 10;
    cursor: pointer;
}

.codeModal .codeBox #code {
    width: 100%;
    height: 100%;
}
