    body, input, select, textarea, button {
        font-family: Calibri, Verdana, Arial, sans-serif;
        color: #444;
    }

    a { color: #4597f4; }
    a:hover { text-decoration: none; }

    input, textarea {
        border: 1px dotted #999;
    }

    #container {
        min-width: 920px;
        width: 85%;
        margin: 0 auto;
    }

    #header {
        margin: 0 auto;
        padding-bottom: 1em;
    }


    fieldset {
        margin-bottom: 1em;
    }

    legend {
        font-family: Cambria;
        font-weight: bold;
        color: #fafafa;
        background: #ef0000;
        padding: 0 5px;
    }

    .empty { border: 1px solid red; }

    .hidden { display: none; }

    .notice { color: red; }

    .odd { background-color: #dce6f1; }
    .even { background-color: #f2f2f2; }

    .example { font-weight: normal; font-size: 80%; margin-left: 1em; }

    button.yes .ui-icon { background-image: url(images/ui-icons_2e83ff_256x240.png) !important; }
    button.no  .ui-icon { background-image: url(images/ui-icons_cd0a0a_256x240.png) !important; }

    #menu {
        padding-bottom: 1em;
    }

    #menu a { font-weight: bold; }

    .action-buttons {
        display: block;
        width: 182px;
        height: 39px;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        background-image: url("../images/action-buttons.png") !important;
        border: 1px solid #777;
        float: left;
        margin-right: 10px;
        cursor: pointer;
    }

    #pager, .pager {
        margin-top: .5em;
        margin-bottom: .5em;
    }


    /* {{{ Action Central */
        #requests-listing {
            font-size: 1em;
            margin-top: 2em;
            width: 100%;
            border-collapse: separate;
            border-spacing: 2px;
            border: 1px solid #4597f4;
        }

        #requests-listing thead th,
        #requests-listing tfoot th {
            font-weight: bold;
            background-color: #4597f4;
            color: white;
        }

        #requests-listing caption {
            text-align: left;
            padding-bottom: .5em;
            font-weight: bold;
            padding-left: .25em;
        }

        #requests-listing th {
            text-align: left;
            vertical-align: bottom;
        }

        #requests-listing th,
        #requests-listing td {
            padding: .25em .5em;
            font-size: .85em;
            /*
            background: #b8cce4;
            background: #dce6f1;
            */
        }

        #requests-listing td {
        }

        #requests-listing a {
            font-weight: bold;
            color: #49d;
        }

    /* }}} */

    /* {{{ Listing */
        #listing {
            width: 646px;
            height: 324px;
            background-image: url("../images/counter-heading.png");
            background-position: top left;
            background-repeat: no-repeat;
        }

        #listing .counter {
            width: 646px;
            height: 50px;
            display: block;
            float: left;
            position: relative;
            top: 74px;
            background-repeat: no-repeat;
        }

        #listing #queued {
            background-image: url("../images/counter-queued.png");
        }

        #listing #in-progress {
            background-image: url("../images/counter-inprogress.png");
        }

        #listing #on-hold {
            background-image: url("../images/counter-onhold.png");
        }

        #listing #completed {
            background-image: url("../images/counter-completed.png");
        }

        #listing #cancelled {
            background-image: url("../images/counter-cancelled.png");
        }

        #listing ul {
            color: white;
            font-family: impact;
            font-size: 18pt;
            margin-left: 112px;
            margin-top: -16px;
        }

        #listing ul li {
            float: left;
            height: 26pt;
            list-style: none outside none;
            margin-right: 22px;
            text-align: center;
            width: 48px;
            padding-top: 23px;
        }

        #listing ul li a {
            color: white;
        }

        table.requests-listing {
            margin-top: 1em;
            width: 100%;
            border-collapse: separate;
            border-spacing: 2px;
            border: 1px solid #4597f4;
        }

        table.requests-listing thead th {
            background-color: #4597f4;
            color: white;
        }

        table.requests-listing caption {
            text-align: left;
            padding-bottom: .5em;
            font-weight: bold;
            padding-left: .25em;
        }

        table.requests-listing th {
            text-align: left;
            vertical-align: bottom;
        }

        table.requests-listing th,
        table.requests-listing td {
            padding: .25em .5em;
            font-size: .85em;
            /*
            background: #b8cce4;
            background: #dce6f1;
            */
        }

        table.requests-listing td {
        }

        table.requests-listing a {
            font-weight: bold;
            color: #49d;
        }

    /* }}} */

        #assignment-panel {
            font-size: 20pt;
        }

        #open-work-logs { background-position: -1274px 0; }
        #open-work-logs:hover { background-position: -1274px -39px; }

        .open-work-logs { background-position: -1274px 0; }
        .open-work-logs:hover { background-position: -1274px -39px; }

        /*
        a#request-assignment { background-position: 0 0; }
        a#request-assignment:hover { background-position: 0 -39px; }

        a#voicerecord-located { background-position: -182px 0; }
        a#voicerecord-located:hover { background-position: -182px -39px; }
        */

        .ui-dialog-title { color: white; }

    /* }}} */

    /* {{{ Manage Users page */
        .users { font-size: 11pt; }

        .users {
            margin-top: 2em;
            width: 100%;
            border-collapse: separate;
            border-spacing: 2px;
            border: 1px solid #4597f4;
        }

        .users thead th {
            background-color: #4597f4;
            color: white;
        }

        .users caption {
            text-align: left;
            padding-bottom: .5em;
            font-weight: bold;
            padding-left: .25em;
        }

        .users th {
            text-align: left;
            vertical-align: bottom;
            font-weight: bold;
        }

        .users th,
        .users td {
            padding: .25em .5em;
            font-size: .85em;
        }

        .users td {
        }

        .users a {
            font-weight: bold;
            color: #49d;
        }

        .users .name { width: 20%; }
        .users .username { width: 15%; }
        .users .rank { width: 10%; }
        .users .agency { width: 20%; }
        .users .department { width: 20%; }
        .users .active { text-align: center; }
        .users .locked { text-align: center; }

    /* }}} */

    #historical-dialog table {
        border: 1px solid #aaa;
    }

    #historical-dialog table th,
    #historical-dialog table td{
        border: 1px solid #aaa;
        padding: .25em;
    }

    #historical-dialog table td{
        text-align: right;
    }
