/* -------------------------------------------
 *  Main
 * -------------------------------------------
 */

body {
/*
    background: #282828;
*/
    background: #333333 0 0 url('../images/body-bg.gif');
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 9pt;
    font-family: "Trebuchet MS", Verdana, sans-serif;
/*
    font-family: "Times New Roman", Times, serif;
*/
}
a       { color: #925832; text-decoration: none; }
a:hover { color: #CC6600; text-decoration: none; }

img {
    border: none;
}

table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

th,.header,.nav {
    color: #dddddd;
    background: #414548 url('../images/fade-bg.gif') top left repeat-x;
    border: 1px solid #000;
    padding: 2px 8px 1px 8px;
    vertical-align: top;
    font-size: small;
    text-align: left;
    font-weight: normal;
}

td,.content {
    color: #000;
    background: #ebebeb url('../images/box-bg.gif') top left repeat-x;
    border: 1px solid #404040;
    padding: 8px 8px 4px 8px;
    vertical-align: top;
    font-size: small;
}

.topbar {
    background: #a69f8f url('../images/bar-bg.gif');
    color: #000;
    height: 24px;
    line-height: 14px;
    font-size: 9pt;
    clear: both;
    border: 1px solid #d8d8d8;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    padding: 0px;
}

.topbar a, .topbar .title, .topbar form {
    color: #000;
    text-decoration: none;
    margin: 0px 3px;
    padding: 4px;
    display: block;
}

.topbar a:hover, .topbar li:hover > a {
    color: #000;
    background: #a69f8f url('../images/bar-bg-ro2.gif');
}

.topbar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.topbar li {
    float: left;
    display: inline;
    white-space: nowrap;
    position: relative;
    background: none;
}

.banner {
    background: #e0e0e8;
    color: #000;
    height: 22px;
    line-height: 15px;
    font-size: 8pt;
    clear: both;
    border: 1px solid #e0e0e8;
}

.banner img {
    padding: 0px;
    margin: 0px;
    border: none;
}

.code, pre {
    color: #0f0;
    background: #111;
    font-size: 11px;
    font-family: monospace;
    padding: 10px;
}

.blank {
    border: none;
    background: none;
}

.footer {
    color: #888;
    font-size: x-small;
    text-align: center;
}

.show { display: block; }
.hide { display: none; }

select {
    width: 400px;
}

textarea {
    width: 99%;
    margin: 4px;
    height: 120px;
    border: 1px solid #666;
}

.button {
    background: #2e343b;
    color: #fff;
    border: 1px solid #000;
    padding: 1px 2px;
    margin: 0px;
    font-size: x-small;
    cursor: pointer;
}

.state_0 {
        background: #0f0;
}
.state_1 {
        background: #00f;
}
.state_2 {
        background: #ff0;
}
.state_3 {
        background: #f00;
}

.tiny {
    font-size: xx-small;
}
.small {
    font-size: x-small;
}
.big {
    font-size: large;
}
.giant {
    font-size: x-large;
}

.step {
    border-top: 1px solid #000;
    height: 5px;
    background: #3a414b;
    border-bottom: 1px solid #323234;
    font-size: 1px;
    margin-left: auto;
    margin-right: auto;
}

.bezel {
    color: #000;
    padding: 2px;
    border: 2px solid #333;
}

.rounded {
    border-width: 1px;
    border-style: solid;
    border-color: #c0d4ee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

.bottomfloater {
    padding: 0;
    border: 1px #777 solid;
    background-color: #ff0000;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
}

.progressBarOn {
    height: 6px;
    font-size: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #666;
    border-right: none;
    background: #33f;
}

.progressBarOff {
    height: 6px;
    font-size: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #444;
    border-left: none;
    background: #aaa;
}

.debug {
    width: 500px;

    margin: 8px;
    padding: 8px;

    white-space: pre;
    text-align: left;

    font-size: 10px;
    font-weight: normal;

    background: #eee;

    border-width: 1px;
    border-style: dotted;
    border-color: #bbb;
}


