html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background-color: #3b3b3b;
  background-image: url(bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed
}

#outert {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  body {
    background-attachment: fixed;
  }
}

/* This sets the overall frame for the site */
#innert {
width: 80%;
color: #cecece;
font-family: Verdana,Georgia,sans-serif;
font-size: 11pt;
}

/* The #wikilogo element is the logo from $PageLogoFmt */
#pagelogo {
padding: 33px 15px 33px 15px;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background-color: #3d0569;
background: url(header.png) repeat;
text-align: center;
font-size: 180%;
color: #000000;
}

/* These affect the page actions (View, Edit, etc.). */
#pageactions {
padding: 3px 15px 3px 15px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
line-height: 1.75em;
text-align: right;
font-size: 9.8pt;
background-color: #3d0569;
background: url(pabg.png) repeat;
color: #000000;
}

#pageactions a:link {
color: #999999;
text-decoration: none;
}

#pageactions a:focus {
color: #999999;
text-decoration: underline;
}

#pageactions a:hover {
color: #999999;
text-decoration: underline;
}

#pageactions a:visited {
color: #999999;
text-decoration: none;
}

#pageactions a.createlinktext {
color: red;
}

#pageactions li {
display: inline;
}

/* These are for the right-sidebar. */
#pageright {
width: 130px;
padding: 15px 15px 15px 15px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
line-height: 1.75em;
font-size: 9.8pt;
background-color: #402947;
}

#pageright a:link {
font-weight: normal;
color: #8a8a8a;
text-decoration: none;
}

#pageright a:focus {
color: #8a8a8a;
text-decoration: underline;
}

#pageright a:hover {
color: #8a8a8a;
text-decoration: underline;
}

#pageright a:visited {
font-weight: normal;
color: #8a8a8a;
text-decoration: none;
}

#pageright a.createlinktext {
color: red;
}

#pageright .vspace {
margin-top: 1.125em;
}

#pageright ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#pageright li {
margin: 0px;
padding-left: 6px;
}

/* These affect the main content area. */
#pagebody {
padding: 16px 15px 15px 15px;
border-left: px solid #000000;
border-bottom: 1px solid #000000;
line-height: 1.75em;
font-size: 9.8pt;
background-color: #745879;
}

/* These affect links in the main body. */
#pagebody a:link {
font-weight: normal;
color: #294673;
text-decoration: none;
}

#pagebody a:focus {
color: #294673;
text-decoration: underline;
}

#pagebody a:hover {
color: #294673;
text-decoration: underline;
}

#pagebody a:visited {
font-weight: normal;
color: #294673;
text-decoration: none;
}

#pagebody a.createlinktext {
color: red;
}

/* This affects the page title (i.e Group / Page Title). */
.pagetitle {
margin: 0px;
line-height: 0.8em;
font-size: 14pt;
color: #b6b6b6;
}

/* These control the fixed-width text elements of the page */
textarea {
font-size: 9.8pt;
}

/* These affect preformatted text and code blocks. */
pre {
padding: 2px 3px 2px 5px;
border-top: 0px solid #bfbfbf;
border-left: 0px solid #bfbfbf;
border-right: 0px solid #bfbfbf;
border-bottom: 0px solid #bfbfbf;
background-color: #747474;
font-family: 'Lucida Console','Andale Mono','Courier New',Courier,monospace;
line-height: 1.2em;
font-size: 9.8pt;
overflow: auto;
}

code {
padding: 0px 3px 0px 3px;
background-color: #747474;
font-family: 'Lucida Console','Andale Mono','Courier New',Courier,monospace;
font-size: 9.8pt;
overflow: auto;
}

/* These primarily adjust the size and spacing of heading elements */
h1 {
margin: 0;
margin-bottom: 3px;
padding-top: 3px;
padding-bottom: 3px;
font-size: 24px;
font-weight: normal;
color: #747474;
}

h2 {
margin: 0;
margin-bottom: 3px;
padding-top: 3px;
padding-bottom: 3px;
font-size: 22px;
font-weight: normal;
color: #747474;
}

h3 {
margin: 0;
margin-bottom: 3px;
padding-top: 3px;
padding-bottom: 3px;
font-size: 20px;
font-weight: normal;
color: #747474;
}

h4 {
margin: 0;
padding-top: 1px;
padding-bottom: 2px;
font-size: 18px;
font-weight: normal;
color: #747474;
}

h5 {
margin: 0;
padding-top: 1px;
padding-bottom: 2px;
font-size: 16px;
font-weight: normal;
color: #747474;
}

h6 {
margin: 0;
padding-top: 1px;
padding-bottom: 2px;
font-size: 14px;
font-weight: normal;
color: #747474;
}

/* These affect lists. */
ol { list-style-type:decimal; }
ol ol { list-style-type:lower-alpha; }
ol ol ol { list-style-type:lower-roman; }
ol ol ol ol { list-style-type:decimal; }
ol ol ol ol ol { list-style-type:lower-alpha; }
ol ol ol ol ol ol { list-style-type:lower-roman; }

ul {
list-style-type: square;
list-style-image: url("bullet.png");
}

.wikiaction {
margin-top: 4px;
margin-bottom: 4px;
}

#wikitext {
margin-top: 12px;
line-height: 1.50em;
}

/* For MSIE 5.5 */
#wikitext table {
line-height: 1.4em;
font-size: 9.8pt;
}

/* These are for the edit form. */
#wikiedit form {
width: 100%;
margin: 0px;
}

#wikiedit textarea {
width: 100%;
}

.wikimessage {
margin-top: 4px;
margin-bottom: 4px;
font-style: italic;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

hr {
height: 1px;
border: 0;
background-color: #656565;
}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
body {
width: auto;
margin: 0px;
padding: 0.5em;
}

#wikihead {
display: none;
}

#wikileft {
display: none;
}

#wikicmds {
display: none;
}

.footnav {
display: none;
}

#wikifoot {
padding: 2px;
}

}

/* These affect the lines at the very bottom. */
#pagefoot {
padding: 10px 10px 10px 10px;
font-family: Arial,Helvetica,sans-serif;
font-size: 9.6pt;
text-align: center;
color: #404040;
}

#pagefoot a:link {
color: #404040;
text-decoration: none;
}

#pagefoot a:focus {
color: #404040;
text-decoration: underline;
}

#pagefoot a:hover {
color: #404040;
text-decoration: underline;
}

#pagefoot a:visited {
color: #404040;
text-decoration: none;
}

/* Container <details> */
#_toc, .PmTOCdiv {
  background-color: #4a4a4a;
  color: #cccccc;
  border: 1px solid #656565;
  padding: 10px;
  border-radius: 4px;
}

/* <summary> element (header line) */
#_toc summary {
  background-color: #3b3b3b;
  color: #ffffff;
  padding: 5px;
  font-weight: bold;
  cursor: pointer;
}

/* TOC links */
#_toc a {
  color: #cccccc;
  text-decoration: none;
  display: block;
  padding: 2px 0;
}

#_toc a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Force styling on frame boxes */
div.frame {
  background-color: #4a4a4a !important;
  color: #cccccc !important;
  border: 1px solid #656565 !important;
  padding: 8px !important;
  border-radius: 4px !important;
}

/* Float right frames */
div.rfloat {
  float: right !important;
  clear: right !important;
  margin-left: 10px !important;
  font-size: 0.85em !important;
}

/* Wiki links */
a.wikilink, a.urllink {
  color: #9999ff !important;
  text-decoration: none !important;
}

a.wikilink:hover, a.urllink:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}

/* Grey out comment spans */
span.commentout-pmwikiorg {
  color: #aaaaaa !important;
}

span.pmtag {
  background-color: #4a4a4a !important;
  color: #cccccc !important;
  font-family: monospace;
  padding: 2px 4px;
  border-radius: 3px;
}
span.pmattr {
  background-color: #4a4a4a !important;
  color: #cccccc !important;
  font-family: monospace;
  padding: 2px 4px;
  border-radius: 3px;
}
span.pmvalue {
  background-color: #4a4a4a !important;
  color: #cccccc !important;
  font-family: monospace;
  padding: 2px 4px;
  border-radius: 3px;
}
span.pmvar {
  background-color: #4a4a4a !important;
  color: #cccccc !important;
  font-family: monospace;
  padding: 2px 4px;
  border-radius: 3px;
}
span.pmdirective {
  background-color: #4a4a4a !important;
  color: #cccccc !important;
  font-family: monospace;
  padding: 2px 4px;
  border-radius: 3px;
}

