/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    background-image: url("./images/background.gif");
    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 */
#main_container {
    background-color: #FFFFFF;
    width: 760px;
    height: auto;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: x-small;
}

#bottom_container {
    background-image: url("./images/bottom.jpg");
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #ffffff;
    width: 100%;
    padding: 0px;
    padding-top: 14px;
    text-indent: 20px;
}

#top_bar_menu {
    background-color: transparent;
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: right;
    vertical-align: bottom;
}

#page_bar_menu {
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: right;
    vertical-align: bottom;
}

#top_bar_picture {
    background-image: url("./images/top.jpg");
    width: 760px;
    height: 94px;
}

#left_container {
    float:left;
    width: 150px;
}

#right_container {
    float:right;
    width: 150px;
}

.panel {
    background-color: #F5F7FA;
    border: 1px solid #d5d5d5;
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.panel h3 {
    background-color: #F0F5FA;
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0px;
    text-align: left;
    text-transform: lowercase;
    text-indent: 2px;
    font-size: small;
}
/* Menu panel */
.panel ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-indent: 0px;

}
.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;
}
#menu_panel .panel_li1 {
    border-top: 1px dotted #D5D5D5;
}
#links_panel {}
#picture_panel {
border-bottom: 3px solid #40C040;
}
#news_panel {
}
#news_panel .panel_li2 {
color: #FF0000;
font-size: small;
border-bottom: 1px solid #D5D5D5;
margin: 0px;
padding: 3px;
}
#event_panel {
border-bottom: none;
}
#event_panel a {
border-bottom: 1px solid #D5D5D5;
margin: 0px;
padding: 3px;
}

/* Main content container */
#body_container {
    background-image: url('./images/fadeback.gif');
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    float:left;
    width:430px;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
}
#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;
}
