/* Start shared style. */
a:link, a:hover, a:visited, a:active {
    color: #000000;
}

body {
    color: #000000;
    font-family: Verdana;
    font-size: 8pt;
}

th {
    text-align: left;
    vertical-align: top;
    font-size: 8pt;
    padding-right: 15px;
}

.illustration {
    border: 1px solid #111111;
}

.error {
    color: #ff0000;
    font-weight: bold;
}

.rounded_corners {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.blue_header {
    background-color: #577CC9;
    padding: 5px 0px 5px 15px;
    margin-bottom: 10px;
}

.section_link {
    font-weight: bold;
}

.page_navigation {
    font-weight: bold;
    margin: 25px 10px 10px 10px;
    text-align: center;
}

/* End shared style. */

/* Start form style. */

.form_field {
    border: 1px solid #000000;
    width: 300px;
}

.form_textarea {
    border: 1px solid #000000;
    width: 300px;
    height: 200px;
}

.form_captcha {
    border: 1px solid #000000;
    width: 118px;
}

/* End form style. */

/* Start quick layout. */

.qtoc, .qcomment {
    font-weight: bold;
    font-size: 110%;
}

/* End quick layout. */

#container {
    float: left;
    width: 900px;
    margin-right: 30px;
}

#header {
    background-color: #879CC9;
    padding: 5px 0px 15px 15px;
    margin-bottom: 10px;
}

#qtoc {
    padding: 0px 0px 0px 15px;
    display: block;
    overflow: hidden;
}

#content {
    background-color: #eeeeee;
    padding: 5px 25px 5px 15px;
    margin-bottom: 10px;
}

/* Start comment style. */

.comment {
    background-color: #dfdfdf;
    padding: 5px 0px 5px 15px;
    margin-bottom: 10px;
}

.comment_author {
    margin-bottom: 0px;
    padding: 0px;
    display: block;
}

.comment_body {
    margin-top: 5px;
    padding: 0px;
    display: block;
}

#comment_form {
    /* background-color: #d0d0d0; */
    padding: 0px 0px 0px 15px;
    overflow: hidden;
}

/* End comment style. */
