
body {
    margin: 0px;
    background-color: #d1c6aa;
    background-image: url('/media/include/background.png');
    background-repeat: no-repeat;
    background-position: 0px 45px;
    font-family: "Verdana", "Arial", Sans-serif;
    font-size: 10pt;
    padding-bottom: 100px;
}

.warning {
    color: #ff0000;
    font-style: italic;
}

h1 {
    font-family: "Times New Roman", "Times", roman;
    font-size: 16px;
    color: #96001f;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
    font-family: "Times New Roman", "Times", roman;
    font-size: 14px;
    color: #96001f;
    margin-top: 0px;
    margin-bottom: 0px;
}

h3 {
    font-family: "Times New Roman", "Times", roman;
    font-size: 12px;
    color: #96001f;
    margin-top: 0px;
    margin-bottom: 0px;
}

p {
    margin-top: 0px;
}

ul {
    margin-top: 0px;
    padding-left: 13pt;
}

li {
    margin-left: 0px;
}

a {
    color: #96001f;
}

/************************
 * HEADER
 ************************/
table.header {
    /*border: 1px solid red;*/
    width: 100%;
    border-spacing: 0px;
    font-size: 12pt;
}

table.header col.left {
    width: 300px;
}

table.header td {
    /* border: 1px solid green;*/
    padding: 0px;
}

table.header td.left {
    /*background-image: url('/media/include/vosgames-logo.png');
    background-repeat: no-repeat;*/
    height: 90px;
}

table.header td.top {
    background-image: url('/media/include/menu-bar.png');
    background-repeat: repeat-x;
    height: 45px;
}

table.header td.bottom {
    background-image: url('/media/include/menu-shadow.png');
    background-repeat: repeat-x;
    height: 45px;
}

table.header td ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

table.header td ul li {
    display: inline;
}

table.header td ul a {
    text-decoration: none;
    white-space: nowrap;
    padding: 0.2em 1em;
    margin-left: 5px;
    margin-right: 5px;
}

table.header td.top ul a {
    color: white;
}

table.header td.top ul a:hover {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

table.header td.top ul a.lit {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

table.header td.bottom ul a {
    color: #96001f;
}

table.header td.bottom ul a:hover {
    border-top: 1px solid #96001f;
    border-bottom: 1px solid #96001f;
}

table.header td.bottom ul a.lit {
    border-top: 1px solid #96001f;
    border-bottom: 1px solid #96001f;
}

/************************
 * SIDEBAR
 ************************/
table.body {
    width: 100%;
}

td.sidebar {
    vertical-align: top;
    /*border: solid 1px red;*/
    width: 200px;
    font-size: 8pt;
    color: #96001f;
}

td.sidebar h1 {
    font-size: 9pt;
    color: black;
}

td.sidebar div.box {
    size: 100%;
    border-bottom: solid 1px #96001f;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}

/************************
 * CONTENT
 ************************/
td.content {
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    /*border: solid 1px green;*/
}

/************************
 * IMAGES
 ************************/
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/************************
 * DATA TABLE
 ************************/
table.data {
}

table.data td {
    border: solid 1px black;
    color: black;
    background-color: gray;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

table.data td.works {
    background-color: green;
}

table.data td.failed {
    background-color: red;
}

table.data td.partial {
    background-color: yellow;
}


/************************
 * CV TABLE
 ************************/
table.cv {
}

table.cv td {
    vertical-align: top;
}

table.cv td.leftright {
    color: #96001f;
    text-align: right;
    padding-right: 10px;
}

/************************
 * Simple table.
 */
table.simple {
}

table.simple td {
   padding-right: 20px;
}

table.simple td.wide {
    width: 100%;
}

