.Header {
  color: #ffffff;
  font-weight: bold;
  background-color: #a61500;
  padding: 2px 3px;
}

/* Rentevast perioden balk */
table.balk {
    padding: 3px;
    cellpadding: 5px;
}

td.balkSelected {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: Helvetica;
    font-size: 11px;
    color: #404040;
    border: 1px solid;
    border-color: #8e1801;
    background-color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
}

td.balkUnSelected{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: Helvetica;
    font-size: 11px;
    color: #000000;
    border: 1px solid;
    border-color: #8e1801;
    background-color: #c3bebe;
    font-style: normal;
    font-weight: normal;
}

/* rente sheet */
table.rentesheet {
    background-color: #8e1801;
}

table.rentesheet th {
    font-family: Helvetica;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    background-color: #ffffff;
}

table.rentesheet td {
    font-family: Helvetica;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
}

table.rentesheet th.zwart {
    color: #000000;
    background-color: #c3bebe;
}

table.rentesheet th.zwart a {
    color: #000000;
}

table.rentesheet th.wit {
    color: #000000;
    background-color: #ffffff;
}

table.rentesheet th.wit a {
    color: #000000;
}

table.rentesheet td a {
    color: #000000;
}

table.rentesheet td.rentesheet1 {
    color: #404040;
    background-color: #c3bebe;
}

table.rentesheet td.rentesheet2 {
    color: #404040;
    background-color: #ffffff;
}

.Header {
	font-weight: bold;
}

table.rentesheet td {
    font-family: Helvetica;
    font-size: 12px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    /* line-height:1.7em; */
}

table.rentesheet td a {
    padding-left: 1px;
    padding-right: 1px;
    color: #000000;
    text-decoration: none;
}

table.rentesheet td a:hover {
    text-decoration: underline;
}

table.rentesheet th a {
    color: #ffffff;
    text-decoration: none;
}

table.rentesheet th a:hover {
    text-decoration: underline;
}

/* form elementen */
.content2 a {
    color: #ad1001;
    text-decoration: none;
}

.content2 a:hover {
    color: #a41401;
    text-decoration: none;
}

a.details {
  color: #000000;
}

table td {
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-size: 12px;
}

input, select, textarea {
    border: 1px solid;
    color: #000000;
    border-color: #8e7672;
    background-color: #c3bebe;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-size: 11px;
}

input.radio {
    border: 0px;
    padding: 2px;
    background-color: #FFFFFF;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-size: 11px;
    color: #000000
}

input.submit {
    border: 1px solid;
    color: #ffffff;
    border-color: #8e7672;
    background-color: #a61500;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-size: 11px;
    width: 100px;
}

input.submit:hover {
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}

/* tooltip */
.tooltip {
    FONT-family: courier;
    FONT-SIZE: 11px;
    font-weight: bold;
    border: 1px solid black;
    border-color: #556177;
    padding: 1px;
    background-color: #d4e0f7;
    color: #556177;
}

#dhtmltooltip {
    position: absolute;
    width: 300px;
    border: 1px solid;
    border-color: #8e7672;
    padding: 6px;
    background-color: #c3bebe;
    visibility: hidden;
    z-index: 100;
}


/******************** Styles *************************/

.content1 {
  padding: 1%;
}

.content2 {
  padding: 1%;
}


body {
    font-size: 12px;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

p {
    font-size: 12px;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    vertical-align: inherit;
}

a {
    color: white;
    text-decoration: none;
}

a:visited { }

a:hover { 
    color: #a41401;
    text-decoration: none;
}

a:active { color: red }


/**** Checkbox ****/
input.checkbox{
  height: 12px;
  width: 12px;
  font-size: 14pt;
  background-color: #d4e0f7;
  padding: 0px;
}

input.checkbox:focus{
  border-top: 2px solid beige;
  border-left: 2px solid beige;
  border-right: 2px ridge #a99;
  border-bottom: 2px ridge #a99;
}

input.checkbox:active{
  padding:0;
  border-top: 2px ridge beige;
  border-left: 2px ridge beige;
  border-right: 2px ridge #ffc;
  border-bottom: 2px ridge #fcc;
  padding:0;
}

table#poweredtable {
    float: left;
    width: 100%;
}

div#poweredby {
    color: black;
    font-family: arial, sans-serif;
    font-style: italic;
    font-size: 11px;
    text-align: right;
display: none;
}

div#poweredby a {
    color: #a61500;
    text-decoration: none;
}

div#poweredby a:hover {
    color: #8e1801;
    text-decoration: none;
}

div#poweredby a:visited {
    color: #a61500;
    text-decoration: none;
}

