body,
html {
    background-color: white;
    color: #000000;
    margin: 0px;
    padding: 0px;
    font-family: arial, helvetica, sans-serif;
}

img {
    border: 0;
}

.header {
    width: 100%;
    height: 110px;
    background-color: #E97A29;
    color: white;
    padding: 0px;
}

.header a {
    text-decoration: none;
    background-color: #E97A29;
    color: white;
}
.header a:hover {
    background-color: #E97A29;
    color: white;
}
.header a:active {
    background-color: #E97A29;
    color: white;
}
.header a:visited {
    background-color: #E97A29;
    color: white;
}
.footer {
    clear: both;
    width: 100%;
    height: 35px;
    background-color: #E97A29;
    color: white;
    text-align: right;
    padding-top: 4px;
    margin-top: 10px;
}
.footer a {
    text-decoration: none;
    background-color: #E97A29;
    color: white;
}
.footer a:hover {
    background-color: #E97A29;
    color: white;
}
.footer a:active {
    background-color: #E97A29;
    color: white;
}
.footer a:visited {
    background-color: #E97A29;
    color: white;
}

.smalltext {
    font-size: 10px;
}

.header .logo {
    float: left;
    margin: 10px;
}

.header .realpeople img {
    float: right;
    margin-top: 25px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0;
}

.mainbody {
    border-left: solid 1px black;
    margin-left: 200px;
    padding-left: 10px;
    padding-right: 10px;
}

.bold {
    font-weight: bold;
}

.mainbody * a {
    text-decoration: none;
    background-color: white;
    color: #E97A29;
}
.mainbody * a:hover {
    background-color: white;
    color: #E97A29;
}
.mainbody * a:active {
    background-color: white;
    color: black;
}
.mainbody * a:visited {
    background-color: white;
    color: #A0531C;
}

h1 {
   font-size: 25px;
}

h2 {
   font-size: 20px;
}

/* Menu CSS */

.menu {
    float: left;
    padding-left: 0px;
    margin: 0px;
    width: 200px;
    text-align: left;
}

.menu ul {
    padding: 0px;
    margin-left: 5px;
}

.menu li {
    list-style: none;
    width: 185px;
    margin-top: 5px;
    margin-left: 0px;
    padding-left: 5px;
}

.menu li a {
    text-decoration: none;
    display: block;
}

div.menuitem {
    background-color: #EEEEEE;
    color: black;
}

div.menuitem ul li {
    margin-left: 20px;
    width: 160px;
    padding-left: 5px;
}

div.menuitem:hover {
    background-color: #E97A29;
    color: white;
}

div.menuitem * a {
    color: black;
}

div.menuitem:hover * a {
    color: white;
}

div.menuitem:hover * div.menuitem2 a {
    background-color: transparent;
}

div.menuitem2:hover {
    background-color: #EEEEEE;
}

div.menuitem2:hover a {
    background-color: #EEEEEE;
    color: black;
}

div.menuitem:hover * div.menuitem2:hover {
    background-color: #EEEEEE;
    color: black;
}

div.menuitem:hover * div.menuitem2:hover a {
    background-color: #EEEEEE;
    color: black;
}

div.menuextrablock {
    width: 190px;
    background-color: #EEEEEE;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
}

div.menuextrablock a {
    text-decoration: none;
    display: block;
    background-color: #EEEEEE;
    color: #000000;
}

div.menuextrablock a:hover {
    background-color: #E97A29;
    color: white;
}

/* End Menu CSS */

ul.greylist li {
    list-style: none;
    background-color: #EEEEEE;
    color: #000000;
    margin: 5px;
    padding-left: 5px;
}

ul.greylist li a {
    background-color: #EEEEEE;
    color: #000000;
    display: block;
}

ul.greylist li:hover a {
    background-color: #E97A29;
    color: white;
}

.leftimage {
    float: left;
    margin-right: 10px;
    text-align: right;
}

.fullcenter {
    text-align: center;
}

.threadexperience {
    background-color: #E97A29;
    color: #000000;
}

.te_headline {
   background-color: #E97A29;
   color: white;
   text-align: center;
}

.te_row {
   background-color: #E97A29;
   color: white;
   text-align: right;
}

div.projects {
    margin-left: 20px;
    margin-top: 10px;
}

div.loginbox {
    width: 400px;
    margin-top: 20px;
    margin-left: 100px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #EEEEEE;
    color: #000000;
    border-style: solid;
    border-color: #E97A29;
    border-width: 2px 7px 2px 7px;
}
div.loginbox a {
    background-color: #EEEEEE;
    color: #E97A29;
}
div.loginbox a:hover {
    background-color: #EEEEEE;
    color: black;
}
div.loginbox a:active {
    background-color: #EEEEEE;
    color: #E97A29;
}
div.loginbox a:visited {
    background-color: #EEEEEE;
    color: #E97A29;
}

table.tcycle td {
padding: 0 3px;
}
table.tcycle td.right {
text-align: right;
}
tr.taken, tr.received {
color: #aaa;
}
