
body {
    background-color: white;
    margin-top: 0;
}


th {
    text-align: center;
    vertical-align: top;
}


/* Forms: */

form {
    text-align: center;
}

form table {
    text-align: left;
    background-color: silver;
    border: outset 2px silver;
}

form table tr th {
    text-align: right;
    font-weight: normal;
}

fieldset {
    border: solid 2px groove;
}

fieldset table {
    width: 100%;
    border: none;
}


hr {
    margin: 0;
}


pre{
    background-color: #dddddd;
}


.head {
    width: 100%;
    border-collapse: collapse;
    border-bottom: solid 2px silver;
    margin-bottom: 0em;
}

.logo {
    font-size: 280%;
    font-weight: bold;
    color: silver;
    text-decoration: none;
}

.logo2 a {
    font-size: 200%;
    font-weight: bold;
    color: silver;
    text-decoration: none;
}


.navig {
    text-align: center;
    font-family: sans-serif;
    font-size: small;
}

/*
.navig a {
    color: blue;
}
*/

.navig2 {
    clear: both;
    margin-top: 0.5em;
    margin-bottom: 0;
    text-align: center;
    font-family: sans-serif;
    font-size: small;
}


.numeric {
    text-align: right;
}

.err {
    color: red;
}

.ok {
    color: green;
}

.err p, .ok p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: small;
}

.err, .ok {
    margin-top: 1em;
    margin-bottom: 1em;
}


.info table {
    border-style: solid;
    border-width: 1px;
    border-color: blue;
    background-color: #f0f0ff;
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
}

.info table tr th {
    text-align: right;
    vertical-align: top;
    font-weight: bold;
}

.info table tr td.separator {
    height: 1px;
    background-color: blue;
}

.info table tr td.misc {
    font-weight: normal;
    font-size: x-small;
    font-family: 'Arial';
}


.listing_info, .url_info {
    width: 50%;
}

.aff_info {
    width: 40%;
}


.page_navig {
    font-family: sans-serif;
    font-size: small;
}


.copyright {
    clear: both;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: silver;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: x-small;
}

.active_line {
    background-color: #eeffee;
}

.disabled_line {
    background-color: #ffeeee;
}

.wide input, .wide select, .wide textarea {
    width: 100%;
}