﻿body {
    margin: 0px;
    background-image: url(../images/bg_gradient.png);
    background-repeat: repeat-x;
    background-position: left 118px;
    background-color: #164870;
}

img {
    border: 0px;
}

h1 {
    color: #daefff;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0px;
}

h1 em {
    font-style: normal;
    color: #f5e9ca;
}

h2 {
    font-weight: bold;
    font-size: 1.25em;
    margin: 1em 0 0 0;
    color: #f5e9ca;
}

h2+p {
    margin: 0px;
}

a {
    color: #f5e9ca;
}

label {
    display: inline-block;
    width: 125px;
    text-align: right;
}

#header {
    background-color: #194c74;
    text-align: left;
}

#sep {
    background-image: url(../images/darkblue-sep.png); 
    background-repeat: repeat-x;
    height: 20px;
    padding: 3px 10px 0 0;
    margin-bottom: -3px;
    font-family: Verdana, sans-serif;
    font-size: .75em;
    font-weight: bold;
    text-decoration: none;
}

#sidebar {
    float: left;
    width: 155px;
}

#content {
    margin: 0px 0px 0px 156px;
    padding: 15px;
    color: White;
    font-family: Verdana, sans-serif;
    font-size: .75em;
}

.portrait {
    float: left;
    padding: 0px 7px 7px 0px;
}

div.portrait {
    width: 200px;
    text-align: center;
}

div.floating {
    display: inline-block;
    width: auto;
    padding-right: 5px;
}

.error {
    color: #f2bdbd !important;
}