html, body, .table_main {
    font-family: helvetica, sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    height: 100%;
    width: 100%;
}

.row_top {
    height: 75px;
}

.cell_institute_name {
    background-color: #016129;
    width: 100%;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
    border-color: #6bb17e;
    vertical-align: top;
}

.cell_main,.cell_main_text {
    background-color: #d9fdd9;
    height: 100%;
    vertical-align: top;
    padding-top: 25px;
    padding-right: 30px;
}

.cell_main_text {
    font-size: 14px;
    padding-top: 0px;
    width: 100%;
}

.cell_main_pics {
    vertical-align: top;
}

.cell_menu {
    background-color: #016129;
    height: 100%;
    width: 200px;
    background-image: url("../imgs/menu.gif");
    vertical-align: top;
}

.cell_logo_top {
    width: 250px;
    height: 75px;
    background-image: url("../imgs/logo_top.gif");
}

.cell_logo_bottom {
    width: 250px;
    height: 125px;
    background-image: url("../imgs/logo_bottom.gif");
}

.title_institute, .title_institute_location {
    font-size: 24px;
    font-weight: bold;
    color: #d9fdd9;
    margin: 5px;
    white-space: nowrap;
}

.title_institute_location {
    font-size: 18px;
}

.title {
    color: #016129;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
}

ul.tree_menu {
    color: #d9fdd9;
    padding-left: 1em;
    margin-left: 0em;
    list-style: none;
}

.tree_menu, .tree_menu_bold {
    list-style: none;
    color: #d9fdd9;
    padding: 2px;
    padding-left: 0px;
    text-decoration: none;
    font-weight: normal;
}

.tree_menu_bold {
    font-weight: bold;
}

div.tree_menu {
    width: 170px;
    margin: 15px;
    padding: 0px;
    vertical-align: top;
}

input.search {
    border-color: #d9fdd9;
    background-color: #d9fdd9;
    width: 125px;
}

input.search2 {
    border-color: #d9fdd9;
    width: 60%;
}

input.search_button {
    color: white;
    background-color: #016129;
}

.flags {
    border: none;
}

.desc {
    font-style: italic;
}

.attachment {
    font-size: 16px;
    font-weight: bold;
    color: #016129;
}

a.attachment {
    font-size: 1em;
    font-weight: normal;
    color: black;
}

h1 {
    color: #016129;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 2px;
    margin: 0px;
}

a {
    color: #016129;
}

.normal {
    font-size: 14px;
}

.abstract {
    border-color: green;
    border-left: solid 1px;
    padding-left: 10px;
}


.stat {
    background-color: #d9fdd9;
    vertical-align: top;
    padding: 3px;
}

