/*! normalize.css v3.0.2 | MIT License | git.io/normalize
 * Heavily edited/modified for Open SIMH, based on and keeping
 * the look of jekyll-theme-time-machine.
 */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled] {
    cursor: default
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

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

td,
th {
    padding: 0
}

body {
    font-size: 15px;
    font-family: Arial, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    background: #D1D1D1
}

a,
.crumb,
#help a  {
    color: #2196f3;
    text-decoration: none;
    transition: opacity ease-in-out 0.3s;
    -webkit-transition: opacity ease-in-out 0.3s
}

a:hover,
#help a:hover {
    text-decoration: underline;
    color: #607D8B
}

code,
pre {
    font-family: 'Monaco', 'Lucida Console', monospace
}

h1.title {
    margin: 30px 20px 10px;
    font-size: 60px;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia, serif;
    text-align: center
}

.wrapper {
    width: 100%;
    max-width:1200px;
    margin: 0 auto
}

#container {
    border: 1px solid #2a2a2a;
    background: #ddd url(/images/pattern.png);
    box-shadow: 0 0 5px #b1b1b1
}

p.tagline {
    padding: 20px 20px 0;
    color: #fff;
    font-size: 17px
}

#main {
    margin-top: 20px;
    padding: 0 20px 90px;
    background-color: #fff
}

.info-bar {
    background: #222;
    border: 5px solid #444;
    padding: 10px;
    margin: 0 -35px 20px;
    position: relative
}

.info-bar .inner {
    overflow: hidden
}

.info-bar .blc {
    border: 10px solid black;
    border-color: transparent transparent black;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.info-bar .trc {
    border: 10px solid black;
    border-color: black transparent transparent;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: -15px;
    right: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.info-bar .avatar {
    border: 1px solid black;
    display: block;
    padding: 4px;
    float: left
}

.info-bar .avatar img {
    display: block
}

.info-bar a.mainlink {
    background: transparent url(/icons/world1.png) no-repeat 0 2px;
    padding-left: 35px;
    margin-top: 8px;
    display: block;
    float: left;
    text-indent: 0;
    width: auto;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100)
}

footer {
    margin-bottom: 60px;
    padding-bottom: 60px
}

footer .owner {
    background: #222;
    border: 5px solid #444;
    padding: 5px 15px;
    margin: -67px -10px 35px;
    color: #d6d6d6
}

footer .creds small {
    float: right;
    font-size: 10px;
    text-align: right;
    margin-left: 15px
}

footer .owner .avatar {
    background-color: #666;
    display: block;
    margin: -19px 10px 0 0;
    width: 60px;
    float: left
}

footer .owner img {
    display: block;
    border: 1px solid #2a2a2a;
    margin: 5px
}

footer .owner p {
    font-family: Georgia, serif
}

footer .owner p a {
    font-size: 16px;
    font-style: italic
}

.frame-body h1,
.frame-body h2,
.frame-body h3,
.frame-body h4,
.frame-body h5,
.frame-body h6 {
    font-weight: bold
}

.frame-body h1 {
    font-size: 28px
}

.frame-body h2 {
    font-size: 24px;
    color: #557398
}

.frame-body h3 {
    font-size: 20px
}

.frame-body h4 {
    font-size: 18px
}

.frame-body h5 {
    font-size: 16px
}

.frame-body pre {
    padding: 10px 70px 10px 0;
    margin-left: -20px;
    margin-right: -20px;
    font-family: 'Monaco', 'Lucida Console', monospace;
    font-size: 13px;
    line-height: 20px;
    box-shadow: inset 0 0 5px #000;
    word-wrap: break-word;
    background-color: #3b3b3b;
    color: #d6d6d6
}

.frame-body ul,
.frame-body ol {
    padding-left: 30px
}

.frame-body ul {
    list-style-type: disc
}

.frame-body ol {
    list-style-type: decimal
}

.frame-body li pre,
.frame-body dd pre, {
    margin-left: -35px
}

.frame-body dt {
    font-weight: bold;
    font-style: italic
}

.frame-body dd {
    margin-left: 15px
}

.frame-body table {
    width: 673px;
    margin-left: -20px;
    margin-right: -20px
}

.frame-body tbody {
    border-top: 2px solid #557398;
    border-bottom: 2px solid #557398;
    background-color: #EBEFF4
}

.frame-body table td * {
    margin: 0
}

.frame-body td {
    border-right: 1px solid #557398;
    border-bottom: 1px solid #557398;
    padding: 5px
}

.frame-body th {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 5px
}

.frame-body tt {
    background-color: #3b3b3b;
    color: #d6d6d6;
    padding: 2px 3px
}

.frame-body img {
    max-width: 100%;
    box-sizing: border-box
}

.frame-body kbd {
    background-color: #fafbfc;
    border: 1px solid #c6cbd1;
    border-bottom-color: #959da5;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #959da5;
    color: #444d56;
    display: inline-block;
    font-size: 11px;
    line-height: 10px;
    padding: 3px 5px;
    vertical-align: middle
}


.wrapper {
    width: 1200px
}

.current-section {
    width: 900px;
    margin-left: -452px
}

#indexlist {
    margin-left: initial;
    margin-right: initial;
    max-width: 1150px;
    width:99%;
    border: solid 2px
}

tr.indexhead {
    border-bottom: 3px double #557398
}

tr.indexhead th {
    border-left: 1px solid #557398
}

th.indexcolicon,
td.indexcolicon {
    width: 50px;
    padding-left: 20px
}

td.indexcolname.filename {
    font-family: monospace;
}

th.indexcolalso,
td.indexcolalso {
    width: 50px;
}

th.indexcollastmod,
td.indexcollastmod {
    display: none;
}
th.indexcolsize,
td.indexcolsize {
    width: 75px;
    border-right: 0 none
}

.hidden {
    display: none;
}

.center {
    text-align: center;
}

div.breadcrumbs.right {
    float: right;
    display: inline-block;
}

div.ui-dialog div.simh_titlebar {
    background: #baf2ff;
}
div.ui-dialog div.ui-dialog-content {
   background: #ededed 
}

div.center,
div.breadcrumbs {
    margin-top: 8px;
    display:block;
}

img.txtimg,
img.sigimg {
    vertical-align: text-bottom;
}
img.logo {
    float: right;
    width: 197px;
    height: 100px;
}
span.placeholder {
    font-style: italic;
    text-decoration: underline;
}

div.inventory {
    white-space: pre;
    line-height: 1.0;
    font-family: monospace;
    font-size: medium;
}
div.inventory p {
    white-space: pre;
    font-family: monospace;
    font-size: 10px;
    line-height:10px;
    margin: 0px;
    padding: 0px;
}
div.inventory span {
    padding: 0px;
}
div.inventory .DIR {
    color: blue;
    font-size: 110%;
    font-weight: bold;
}
div.sitemap {
    float:right;
    padding: 0px;
    margin-top: -20px;
    margin-right: 20px;
}

button.dialog {
  background-color: transparent;
  border: none;
  padding: 0!important;
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}

pre.example {
    font-family: monospace;
    font-size: 90%;
}
span.example {
    font-family: monospace;
    font-size: 90%;
}
.goodsig {
    color: green;
    font-weight: bold;
}

div.httpError h1 {
    color: red;
}
div.httpError span.url {
    font-weight: bold;
    font-style: italic;
}
div.httpError span.errtype {
    font-style: italic;
}
