/* alanbbos.css */

body {
    /* background: #909193 url(images/linen.png) repeat; */
    background-color: white;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
}

h1 {
    color: black;
    font-size: 24pt;
    font-weight: normal;
    font-style: normal;
    border-bottom: 1px solid black;
}

h2 {
    color: black;
    font-size: 20pt;
    font-weight: normal;
    font-style: normal;
}

h3 {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 16pt;
    font-weight: normal;
    font-style: normal;
}

table, textarea {
    background-color: #F0F0F0;
    font-size: 10pt;
}

.normal_button {
    width: 100px;
    border-radius: 3px;
}

#display {
    background-color: #F0F0F0;
    border: 2px solid red;
    cursor: default;
}

#left {
    display: inline-block;
    vertical-align: top;
}

#middle {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

#divCPU table {
    margin: 0 auto 0 auto;
}

#processes table {
    border: 1px solid gray;
    margin: 0 auto 0 auto;
}

#right {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

#divMemory-wrap, #divFileSystem-wrap {
    max-height: 400px;
    overflow-y: scroll;
}

#divFileSystem tbody {
    font-size: 10pt;
    text-align: left;
    font-family: monospace;
}

.footerText {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-align: center;
}
