div.platforms
{
    border: solid thin;
    /* Ignore in NS4 (it looks ugly) */
    /*/*/
    background: #eee;
    /* End ignore in NS4 */
    height: 100%;
}

div.platforms td
{
    padding-left: 2px;
    padding-right: 2px;
}

th.phdr
{
    border-bottom: solid thin;
    border-color: black;
    text-align: left;
    background: #ddd;
    padding-left: 2px;
    padding-right: 2px;
}

th.phdr2
{
    border-top: solid thin;
    border-bottom: solid thin;
    border-color: black;
    text-align: left;
    background: #ddd;
    padding-left: 2px;
    padding-right: 2px;
}

th.fhdr
{
    text-align: left;
    vertical-align: top;
}

th.ver
{
    background: #ddd;
    text-align: left;
}

div.files
{
    border: solid thin;
    height: 100%;
    padding: 2px;
}

div.files td
{
    vertical-align: top;
}

body
{
    background: #888;
}
/* background: #ffffff; */

/*
*
{
    font-family:arial;helvetica;sans-serif;
}
*/

/* Border around blocks */
table.sect
{
    border-spacing: 3px;
    background: #003399;
}
/* background: #000033; */

/* background colour of main text */
td.sect
{
    background: #eee;
    border: 2px solid black;
    vertical-align: top;
}

table.sectside
{
    border-spacing: 20px;
    background: #000033;
}

/* background: #99CCFF */
/* background of side panel */
td.sectside
{
    background: #CCCCCC;
    border: 2px solid black;
    vertical-align: top;
}

ul.spaced li
{
    margin-top: 1em;
}
