/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    background-color: white;
    font-size: 1em;
    color: #000000;
    font-family: "Tahoma", sans-serif;
    text-align: center;
}

table {
    font-size: x-small;
    color: #000000;
    font-family: "Tahoma", sans-serif;
}

H2 {
    margin-top: 5px;
    font-size: medium;
    color: #BB0000;
}

A { color: #0040A0; text-decoration: none; }
A:hover { color: #EE0000; }

input {
    border: 1px solid #555555;
    background-color: #ffffff;
    color: #000000;
    width: 100%;
}

.button {
    background-color: #FFF7F0;
    width: auto;
}

select {
    border: 1px solid;
    color: #000080;
}

textarea {
    border: 1px solid;
    background-color: transparent;
    width: 100%;
    height: 300px;
}

img {
    border: none;
}

/* This allows us to align the whole page */
#bottom_container {
    border-top: 1px solid #A1A1A1;
    background-color: #ffffff;
    width: 100%;
    padding: 0px;
    text-align: center;
}

#page_bar_menu {
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: right;
    vertical-align: bottom;
}
.panel_li1 {
    display: block;
    list-style: none;
    padding: 2px;
    padding-left: 5px;
    margin: 0px;
    text-indent: 0px;
    font-weight: bold;
}
.panel_li2 {
    display: block;
    list-style: none;
    padding: 0px;
    padding-left: 15px;
    margin: 0px;
    text-indent: 0px;
}
#body_container {
    background-color: #FFFFFF;
    float:left;
    width:430px;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    text-align: left;
    font-size: x-small;
}
#htmlarea_container {
    margin-bottom: 5px;
}
#htmlarea_container h2 {
    border-bottom: 1px solid #aa0000;
}
#gallery_container {
    margin-bottom: 5px;
    width: 100%;
}
.picture_container {
float: left;
width: 136px;
height: 130px;
margin: 2px;
border: 1px solid #D5D7D9;
background-color: #F1F3F5;
text-align: center;
overflow: hidden;
}
#filelist_container {
    margin-bottom: 5px;
    width: 100%;
}
#login {
    line-height: 25px;
}
#login input {
    width: 200px;
}
.spacer {
    width:0px;
    height: 0px;
    clear: both;
}

