﻿
body
{
	font-size: 0.95em;
}
h1
{
	font-size: 1.2em;
    font-weight: bold;
}

h2
{
	font-size: 1.1em;
    font-weight: bold;
}

h3
{
	font-size: 1.1em;
}

h4
{
	font-size: 1.0em;
}
.rounded-corners 
{ 
padding:3px 3px 3px 3px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-moz-border-radius-bottomright:15px;
     -moz-border-radius-bottomleft:15px;
  -webkit-border-bottom-right-radius:15px;
  -webkit-border-bottom-left-radius:15px;
          border-bottom-right-radius:15px;
          border-bottom-left-radius:15px;
border-radius: 15px;
overflow: hidden;
}
/* Specifieke tekst definities */

.normalText
{
	color: inherit;
	font-size: 0.95em;
}

.subText
{
	font-size: 0.9em;
}

.labelText
{
    font-weight: bold;	
}

/* hyperlink definities */


A, A:active
{
	 color: gray; 
}
 /* Onderstaande, omdat we hier de stylesheet info niet gebruiken. 
    Omdat deze kleur problemen geeft met het menu.
    We doen dit in de html van de pagina voor de bulletdlist!!!!            */
A:hover
{
       /*color: blue;*/  
}

 

/* hieronder de default classes voor de ASP.Net controls (die in de skin-file staan) */
.panel
{
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
     border-radius: 3px ;        
}
.button
{	
	font-weight: bold;
	font-size: 0.9em;
   -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;       
	border:1px solid #3866a3;	
}
.button:hover
{
	font-weight: bold;
	font-size: 0.9em;	
	background-color: Silver;
   -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;       
	border:1px solid #3866a3;
}

.login
{
	font-weight: bold;
	font-size: 0.9em;
	color: #000099;
	border: blue 1px solid;
	background-color: #CCCCCC;
	text-align: left;
}

.changepassword
{
	font-weight: bold;
	font-size: 0.9em;
	color: #000099;
	border: blue 1px solid;
	background-color: #CCCCCC;
    text-align: left;
}

.hyperlink
{
	font-weight: bold;
	font-size: 0.9em;
	color: #000099;
	border: blue 1px solid;
	background-color: #CCCCCC;
}

.linkbutton
{
	font-weight: bold;
	font-size: 0.9em;
	color: #000099;
    border: blue 1px solid;
	background-color: #CCCCCC;
	 -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;  
}

.treeview
{
	font-weight: bold;
	font-size: 0.9em;
	color: #000099;
	border: blue 1px solid;
	background-color: #CCCCCC;
}


.textbox
{
    font-weight:normal; 
	font-size: 0.9em;
	color: #000099;
	border: blue 1px solid;
	background-color: #CCCCCC;
	 -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;       
	border:1px solid #3866a3;	
}


.listbox
{
    color : #000099;
    font-size:0.9em;
	background-color: #CCCCCC;
	border: blue 1px solid;
	 -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;       
	border:1px solid #3866a3;	
}

.label
{
    color : Black ;
    font-size:0.9em;
}

.checkboxlist
{
	font-weight:normal; 
	font-size:0.9em;
	color: #000099;
	border: blue 1px solid;
	background-color: #CCCCCC;
	 -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;       
	border:1px solid #3866a3;	
}

.radiobuttonlist
{
	font-weight:normal; 
	font-size: 0.9em;
	color: #000099;
	border: blue 1px solid;
	background-color: #CCCCCC;
	  -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;       
	border:1px solid #3866a3;	
}

.dropdownlist
{
	font-weight:normal; 
	font-size: 0.9em;
	color: #000099;
	border: blue 1px solid;
	background-color: #CCCCCC;
	 -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;       
	border:1px solid #3866a3;	
}

.gridview
{
	font-weight:normal; 
	font-size: 0.9em;
	color: #000099;  
	background-color: #CCCCCC;
	text-align: left;
    border-right:1px solid black;
    border-left:1px solid black;   
    border-bottom: none;
}



.detailsview
{
	font-weight:normal; 
	font-size: 0.9em;
	color: #000099;
	border: blue 1px solid;
	background-color: #CCCCCC;
	text-align: left;
}

.formview
{
	font-weight:normal; 
	font-size: 0.9em;
	color: #000099;
	border: blue 1px solid;
	background-color: #CCCCCC;
	text-align: left;
}


