
body {
    font-size: 11px;
    font-family: verdana;
    color: black;
    background-color: white;
}
input.button,
input.submit,
input.cancel {
    color: #FFFFFF;
    background: #666699;
    cursor: pointer;
    border-top: 1px outset #9999CC;
    border-left: 1px outset #9999CC;
    border-right: 1px outset #333366;
    border-bottom: 1px outset #333366;
    margin: 0px;
}

input.button[disabled],
input.submit[disabled],
input.cancel[disabled] {
    color: #999999;
}
input[disabled] {
    background-color: #EEEEEE;
}

textarea.error,
input.error {
    border: #CC0000 2px solid;
}

.action-results {
    font-size: 1.2em;
    font-weight: bold;
}

#title {
    font-size: 1.4em;
}
#leftnav {
    margin: 0;
    padding-top: 8px;
    padding-right: 15px;
    width: 175px;
}
#leftnav ul, li {
    list-style: none;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

#leftnav ul {
    border-top: 2px dotted #c8c8c8;
}
#leftnav li {
    border-bottom: 2px dotted #c8c8c8;
}

#leftnav li.selected {
    background-color: #E3E0A5;
}

#leftnav a {
    display: block;
    padding: 5px;
}
#leftnav a:hover {
    background-color: #E3E0A5;
    color: #003366;
}

a {
    text-decoration: none;
    color: #003366;
    font-weight: bold;
}

a:hover {
    color: #F60;
}


#box {
    width: 625px;
}


#box dl {
    clear: none;
}

#box .dlOn {
    background-color: green;
}

#box dt {
    background-color: #e4e4f5;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;
    padding: 4px;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-right: #666666 1px solid;
    border-bottom: 0px;
}

#box dt span.title {
    font-size: 1.1em
}

#box dt span.byline {
    font-size: .8em;
    font-weight: normal;
}

#box dd div.footer {
    border-top: silver 1px dashed;
    font-size: 1.0em;
    color: #666666;
    text-align: right;
}

#box dd div.footer a {
    font-size: 1.0em;
}

#box dd div.content {
    padding-bottom: 4px;
}

#box dd {
    clear: both;
    margin: 0px;
    margin-bottom: 14px;
    padding: 2px;
    background-color: #f1f1fa;
    border: #666666 1px solid;
}
.image-cell {
    text-align: center;
}

.image-table {
    text-align: center;
}


/* JavaScript Dialogs */
    #confirm_dialog,
    #bubble_dialog {
        position: absolute;
        z-index: +999;
    }
    #confirm_mask,
    #bubble_mask {
        position: absolute;
        z-index: +888;   /* Must be less than the dialogs. */
    }
    #confirm_dialog {
        border: 2px solid #666666;
        border-style: ridge;
        background-color: #F60;
        font-size: 1.2em;
    }
    #confirm_header,
    #bubble_header {
        border-bottom: 1px solid #666666;
        margin: 0px;
        padding: 2px 4px 2px 4px;
        font-weight: bold;
        padding: 2px;
    }
    #confirm_header {
        background-color: #666666;
        color: white;
    }
    #confirm_message,
    #confirm_buttons {
        overflow: auto;
        padding: 10px;
    }

 #bubble_dialog {
        border: 2px solid #666666;
        border-style: ridge;
        cursor: help;
        overflow: auto;
        margin-bottom: 5px;
        font-size: 1.1em;
    }
    #bubble_message {
        overflow: auto;
        padding: 4px;
    }

    div.bubble-header-info {
        background-color: #AACCCC;  ## #D8D8C4;
    }
    div.bubble-message-info {
        background-color: #DDEEEE;  ## #F8F8E4;
    }
    div.bubble-header-error {
        background-color: #FF9999;
    }
    div.bubble-message-error {
        background-color: #FFCCCC;
    }
    a.bubble-link-info,
    a.bubble-link-error {
        cursor: help;
        font-size: 1.25em;
    }
    a.bubble-link-error {
        color: darkred;
        font-weight: bold;
    }


