/***********************************************************
Author:
	- Mett, Rinse Stellingwerf
	
Description:
	- Default stylesheet for the Mett template.
	- Overrides are marked with "!important".
	
Date created:
	- 30/06/09
	
Last updated:
	- 04/01/12
************************************************************/

/* Imports */

@import url("pagetypes/imports.css");
@import url("icons/icons_black_white_pictos.css");
@import url("default_elements.css");

/* Screen styles */

@media screen
{
	/* General styles */
	
	body
	{
		color:					#3d3d3d;
		background-color:		#e2e2e2;
	}
	
	a
	{
		color:					#000000;
	}
	
	a:hover
	{
		color:					#3d3d3d;
	}
	
	h1, h2, h3
	{
		color:					#3d3d3d;
	}
	
	/* Top */
	
	#topTitle a
	{
		color: 					#e8e9e9;
	}
	
	/* Path */
	
	#path, #path a
	{
		color:					#000000;
		
		background-color:		#ffffff;
	}
	
	#path a:hover, #path .BreadCrumbSelected
	{
		color:					#3d3d3d;
	}
	
	/* Content */
	
	#contentCenterMiddle .paging strong, #contentCenterMiddle .paging strong a, #contentCenterMiddle .paging a:hover
	{
		color:					#ffffff !important;
		
		background-color:		#000000;
	}
	
	/* Menu (left) */
	
	#menuLeft a
	{		
		color:					#000000;
	}
	
	#menuLeft a:hover
	{
		color:					#3d3d3d;
	}
	
	#menuLeft .menuItemSelected
	{		
		color:					#3d3d3d;
	}
	
	#menuLeft .menuItemBulletClosed, #sitemap .menuItemBulletClosed
	{
		background-image:		url(../images/bullets/default/bullet_menu_closed.gif);
	}
	
	#menuLeft .menuItemBulletOpen
	{
		background-image:		url(../images/bullets/default/bullet_menu_open.gif);
	}
	
	/* Bottom */
	
	#bottom, #bottom a
	{		
		color:					#e8e9e9;
	}
	
	#bottom .footerDivider
	{
		border-right:			solid 1px #e8e9e9;
	}
	
	/* Webboxes */
	
	.webboxTitle h2 a
	{
		color:					#3d3d3d !important;
	}

	.webboxOpen
	{
		background-image:		url(../images/bullets/default/bullet_webbox_open.gif);
	}
	
	.webboxClosed
	{
		background-image:		url(../images/bullets/default/bullet_webbox_closed.gif);
	}
	
	/* Toolbar */
	
	.toolbar label, .toolbar a
	{
		color:					#3d3d3d;
	}
	
	.toolbar label:hover, .toolbar a:hover
	{		
		text-decoration:		underline;
		
		color:					#000000;
	}
	
	.toolbarModuleOptions
	{
		border-top:				solid 2px #c4c4c4 !important;		
	}
	
	/* Google Maps */
	
	#googleMaps .map div a, #googleMaps .mapSmall div a
	{		
		color:					#3d3d3d !important;
	}
	
	/* eParticipation */
	
	#eParticipationItem .tabContent h2
	{
		color:					#666666;
	}
	
	#eParticipationAdmin .formRow, #eParticipationAdmin .formRowTextarea
	{
		color:					#666666;
	}
	
	.eParticipationItemContentMiddle h2
	{
		color:					#666666;
	}

	.eParticipationItemContentRight h2
	{
		color:					#a1a1a1;
	}	
}

/* Print styles */

@media print
{
}
