/* Jaws upgrader stylesheet */
ol.stagelist {
    float: left;
    border: 1px solid #3465a4;
    -moz-border-radius: 3px;
    background-color: #c1dcf8;
    padding: 10px;
    margin-left: 20px;
    margin-top: 0px;
    width: 150px;
}

ol.stagelist li {
    margin: 0px;
    margin-left: 20px;
}

li.current {
    font-weight: bold;
}

li.complete {
    text-decoration: line-through;
}

.content {
    padding-left: 210px;
    margin-right: 50px;
}

.msg_info, .msg_warning, .msg_error {
   -moz-border-radius: 4px;
    font-weight: bold;
    display: table-cell;
    text-align: left;
    height: 30px;
    min-height: 30px;
    padding-left: 32px;
    padding-right: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
    overflow: auto;
    background-repeat: no-repeat;
    background-position: 3px 5px;
}

.message_info {
    border: 1px solid #9db029;
    background-color: #e6f0a5;
    background-image: url("../images/stock/info-small.png");
}

.message_warning {
    border: 1px solid #fce94f;
    background-color: #fdf4a7;
    background-image: url("../images/stock/warning-small.png");
}

.message_error {
    border: 1px solid #cc0000;
    background-color: #fabfbf;
    background-image: url("../images/stock/error-small.png");
}

h1 {
    clear: both;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 35px;
    border-bottom: none;
}

h1 img {
    float: right;
}

.key {
    padding: 10px;
    border: 1px solid #d3d7cf;
    background-color: #eeeeec;
    margin-bottom: 10px;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}

label {
    font-weight: bold;
}

.form_comment {
    font-size: 80%;
}

.config-area {
    width: 100%;
    font-size: x-small;
}
