﻿BODY, html {
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:0.85em;
    text-align: left;
    margin:0px;
    padding:0px;
    height:100%;
}
/*input*/
input.txt 	
{
    height:15px; 
    border:1px solid #666; 
    font-size:10px 
}
/*tabellen alg*/
table
{
font-family:inherit;
font-weight:inherit;
font-size:1em;
border-collapse: collapse;
}
#warnkort, #warninfos {
    Text-Align:center;
    border-left: 1px solid REd;
    border-right: 1px solid Red;
    border-top: 1px solid Red;
    border-bottom: 1px solid Red;
    width:250px;
    margin-top:10px;
    margin-bottom:10px;
    padding-bottom:2px;
    padding-top:2px;
    margin-left:10px;    
    height:inherit;
}

img {
border:0px
}
/* DropDown menus */
.option {
width:40px;
}
/*Zaaldeel selectiemenu */
.option2 {
width:150px;
}
/*Prijssoort Selectiemenu*/
.optionPsoort {
    width:80px;
}
select { font-size:11px }
/*checkbox*/
.cb { 
width:30px;
padding-left:10px;
}
/*validation textcolor*/
.val {
padding-left:10px;
color: RED;
}

/* =================================
              Kleuren
   =================================  */
.Ires, .StartAlt, .Tableheader, .TableRow, .Table, .aanmeldenalt, #tnvAlt, div.bctitel, div.bc, #tlaad
{
    background-color:#b195c6;
}

 .Ires2, .Start, .poby, .Psoort, .TableHeader2, .TableAlt, .aanmelden, #tnv, div.vgeg, div.bcalt, .Ires2Totaal
{
       background-color:White;
}

/* =================================
       Positie navigatie knoppen
   =================================  */
.navigatie {
    text-align:left;
    width:100%;    
}

.afdruk {
    margin-top:20px;
    text-align:left;
    padding-left:200px;
    margin: 5px 15px 5px 0px;
}

.annuleer, .volgende {
    float:left;
    margin-left:5px;
    margin: 5px 15px 5px 0px;
    
}

.Sluiten {
    float:left;
    margin-left:5px;
    margin-right:5px;
    margin: 5px 15px 5px 0px;
}

/* =================================
           Algemene Div's
   =================================  */
div.row 
{
  clear: both;
  padding-top: 4px;
  padding-left: 10px;
  width:500px;
}

/* =================================
          Posities en formaten
   =================================  */
/*Stap1*/
.Start {
    width:250px;
}
.StartAlt {
    width:250px;
}
.ak {
    float:left;
    width:350px;
}


.navButton
{    
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:black;
font-weight:bold;
margin-top:3px;
margin-left:0px;
background:url(button.gif) repeat-x left top;
padding-left:3px;
padding-right:3px;
float:left;
}

.btNavigatie a:hover
{    
	text-decoration:none;
}


/* =================================
       Positie navigatie knoppen
   =================================  */
.navigatie {
    text-align:left;
    width:100%;
    margin-top:10px;
    margin-left:0px;
}

.afdruk {
    margin-top:20px;
    text-align:left;
    padding-left:200px;
}

.annuleer {
    float:left;
    margin-left:0px;
}

.Sluiten {
    float:left;
    margin-left:5px;
    margin-right:5px;
}
/* =================================
             Popup Div
   =================================  */
.help  {
    text-align: center;
    color:#000033;
    background-color:#b195c6;
    Border: 1px solid #46166b;
    position:absolute;
    padding-left:10px;
    top:100px;
    left:100px;
    width:300px;
    height:100px;
    z-index:99;
    visibility:hidden;
}
.helptable {   
    width:100%;
}
