/* Generated file on Sun May 18 19:57:02 2008. DO NOT EDIT!!! */
body {
  background-color: #A9A8B8;
  color: #313031;
  color: #313031;
  font-family: "Bitstream Vera Sans", sans-serif;
  padding: 0;
}

.stklos-page {
  margin: 3px 100px 3px 100px;
  background-color: #ffffff;
  padding: 0;
}

.chapterbody {
  padding: 10px;
}

h1 {
  background-image: url('Images/stklos-logo.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-x-position: 10px;
  background-y-position: 10px;
  background-color: #204875;
  color: #ffffff;
  padding: 30px;
  margin: 0px;
  text-align: right;
  font-size: 250%;
}

.corner {
  margin: 0 0 0 20px;
  padding-left: 15px;
  padding-bottom: 1em;
  border-bottom: dotted 2px #C3C9CF;
  border-left: dotted 2px #C3C9CF;
}

.sectiontitle {
  color: #204875;
  margin-top: 20px;
  background-color: transparent;
  background-image: url('Images/section.gif');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-x-position: right;
  background-y-position: bottom;
  font-size: 110%;
}

h3 {
  display: inline;
  padding-left: 30px;
}

a {
  color: #D44E13;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.cartouche {
  background: #787883;
  color: #DCDCDC;
  margin: 0;
  padding: 10px;
}

.daterelease {
  margin: 0 0 0 0;
  padding: 3px 0 3px 10px;
  border-bottom: 2px solid #C3C9CF;
  border-right: 2px solid #C3C9CF;
  background-color: #EEEEF6;
  color: #675CB1;
}

.codeshow {
  padding: 3px 0 3px 10px;
  background-color: #deffde;
  border-bottom: 2px solid #C3C9CF;
  border-right: 2px solid #C3C9CF;
}

.skribesectiontitle {
  padding-top: 18px;
}

.source-comment {
  color: #ffa600;
  font-style: italic;
}

.source-line-comment {
  color:  #ffa600;
  font-weight: bold;
}

.source-error {
  color: red;
  font-weight: bold;
}

.source-define {
  color: #6959cf;
  font-weight: bold;
}

.source-module {
  color: #1919af;
  font-weight: bold;
}

.source-markup {
  color: #1919af;
  font-weight: bold;
}

.source-thread {
  color: #ad4386;
  font-weight: bold;
}

.source-string {
  color: red;
}

.source-bracket {
  color: red;
}

.source-type {
  color: #00cf00;
}

.source-key {
  color: #00cf00;
  font-weight: bold;
}

/* ================================================== */

div.nav_tab {
  padding: 3em 0 0 2em;
  border-collapse: collapse;
  font-weight: bold;
  font-size: small;
  white-space: nowrap;
  border-bottom-style: solid;
  border-bottom-color: #2F6AAD;
  border-bottom-width: 2px;
}

a.nav_tab_inactive {
  color: #909090;
  background: #eeeeee;
  margin-right: 10px;
  border-width: 1px 1px 0 1px;
  border-color: #2F6AAD;
  border-bottom-color: #2F6AAD;
  border-style: solid;
  padding: 2px 10px 0 10px;
  text-decoration: none;
}

a.nav_tab_active {
  color: #31405A;
  background: #ffffff;
  margin-right: 10px;
  border-width: 2px;
  border-color: #2F6AAD;
  border-bottom-color: #ffffff;
  border-style: solid;
  padding: 2px 10px 0 10px;
  text-decoration: none;
}

