/***********************************************************
Author:
	- Mett, Rinse Stellingwerf
	
Description:
	- BV Gebiedscommunicatie color stylesheet for the Mett template.
	- Overrides are marked with "!important".
	
Date created:
	- 23/06/10
	
Last updated:
	- 06/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
{
	/* Exceptions */

	#top, #menuTop, #path, #bottom, #bottomLogo
	{
		display:				none;
	}

	#center
	{	
		padding:				0px 7px 0px 7px;
		
		background-image:		url(../images/backgrounds/bv_gebiedscommunicatie/background_center_shadow.gif);
	}

	#contentTop
	{	
		height:					6px !important;
		
		padding:				0px 7px 0px 7px;
		margin-left:			-7px;		
	
		background-image:		url(../images/backgrounds/bv_gebiedscommunicatie/background_content_top_shadow.png) !important;
	}

	#header
	{
		width:					952px !important;
		height:					300px !important;
		
		padding-bottom:			35px;
	}

	#contentCenter
	{
		background-image:		url(../images/backgrounds/bv_gebiedscommunicatie/background_content_center.gif);
		background-repeat:		repeat-y;
	}
	
	#contentCenterRight a
	{
		color:					#47949e !important;
	}

	#menuLeft
	{
		padding:				0px 15px 0px 0px !important;
	}

	#pageTypeFooter object
	{
		position:				absolute;
		
		top:					80px;
	}

	#contentBottom
	{	
		padding:				0px 7px 0px 7px;
		margin-left:			-7px;		
		
		background-image:		url(../images/backgrounds/bv_gebiedscommunicatie/background_content_bottom_shadow.png) !important;
	}
	
	/* General styles */
	
	body
	{
		color:					#000000;
		background-color:		#ffffff;
	}
	
	a
	{
		color:					#47949e;
	}
	
	a:hover
	{
		color:					#f08800;
	}
	
	h1, h2, h3
	{
		color:					#000000;
	}
	
	/* Top */
	
	#topTitle a
	{
		color: 					#cfcfcf;
	}
	
	/* Path */
	
	#path, #path a
	{
		color:					#47949e;
		
		background-color:		#ffffff;
	}
	
	#path a:hover, #path .BreadCrumbSelected
	{
		color:					#f08800;
	}
	
	/* Content */
	
	#contentCenterMiddle a
	{
		color:					#47949e !important;
	}
	
	#contentCenterMiddle a:hover
	{
		color:					#f08800 !important;
	}
	
	#contentCenterMiddle .paging strong, #contentCenterMiddle .paging strong a, #contentCenterMiddle .paging a:hover
	{
		color:					#ffffff !important;
		
		background-color:		#47949e;
	}
	
	#contentCenterRight a:hover
	{
		color:					#47949e !important;
	}
	
	/* Menu (left) */
	
	#menuLeft a
	{		
		color:					#000000 !important;
	}
	
	#menuLeft a:hover
	{		
		color:					#47949e !important;
	}
	
	#menuLeft .menuItemSelected
	{
		color:					#f08800 !important;
	}
	
	#menuLeft .menuItemBulletClosed
	{
		background-image:		none;
	}
	
	#menuLeft .menuItemBulletOpen
	{
		background-image:		none;
	}
	
	/* Sitemap */
	
	#sitemap .menuItemBulletClosed
	{
		background-image:		url(../images/bullets/bv_gebiedscommunicatie/bullet_menu_closed.gif);
	}
	
	/* Bottom */
	
	#bottom, #bottom a
	{		
		color:					#ffffff;
	}
	
	#bottom .footerDivider
	{
		border-right:			solid 1px #ffffff;
	}
	
	/* Webboxes */
	
	.webboxTitle h2 a
	{
		color:					#f08800 !important;
	}
	
	.webboxOpen
	{
		background-image:		url(../images/bullets/bv_gebiedscommunicatie/bullet_webbox_open.gif);
	}
	
	.webboxClosed
	{
		background-image:		url(../images/bullets/bv_gebiedscommunicatie/bullet_webbox_closed.gif);
	}
	
	/* Toolbar */
	
	.toolbar label, .toolbar a
	{
		color:					#47949e;
	}
	
	.toolbar label:hover, .toolbar a:hover
	{		
		text-decoration:		underline;
		
		color:					#47949e;
	}
	
	.toolbarModuleOptions
	{
		border-top:				solid 2px #47949e !important;
	}
	
	/* Google Maps */
	
	#googleMaps .map div a, #googleMaps .mapSmall div a
	{		
		color:					#f08800 !important;
	}
}

/* Print styles */

@media print
{
}
