
body {
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    font-size:80%;
    line-height:140%;
    margin:0px;
    padding:0px;
    background-image: url(img/bg_page.gif); 
}

th {
    text-align:left;
}

table.result {
    width:510px;
}
table.result th {
    background-color:#FCE2D4;
}
table.result td {
    background-color:#FDF0E9;
}

h1 {
    color:#F06C27;
    font-size:120%;
}
h2 {
    font-size:110%;
}
h3 {
    font-size:100%;
    border-width:0px 0px 1px 0px;
    border-style:solid;
    border-color:black;
    margin-top:25px;
    color:gray;
}
h4 {
    font-size:100%;
    margin:0px;
    margin-top:20px;
    color:#333;
}

input {
    font-size: 90%;
}

select {
    font-size: 90%;
}

.nomargin {
    margin-top:0px;
}

td {
    vertical-align:top;
}

/* hyperlink color */
a {color:#7F6C49;}
a:hover {color:#6CA6C7;}

.topLayer {
    position:absolute;
    background-image: url(img/logobalk.jpg); 
    background-repeat: no-repeat;
    background-color:#fff;
    left:50%;
    top:15px;
    width:553px;
    height:57px;
    margin-left:-380px;
}

.cornerLayer {
    position:absolute;
    background-image: url(img/bg_right.gif); 
    background-repeat: repeat-y;
    top:15px;
    width:207px;
    height:57px;
    left:50%;
    margin-left:173px;
}

.menuLayer {
    position:absolute;
    background-image: url(img/bg_menu.gif); 
    background-repeat: repeat-y;
    top:97px;
    width:206px;
bottom:15px;
    left:50%;
    margin-left:174px;
    padding:0px;
    font-size:10pt;
}

.menuLayer a { text-decoration:none }
.menuLayer a:hover { text-decoration:underline }
.menuLayer ul {list-style:none;margin:0px;padding:0px;}
.menuLayer li {
    padding-left: 10px;
}

.list-odd  {background-color:#F2DF86;border-bottom:1px solid #fff;color:black}  /* light menu color */
.list-even {background-color:#E0A34E;border-bottom:1px solid #fff;color:black}  /* dark menu color */
.list-menu {background-color:#F06C27;border-bottom:1px solid #fff;color:white;}  /* dark menu color */
.list-menu A {color:white;}  
.list-odd A {color:black;}  
.list-even A {color:black;}  


.navLayer {
    position:absolute;
    background-image: url(img/bg_toolbar.gif); 
    left:50%;
    top:72px;
    width:760px;
    height:25px;
    margin-left:-380px;
    font-weight:bold;
    border:1px solid black;
    border-width:0px 0px 1px 0px;
    z-index:10;
}

.navLayer a {
    padding-left:15px;
    color:black;
    text-decoration:none;
}

.searchLayer {
    float:right;
}

.subnavLayer {
    position:absolute;
    background-color: #ddd;
    top:127px;
    width:200px;
bottom:15px;
    left:50%;
    margin-left:-380px;
    padding:0px;
    font-size:10pt;
}

.pathLayer {
    position:absolute;
    background-color: #fff;
    left:50%;
    top:97px;
    width:745px;
    height:29px;
    margin-left:-380px;
    border:1px solid #ddd;
    border-width:0px 0px 1px 0px;
    padding-left:15px;
    vertical-align:bottom;
    font-size:10pt;
}

.pathLayer a {
    text-decoration:none;
}


.contentLayer {
    position:absolute;
    overflow:auto;
    background-color:#fff;
    left:50%;
    top:97px;
    width:554px;
bottom:15px;
    margin-left:-380px;
}

.icontentLayer {
    padding:5px 15px 15px 15px;
}

.wideLayer {
    position:absolute;
    overflow:auto;
    background-color:#fff;
    left:50%;
    top:127px;
    width:560px;
bottom:15px;
    margin-left:-180px;
}

.iwideLayer {
    padding:5px 15px 15px 15px;
}

.required {
    color:#a20033;
}

form {
    margin:0px;
    padding:0px;
}

input.button {
    background-color:#A18C58;
    border-top: 1px solid #D6CE9B;
    border-left: 1px solid #D6CE9B;
    border-right: 1px solid #5E5529;
    border-bottom: 1px solid #5E5529;
    color:#fff;
}
form {
    margin:0px;
    padding:1px;
}

#reedlogo {position:absolute;bottom:5px;right:3px;z-index:1;}

.path {
    margin:0px;
    padding:0px;
}

.info {
    width:95%;
    margin-top:10px;
}

.info th {
    background-color: #F2DF86;
    text-align:left;
    margin:0px;
    padding:0px 4px 0px 4px;
}

.info td {
    background-color: #EEE;
    margin:0px;
    padding:0px 4px 0px 4px;
}

.pager {
    text-align:right;
    margin:0px;
    padding:0px;
    font-size:10pt;
}

.infobox {
    display:none;
    padding:10px;
    background-color:#eee;
    border: 1px solid #ccc;
    margin-bottom:10px;
}

.footer {
    color:#999;
    font-size:80%;
    text-align: center;
}

.subkop {
    color:#A28D58;
    color:#333;
    font-weight:bold;
    margin-bottom:0px;
}

.alinea {
    margin-top:0px;
    margin-bottom:0px;
}

.warn {
    background-color: #F2DF86;
    padding:4px;
}

.fijn {
    background-color:#F06C27;
    color: white;
    padding:4px 10px 4px 10px;
    float:right;
    border: 2px solid black;
    margin-top:10px;
}
.fijn a {
    color: white;
    font-weight:bold;
    text-decoration:none;
}
.fijn a:hover {
    text-decoration:underline;
}

