﻿a:link       {	color: #aec140;
				font-family: Arial; 
				font-size: 10pt }
         
a:visited    {	color: #aec140;
				font-family: Arial; 
				font-size: 10pt }
				
a:active 	 {	color: #C5DB48;
 				font-family: Arial; 
				font-size: 10pt }
				
a:hover 	 {	color: #C5DB48; 	
				font-family: Arial; 
				font-size: 10pt }

.heading     { font-family: Arial; font-size: 14pt; color: #C5DB48; font-weight: bold; 
               text-indent: 15px; border: 1px solid #000000; padding-left: 4px; 
               padding-right: 4px; padding-top: 1px; padding-bottom: 1px; 
               background-color: #646464; }

.heading2    { font-family: Arial; font-size: 10pt; color: #C5DB48; font-weight: bold; 
               text-indent: 15px; border: 1px solid #000000; padding-left: 4px; 
               padding-right: 4px; padding-top: 1px; padding-bottom: 1px; 
               background-color: #646464 }

.tabelhoofd  { font-family: Arial; color: #646464; font-size: 10pt; font-weight: bold; }

.normal {font-family: Arial; color: #312c2d; font-size: 10pt; line-height: 133%}

.normalbold {font-family: Arial; color: #312c2d; font-weight: bold; font-size: 10pt;}

.normalboldbig {font-family: Arial; color: #312c2d; font-weight: bold; font-size: 12pt;}

.normallightblue {color: #C5DB48; font-family: Arial; font-size: 10pt}
.big {color: #aec140; font-family: Arial; font-size: 14pt}
.normalrow { background-color:white; }
.hightlighrow { background-color:#C5DB48; }

.demoheading {
	padding-bottom:20px;
	color:#9cab44;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

#divMasterpageEntirely
{        
    top: 0;    
    bottom: 0;
    width: 100%;   
}

#divMasterpageTop
{    
    top: 0;
    bottom: 0;
    width: 100%;              
}

#divMasterpageContent
{     
    width: 100%;    
    height: auto;   
}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

.watermarked {
	height:18px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#f0fff2;
	color:gray;
}	

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../Images/SavedStar.png);
}

