/**
    Application's stylesheet.
    Elements are ordered by priority (lowest to highest :
    element, element with class, element with id) and alphabetically
    for the properties values (ex: font, margin, width).
**/

a, body, dd, dl, dt, div, fieldset, form, h1, h2, h3, h4, h5, h6, img, li, ul,
ol, p, pre, table, td, tr
{
    margin: 0;
    padding: 0;
}

a {
    color: #F8590F;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

body {
    background: url("/images/background.png") repeat center #333;
    color: white;
    font-family: Verdana, "Lucida Grande", Tahoma, sans-serif;
    line-height: 1.3em;
}

#body {
    margin: 0px auto 15px;
}

code, textarea, pre {
    font-family: Monaco, "Bitstream Vera Sans Mono", monospace;
    font-size: small;
}

em {
    font-style: italic;
}

form.inplace_editor {
    border: none;
    margin: 10px auto;
    padding: 0;
    text-align: right;
}

form.inplace_editor {
    font-size: small;
}

form.inplace_editor a {
    font-weight: normal;
}

form.inplace_editor textarea {
    margin-bottom: 5px;
    width: 98%;
}

form.inplace_editor .editor_ok_button {
    font-weight: bold;
    margin-right: 5px;
}

img {
    border: none;
}

img.left {
	float: left;
}

div.press_articles img {
	float: left;
}

input.submit {
    border: 1px solid;
    font-weight: bold;
}

input.submit:hover {
    cursor: pointer;
}

label span.accesskey {
    text-decoration: underline;
}

p {
    text-align: justify;
}

p.confirmation {
    color: #373;
    font-size: 140%;
    font-weight: bold;
    margin: 15px 0;
    text-align: center;
}

strong {
    font-weight: bold;
}

sup {
    font-size: x-small;
}

ul {
    list-style-type: none;
}

.spacer {
    clear: both;
}

#footer p.legals {
	float: none;
	margin-bottom: 1em;
	text-align: justify;
	width: 100%;
}

#footer p.synbioz {
    color: #777;
    float: none;
    margin: 0;
    padding: 1.5em 0 0;
    text-align: center;
    width: 100%;
}

#footer p.synbioz a {
    color: #908550;
    text-decoration: underline;
}

#footer p.synbioz a:hover {
    color: #348AB9;
    text-decoration: none;
}
