    /*
        input screens
    */
    .gen {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        border: none;
        margin: 0px;
        color:#414141;
    }

    input {
        border: 1px solid #C0C0C0;
        font-weight: bold;
        background-color: #F5F5F5;
        font-size:1em;
        width:15em;
    }
    select {
        font-size:1em;
        width:15em;
    }
    textarea {
        border: 1px solid #C0C0C0;
        font-weight: bold;
        background-color: #F5F5F5;
        width:20em;
        height:7em;
    }

    .button {
        width:100px;
    }

    .container {

    }

    /*
        overview screens
    */
    .spacer {
        width:140px;
        font-size:12px;
        font-weight:bold;
    }

    #overview {
        border-bottom:1px solid #8484FF;
    }

    .cell_1 {
        background-color:#C9CCF5;
        font-size:11px;

    }

    .cell_2 {
        background-color:#F0F0F0;
        font-size:11px;

    }

    table.sortable td {
        font-size:13px;
    }

     /* Sortable tables */

    table.sortable a.sortheader {
        font-weight: bold;
        text-decoration: none;
        display: block;
        color:#000080;

    }
    table.sortable span.sortarrow {
        color: black;
        text-decoration: none;
        color:red;
    }