/* CSS Document */

	/* HTML ELEMENTS ----------------------------------------------------------------------*/
	html,body {
		margin-left: 	0px;
		margin-top: 	0px;
		margin-right: 	0px;
		margin-bottom: 	0px;
		height:			100%;
		width:			100%;		
		background-color:#e3e3e3;		
		font-family:	Georgia, "Times New Roman", Times, serif;
		font-size:		12px;
		color:			#000000;
		}
	
	a:link, a:visited, a:active {
		color: 			#e30133;;
		text-decoration:none;
	}	
	
	a:hover {
		text-decoration:underline;
	}
	
	div, p {
		margin:0px;
		padding:0px;	
	}
	
	
	/* TEMPLATE SPECIFIC STYLES */
	
	.dropzone{
		
		}
		
		
	/* SIMPLE EDITOR CONTENT*/
	.editorTitle {
		font-weight:bold;	
		}
	 .editorSimpleContent, .editorContent {
		font-family:	Georgia, "Times New Roman", Times, serif;
		font-size:		13px;
		line-height:	19px;
		color:			#000000;				
		font-weight:	normal;
		font-style:		normal;
	 }
	 
	 .editorSimpleContent p {
		margin-bottom:20px; 
	 }
	 
	 
	
	/***************************** EDITORSTYLES *****************************
	
	
	dot###Custom_	is recognized as an editorStyle
	_div			is recognized as the replacement element
	_TitelGroen		is recognized as the title for the style			

	*/

	/*.###Custom_H1_KopActueel {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		line-height: 22px;
		color: #000000;
		margin: 3px;
		padding: 3px;
		font-weight: bold;
		border-bottom-width: 4px;
		border-bottom-style: solid;
		border-bottom-color: #000000;
	}*/
	
/***************************** EDITORSTYLES *****************************/
	
	
	




           
					
					
					
					
				



        
        
            /* PLUGIN STYLES */
            /* --------------------------------------------------------------------------------------------------*/
            
                
                
                
                
                
                
                /* SEARCH CONTROL ----------------------------------------------------------/*

					/* search DIALOG CSS */
					.searchDialog{
						width:804px;
						background-color:White;
						}
						
					.searchDialogHeader{
						width:804px;
						height:106px;
						border:1px solid black;
						background-color:Black;
						background-image:url(../images/searchDialogHeaderBackground.jpg);
						}
						
						
					.searchDialogCloseButton{
						cursor:pointer;
						position:absolute;
						right:0px;
						top:0px;
						width:150px;
						background-color:Black;
						padding:5px;
						color:White;
						font-size:11px;
						font-weight:bold;
						font-family:Arial;
						}
					
					.searchDialogModal{
						
					}
					
					.searchDialogIframe{
						width:784px;
						height:380px;
						padding:10px;
						background-color:White;
						border:0px;
						margin:0px;
						overflow:visible;
						}
						
						
					.searchDialogFooter{
						width:804px;
						height:25px;
						background-color:Black;
						}
						
						
					/* RESULTS */
					.searchDialogSearchResultsContainer{
						background-color:white;
						width:100%;
						height:100%;
					}
					
					.searchDialogSearchResultsPreText {
						font-family:Arial;
							
					}
					
					.searchDialogSearchResultRow0 {
						background-color:white;
						font-family:Arial;
						font-size:11px;
						margin-bottom:20px;
						}
						
					.searchDialogSearchResultRow1 {
						background-color:#00a3e3;
						font-family:Arial;
						font-size:11px;
						margin-bottom:20px;
						}
						
					.searchDialogSearchResultLabelName {
						font-size:18px;
						padding-bottom:3px;
						border-bottom:4px solid black;
						}
						
					.searchDialogSearchResultLabelMetaDesc {
					
					}
					
					.searchDialogSearchResultLabelMetaDesc span {
						font-weight:bold;
						width:80px;
					}
                
					
					.searchDialogSearchResultLabelMetaTags{
						
						}
						
					.searchDialogSearchResultLabelMetaTags span{
						font-weight:bold;
						width:80px;
						}
						
					.searchDialogSearchResultLabelLink{
						
						}
            
            



