a:focus {color:#FF0000}
.menu {border-collapse: collapse;border-style:none;border-width:0px}
.hoofdtabel {border-collapse: collapse;border-style:solid;border-width:1px;border-color:#C0C0C0;}
.geel {background-color:#FFFF00;}
.groen {background-color:#00FF00;}
.blauw {background-color:#00FFFF;}
.paars {background-color:#CC99FF;}
.oranje {background-color:#FFCC00;}
.wit {background-color:#FFFFFF;}
.donkergrijs {background-color:#C0C0C0;}
.lichtgrijs {background-color:#808080;}
.bgshade {background-color:#CCFFCC;}
.pin {color:blue;}
.pinset {color:red;}
.fileContainer {
    overflow: hidden;
    position: relative;
    background: lightgrey;
    border:1px solid grey;
    padding: .1em;
    cursor: pointer;
}
.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 1px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}