
#main { 
    margin-left: 140px; 
    padding-left: 10px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#main p {
    padding-right: 20px;
}

#banner dl {
    float: left;
    clear: none;
    margin: 0 0 0 10px;
    width: 110px;
    padding: 0px 3px 5px 3px;
    line-height: 12px;
    font-size: 8pt;
    list-style: none;
}

#banner dt {
    text-align: left;
    font-weight: bold;
    color: #36c;
    font-size: 1.2em;
    clear: none;
}

#banner dd {
    margin: 0;
    clear: none;
}

#banner dd ul, #banner dd li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #00c;
}

#banner dd a {
    display: block;
    color: #00c;
    border: 1px solid white;
    line-height: 20px;
    text-decoration: none;
    padding: 1px 0 1px 0.5em;
    font-size: 12px;
    clear: none;
}

#banner dd a:hover {
    background: #eee;
    border-color: #ccc;
}

#search {
    margin-top: 10px;
    float: right;
    clear: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

#header h1 {
    margin: 0 0 0 0;
    color: #36c;
    background-color: transparent;
    font-size: 300%;
    font-weight: bold;
    margin-bottom: 1mm;
    text-align: center;
    padding-bottom: 8px;
    text-transform: lowercase;
}

#header h2 {
    color: #47d;
    text-align: center;
    margin-top: -20px;
    padding-right: 10%;
    font-size: 8pt;
    font-weight: normal;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
 background: #f7f7f7;
 border-bottom: 1px solid #d7d7d7;
}

h3 {
    color: #707070;
    background-color: transparent;
    font-size: 100%;
    font-weight: bold;
}

h4 {
    color: #707070;
    background-color: transparent;
    font-style: italic;
    font-size: 80%;
    font-weight: bold;
    text-align: left;
}

:link, :visited {
color: #00b;
       border-bottom: 1px solid white;
}

h1 :link, h1 :visited {
   color: #00b;
}

h1 {
    border-bottom: 1px solid #ccc;
}

table.tickets,
#dirlist,	
#preview,
#filters,
table.reports {
clear: right;
}

#info,
#changeinfo,
#help
{
clear: none;
}

form hr { display: inline; }

div.diff {
clear: right;
}
.diff ul.entries {
clear: none;
margin-top: 30px;
margin-left: 10px;
display: block;
}
li.entry,
li.entry h2 { clear: right; }
.diff #legend { clear: none; display: block; float: none }


#attachment .field,
#attachment label,
#attachment input {
margin-left: 10px;
clear: none;
}

div.buttons { clear: right; }

hr {
display: none;
}

.search form { border-bottom: 1px solid #ccc; }
table.listing { clear: right; }


/* Adjustment to make admin panel all "fit" under the nav-on-the-left view */
.admin #tabcontent {
    clear: none;
    margin-left: 12.5em;
}

.admin #tabs {
    float: left;
    clear: none;
    position: absolute;
    left: 0px;
    top: 20px;
}

#content.prefs #tabcontent {
    clear: none;
    margin-top: 22px;
}

#content .browser h1 br {
display: none;
}

