/* Default CSS Stylesheet for a new Web Application project */


BODY
{
    FONT-FAMILY:  Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    
}

TABLE
{
    FONT-FAMILY: Arial;
        FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    WORD-SPACING: normal;
    color: black;

}

.button
{
	background-color: #146fc9;
	color:White;
	    FONT-FAMILY: Arial;
        FONT-SIZE: 9pt;

}

.infotext
{
  font-family: Arial;
  font-size: 10pt;
  color: black;

}

.label
{
  font-family: Arial;
  font-size: 10pt;
  color: black;

}
.labelbold
{
  font-family: Arial;
  font-size: 10pt;
  font-weight:bold;
  color: black;

}

.Adrestext
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    WORD-SPACING: normal;
    color: black;
    margin-left: 10pt;
}

.logintext
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    WORD-SPACING: normal;
    color: black;
   
}

.loginheader
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    WORD-SPACING: normal;
    color: white;
   
}
.groupheaders
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT:bold;
    LETTER-SPACING: normal;
    WORD-SPACING: normal;
    margin-left:10px;
    color: white;
}

.contentbordertext
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 7pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    WORD-SPACING: normal;
    color: black;
}

.contentborderlabel
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 7pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    WORD-SPACING: normal;
    color: white;
}



.Defaultbutton
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 7pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    WORD-SPACING: normal;
     color: #333333;
}


.errortext
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    WORD-SPACING: normal;
    color:Red;
}

.labelsubheader
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    WORD-SPACING: normal;
    color:black;
}

.contentlocationheader
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    WORD-SPACING: normal;
    color:black;
}

contentlocationsubheader
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    LETTER-SPACING: normal;
    WORD-SPACING: normal;
    color:black;
}



.contenttext {
  font-family: Arial;
  font-size: 10pt;
  color: #146FC9;
  }

.contentheader
{
	font-weight: bold;
	font-size: 11pt;
	color: #146FC9;
	Font-family: Arial;
}


.contentsubheader
{
	font-weight: bold;
	font-size: 10pt;
	color: #146FC9;
	Font-family: Arial;
	height:25%;
}



.downloadheader
{
	font-weight: bold;
	font-size: 11pt;
	color: black;
	Font-family: Arial;
}

.contenttitle
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	Font-family: Arial;
}
.Navigationtree
{
	font-size: 9pt;
	color: black;
	font-family: Arial;
}

A:link	{	
	text-decoration:  underline;
  font-family: Arial;
  color: #146FC9;
	}	
		
A:visited	{	
	text-decoration:	 underline;
  font-family: Arial;
  color: #146FC9;
	}	
		
A:active	{	
	text-decoration:	underline;
  font-family: Arial;
  color: #146FC9;
	
	}	
a:hover
{	
	text-decoration:	underline;
	  font-family: Arial;
  color: #146FC9;
	
	}	
		

TABLE            { border-collapse: separate; }
TD               {  
                   
                   font: Arial;
                   font-size: 9pt;
                      }
                      
.altijdscroll
{ 
   overflow : auto ;  
  scrollbar-base-color: white;
  padding-right:30px;
  color : black;
 div{ 
  width:100%; 
  height:100%;
 }}
 
 
 .data-grid-header 
{
	 font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 9pt;
	font-weight : bold;
	background-color : #5B3F99;
	color : #FFFFFF;
}

.data-grid-header a {
	font-size: 9pt;
	font-weight : bold;
	background-color : #5B3F99;
	color : #FFFFFF;
    text-decoration: none
}

.data-grid-header a:hover {
   text-decoration: underline
}

.data-grid-item 
{
	 font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size : 9pt;
	background-color : #EEEEEE;
	color : #000000;
}

.data-grid-alternating-item {
	font-size: 9pt;
	background-color : #DCDCDC;
	color : #000000;
}
.beschikbaar
{
	  text-align:right;
	  padding-right:5px;
	font-style:normal ;
	font-family: Arial;
	background-color:Green;
	font-weight:normal;

}

A.beschikbaar:link	
{
	
	text-decoration:	none;
	  padding-right:5px;
	font-style:normal ;
	font-family: Arial;
	background-color:Green;
	color:White;
	font-weight:normal;
	}	
		
A.beschikbaar:visited	
{
	text-decoration:	none;
	  padding-right:5px;
	font-style:normal ;
	font-family: Arial;
	background-color:Green;
	color:White;
	font-weight:normal;
	}	
		
A.beschikbaar:active	
{
	text-decoration:	none;
	  padding-right:5px;
	font-style:normal ;
	font-family: Arial;
	background-color:Green;
	color:White;
	font-weight:normal;
	}	

a.beschikbaar:hover
{	
	text-decoration:	none;
	  padding-right:5px;
	font-style:normal ;
	font-family: Arial;
	background-color:Green;
	color:White;
	font-weight:normal;
	}	

.nietbeschikbaar
{
	  text-align:center;
	  padding-left:5px;
	font-style:normal ;
	font-family: Arial;
	font-size:8pt;
	background-color:red;
	color:black;
	font-weight:normal;

}

A.nietbeschikbaar:link	
{
	
	text-decoration:	none;
	  padding-right:5px;
	font-style:normal ;
	font-family: Arial;
		font-size:8pt;
	background-color:red;
	color:White;
	font-weight:normal;
	}	
		
A.nietbeschikbaar:visited	
{
	text-decoration:	none;
	  padding-right:5px;
	font-style:normal ;
	font-size:8pt;
	font-family: Arial;
	background-color:red;
	color:White;
	font-weight:normal;
	}	
		
A.nietbeschikbaar:active	
{
	text-decoration:	none;
	  padding-right:5px;
	font-style:normal ;
	font-family: Arial;
	font-size:8pt;
	color:White;
	font-weight:normal;
	}	

a.nietbeschikbaar:hover
{	
	text-decoration:	none;
	  padding-right:5px;
	font-style:normal ;
	font-family: Arial;
	font-size:8pt;
	color:White;
	font-weight:normal;
	}	
	
	
	.optie
{
	  text-align:right;
	  padding-right:5px;
	font-style:normal ;
	font-family: Arial;
	background-color:blue;
	font-weight:normal;

}

A.optie:link	
{
	
	text-decoration:	none;
	  padding-right:5px;
	font-style:normal ;
	font-family: Arial;
	background-color:blue;
	color:White;
	font-weight:normal;
	}	
		
A.optie:visited	
{
	text-decoration:	none;
	  padding-right:5px;
	font-style:normal ;
	font-family: Arial;
	background-color:blue;
	color:White;
	font-weight:normal;
	}	
		
A.optie:active	
{
	text-decoration:	none;
	  padding-right:5px;
	font-style:normal ;
	font-family: Arial;
	background-color:blue;
	color:White;
	font-weight:normal;
	}	

a.optie:hover
{	
	text-decoration:	none;
	  padding-right:5px;
	font-style:normal ;
	font-family: Arial;
	background-color:blue;
	color:White;
	font-weight:normal;
	}	
	
	
.inoptie
{
	  text-align:center;
	  padding-left:5px;
	font-style:normal ;
	font-family: Arial;
	font-size:8pt;
	background-color:brown;
	color:black;
	font-weight:normal;

}

A.inoptie:link	
{
	
	text-decoration:	none;
	  padding-right:5px;
	font-style:normal ;
	font-family: Arial;
		font-size:8pt;
	background-color:brown;
	color:White;
	font-weight:normal;
	}	
		
A.inoptie:visited	
{
	text-decoration:	none;
	  padding-right:5px;
	font-style:normal ;
	font-size:8pt;
	font-family: Arial;
	background-color:brown;
	color:White;
	font-weight:normal;
	}	
		
A.inoptie:active	
{
	text-decoration:	none;
	  padding-right:5px;
	font-style:normal ;
	font-family: Arial;
	font-size:8pt;
	color:White;
	font-weight:normal;
	}	

a.inoptie:hover
{	
	text-decoration:	none;
	  padding-right:5px;
	font-style:normal ;
	font-family: Arial;
	font-size:8pt;
	color:White;
	font-weight:normal;
	}	