/**
*   CSS definiton for project LXX
*
*   01.03.2009/jt: initiate net CSS
*/


/**
*   Basic
*/

body
{
    font-family: "trebuchet ms", sans-serif;
    font-size: 11pt;
    background-color: #FAE6C3;
    color: #000000;
    margin: 0px;
}



/**
*   Menu and navigation
*/

table.navigation {
    border: 0px;
}

table.navigation td {
    background-color: #CBBAA1;
    padding: 6px;
}

/**
*   Output DIV
*/
#output { margin: 4px; }

/*
 * Colored and alternating table rows and cells
 */
table.alternatives {
    border: 1px solid black;
    border-collapse: collapse;
    white-space: nowrap;
}
table.alternatives td {
    border: 1px dotted gray;
    padding: 0.1em 0.5em;
    color: black;
}
table.alternatives tr.r0 td {
    background-color: #eCe6bF;
}
table.alternatives tr.r1 td {
    background-color: #eEeEe2;
}

table.alternatives a { text-decoration: none }
table.alternatives a:link { color: #000000; }
table.alternatives a:visited {color: #000000; }
table.alternatives a:hover { color: #333333; }
table.alternatives a:active { color: #333333; }

