BODY {
    background-color: #888;
    margin: 0;
}

#site-wrapper {
    border: 1px black solid;
    margin-left: 2em;
    margin-right: 2em;
    background-color: white;
    position: relative;
}

#site-header {
    height: 70px;
    background-color: #4B4B81;
    border-bottom: 1px black solid;
    padding: 0.5em;
}

#site-logo {
    background: transparent url(logo.jpg) no-repeat;
    width: 280px;
    height: 60px;
}

#site-logo A {
    display: block;
    width: 280px;
    height: 60px;
    text-indent: -50em;
    border: none;
}

#site-logo A:hover {
    background: transparent;
}

#main-wrapper {
    padding: 1em;
}

#site-footer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 2em;
    border-top: 1px black solid;
    border-bottom: 1px black solid;
    padding: 1em;
    background-color: #eee;
    font-size: 0.85em;
}

A, A:visited, A:active {
  color: #4b4b81 !important;
}

#ctxtnav UL {
}

#mainnav {
    border-left: 0;
    border-right: 0;
}

LI.active A {
    color: black !important;
}

#mainnav LI.active A {
    color: white !important;
}

#metanav {
    margin-top: 0.5em;
}

#search {
    margin-top: -2em;
}

.version {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.3em;
    font: normal 10px Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
}

.status-message {
    color: red;
    font-weight: bold;
}

/*************************************/
/* Styles Pulled from Trac */
/*************************************/

body, th, td {
 font: normal 13px Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
}

h1, h2, h3, h4 {
 font-family: Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif;
 font-weight: bold;
 letter-spacing: -0.018em;
 page-break-after: avoid;
}
h1 { font-size: 19px; margin: .15em 1em 0.5em 0 }
h2 { font-size: 16px }
h3 { font-size: 14px }
hr { border: none;  border-top: 1px solid #ccb; margin: 2em 0 }
address { font-style: normal }
img { border: none }
tt { white-space: pre }

.underline { text-decoration: underline }
ol.loweralpha { list-style-type: lower-alpha }
ol.upperalpha { list-style-type: upper-alpha }
ol.lowerroman { list-style-type: lower-roman }
ol.upperroman { list-style-type: upper-roman }
ol.arabic     { list-style-type: decimal }

/* Link styles */
:link, :visited {
 text-decoration: none;
 color: #b00;
 border-bottom: 1px dotted #bbb;
}
:link:hover, :visited:hover { background-color: #eee; color: #555 }
h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited,
h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited {
 color: inherit;
}

/* Heading anchors */
.anchor:link, .anchor:visited {
 border: none;
 color: #d7d7d7;
 font-size: .8em;
 vertical-align: text-top;
}
* > .anchor:link, * > .anchor:visited {
 visibility: hidden;
}
h1:hover .anchor, h2:hover .anchor, h3:hover .anchor,
h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {
 visibility: visible;
}

/* Navigation */
.nav h2, .nav hr { display: none }
.nav ul { font-size: 10px; list-style: none; margin: 0; text-align: right }
.nav li {
 border-right: 1px solid #d7d7d7;
 display: inline;
 padding: 0 .75em;
 white-space: nowrap;
}
.nav li.last { border-right: none }


/*************************************/
/* Project Creation */
/*************************************/

.helper-note {
    font-size: 85%;
    color: #666;
}

.create-project LABEL {
    font-weight: bold;
}

.create-project .helper-note {
    margin: 0 0 0 1em;
}

.create-project .project-name INPUT {
    font-size: 125%;
    width: 20em;
}

.create-project INPUT {
    margin-top: 1em;
}

.project-created DT {
    font-weight: bold;
    display: block;
    width: 13em;
    float: left;
    clear: left;
    margin: 0.5em 1em 0 0;
}

.project-created DD {
    display: block;
    float: left;
    margin: 0.5em 1em 0 0;
}

.clear {
    clear: both;
}


/*************************************/
/* Main Page (project listing, etc)  */
/*************************************/

.manage-link {
    font-size: 80%;
}

.projects DL {
    margin: 0;
    padding: 0;
    padding-left: 2em;
}

.projects DT {
    padding-top: 1em;
    font-weight: bold;
}

.hidden {
    display: none;
}
