@CHARSET "ISO-8859-1";
        body
        {
                width: 600px;
                font: 100 10pt/12pt Arial, 'sans-serif';
        }

        h3
        {
                margin: 5px 0px;
                color: #003399;
        }

        table.layout
        {
                border-collapse: collapse;
                width: 600px;
        }

        table.layout th
        {
                width: 120px;
                background: #b2b4bf;
                border-bottom: 1px solid white;
                color: white;
                font-weight: 100;
                padding: 6px;
                text-align: right;
                vertical-align:top;
        }

        table.layout th.title
        {
                width: auto;
                background: white;
                padding: 20px 0px 10px 0px;
                text-align: left;
                font-size: 18pt;
                color: #002664;
                border-bottom: 1px solid #ddd;
                vertical-align:top;
        }

        th.title em
        {
                font-style: normal;
                color: #b2b4bf;
        }

        table.layout th.section
        {
                font-size: 14pt;
                border: 0 none;
        }

        table.audit td
        {
                font-size:9pt;
        }

        .small
        {
                font-size:9pt;
        }

        table.layout td
        {
                width: 480px;
                padding: 6px;
                text-align: left;
                background: #ebf0f6;
                border-bottom: 1px solid white;
        }

        table.layout td.help
        {
                font-size: 11px;
                background: white;
                color: #002664;
                padding-left: 200px;
        }

        table.layout td.unpadded
        {
                padding: 0px;
        }

        table.layout td.agreement
        {
                padding: 20px 10px 20px 100px;
        }

        table.layout td.actions
        {
                background: white;
                padding: 10px 0px;
                text-align: right;
                width: 600px;
        }

        table.layout td.image
        {
                background: white;
                padding-left: 120px;
        }

        table.annotated th
        {
                color: #667;
                font-size: 8pt;
                padding: 0px 1px;
                background: transparent;
                border: 0 none;
                width: auto;
        }

        table.annotated td
        {
                padding: 0px 1px;
                border: 0 none;
                width: auto;
        }

        div.block_list label
        {
                display: block;
                margin: 10px 0px;
        }

        ul
        {
                padding: 0px;
        }

        li
        {
                margin: 10px 20px;
        }

        p.error
        {
                margin: 0px;
                font-size: 9pt;
                color: red;
        }

        p.info
        {
                margin-left: 100px;
                font-size: 11px;
                color: #002664;
        }

        input.wide
        {
                width: 300px;
        }

        input.name
        {
                width: 120px;
        }

        input.year
        {
                width: 60px;
        }

        input.short
        {
                width: 120px;
        }

        input.initial
        {
                width: 20px;
        }
        .hidden
        {
                display: none;
        }

        /* nav indicator */

        div.nav
        {
                height: 30px;
        }

        div.nav a
        {
                color: #4d6893;
                display: block;
                float: left;
                margin-right: 1px;
                width: 99px;
                padding: 2px 0px 2px 0px;
                background: #002664;
                text-align: center;
                font-weight: bold;
                font-size: 14px;
                cursor: pointer;
        }

        div.nav a.todo
        {
                color: #c9cbd2;
                background: #b2b4bf;
        }

        div.nav a.current
        {
                color: #4d71b8;
                background: #003399;
        }
