/** Default style **/
body {
    background: #fff;
    font-family: 'Trebuchet MS', Sans-Serif;
    font-size: 10pt;
    color: black;
    margin:10px 10px 0px 10px;
    padding:0px;
}

#header {
    background: #000 url('header_bg.png') repeat-x;
    /*border:1px solid #000;*/
    height: 39px; /* FF get's this */
}

div.header {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 140%;
    font-weight: bold;
    color: #fff;
}

#main {
    background:#fff;
    margin-left: 199px;
    margin-right:199px;
    margin-left: 201px;
    margin-right:201px;
    padding: 1em;
}

html>body #main {
    margin-left: 201px;
    margin-right:101px;
}

#left-column {
    position: absolute;
    left:10px;
    top:55px;
    width:200px;
    background:#fff;
    padding-top: 1em;
}

#right-column {
    position: absolute;
    right:10px;
    top:55px;
    width:100px;
    background:#fff;
}

#login-info {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

#navi ul li {
    margin: auto auto auto -25px;
    white-space: nowrap;
}
#navi a {
    text-decoration: none;
    color: #000;
}
#navi a:hover {
    text-decoration: underline;
}

#navi ul {
    list-style-type: none;
    font-family: 'Trebuchet MS', Sans-Serif;
    font-size: 10pt;
}

#navi ol li {
    margin: auto auto auto -25px;
}
#navi ol {
    list-style-type: none;
}

#navi .unpublished a {
    color: #c0c0c0;
}

#navi .hiddenpublished a {
    color: gray;
}

#navi .unpublished {
    color: #c0c0c0;
}

#navi ul.moving {
    cursor:pointer;
    background-color:#fff;
    font-size: 10pt;
    font-family: 'Trebuchet MS', Sans-Serif;
}
.drag {background-color:#fff;}
.nCollapse {background-color:#ddd; color:red;}
.unlocked {background-color:#cfc;}

.header_common {
    font-weight: bold;
    font-size: larger;
}
div.error_string {
    background-color: transparent;
    display: inline;
    color: red;
}

#toolbar {
    display: block;
}
.toolbar-left {
    display: inline;
    margin-right: 30%;
}
.toolbar-right {
    display: inline;
    margin-left: 40%;
}

.centered {
         /* top right bottom left */
    text-align: center;
    margin: 0px auto 0px auto;
}

#adduser {
    margin: 0.5em auto 0.5em auto;
}

#closewindow {
    margin: 0.5em auto 0.5em auto;
}
#comment_info {
    background: #c0c0c0;
    border-bottom: 1px solid black;
    padding: 5px;
}
#comment_anchor {
    text-align: right;
}
#comment_content {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 5px;
}
#comment_form {
    margin-top: 1em;
}
#filebrowser {
    width: 100%;
    height: 300px;
    overflow: scroll;
}
pre, .kode { 
    background-color: #f5f5f5;
    padding: 10px;
    border: 1px dotted gray;
    font-family: 'courier new', monospace;
    font-size: 10pt;
}
.note {
    background-color: #fafafa;
    padding: 2px 2px 2px 20px;
    margin-left: 20px;
    border: 1px solid black;
    font-size: 10pt;
}

