body {
    background-color: #fff8e6;
}

div.banner {
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 1;
    width: 520px;
    height: 130px;
    background-image:url("background.jpg");
    background-position:left top;
    background-size: 98px 120px;
    background-repeat:no-repeat;
    background-color: #fff8e6;
}
div.m_banner {
    left: 0px;
    top: 0px;
    position: fixed;
    padding-bottom: 5px;
    z-index: 1;
    width: 720px;
    height: 130px;
    max-width: 100%;
    background-image:url("background.jpg");
    background-position:left top;
    background-size: 98px 120px;
    background-repeat:no-repeat;
    background-color: #fff8e6;
}
span.banner {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6em;
}

h1.title {
    color: #600000;
    margin: 0 0 0 45px;
}

table.banner {
}
td.left_column {
    width: 115px;
    font-weight: bold;
    font-size: 0.6em;
    text-align: right;
    vertical-align: top;
    margin-right: 0.2em;
}
td.right_column {
    text-align: left;
}


div.main {
    background-color: #fff8e6;
}

div.items {
    padding: 0em;
    margin-left: 0.5em;
    max-width: 500px;
    float: left;
}
div.m_items {
    padding: 0em;
    margin-left: 0.5em;
    width: 700px;
    max-width: 97%;
    float: left;
}

div.dummy {
    height: 130px;
}

iframe {
    z-index: 2;
    overflow-x: hidden;
    position: fixed;
    background-color: white;
    width: 650px;
    height: 96%;
}

div.item {
    padding: 0 0.5em 0 0.5em;
}

div.links_and_pages {
    border-top-style:solid;
    border-top-width:thin;
    margin-left: 1em;
    width: 80%;
}

p.item {
    margin: 0 0 0.5em 1em;
    text-indent: -2.2em;
}
p.links {
    clear:both;
    margin: 0.3em 0.3em 0.3em 1em;
    font-family: Arial, Helvetica, sans-serif;
}
p.pages {
    clear:both;
    font-size:smaller;
    margin: 0 0.3em 1em 2em;
}
p.version {
    position:absolute;
    top: 0px;
    right: 10px;
    font-size:x-small;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    text-align: right;
}

span.id_positive {
    color: #008000;
    font-weight: bold;
    font-family: courier;
}

span.id_negative {
    color: #800000;
    font-weight: bold;
    font-family: courier;
}

a.banner:link {
    color:#0000C0;
    text-decoration: none;
}
a.banner:visited {
    color:#0000C0;
    text-decoration: none;
}
a.banner:active {
    color:#0000C0;
    text-decoration: none;
}
a.banner:hover {
    color:#a54738;
    text-decoration: none;
}

a.plain:link {
    color:#0000C0;
    text-decoration: none;
}
a.plain:visited {
    color:#0000C0;
    text-decoration: none;
}
a.plain:active {
    color:#0000C0;
    text-decoration: none;
}
a.plain:hover {
    color:#a54738;
    font-weight: bold;
    text-decoration: none;
}
