body
{
  cursor:default;
}

/*===============================================*/
/*           tekst stijlen                       */
/*===============================================*/

td.tekst
{
  font-family:Calibri,Arial;
  font-size:14px;
}

td.tekstsmall
{
  font-family:Calibri,Arial;
  font-size:11px;
}

td.tekstbold
{
  font-family:Calibri,Arial;
  font-size:14px;
  font-weight:bold;
}

td.tekstsmallbold
{
  font-family:Calibri,Arial;
  font-size:11px;
  font-weight:bold;
}

td.tekstred
{
  font-family:Calibri,Arial;
  font-size:14px;
  color:red;
  font-weight:bold;
}

td.link01
{
  font-family:Calibri,Arial;
  font-size:14px;
  font-weight:bold;
  color:#009933;
  text-decoration:none;
  cursor:default;
}

td.link01hover
{
  font-family:Calibri,Arial;
  font-size:14px;
  font-weight:bold;
  color:#009933;
  text-decoration:underline;
  cursor:pointer;
}

td.link02
{
  font-family:Calibri,Arial;
  font-size:14px;
  font-weight:bold;
  color:#FF9933;
  text-decoration:none;
  cursor:default;
}

td.link02hover
{
  font-family:Calibri,Arial;
  font-size:14px;
  font-weight:bold;
  color:#FF9933;
  text-decoration:underline;
  cursor:pointer;
}

/*===============================================*/
/*           form stijlen                        */
/*===============================================*/

.input01
{
  font-size:12px;
  font-family: Calibri,Arial;
  color:#009933;
}

.input02
{
  font-size:12px;
  font-family: Calibri,Arial;
  color:#009933;
  text-align:right;
}

/*===============================================*/
/*            link stijlen                       */
/*===============================================*/

a.link01
{
  font-family:Calibri,Arial;
  font-size:14px;
  font-weight:bold;
  color:#009933;
  text-decoration:none;
}

a.link01:hover
{
  text-decoration:underline;
}

a.link02
{
  font-family:Calibri,Arial;
  font-size:14px;
  font-weight:bold;
  color:#FF9933;
  text-decoration:none;
}

a.link02:hover
{
  text-decoration:underline;
}

/*===============================================*/
/*           tabel stijlen                       */
/*===============================================*/

table.invtable
{
  border:1px solid black;
  border-collapse:collapse;
}

table.invtable td
{
  border:1px dotted gray;
  padding:2px;
  font-family:Calibri,Arial;
  font-size:12px;
  cursor:default;
}

td.ahover
{
  background-color:#EEEEEE;
}

/*===============================================*/
/*           frame stijlen                       */
/*===============================================*/

.topframe
{
  border-bottom:1px dotted #89DCFE;
}

.bottomframe
{
  border-top:1px dotted #89DCFE;
}

.centerframe
{
  border-left:1px dotted #89DCFE;
  border-right:1px dotted #89DCFE;
}

/*===============================================*/
/*           frame stijlen                       */
/*===============================================*/

hr.lijn
{
  border-bottom:1px dotted lightskyblue;
  height:1px;
  color:white;
  background-color:white;
}