body
{
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #393d3f;
    background: white;
}

h1
{
    font-size: 24px;
    margin: 0;
    padding: 6px;
}

h1 a
{
    color: #393d3f;
    text-decoration: none;
    text-underline: none;
    outline: none;
}

a
{
    color: #2a8dcb;
}

pre
{

}
code
{
    background: #272822;
    display: block;
    font-family: "Source Code Pro","Courier New","Helvetica Neue","monospace",HelveticaNeue,Helvetica,Arial,serif;
    overflow-x: auto;
    padding: 0.5em;
    white-space: pre;
    word-wrap: break-word;
    font-size: 13px;
}

/************************/
.central
{
    margin: 0 auto;
    width: 1000px;
    background: #eff0f1;
    box-shadow: 0 0 6px rgba(184,181,179,0.9);
}

.section
{
    padding: 12px;
    border-bottom: 1px solid #bcbebf;
}

.tool_button
{
    font-weight: bold;
    display: inline-block;
    color: #393d3f;
    height: 32px;
    line-height: 32px;
    padding: 0 8px 0 8px;
    border: 1px solid transparent;
    border-radius: 2px;
}
.tool_button:hover
{
    border-color: #3daee9;
}
.tool_button:active
{
    border-color: #8E8C8A;
    background: linear-gradient(to bottom,#a7a7a8 0%,#cccdce 100%);
}

.button
{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 8px 0 8px;
    border:1px solid #bbbdbe;
    border-right: 1px solid #a0a2a3;
    border-bottom: 1px solid #a0a2a3;
    background: linear-gradient(to bottom,#eff0f1 0%,#dbdcdd 100%);
    color: #393d3f;
    border-radius: 4px;
    text-decoration: none;
    text-underline: none;
    box-shadow: 1px 1px 1px rgba(184,181,179,0.7),0 0 1px #E1DEDB inset;
}
.button:hover
{
    border-color: #3daee9;
}
.button:active
{
    border-color: #8E8C8A;
    background: linear-gradient(to bottom,#a7a7a8 0%,#cccdce 100%);
}
.button.disabled
{
    color: gray;
    border:1px solid #bbbdbe;
    background: transparent;
    cursor: not-allowed;
}

.nav,.header,.body,.footer
{
    border: 1px solid #bcbebf;
    border-top: 0;
    background: #eff0f1;
}


/************************/
.nav
{
    position: sticky;
    top: 0;
    z-index: 9;
    font-size: 14px;
}
.nav .links_
{
    padding: 8px 4px 8px 4px;
}
.nav a
{
    min-width: 40px;
    text-decoration: none;
    text-underline: none;
}
.nav a.tool_button
{
    padding-left: 23px;
}
.nav .home_
{
    background: url("images/16/home.png") 4px 7px no-repeat;
}
.nav .home_:active
{
    background: url("images/16/home.png") 4px 7px no-repeat,linear-gradient(to bottom,#a7a7a8 0%,#cccdce 100%);
}
.nav .download_
{
    background: url("images/download.png") 4px 8px no-repeat;
}
.nav .download_:active
{
    background: url("images/download.png") 4px 8px no-repeat,linear-gradient(to bottom,#a7a7a8 0%,#cccdce 100%);
}
.nav .description_
{
    background: url("images/16/description.png") 4px 7px no-repeat;
}
.nav .description_:active
{
    background: url("images/16/description.png") 4px 7px no-repeat,linear-gradient(to bottom,#a7a7a8 0%,#cccdce 100%);
}
.nav .features_
{
    background: url("images/16/features.png") 4px 7px no-repeat;
}
.nav .features_:active
{
    background: url("images/16/features.png") 4px 7px no-repeat,linear-gradient(to bottom,#a7a7a8 0%,#cccdce 100%);
}
.nav .screenshot_
{
    background: url("images/16/screenshot.png") 4px 8px no-repeat;
}
.nav .screenshot_:active
{
    background: url("images/16/screenshot.png") 4px 8px no-repeat,linear-gradient(to bottom,#a7a7a8 0%,#cccdce 100%);
}
.nav .user_reviews_
{
    background: url("images/16/user.png") 4px 7px no-repeat;
}
.nav .donate_
{
    background: url("images/16/donate.png") 4px 7px no-repeat;
}
.nav .user_reviews_:active
{
    background: url("images/16/user.png") 4px 7px no-repeat,linear-gradient(to bottom,#a7a7a8 0%,#cccdce 100%);
}
.nav .documentation_
{
    background: url("images/16/book.png") 4px 8px no-repeat;
}
.nav .documentation_:active
{
    background: url("images/16/book.png") 4px 8px no-repeat,linear-gradient(to bottom,#a7a7a8 0%,#cccdce 100%);
}

/************************/
.header
{
    padding: 0;
    border-bottom: 0;
}

.header .top_
{
    padding: 8px;
    height: 70px;
    border-bottom: 1px solid #bcbebf;
}
.header .logo_
{
    float: left;
    width: 64px;
    height: 64px;
    background: url("images/logo.png");
}
.header .name_
{
    float: left;
    margin-left: 16px;
}
.header .name_ .text_
{
    font-style: italic;
    font-size: 16px;
    text-align: right;
}
.header .languages_
{
    min-width: 100px;
    text-align: center;
    position: relative;
    margin-top: 15px;
    float: right;
    cursor: pointer;
    border: 1px solid #bcbebf;
}
.header .languages_:hover
{
    border-color: #747474;
}
.header .languages_:hover .items_
{
    top: 28px;
    left: -1px;
    display: block;
}
.header .languages_ > .current_
{
    padding: 6px 8px 6px 8px;
    background: white;
}

.header .languages_ > .items_
{
    position: absolute;
    border: 1px solid #747474;
    width: 100%;
    border-top: 0;
    background: white;
    display: none;
}
.header .languages_ > .items_ > .item_
{
    color: #393d3f;
    text-decoration: none;
    text-underline: none;
    display: block;
    padding: 6px 8px 6px 8px;
}

.header .languages_ > .items_ > .item_:hover
{
    color: white;
    background: #3daee9;
}


/************************/
.body
{
    border-bottom: 0;
}

.body .grid
{
    padding: 0;
    background: white;
    border: 1px solid #bcbebf;
    border-collapse:collapse;
    border-spacing:0;
}
.body .grid thead
{
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #B2AFAC;
}
.body .grid td
{
    padding: 8px 8px 8px 8px;
}
.body .grid thead > tr
{
    margin: 0;
    cursor: default;
}
.body .grid thead > tr > td
{
    background: linear-gradient(to bottom,#edeeef 0%,#e5e6e7 100%);
    border-right: 1px solid #B2AFAC;
    border-bottom: 1px solid #a8a5a2;
}
.body .grid tbody > tr > td
{
    border-right: 1px solid #d3cfcc;
    border-bottom: 1px solid #d3cfcc;
}

.body .grid tbody > tr > td:hover
{
    background-color: #eff0f1;
}

.body .tips_
{
    display: inline-block;
    margin-top: 12px;
    padding: 8px;
    border: 1px dotted #0b7c35;
    background: rgba(106,255,156,0.1);
}

.body .article_
{
    font-size: 16px;
    padding: 8px 0 8px 0;
}

.body .article_ img
{
    border: 1px solid #bcbebf;
}


/************************/
.footer
{
    border-top: 0;
    margin-bottom: 12px;
}
.footer > div
{
    padding: 18px;
}

.footer .copyright_
{
    font-size: 16px;
}
.footer .contact_
{
    float: right;
}
.footer .contact_ a
{
    padding: 0 8px 0 8px;

}
.footer .email_
{
    float: right;
    margin-left: 16px;
}
