body {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    background-color: #333333;
    background-size: 100%;
    color: black;
}
a:link, a:visited {
    color: #000;
}
a:active, a:hover {
    color: #666;
}
p.header {
    font-size: small;
}
p.header span {
    font-weight: bold;
}
p.footer {
    font-size: x-small;
}
p.title {
    text-transform: uppercase;
    color: white;
    font-family: "Lucida Sans Console", "Courier New", terminal;
    line-height: 12px;
    padding-top: 2px;
}
p.subtitle {
    font-size: small;
    //text-transform: uppercase;
    color: white;
    font-family: "Lucida Sans Console", "Courier New", terminal;
    text-align: right;
    float: right;
}

div#debugLogWindow {
    height:200px; 
    width:1000px; 
    overflow-y:scroll; 
    display:block;
    border: 1px solid #333333;
    background-color: black;
    color: white;
    font-size: 11px;
    font-family: 'Ludica Console', 'Courier New', Courier, monospace;
    position: relative;
    left: -180px;
    text-align: left;
} 
form#debugButtons {
    height:26px; 
    width:640px; 
    display:block;
    border: 1px solid #111111;
    background-color: #888888;
    color: white;
    font-size: 10px;
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 18px;
    text-align: left;
}
span.logError {
    color: red;
    border: none;
}
span.logWarning {
    color: yellow;
    border: none;
}
