

body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}

body, td {
  font-family: trebuchet ms, sans-serif;
  font-family: sans-serif;
  font-size: 10pt;
}

a {
  text-decoration: none;
}


/* HEAD */

#head {
  width: 100%;
  height: 80px;
  
  padding: 0px;
  
  background-color: #000000;
  background-image: url(../img/head-bg-bh70b.jpg);
  background-repeat: no-repeat;
  background-position: top right; 
  color: #ffffff;
}

#head h1 {
  display: none;
  margin: 0px;
  color: #000000;
  font-size: 8pt;
}


/* MENU */

#menu-pane {
  height: 24px;
  background-color: #bb0000;
  background-image: url(../img/menu-bg-red2.gif);
  background-repeat: no-repeat;
  background-position: top right; 
}

#menu-pane table {
  margin: 0px;
  border-collapse: collapse;
  border: 0px;
}

#menu-pane td {
  height: 24px;
  padding: 0px;
  padding-top: 2px;
  padding-bottom: 1px;
}

#menu {
  padding: 0px;
  padding-left: 10px;
  font-size: 8pt;
  font-weight: bold;
  text-align: left;
}

#menu a {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  color: #000000;
}
#menu a:hover {
  text-decoration: none;
  color: #ffffff;
}

#head-menu-right img {
  border: 0px;
  position: absolute;
  right: 5px;
  top: 87px;
}




/* BODY */

#body {
  width: 100%;
  margin: auto;
  padding: 0px;
  background-color: #ffffff;
  text-align: left;
}




/* BODY LAYOUT */

#body-layout {
  border-collapse: collapse;
  width: 100%;
}
/*
#body-layout td {
  padding: 10px;
  border: 1px solid blue;
}
*/

#contexthead-cell {
  height: 130px;
}

#context-cell {
  vertical-align: top;
  width: 220px;
  padding: 0px;
}

#conthead-cell {
  vertical-align: bottom;
  height: 130px;
  padding: 0px;
}

#main-cell {
  vertical-align: top;
  height: 2000px; /* _ */
  padding: 0px;
}

#sidebar-cell {
  vertical-align: top;
  width: 200px;
  padding: 0px;
}




/* CONTHEAD * CONTENT HEADER*/

#conthead {
  margin-bottom: 8px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 50px;
  max-width: 60em;
}
#titles {
  color: #000000;
  border-bottom: 1px solid #cccccc;
  font-family: georgia, serif;
}
#title {
  font-size: 18pt;
  font-weight: bold;
}
#title .tail {
  font-size: 13pt;
  font-weight: bold;
  display: block;
}
#subtitle,
#pretitle {
  color: #bb0000;
  font-size: 13pt;
  font-weight: bold;
}
#titles .label {
  color: #bb0000;
  font-size: 13pt;
  font-weight: bold;
}
#byline {
  color: #000000;
  text-align: right;
  font-size: 8pt;
  font-family: sans-serif;
  font-weight: bold;
}
#byline a {
  color: #000000;
}
#byline a:hover {
  color: #bb0000;
  text-decoration: none;
}





/* MAIN */

#main {
  padding-left: 20px;
  padding-right: 50px;
  margin-top: 15px;
  max-width: 60em;
}



/* CONTENT */

#content {
  line-height: 1.5em;
  xborder: 2px solid red;
}

#content .xdoc-h {
  text-align: left;
}

#content p {
  margin-top: 1em;
  margin-bottom: 1em;
}
#content a {
  color: #bb0000;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
#content a.xdoc-external {
  padding-right: 13px;
  background-image: url(/img/external-red.gif);
  background-position: right;
  background-repeat: no-repeat;
}

#content ul, ol, dl {
  text-align: left;
}

/* FOOTER */

#footer {
  line-height: normal;
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 8pt;
}

#footer .box {
  margin-top: 50px;
}

#footer .box .label {
  font-weight: bold;
  padding-bottom: 5px;
}
#footer .box .body {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
  padding-left: 0px;
  line-height: 200%;
}

#footer .box a {
  color: #000000;
  margin-right: 2em;
}
#footer .box a:hover {
  color: #bb0000;
}
#footer .box a.current {
  color: #bb0000;
  font-weight: bold;
}

#footer .box.author .body {
  padding-bottom: 0px;
}

#footer .box .iconbox a {
  margin: 0px;
  font-size: 8pt;
}

#footer .box .iconbox td.image {
  padding-bottom: 5px;
}

#footer .box .iconbox .text {
  vertical-align: middle;
  padding-bottom: 2px;
}

#smallprint {
  padding-top: 50px;
}

#copyright {
  color: #999999;
}




/* PLATE */

.layout_plate #main {
  padding-left: 120px;
  padding-right: 110px;
  max-width: inherit;
}
.layout_plate #conthead {
  padding-left: 120px;
  padding-right: 110px;
  max-width: inherit;
}
.layout_full-plate #main {
  padding-top: 25px;
  max-width: inherit;
}





/* CONTEXTBAR */

#contextbar {
  margin-top: 15px;
  padding-right: 20px;
  padding-top: 2px;
  font-size: 8pt;
  text-align: right;
}

#pageimage {
  border: 1px solid #000000;
  width: 150px;
  margin-bottom: 40px;
  margin-top: 2px;
  margin-left: 15px;
}

#contextbar .box {
  margin-bottom: 40px;
}
#contextbar .box .label {
  color: #bb0000;
  font-weight: bold;
  font-size: 7pt;
  text-transform: uppercase;
  border-bottom: 1px solid #bb0000;
}
#contextbar .box .item {
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
}
#contextbar .box a {
  color: #000000;
}
#contextbar .box a:hover {
  text-decoration: none;
  color: #bb0000;
}
#contextbar .box.info a {
  color: #bb0000;
  text-decoration: none;
}
#contextbar .box.info a:hover {
  text-decoration: underline;
}
#contextbar .box .item .subinfo {
  display: block;
  color: #666666;
  font-weight: normal;
}
#contextbar .box a:hover .subinfo {
  color: #bb0000;
}
  
  /* toc */
#contextbar .box.toc ul {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  list-style-type: none;
}
#contextbar .box.toc li {
  margin: 0px;
  padding-bottom: 1px;
}
#contextbar .box.toc ul li a.item {
  padding-top: 1px;
  padding-bottom: 1px;
}
#contextbar .box.toc ul ul li a.item {
  font-weight: normal;
  color: #666666;
  padding-top: 0px;
  padding-bottom: 0px;
}
#contextbar .box.toc xul li li li a.item {
  color: #999999;
}

  /* parts */
#contextbar .box.parts .label {
  display: none;
}
#contextbar .box.parts .item {
  color: #333333;
}
#contextbar .box.parts a.item:hover {
  color: #bb0000;
}
#contextbar .box.parts .item.current {
  font-weight: bold;
  color: #bb0000;
}







/* SIDEBAR */

#sidebar-cell {
  background-color: #f0f0e8;
  border-left: 1px solid #dddddd;
}

#sidebar {
  width: 200px;
  xbackground-color: #f0f0e8;
  padding: 0px;
  margin-top: 35px;
  font-size: 8pt;
  color: #000000;
  color: #666666;
}

#sidebar .box {
  margin-bottom: 30px;
}

#sidebar .box .label {
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}
#sidebar .box .item {
  display: block;
  color: #333333;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 12px;
}
#sidebar .box a.item:hover {
  text-decoration: none;
  background-color: #ede8e0;
}
#sidebar .box .image {
  text-align: left;
}
#sidebar .box .image img {
  border: 1px solid #000000;
  margin-bottom: 3px;
}
#sidebar .box .item .date {
  display: block;
  color: #777777;
}
body.theme_dark #sidebar .box .item .date {
  color: #666666;
}



#search {
  padding: 10px;
  padding-left: 10px;
  padding-right: 20px;
  background-color: #e7e3dc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#search .label {
  font-weight: bold;
}
#search form {
  margin: 0px;
}
#search input {
  width: 100%;
  margin: 0px;
  padding: 2px;
}
#search input:hover {
  background-color: #ffdd00;
}  
#search input:focus {
  font-size: 10pt;
  background-color: #ffdd00;
}  

/* PAGE FOOTER */

#pagefoot {
  border-top: 6px solid #bb0000;
  padding: 10px;
  padding-left: 240px;
  padding-right: 10px;
  background-color: #000000;
  color: #ffffff;
  text-align: right;
  font-size: 7pt;
  font-weight: bold;
}
#pagefoot a {
  color: #ffffff;
  margin-left: 20px;
}
#pagefoot a:hover {
  text-decoration: none;
  color: #ffdd00;
}





/* ICONBOX */

.iconbox {
  border-collapse: collapse;
}
.iconbox td {
  padding: 0px;
  vertical-align: top;
}
.iconbox td.text {
  padding-left: 7px;
  font-size: 10pt;
  width: 100%;
}
.iconbox td.image {
  padding-top: 1px;
}
.iconbox td.image img {
  border: 1px solid #000000;
  vertical-align: bottom;
}
#contextbar .iconbox {
  width: 180px;  /* msie needs this */
}
#contextbar .iconbox td.text {
  padding-left: 0px;
  padding-right: 7px;
  font-size: 8pt;
  text-align: right;
}








@media print {

  #head-frontpage-left { display: none }
  #head-frontpage-right { display: none }
  #head-menu-right { display: none }
  
  #head-pane { display: none }
  
  #menu-pane { display: none }
  
  #context-cell { 
    width: 170px;
  }
  
  #main-cell {
    height: auto;
  }
  
  #sidebar-cell { display: none }
  
  #pagefoot {
    background-color: #ffffff;
    color: #000000;
  }
  #pagefoot a {
    color: #000000;
  }
}




















