/* page */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 13px;
    color: black;
    background-color: white;
}

textarea {
    font-family: sans-serif;
    font-size: 13px;
}

/* common building blocks */

div#languages {
    width: 100%;
    border-bottom: solid 1px black;
    text-align: center;
    background-color: #aac;
}

div#languages p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 5px;
}

div#languages span {
    font-size: 12px;
    margin-left: 3ex;
    margin-right: 3ex;
}

div#languages a:link, div#languages a:visited {
    color: #448;
}


table#banner h1 {
    font-size: 32px;
}

table#banner p {
    font-size: 15px;
}

div#freeddavid {
    width: 100%;
    border-top: solid 1px black;
    text-align: center;
    background-color: #aea;
}

div#freeddavid p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

div#mainmenu {
    width: 100%;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    text-align: center;
    background-color: #aac;
}

div#mainmenu p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

div#mainmenu span {
    font-size: 13px;
    font-weight: bold;
    padding-left: 1.5ex;
    padding-right: 1.5ex;
    margin-left: 1.5ex;
    margin-right: 1.5ex;
}

div#mainmenu span#active {
    background-color: #77a;
}

div#mainmenu a {
    text-decoration: none;
}

div#mainmenu a:link {
    color: black;
}

div#mainmenu a:visited {
    color: #444;
}

div#mainmenu span:hover {
    background-color: white;
}


div#content {
    width: 550px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 50px auto 50px auto;
}

p#lastchange {
    text-align: center;
    font-size: 10px;
    color: #aaa;
}

div#footer {
    width: 100%;
    border-top: solid 1px black;
    text-align: center;
    background-color: #aac;
}

div#footer p {
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

div#footer a:link, div#footer a:visited {
    color: #448;
}

/* common elements */ 

hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.center {
    text-align: center;
}

.floatimg_left {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.floatimg_right {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}

.linkimg {
    border: 2px solid black;
}

.linkimg:hover {
    border: 2px solid #77a;
}

.numspace {
    margin-right: 0.5ex;
}

/* custom elements */

.prisondays {
    font-weight: bold;
    color: red;
}

.signatures {
    font-weight: bold;
}

p.gototop {
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

p.gototop a:link, p.gototop a:visited {
    color: #444;
}

div.feedback p.date {
    margin-bottom: 8px;
}

div.feedback p.spacer {
    margin-top: 30px;
}

div.feedback h3 {
    margin-top: 0;
    margin-bottom: 0;
}

div.feedback p.author {
    margin-top: 8px;
}

p.link {
    margin-bottom: 5px;
}

p.link_desc {
    margin-top: 5px;
    font-size: 12px;
}

div.news p.date {
    margin-bottom: 8px;
}

div.news p.spacer {
    margin-top: 30px;
}

div.news h3 {
    margin-top: 0;
}

table#signature_list {
    margin-top: 5px;
    margin-bottom: 5px;
    table-layout: fixed;
    border-collapse: collapse;
}

table#signature_list th {
    background-color: #ddd;
}

table#signature_list td, table#signature_list th {
    font-size: 11px;
    border: 1px solid black;
    vertical-align: top;
    padding-left: 2px;
    padding-right: 2px;
}

table#signature_list tr.row_hl {
    background-color: #f7f7f7;
}

table#signature_list th#col_title { width: 70px; }
table#signature_list th#col_name { width: 110px; }
table#signature_list th#col_country { width: 95px; }
table#signature_list th#col_comment { width: 170px; }
table#signature_list th#col_date { width: 79px; }

td.link_prevnext_page {
    font-size: 11px;
}

select.field_select_page {
    border: 1px solid black;
    min-width: 32px;
}

/* forms */

table#sign_form_table {
    margin-left: auto;
    margin-right: auto;
}

form#sign_form label {
    padding-right: 10px;
}

form .form_error {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

form#sign_form td.label_area {
    vertical-align: top;
}

form#sign_form .field_required {
    background-color: #f77;
}

form#sign_form input.field_text {
    width: 300px;
    border: 1px solid black;
}

form#sign_form textarea.field_area {
    width: 300px;
    height: 120px;
    border: 1px solid black;
    overflow: auto;
}

form#sign_form select.field_select {
    width: 300px;
    border: 1px solid black;
}

form#sign_form input.field_checkbox {
    margin-left: 0;
}

form#sign_form input.form_submit {
    width: 300px;
    margin-top: 20px;
    font-weight: bold;
    background-color: white;
    border: 2px solid black;
}
