#header_pane {
    background: #628DC7;
}

#logo_pane {
    text-align: center;
}
    
#logo_pane img {
    width: 131px;
}

#container {
    min-height:100%;
    position: absolute;
    margin-left: 80px;
    background: #FFF;
}
#group_1 {
    width: 125px;
    background: #fff;
    float: left;
}
    
#group_2 {
    float: left;
    width: 600px;
    background: #FFF;
    margin: 0px 10px 0px 0px;
    padding: 0px 30px 30px 0px;
}

#links {
    background:#FFF;
    color:#628DC7;
    margin-right:25%;
}

div#links div.side span a { display: inline }
div#links div.side span:after { content: " | " }

html {
}

body {
    background:#EAEAEA;
    font-family: sans-serif;
    font-size: 12px;
    color: #2E415A;
    top-margin: 0px;
    left-margin: 0px;
    bottom-margin: 0px;
    right-margin: 0px;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #628DC7;
}

hr {
    border: 0px;
    padding: 0px;
    margin-bottom: 10px;
    clear: both;
    height: 1px;
    background-color: white;
    border-bottom: 1px solid #2E415A;
}

input[type=text] {
    height: 14px;
    font-family: sans-serif;
    font-size: 11px;
    color: #2E415A;
    border: 1px solid #628DC7;
    padding: 0px;
}

ul {
    list-style-type: circle;
}

form.edit input { position: absolute; left: 3% }
textarea { width: auto }
pre {
    background-color: #fff;
    color: black;
    border: none;
}

/* ------------------------------------------------------------------- */

a         {text-decoration: none}
a:link    {color: #628DC7}
a:visited {color: #6E7E95}
a:hover   {text-decoration: underline}
a:active  {text-decoration: underline}
a.empty   {color: gray}
a.private {color: black}

.error    {color: #f00;}

div.side a { display: list-item; list-style-type: none }
div.upper-nav { }
textarea { width: 100% }
div.navigation a:visited {
    color: #628DC7;
}
