body {  margin:0px !important; padding: 0 !important; font-family:Arial, sans-serif; font-size:15px; background:#efefef; }
p { margin-left: 40px; text-indent:-30px; } /* All page paragraphs are indented */

.docPage { border:1px solid black; margin:0px; padding:0px; background:#fff; box-shadow: 4px 4px 10px #444; height:0px; width:0px; opacity:0; }
.docTitle { opacity:1; height:1200px; width:850px; }
.shortTitle { display:inline-block;  margin-right:10px; vertical-align:middle; }
.fullTitle { display:inline-block; max-width: 80%; vertical-align:middle; }
.nav { display:block; padding:5px 10px 5px 20px; cursor:pointer; text-decoration:none; color:#000;  transition-duration: 1s; }
.nav:hover { transition-duration: 1s; box-shadow: 0 0 10px rgb(255,255,255) inset; }
.navSection { padding:5px 10px 5px 10px; font-weight:bold; font-size:16px; }
.navTmp {display:none;}
.sectionP { background-color:#dd9933; } /* Preface */
.sectionA { background-color:#dddd11; } /* Introduction */
.sectionB { background-color:#72B6FF; } /* Environment Behavior */
.sectionC { background-color:#73E8B5; } /* EAL Coding */
.sectionD { background-color:#A2BFFA; } /* Reserved Object Names */
.sectionE { background-color:#e9ff23; } /* Commands */
.sectionF { background-color:#CDB4DD; } /* Structures and Methods */
.sectionG { background-color:#43F5FF; } /* Implementation */
.sectionH { background-color:#43F50F; } /* Hardware */
.sectionI { background-color:#FFFfaf; } /* Network */
.sectionX { background-color:#FF8242; } /* Conundrums */

#title { top:0px; font-size:18px; font-weight:bold; border-bottom:1px solid black; background:#888822; position:fixed; width:100%; height:41px; z-index: 10; }
#viewingTitle { font-size:16px; font-style:italic; color:#fff; text-shadow: #000; padding:10px; display:inline-block; }
#toc { width:270px; background:#fff; position:fixed; top:42px; border-right:1px solid black; max-height: 1250px; overflow-y: auto; }
#docs { height:1250px; display:inline-block; vertical-align:top; padding:10px; margin-left:270px; }
#commentLink { display:inline-block; cursor:pointer; color:#fff; text-decoration:none;padding:10px;vertical-align:top; font-size:14px;float:right; }
#commentHide { background: #800 none repeat scroll 0 0; border: 1px solid #fff; border-radius: 3px; color: #ff0; display: inline-block; float: right; font-weight: bold; padding: 5px 10px; cursor: pointer; }
#nextDocLink { display:inline-block; cursor:pointer; color:#fff; text-decoration:none;padding:7px;width:110px; }
#backDocLink { display:inline-block; cursor:pointer; color:#fff; text-decoration:none;padding:7px;width:110px; }
#commentWindow { display:none;position:fixed;overflow:hidden;height:0px;width:0px;left:0;top:0;box-shadow:5px 5px 4px #000;color:#fff;font-weight:bold;padding:8px;border:1px solid black;border-radius:10px 0px 0px 0px; background:#888; cursor:move; }
#toggleIndex { position:fixed; left:270px; height:25px; width:25px; background:#888; border-radius:0 0 25px 0; cursor:pointer; }

