#header {
    padding-top: 10px;
    padding-left: 10px;
}

#logo {
    float: left;   
}

#pagebody {
    clear: left; 
}

#sidebar {
    padding-top: 7px;
    padding-left: 10px;
    min-width: 240px;
    float: left;
}

#content {
    margin-left: 260px;
    padding-left: 30px;
    padding-right: 50px;
}

/* wiki stuff */

.search, .nav, .date, #footer {
    display: none;
}

#tabs {
    margin-top: 20px;
    padding-bottom: 4px;
    border-top: 1px solid #cccccc;
}

#tabs ul {
    margin: 0;
    padding: 0;
    height: 20px;
}

#tabs li {
    width: 90px;
    height: 20px;
    display: block;
    float: left;
    margin: 0 2px 0 0;
    padding: 0;
    font-size: 11px;
    background: url(../images/tab-bg.gif) no-repeat top left;
}

#tabs a {
    display: block;
    padding: 2px 0 0 10px;
    color: #000000;
    text-decoration: none;
}

/* forms and inputs */


input, textarea {
    
}

textarea {
    overflow: auto;   
}

input.smalltext, textarea.text {
    padding: 0 0 0 2px;
    font-size: 12px;    
    width: 250px;
    border: 1px solid #999999;
}

textarea.text {
    height: 60px;
}

textarea.html {
    padding: 0 0 0 2px;
    font:  12px "Lucida Console","Courier New",monospace;
    width: 700px;
    height: 300px;    
    border: 1px solid #999999;
}

input.button {
    background: #999999;
    color: #ffffff;
    border: none;
    margin-right: 2px;
    padding: 0 2px 0 2px;    
}

div.field {
    margin-bottom: 8px;
}

div.label {
    font-size: 11px;   
}

.error {
    color: #ff0000;    
}

.broken {
    color: #666666;   
}

/* file comparisons */

table.diff {
    width: 100%;
}

table.diff td {
    /*width: 50%;*/
    vertical-align: top;
    padding: 2px 0 0 5px;
}

.unchanged, .changed, .inserted, .removed, .null {
    font: 12px "Lucida Console", "Courier New", monospace;
}
.unchanged {
    background-color: #dddddd;
}
.changed {
    background-color: #ffff99;
}
.inserted {
    background-color: #99ff99;
}
.removed {
    background-color: #ff9999;
}
.null {
    background-color: #cccccc;
}
