#banner #header {
    display: none;
}

#banner #search {
    display: none;
}

#banner {
    margin-top: 5px;
}

#footer {
    display: none;
    border: none;
}

#footer .right {
}

.wikipage h1, .wikipage h2, .wikipage h3, .wikipage h4 {
    letter-spacing: normal;
}

.wikipage h1 a, .wikipage h2 a, .wikipage h3 a, .wikipage h4 a {
    text-decoration: none;
}

.wikipage tt {
    background-color: #F7F7F7;
    border: 1px solid #D7D7D7;
    overflow: auto;
}

blockquote.citation {
    font-weight: normal;
}

#metanav {
    text-transform: lowercase;
}

#ctxtnav {
    text-transform: lowercase;
    height: auto;
}

#changelog {
    background-color: white;
}

.nav a {
    text-decoration: none;
}

.nav ul {
    font-size: inherit;
}

* html #mainnav :link, * html #mainnav :visited {
    background-image: none;
}

#mainnav {
    border: none;
    text-transform: lowercase;
    font: inherit;
    background: none;
    margin: 4px 0;
}

#mainnav ul {
    background-color: #efefef;
    height: 22px;
    padding: 0;
    border: none;
    text-align: left;
}

#mainnav ul li {
    list-style: none;
    border: none;
    padding: 0;
}

#mainnav :link, #mainnav :visited {
    background-image: none;
    padding: 2px 12px 4px 12px;
    border: none;
}

#mainnav :link:hover, #mainnav :visited:hover {
    border: none;
}

#mainnav .active :link, #mainnav .active :visited {
    background-image: none;
    background-color: #fff;
    border-right: 1px solid #fff;
}

#mainnav .active :link:hover, #mainnav .active :visited:hover {
    background-image: none;
}

#mainnav ul > li:first-child {
    padding-left: 0;
}

#metanav ul > li:first-child {
    padding-left: 0;
}

#content {
    padding: 0;
}

#content.ticket {
    width: 100%;
}

form#prefs {
    font-size: 0.85em;
}

/*reports.css overwrites*/
table.listing tbody tr:hover {
}

h2.report-result {
    margin: 10px 0 0;
}

/*timeline.css overwrites*/
dt :link:hover, dt :visited:hover {
    background-color: #d9edf7;
}

/*search.css overwrites*/
#results dd {
    font-size: 1em;
    margin: 0;
    padding: 0
}

/*browser.css overwrites*/
#dirlist td.name a.dir {
    background-image: url(//media.cyberduck.io/img/folder.png)
}

.wiki-toc .active {
    background-color: transparent;
}

.wikipage h1 a.wiki, .wikipage h2 a.wiki {
    font-weight: bold;
}

.wikipage ul ul {
    list-style-type: circle;
}

.trac-resizable {
    width: 100%;
}

#openid_form {
    width: auto;
}

#openid_form .error {
    font-size: 1.8em;
    font-weight: bold;
    margin: 0.15em 1em 0.5em 0;
}

div.login {
    border: none;
    margin: 0;
}

div.login h1 {
    text-align: left;
    margin-top: 0.15em;
    width: auto;
}

.wiki-toc, #prefs, #ticket, #changelog, #attachments {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.wiki-toc, #prefs, #ticket {
    /*color: #3a87ad;*/
    background-color: #d9edf7;
    border-color: #bce8f1
}

#changelog, #attachments {
    /*color: #c09853;*/
    background-color: #fcf8e3;
    border-color: #fbeed5
}

h2, h3 {
    /*font-size: inherit;*/
    margin-top: 5px;
}

#ticket h2.summary {
    font-size: 30px;
}

#ticket .description h1 {
    font-size: inherit;
}

#ticket .description h2 {
    font-size: inherit;
}

legend {
    font-size: inherit;
}

#attachments .attachments {
    padding: 1em;
}

input[type=text], input.textwidget {
    width: 100%;
}

#attachments > div {
    border:none;
}

:link, :visited {
    color: #428bca !important;
}
