body {
    margin: 0;
    padding: 0;
    background-color: #999999;
    color: black;
    font-size: 12px ;
    font-family: Tahoma, Arial, sans-serif;
}
#wrapper {
    background-color: white;
    color: black;
    margin: 0px 10px 0px 10px;
}
#header {
    padding: 1px 1px 0px 1px;
    height: 1%; /* Peekoboe bug internet explorer - Holly hack */
}
#header .logo_kuleuven {
    border: none;
    float: left;
    margin-top: 8px;
}
#header .logo_r {
    position: absolute;
    top:0px;
    right:10px;
    border: none;
}
#header ul {
    text-align: center;
    margin: 0;
    margin-top: 62px;
    font-size: 12px;
}
#header li {
  display: inline;
}
#header a:link, #header a:visited {
    text-decoration: none;
    background-color: #ffffff;
    color: #000000;
}
#header a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #A5B3AC;
}
#header .selectmenu {
    text-decoration: none;
    background-color: #A5B3AC;
    color: white;
}
#header .username{
    font-size:12px;
    font-weight: normal;
    color:#B16062;
    font-style: italic;
}
#maintitle {
    text-align: center;
    color: #5e6d65;
    background-color:#A5B3AC;
    font-size:20px;
    font-weight: bold;
    line-height : 26px;
    height: 40px;
    padding-top: 10px;
}
#main{
    background-image:url(../images/menu-bg.png);
    background-repeat:repeat-y;
}
#sidebarleft {
    float:left;
    width: 150px;
    margin:0;
    background-color: #A5B3AC;
    color: white;
    padding: 4px 5px 10px 5px;
}
#sidebarleft a:link, #sidebarleft a:visited {
    text-decoration: none;
    background-color: #A5B3AC;
    color: white;
}
#sidebarleft a:hover,#sidebarleft a:active {
    text-decoration: none;
    /*background-color: transparant;*/
    color: #B16062;
}
#sidebarleft  .selectmenu {
    /*background-color: transparant;*/
    color: #B16062;
    text-decoration: none;
}
#content{
    margin: 0 0 0 160px;
    background-color: white;
    color: black;
    padding: 5px 0 0 10px;
    height:1%;
}
#content h1 {
    color:#5e6d65;
    background-color: white;
    font-size: 160%;
    font-weight : normal;
    line-height: 26px;
    text-align:left;
}
#content h2 {
    font-size: 110%;
}
#clearone {
    clear: both;
    height: 1px;
    line-height: 1px;
}
#footer{
    clear:both;
    line-height: normal;
    margin: 0;
    background-color: lightgray;
    color: black;
    padding: 2px 2px 2px 2px;
}
#footer .smallimg {
    border:none;
    margin-right: 10px;
}
#footer .copyrightsmall {
    font-size:10px;
}
#footer h1 {
    color:#5e6d65;
    font-size: 160%;
    font-weight : normal;
    text-align:left;
    line-height: 26px;
}
#form .hidden {
    display: none;
}
#form .onelinetextinput {
    border: 1px solid #B16062;
    color: #5e6d65;
}
#form .button {
    text-align: center;
    margin-top: 25px;
}
#form .buttonleft {
    text-align: left;
    margin-top: 25px;
}
#form .btn {
  border: 2px outset #A5B3AC;
  background-color: #A5B3AC;
  color: white;
  font-size: 110%;
}
#archsearch .title {
  font-size: 90%;
}
#archsearch .listsfound {
  font-size: 90%;
}
#archsearch .listfound {
  width: 190px;
  margin: 0 5px 0 0;
}
#archsearchresult {
    margin-top: 5px;
}
#archsearchresult .nothingfound{
    font-size: 150%;
    text-align: center;
    margin-top: 50px;
    color: #B16062;
}
table.result thead tr {
    background-color: #d0d0d0;
    color:#B16062;
}
table.result  thead a:link, table.result thead a:visited, table.result  thead a:hover {
    color: #B16062;
    text-decoration: none;
}
table.result  tbody a:link, table.result tbody a:visited {
    color: blue;
    text-decoration: underline;
}
#ownedcompform .title {
  font-size: 90%;
}
#ownedcompform .listsfound {
  font-size: 90%;
}
#ownedcompform .listfound {
  width: 190px;
  margin: 0 5px 0 0;
}
#ownedcompresult {
    margin-top: 5px;
}
#ownedcompresult .nothingfound{
    font-size: 150%;
    text-align: center;
    margin-top: 50px;
    color: #B16062;
}
.msgwarning {
    color:red;
    font-weight:bold;
}
.msgremark {
    color:green;
    font-size:80%;
    font-weight:normal;
}
table.parentchild  tbody a:link, table.parentchild tbody a:visited {
    color: black;
    text-decoration: underline;
}
table.parentchild {
    border-collapse:collapse;
    margin-top:8px;
}
table.parentchild tbody td.rpmparent  {
    color: gray;
    font-size: x-small;
    border:2px solid #B16062;;
    border-right:none;
    border-left:none;
    padding-left:4px;
}
table.parentchild tbody td.textparent {
    border:2px solid #B16062;;
    border-left:none;
}
table.parentchild tbody td.treeparent  {
    border:2px solid #B16062;
    padding-left:4px;
    border-right:none
}
table.parentchild tbody td.rpmchild  {
    color: gray;
    font-size: x-small;
    border:2px solid darkblue;
    border-right:none;
    border-left:none;
    padding-left:4px;
}
table.parentchild tbody td.textchild  {
    border:2px solid darkblue;
    border-left:none;
}
table.parentchild tbody td.treechild  {
    border:2px solid darkblue;
    padding-left:4px;
    border-right:none
}
table.parentchild tbody td.rpmcurrent  {
    color: gray;
    font-size: x-small;
    border:2px solid green;
    border-right:none;
    padding-left:4px;
}
table.parentchild tbody td.textcurrent  {
    border:2px solid green;
    border-left:none;
    padding-left:5px;
}
table.parentchild tbody td.forumcurrent  {
    border:2px solid green;
    border-left:none;
    border-right:none;
    padding-left:5px;
}
table.forumitem  tbody a:link, table.forumitem tbody a:visited {
    color: gray;
    text-decoration: none;
}
table.forumitem {
    border-collapse:collapse;
    margin-top:8px;
    margin-right:10px;
}
table.forumitem tbody td.text  {
    border:2px solid #A5B3AC;
    padding-left: 4px;
    padding-right: 4px;
}
table.forumitem tbody td.col1  {
    border:2px solid #A5B3AC;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align:top;
}
table.forumitem tbody td.col2  {
    border:2px solid #A5B3AC;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align:top;
    width:120px;
}

