﻿body {
    padding-bottom: 20px;
    font-feature-settings: "liga";
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    color: #222222;
    line-height:1.6;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 500px;
}

p:first-of-type {
    font-weight: bold;
    font-size: 24px;
    color: #00b0f0;
}

.forumtitle {
    font-weight: bold;
    font-size: 14px;
    color: #00b0f0;
}

.toppanel {
    width: 100%;
    background-color: #68B1C5;
    height: 10px;
}

.top {
    width: 100%;
    height:120px;
    background-color: #ffffff;
}

.container-fluid {
    height: 100%;
    display: table;
    width: 100%;
    padding: 0;
}
.row-fluid {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.centering {
    float: none;
    margin: 0 auto;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #68B1C5;
    color: white;
}

.footermain {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #68B1C5;
    color: white;
    text-align: center;
}
.footer {
    width: 100%;
    background-color: #68B1C5;
    color: white;
    text-align: center;
}

.btncenter {
    margin: 0 auto;
    display: block;
}

.pnlcookie {
    width: 100%;
    background-color: #ff0000;
    color: white;
    text-align: center;
}

.pnlbutton {
    background-color: white;
    color: #68B1C5;
}
ul.leaf {
    list-style-image: url('/graphics/folder.gif');
}
.RedColor {
    background-color: white;
    color: red;
    font-weight: bold;
}
.tableborder {
    border-collapse: collapse;
}

.tableborder td {
    border: 1px solid gray;
    padding-left: 2px;
    padding-right: 2px;
}

.tableborder th {
    border: 1px solid black;
    text-align: center;
    font-weight: bold;
    background-color: #e1e1e1;
    padding: 5px;
}
