@charset "ISO-8859-1";

#content li {
    margin-bottom: 2px;
}

#content .prefixed-text {
    margin-top: 8px;
}

#content .prefixed-text .prefix {
    padding-right: 5px;
    font-weight: bold;
    width: 200px;
}

#content .prefixed-text .text {
    margin-left: 210px;
}

#content table {
    border-collapse: collapse;
}

#content .prefixed-text td {
    vertical-align: top;
    height: 100%;
    border-bottom: 1px #cccccc solid;
    padding-top: 3px;
}

#content p.important-message {
    text-align: center;
    display: block;
}

#content span.important-message {
    font-weight: bold;
}

#content .webmap li {
    list-style: none;
}

#content .file {
    text-align: center;
}

#registration {
    font-size: 90%;
}

#registration .line {
    margin-bottom: 3px;
    height: 34px;
}

#registration .line .label {
    float: left;
    width: 220px;
    padding-top: 3px;
    padding-right: 3px;
    text-align: right;
}

#registration .line .input {
    float: left;
    width: 180px;
}

#registration input {
    font-size: 90%;
    width: 180px;
}

#registration .line .message {
    margin-left: 420px;
    color: #ff0000;
}

#registration a {
    color: #4066cf;
}

#registration .footer {
    margin-left: 224px;
    margin-top: 15px;
}

#content .quotation {
    font-style: italic;
}

.two-col table {
    border: 1px #cccccc solid;
}

.two-col td {
    width: 50%;
    vertical-align: top;
    border-bottom: 1px #cccccc solid;
    padding: 3px;
}

.two-col th {
    background-color: #bbbbbb;
    border-bottom: 1px #cccccc solid;
    padding: 3px;
}

.image {
    border: 0px;
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
}

.image-left {
    border: 0px;
    float: left;
    margin: 5px;
    margin-right: 10px;
}

.image-right {
    border: 0px;
    float: right;
    margin: 5px;
    margin-left: 10px;
}

.image-left .image-link {
    width: 120px;
}

#content h1 {
    font-size: large;
    text-transform: uppercase;
}

h2.subtitle {
    font-weight: bold;
    font-size: 130%;
    color: #f7b24d;
}

h3.subtitle {
    font-weight: bold;
    font-size: 100%;
}

h4.subtitle {
    font-style: italic;
}

.paragraph {
    text-align: justify;
}

.description {
    text-align: justify;
    font-weight: bold;
}

.separation {
    clear: both;
    font-size: 0px;
}

.external-link,.internal-link,.email {
    text-align: center;
}

#contact {
    margin-top: 15px;
    font-size: 90%;
}

#contact .error {
    color: red;
}

#contact .element {
    margin-top: 3px;
}

#contact .label {
    padding-top: 3px;
    margin-right: 5px;
    width: 140px;
    float: left;
    text-align: right;
}

#contact input,#contact select option,#contact select,#contact textarea
    {
    font-size: 90%;
    width: 300px;
}

#contact .submit {
    background-color: #eeeeee;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    font-size: small;
    border: 0px none;
    height: 16px;
    width: auto;
}

#contact textarea {
    font-size: 100%;
}

.message .error {
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    color: #000000;
    border: 1px solid #ff0000;
    background-color: #ffeaea;
}

.message .info {
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    color: #000000;
    border: 1px solid #20457a;
    background-color: #e5ecf3;
}

.array table {
    width: 100%;
}

.array th {
    text-align: left;
    font-weight: normal;
}

.array th, .array td {
    vertical-align: top;
}

.array .border-row tr {
    border-bottom: 1px #cccccc solid;
}

.array .border-full td, .array .border-full th,.array .border-full-title td, .array .border-full-title th {
    border: 1px #cccccc solid;
}

.array .border-full-title th {
    font-weight: bold;
}

.array .border-full-title th.array-title, .array .border-full-title th.array-first-title {
    background-color: #bbbbbb;
}
        
.array .border-full-title td {
    text-align: center;
}

.labeled-image div {
    display: none;
    font-size: 0px;
}

.image-center {
    text-align: center;
}