/*
-----------------------------------------------------------------
    Section
-----------------------------------------------------------------
*/
.section h2 {
    border-bottom: 1px dotted #999999;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
}
.section h3 {
    border-bottom: 1px dotted #999999;
    text-shadow: #dddddd 0.2em 0.2em 0.2em;
}
.section p {
    margin: 0.5em;
}
.section dl, .section ul, .section ol {
    margin: 0.5em 1em 0.5em 1em;
}

/* Page Navigation Links */
ul.flip-menu {
    text-align: left;
    margin: 1em 0 1em 0;
    padding: 0.8em 0 0.8em 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
ul.flip-menu li {
    display: inline;
}
ul.flip-menu a {
    display: inline;
    border: 1px solid #cccccc;
    padding: 5px 10px 4px 10px;
    margin-right: 0;
    background: #eeeeee url(../_shared/gray_stripe.png);
    text-decoration: none;
}
span.cur-tab {
    border: 1px solid #cccccc;
    padding: 5px 10px 4px 10px;
    margin-right: 2px;
    margin-bottom: 0;
    background-color: transparent;
}

/*
-----------------------------------------------------------------
    Table of Content
-----------------------------------------------------------------
*/
#toc {
    padding: 0.2em 1em 1em 1em;
    border: 1px solid #cccccc;
}
#toc h2 {
    padding: 0.3em 0 0.3em 0;
    border-bottom: 1px solid #444444 !important;
    color: #333333 !important;
    font-family: "HiraKakuStd-W8", "HiraMaruPro-W4", Tahoma, Optima, Arial, sans-serif;
    font-size: 140% !important;
    text-shadow: #cccccc 0.2em 0.2em 0.2em;    
}
#toc ol {
    padding-left: 2em;
}
#toc ul {
    width: 100%;
    padding-left: 1em;
    list-style-image: url(../_shared/arrow_right.png);
    margin: 5px 5px 5px 1.8em;
    font-size: 102%;
}

/* Computers And Codes */
.command {
    margin: 1em 0em 1em 0em;
    padding: 1em;
    font-family: "Andale Mono", Courier, Monaco, "Hiragino Kaku Gothic Pro W3", monospace;
    font-size: 100%;
    color: #000000;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
}

/* Hand Arrow */
.ref {
    margin-left: 2em;
    padding-left: 2em;
    background: url(../_shared/arrow_hand.png) no-repeat 0% 30%;
    text-indent: 0.5em;
}

.ex-ref {
    margin-left: 0;
    padding-left: 1.1em;
    background: url(../_shared/ex_ref.png) no-repeat 0% 40%;
    text-indent: 0.5em;
}

/* Warning */
.warning {
    font-size: 100%;
    padding: 1.5em 1em 1em 4em;
    background: transparent url(../_shared/warning.png) no-repeat 0 10%;
}

