/* RESET CSS */
ul,
ol,
/*li,*/ 
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
legend,
input,
textarea,
p, 
td,
form,
body {
	margin:0;
	padding: 0;
   }

body {
    font-family: arial;
    font-size: 10pt;
    letter-spacing: 1.5px;  
    background-color: #ffffff;
    padding:0 10 0 0;
     }

.main {
    background-color: #164B69;
    width: 100%;
    height: 100%;
    padding: 5px;
      }

.top {
    height: 45px;
    padding: 12px 0px 0px 10px;
    background-color: white;
     }

.location {
    position: absolute;
    top: 60px;
    left: 27px;
    height: 25px;
    background-color: white;
    text-align: left;
    padding: 4px 0px 0px 8px;
     }

.bookTitle {
    font-size: 18pt;
    letter-spacing: 5px;    
           }

.bookSubTitle {
    font-size: 13pt;
    letter-spacing: 3px;
    line-height: 25px;
           }

/* -- TOC classes -- */
.tocOut {
    width: 800px;
    position: absolute;
    top: 102px; /* 46px */
    left: 114px;
    z-index: 1;
    background-color: white;
    margin-top: 2px;
    padding: 3px 3px 7px 7px;
     }

.tocInner {
    width: 775px;
    overflow: auto;
    margin: 5px 5px 5px 5px;
          }

/* Part = 2 */
.TOC2 {
    margin-left: 3px;
    margin-top: 45px;
    font-size: 13pt;
    font-weight: bold;
    color: #383838; /*#164B69;*/
    line-height:40px;
      }

/* Chapter = 3 */
.TOC3 {
    margin-top: 15px;
    margin-left: 20px;
    font-size: 11pt;
    font-weight: bold;
    color: #383838; /*#383838;*/ /* #245B7A; */
    line-height:35px;
         }
/* Item = 4 */
.TOC4 {
    margin-left: 45px;
    color: #303030;
      }

/* subitem = 5 */
.TOC5 {
    margin-left: 75px;
    color: #303030;
      }

.grey {
    color: #737ca1;
      }

.green {
    color: green;
       }

.teal {
    color: #164B69;
      }

.bold {
    font-weight: bold;
      }
/* Revision classes */
.maroon {
    color: maroon;
        }

.underRevision {
    margin: 10px 5px 10px 5px;
    padding 10px 5px 10px 5px;
    border-color: maroon;
    border-style: solid;
    border-width: 2px;
    text-align: center;
               }

/* -- Recent Changes classes -- */
.recentOut {
    width: 800px;
    position: absolute;
    top: 102px; /* 46px */
    left: 114px;
    z-index: 1;
    background-color: white;
    margin-top: 2px;
    padding: 3px 3px 7px 7px;
     }

.recentInner {
    width: 775px;
    overflow: auto;
    margin: 5px 5px 5px 5px;
          }


/* -- Search pane -- */
.searchOut {
    width: 800px;
    position: absolute;
    top: 202px;
    left: 214px;
    background-color: white;
    margin-top: 2px;
    z-index: 2;
    padding: 3px 3px 7px 7px;
     }

/* -- Search results -- */
.results {
    width: 100%;
         }

.results td {
    border-width: 1px;
    border-color: black;
    border-style: solid;
            }

.resultLink {
    font-weight: bold;
    color: maroon;
    text-decoration: none;
            }

.resultLink:hover {
    color: green;
    font-weight: bold;
                  }

/* -- Controls - icon menu -- */
.controls {
    position: absolute;
    top: 160px;
    background-color: white;
    padding: 10 3 10 3;
    text-align: center;
          }

.controls table td {
    vertical-align: middle;
                       }

.navIcon {
    cursor: pointer;
         }

.legal {
    position: absolute;
    height: 307px;
    top: 160px;
    left: 40px;
    padding: 15px 20px 15px 20px;
    overflow: auto;
       }

.explorer {
    position: absolute;
    height: 420px;
    width: 400px;
    top: 140px;
    left: 160px;
    padding: 15px 20px 15px 20px;
    overflow: auto;
    z-index: 1;
    background-color: #ffffcc;
    border-color: black;
    border-width: 1px;
    border-style: solid;
       }

/* -- Instructions pane -- */
.instructions {
    position: absolute;
    width: 325px;
    height: 313px;
    top: 160px;
    padding: 10px 5px 15px 20px;
    color: green;
       }

.instructions table td {
    vertical-align: middle;
                       }

/* -- Document structure classes -- */
.title {
    font-size: 14pt; 
    padding-left: 3px;   
      }

.subtitle {
    font-size: 12pt;
    padding-left: 3px;   
         }

.document {
    margin-top: 35px;
    padding: 5px 2px 10px 8px;
    background-color: white;
          }

.docbody {
    margin-top: 5px;
    background-color: white;
    padding: 15px 10px 15px 15px;
  /*  overflow: auto; */
    line-height: 22px;
         }

.htmlContent {
    overflow: auto;
             }

.noAccess {
    margin: 20px 0 0 20px;
    width: 500px;
    padding: 15px;
    border: 1px dashed maroon;
    font-size: 14pt;
    color: maroon;
          }

.noAccess a {
    background-color: #ccc;
    padding: 10px;
                }


/* -- Item / Subitem / Chapter classes -- */
.glancebox {
    position: relative;
    margin: 25px 0 0 50px;
    padding: 15px 10px 10px 10px;
}

.glancetext {
    position: absolute;
    margin: 0;
    background: white; 
    padding: 0 3px;
    top: -12px; 
    left: 10px;
    font-size: 12pt;
    font-weight: bold;
}


/* item / subitem content classes */
p {
  position: relative;
  padding: 10px 10px 10px 0px;
  margin: 10px 10px 10px 0px;
}

.voicebox {
  padding: 20 15 15 15;
  margin-top: 20px;
  border: 2px solid #A7A6A6;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.voicetext {
  position: absolute;
  margin: 0;
  background: white; 
  padding: 0 3px;
  top: -12px; 
  left: 10px;
  font-size: 14pt;
  font-weight: bold;
}

/* shaded box */
.shadedbox {
  padding: 15 15 15 15;
  border: 2px solid #A7A6A6;
  background-color: #cccccc;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.borderbox {
  padding: 15 15 15 15;
  border: 2px solid #A7A6A6;
  background-color: #ffffff;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.withicon {
    padding-left: 50px;
          }

.icon {
  position: absolute;
  margin: 0; 
  padding: 0 3px;
  top: 12px; 
  left: 5px; 
}

.revised {
  color: green;
  font-size: 7pt;
  font-weight: bold;
         }

.footer {
    padding-bottom: 10px;
    position: absolute; 
   /* width: 88%; */
    background-color: white;
        }

.footer table {
    border-top-color: #606060;
    border-top-style: solid;
    border-top-width:1px;
    background-color: white;
    height:30px;
              }

/* -- General element classes -- */
a {
    text-decoration: none;
    color: black;
  }

a:hover {
    color: maroon;
    font-weight: bold
        }

.active {
    font-weight: bold;
    color: green;
        }

.close {
    position: absolute;
    margin-left: 784px; 
    margin-top: -14px;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: maroon;
    padding: 1 3 1 3;
    cursor: pointer;
          }

.tocPrint {
    position: absolute;
    margin-left: 684px; 
    margin-top: 1px;
    padding: 0 3 0 3;
    cursor: pointer;
          }

.button {
    background-color: white;
    color: maroon;
        }

.button:active {
    background-color: green;
               }



.borderRadius {
    border-color: #A7A6A6;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
        }

.borderRadius10 {
    border-color: #A7A6A6;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
        }

.shadow {          
    -moz-box-shadow: 10px 10px 25px 5px #888;
    -webkit-box-shadow: 10px 10px 25px 5px #888;
    box-shadow: 10px 10px 25px 5px #888;
        }

.shadow5 {          
    -moz-box-shadow: 5px 5px 12px 5px #888;
    -webkit-box-shadow: 5px 5px 12px 5px #888;
    box-shadow: 5px 5px 12px 5px #888;
        }

.shadow30 {          
    -moz-box-shadow: 30px 30px 45px 25px #888;
    -webkit-box-shadow: 30px 30px 45px 25px #888;
    box-shadow: 0px 0px 145px 25px #888;
        }

.odd { 
    background: #ccc;
     }

table {
    border-collapse: collapse;
}

td {
    padding: 5px;
    font-size: 10pt;
    vertical-align: top;
   }

table.outterborder {
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

table.outterBorder td {
    border-width: 0px;
}

.left {
    text-align: left;
      }

.center {
    text-align: center;
        }

.right {
    text-align: right;
    margin-right: 50px;
       }

span.right {
    margin-left: 450px;
            }

span.highlight {
    background: rgba(22,75,105,0.3);
               }
/* lists inside TD's */
td ul {
    margin:10px 0px 10px 15px;
   }

td ol {
    margin:10px 0px 10px 15px;
   }

ul {
    margin:10px 0px 10px 80px;
   }

ol {
    margin:10px 0px 10px 80px;
   }
   
ol.upperletter {
	list-style-type: upper-alpha;
	}

ol.lowerletter {
	list-style-type: lower-alpha;
	}
	
ol.upperroman {
	list-style-type: upper-roman;
	}

ol.lowerroman {
	list-style-type: lower-roman;
	}

ul.nobullet {
    list-style-type: none;
}
	
p a {
    text-decoration: none;
    font-weight: bold;
    color: maroon;
           }

p a:hover {
    text-decoration: underline;
    color: maroon;
    font-weight: bold;
        }

li a {
    text-decoration: none;
    font-weight: bold;
    color: black;
     }

li a:hover {
    text-decoration: none;
    font-weight: bold;
    color: maroon;
     }



/* Scrollbars: Chrome/Safari only 
   all others get lame browser default */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(22,75,105,0.6); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(22,75,105,0.3); 
}

.tips {
    background-image: url(images/tips.png);
    background-repeat: no-repeat;
    background-position: 5px 8px;
      }

.checklist {
    background-image: url(images/check.png);
    background-repeat: no-repeat;
    background-position: 5px 8px;
      }

.reading {
    background-image: url(images/read.png);
    background-repeat: no-repeat;
    background-position: 5px 8px;
      }

.webmail {
    background-image: url(images/webmail.png);
    background-repeat: no-repeat;
    background-position: 5px 8px;
      }

.hidden {
    display: none;
        }

@media only print {
   #docbody {
     width: auto;
     height: auto;
     overflow: visible;
   }
   #htmlContent {
     width: auto;
     height: auto;
     overflow: visible;
   }
   #footer {
     visibility: hidden;
     position: fixed;
   }
}



li.checkbox { 
    list-style-image: url(images/checkbox.jpg); 
    list-style-position: inside;
}

