body {
    margin: 0px;
    padding: 0px;
    font-family: 'Microsoft YaHei',Verdana,'sans-serif';
}

#head-nav {
    border: 0;
    color: #FFF;
    padding-left: 10px;
    padding-right: 25px;
    background: url(images/head.jpg) repeat-x left bottom;
    height: 56px;
    padding: 8px;
    box-shadow: 0px 0px 1px #3da3d0;
}

.header-container {
    margin-left: 15%;
    margin-right: 15%;
}

    .header-container a {
        text-decoration: none;
    }

        .header-container a img {
            vertical-align: middle;
            margin-right: 10px;
        }

    .header-container span {
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
        font-weight: 300;
        font-size: 28px;
        line-height: 18px;
        color: #333;
    }

    .header-container span {
        vertical-align: middle;
        font-style: normal;
    }

.body-content {
    margin-left: 15%;
    margin-right: 15%;
}

.help-page h1,
.help-page .h1,
.help-page h2,
.help-page .h2,
.help-page h3,
.help-page .h3,
#body.help-page,
.help-page-table th,
.help-page-table pre,
.help-page-table p {
    font-family: "Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

.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;
    border-left: 1px solid #D4D4D4;
    border-right: 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;
    cursor: pointer;
}

    .help-page .sample-header.sample-header-active {
        background: #4f95c8;
    }

.help-page .sample-content {
    display: none;
    border-width: 0;
    padding: 15px 20px;
    background: #FFFFFF;
    border: 2px solid #D4D4D4;
    margin: 0px 0px 10px 0px;
}

.help-page .api-index {
    width: 5%;
    font-size: 14px;
}

.help-page .api-name {
    width: 50%;
    font-size: 14px;
    font-family: 'Microsoft YaHei',Verdana,'sans-serif';
}

.help-page .api-method {
    width: 10%;
    font-size: 14px;
    font-family: 'Microsoft YaHei',Verdana,'sans-serif';
}

.help-page .api-documentation {
    width: 50%;
    font-size: 14px;
    font-family: 'Microsoft YaHei',Verdana,'sans-serif';
}

.help-page p.api-url {
    font-size: 20px;
}

.help-page .parameter-name {
    width: 15%;
}

.help-page .parameter-documentation {
    width: 30%;
}

.help-page .parameter-type {
    width: 15%;
}

.help-page .parameter-annotations {
    width: 15%;
}

.help-page .parameter-default {
    width: 10%;
}

.help-page .parameter-example {
    width: 15%;
}

.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: #0000EE;
    text-decoration: none;
}