﻿


.rounded-corners {
    padding: 3px 3px 3px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
/* Specifieke tekst definities */

.normalText
{
	color: inherit;
	font-size: 0.95em;
}

.subText
{
	font-size: 0.8em;
}

.labelText
{
    font-weight: bold;	
}



/* hyperlink definities */

 a, a:active
        {
	        color: gray;
        }
        a:hover
        {
	        color :Red;
        }


/* 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:normal; 
	font-size: 0.9em;
	color: #1F1F1F;        
          -webkit-border-radius:3px;
          -moz-border-radius:3px;
    border-radius:3px;    
    border: 1px solid black;
}

.button:hover
{
	font-weight:normal; 
	font-size: 0.9em;
	color:red;   
          -webkit-border-radius:3px;
          -moz-border-radius:3px;
    border-radius:3px;    
    border:1px solid red;  
}
.login
{
	font-weight: bold;
	font-size: 0.9em;
	color: #1F1F1F;
	border: gray 1px solid;
	
}

.changepassword
{
	font-weight: bold;
	font-size: 0.9em;
	color: #1F1F1F;
	border: gray 2px solid;
	
}

.hyperlink
{
	font-weight: bold;
	font-size: 0.9em;
	color: #1F1F1F;
	
}

.linkbutton
{
	font-weight: bold;
	font-size: 0.9em;
	color: #1F1F1F;
   -webkit-border-radius:3px;
          -moz-border-radius:3px;
          border-radius:3px;       
}

.treeview
{
	font-weight: bold;
	font-size: 0.9em;
	color: #1F1F1F;
	
}


.textbox
{
   font-weight:normal; 
	font-size: 0.9em;
	color: #1F1F1F;
	 border: 1px solid black;
          -webkit-border-radius:0px;
          -moz-border-radius:0px;
          border-radius:0px;         
}
.listbox
{
    color: #1F1F1F;
    font-size: 1em;
    border: 1px solid black;
	  -webkit-border-radius:3px;
          -moz-border-radius:3px;
          border-radius:3px;       
}

.label
{
    font-weight: normal;
    font-size: 0.9em;
    color: #1F1F1F;
}

.checkboxlist
{
	font-weight:normal; 
	font-size: 0.9em;
	color: #1F1F1F;
	border: 0.5px solid black;
    -webkit-border-radius:3px;
          -moz-border-radius:3px;
          border-radius:3px;       
}
.checkbox
{
	font-weight:normal; 
	font-size: 0.9em;
	color: #1F1F1F;
	border: 0.5px solid black;
    -webkit-border-radius:3px;
          -moz-border-radius:3px;
          border-radius:3px;       
}

.radiobuttonlist
{
    font-weight: normal;
    font-size: 0.9em;
    color: #1F1F1F;
    border: 0.5px solid black;
    -webkit-border-radius:3px;
          -moz-border-radius:3px;
          border-radius:3px;       
}

.dropdownlist
{
    font-weight: normal;
    font-size: 0.9em;
    color: #1F1F1F;
     border: 0.5px solid black;
     -webkit-border-radius:0px;
          -moz-border-radius:0px;
          border-radius:0px;   
   border:0;
   border-bottom:solid 1px #000;
   outline:none; /* prevents textbox highlight in chrome */      
}

.gridview
{
	font-weight:normal; 
	font-size: 0.9em;
	color: #1F1F1F;
    border: 0.5px solid black;	               
}

.userControl
{
	font-weight:normal; 
	font-size: 0.9em;
	color: #1F1F1F; 	
}

.detailsview
{
	font-weight:normal; 
	font-size: 0.9em;
	color: #1F1F1F;	
}

.formview
{
	font-weight:normal; 
	font-size: 0.9em;
	color: #1F1F1F;	
}