/* CSS Document */
body {
  margin: 0px;
  font-family: Arial;
  font-size: 10pt;
}

table {
  font-family: Arial;
  font-size: 10pt;
  border: none;
  width: 95%;
}

th {
  text-align: left;
  background-color: #BFBFBF;
}

td {
  text-align: left;
  border-bottom: 1px solid #000000;
}

img.column {
  padding: 5px;
  display:block;
  width: 95%;
}

.preface {
  overflow: hidden;
  background-color: #ffffff;
}

.menu {
  background-color: #0091FF;
  position: fixed;
  top: 0px;
  left: 0px;
}

.menu a {
  font-size: 20pt;
  color: #FFFFFF;
}

.refresh {
  background-color: #0091FF;
  text-align: center;
  width: 100%;
  position:fixed;
  top:0px;
}

.refresh a {
  font-size: 20pt;
  color: #FFFFFF;
}

.customer-logo {
  padding: 20px;
  text-align: center;
} 

img.customer-logo {
  display:inline;
  width: 50%;
}

.pub-cover {
  padding: 0px;
  text-align: center;
}

img.pub-cover {
  display:inline;
  width: 150%;
}

.pub-title {
  padding: 20px;
  font-size: 14pt;
  color: #0091FF;
  text-align: center;
}

.nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;        
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 49px;
}

.btn {
    font-size: 18px;
    cursor: pointer;
    background-color: #0091FF;
    color: white;
    border: none;
    padding: 10px 15px;
}

.frontImageBtn {
    cursor: pointer;
    background-color: #FFFFFF;
	border: none;
	padding: 0 0 0 0;
  	}

.pub-titleBtn {
    padding: 20px;
    font-size: 14pt;
    color: #0091FF;
    text-align: center;
    cursor: pointer;
    background-color: #FFFFFF;
	border: none;
	padding: 0 0 0 0;
  	}

.btn:hover {
    background-color: #AAAAAA;
}

#openMenuBtn {
  display: block;
  font-size: 20px;
  padding: 7px 15px;
}

#closeMenuBtn {
  display: none;
}

#openMenuBtnFront {
  display: inline;
}

#closeMenuBtnFront {
  display: none;
}

#openMenuBtnTitle {
  display: inline;
}

#closeMenuBtnTitle {
  display: none;
}

.collapsible {
  margin-left: 2px;
  color: #000000;
  cursor: pointer;
  width: 95%;
  padding: 5px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 10pt;
  float:left;
}

.lev1 {
  background-color: #0091FF;
  color: #FFFFFF;
  border-top: 1px solid #CCCCCC;
} 

.lev2 {
  background-color: #66CCFF;
  color: #000000;
  border-top: 1px solid #CCCCCC;
}

.lev3 {
  background-color: #99CCFF;
  color: #000000;
  border-top: 1px solid #CCCCCC;
}

.collapsible:hover {
  color: #FFFFFF;
  background-color: #A0A0A0;
}

.nav-content {
  display: none;  
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.content {
  transition: margin-left .5s;
  margin-left: 15px;
  margin-top: 45px;
  float: left;
  width: 95%;
}

.section_top_level {
  display: block;
}

h1 {
  font-size: 24pt;
  color: #0091FF;
}

h2 {
  font-weight: normal;
  font-size: 18pt;
  color: #808080;
}
h3 {
  font-weight: normal;
  font-size: 14pt;
  color: #0091FF;
}
h4 {
  font-weight: normal;
  font-size: 12pt;
  color: #000000;
}
h5 {
  font-weight: normal;
  font-size: 11pt; 
  color: #000000;
}
h6 {
  font-weight: normal;
  font-size: 10pt; 
  color: #000000;
}
h7 {
  font-weight: normal;
  font-size: 10pt; 
  color: #000000;
}

a {
  font-style: italic;
  text-decoration: underline;
  color: #000000;
}

a:hover {
  text-decoration: underline;
}

table.attention {
  margin-top: 5px;  
}

.attention-image-danger {
  background-color: #000000;   
  width: 45px;
  text-align: center;
  border-bottom: 0px solid #000000;
}

.attention-image-warning {
  background-color: #666666;   
  width: 45px;
  text-align: center;
  border-bottom: 0px solid #000000;
}

.attention-image-caution {
  background-color: #999999;   
  width: 45px;
  text-align: center;
  border-bottom: 0px solid #000000;
}

.attention-image-note {
  background-color: #CCCCCC;   
  width: 45px;
  text-align: center;
  border-bottom: 0px solid #000000;
}

.attention-image-icon {
  width: 40px;
  height: 40px;
}
	
.attention-header-danger {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000000;
  text-align: left;
  border: none;
}

.attention-header-warning {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #666666;
  text-align: left;
  border: none;
}

.attention-header-caution {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #999999;
  text-align: left;
  border: none;
}

.attention-header-note {
  font-weight: bold;
  color: #000000;
  background-color: #CCCCCC;
  text-align: left;
  border: none;
}

.attention-content {
  color: #000000;
  background-color: #CCCCCC;
  text-align: left;
  border: none;
}

.attention-content-note {
  color: #000000;
  background-color: #FFFFFF;
  text-align: left;
  border: none;
}

.posdesc {
  margin-bottom: 15px;
}

.wide {
  display:block;
}

.narrow {
  display:none;
}

.auto {
  max-width: 800px;  
}

.page {
  max-width: 800px;  
}

.column {
  max-width: 400px;  
}

.margin {
  max-width: 200px; 
}

.custom {
  max-width: 400px; 
}

.front-brand {
  max-width: 200px; 
}

.front-cover {
  max-width: 300px; 
}

.frontImageBtn {
  max-width: 300px; 
  	}


@media only screen and (max-width: 600px) {
  .refresh {
    text-align: right;
  }
  
  .wide {
     display:none;
  }
  
  .narrow {
     display:block;
  }
}