/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
    font-size:12px;
    color: black;
    font-family: "Tahoma", sans-serif;
    text-align: left;
}

table {
    font-size: 12px;
    color: black;
    font-family: "Tahoma", sans-serif;
}
li { margin: 10px; }
H2 {
    padding: 5px;
    font-size: 16px;
    font-weight:bold;
    color: #000;
}

A { color: #00F; text-decoration: underline; }

input {
    margin: 1px;
    border: 1px solid #000;
    background-color: white;
    color: black;
    width: 50%;
}

.button {
    background-color: white;
    width: auto;
}
select {
    border: 1px solid #000;
    color: black;
}

textarea {
    border: 1px solid #000;
    background-color: white;
    width: 100%;
    height: 300px;
}

img {
    border: none;
}

/* This allows us to align the whole page */
.bar {
    border-top: 1px solid gray;
    line-height: 20px;
}

/* Main content container */
#body_container {
    width: 554px;
    height: auto;
}
#htmlarea_container {
    margin-bottom: 5px;
    width: 100%;
}
#gallery_container {
    margin-bottom: 5px;
    width: 100%;
}
.picture_container {
float: left;
width: 138px;
height: 130px;
margin: 2px;
border: 1px solid gray;
text-align: center;
overflow: hidden;
}
#filelist_container {
    margin-bottom: 5px;
    width: 100%;
}
#login {
    line-height: 25px;
}
.spacer {
    width:0px;
    height: 0px;
    clear: both;
}
.toc { margin-left: 20px; padding: 0; list-style: square; }
.toc_l1 { margin-top: 10px; }
.toc_l2 { list-style: url('./images/punane.gif') square; }
