/* Default behavior */
body  {
    font-family: "Verdana";
    font-size: 0.7em;
    margin: 0px;
}
table {
    font-size: 1em;
}
a.uitleg:link, a.uitleg:hover, a.uitleg:visited {
    color: black;
    text-decoration: none;
    cursor: help;
}

a.kopuitleg:link, a.kopuitleg:hover, a.kopuitleg:visited {
    color: white;
    text-decoration: none;
    cursor: help;
}
a.paramuitleg:link, a.paramuitleg:hover, a.paramuitleg:visited {
    color: #343B58;
    text-decoration: none;
    cursor: help;
}
div#content {
    width: 775px;
    height: 100%;
}
table.basis {
    margin-top: 4px;
}
table.basis td {
    background-color: #B7BAC3;
    padding: 4px;
    border-right: 5px solid white;
}
table.basis td#last-td {
    border-right: 4px solid #B7BAC3;
}
div.regtitle, div.title {
    background-color: #343B58;
    color: white;
    font-size: 1em;
    padding: 5px 0px 5px 5px;
}
div.title {
    font-weight: bold;
    background-color: #B7BAC3;
    cursor: move;
}

h2,h3,h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}
h3 {
    width: 100%;
    background-color: #343B58;
    color: white;
    font-size: 1em;
    padding: 5px 0px 5px 5px;
}
/* Class behavior */
span.parameter {
    color: #343B58;
    margin-right: 5px;
}
span.waarde {
    color: white;
}
a.button {
    display: block;
    float: left;
    width: 100%;
/*
    width: 69px;
    margin-right: 5px;
*/
    background-color: #343b58;
    color: white;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #bbbbbb;
    border-top: 2px solid #bbbbbb;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
    cursor: hand;
}
a.button:hover {
    background-color: #B21741;
    color: white;
}
a.disabled, a.disabled:hover {
    display: block;
    float: left;
    width: 100%;
/*
    width: 70px;
    margin-right: 5px;
*/
    background-color: #B7BAC3;
    color: #F4F4F4;
    border: 2px solid #808080;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}
a:link, a:visited {
color: #B21741;
text-decoration: none;
}

a:hover {
color: #ff3300;
text-decoration: underline;
}
.zoom {
    margin-top: 4px;
    margin-right: 4px;
}
.spacer {
    clear: both;
}
.title {
    cursor: pointer;
    cursor: hand;
}
/* Id behavior */
div#buttons {
    margin-top: 5px;
    padding-bottom: 2px;
}
div#basisinfo {
    border: none;
    margin-bottom: 5px;
}
#myimage {
    cursor: move;
}
div#regest {
    line-height: 1.35em;
    /*border: 1px solid gray;*/
    background-color: #F4F4F4;
}
div#regest p {
    padding: 6px 9px 6px 9px;
    margin: 0px;
}
div.para {
    padding: 5px 0px 5px 5px;
    width: 100%;
}
div#zegels, div#materiaal, div#recto, 
div#dorso, div#bron, div#relatie, div#notabene, 
div#literatuur, div#vertaling, div#index {
    position: absolute;
    width: 400px;
    display: none;
/*    z-index: 3000; */
    border: 1px outset;
    margin-bottom: 0px;
    background-color: #F4F4F4;
}
div.boxcontent {
    height: 300px;
    width: auto;
    scrollbar-face-color: white;
    overflow: auto;
}
div#afbeelding {
    overflow: hidden;
    scrollbar-face-color: white;
    position: relative;
}
div#transcriptie {
    clear: both;
    height: 150px;
    overflow: auto;
    scrollbar-face-color: white;
    padding: 6px 9px 6px 9px;
    white-space: normal;
/*    white-space: no-wrap; */
    line-height: 1.35em;
    border: none;
    margin-top: 5px;
}

div#afbeelding img {
    position: absolute;
}

table.values th {
    width: 25%;
    white-space: nowrap;
}

table.values td {
   white-space: normal;
   padding: 2px; 
   background-color: #eeeeee;
}
table.values th.colhead {
    padding: 4px;
    color: white;
    background-color: #343b58;
}

a.close, a.close:visited, a.close:link {
    text-decoration: none;
    font-family: "System";
/*    background-color: #343b58;*/
    color: white;
    padding-right: 5px;
    float: right;
    width: 10px;
}
td.olim, div.para, td.literatuur, td.edities {
    white-space: auto;
}

