/***********************************************************
Author:
	- Rinse Stellingwerf
	
Description:
	- Exceptions for the Markermeer IJmeer Toolkit.
	
Date created:
	- 29/01/09
	
Last updated:
	- 30/01/09
************************************************************/

/* Imports */

@import url("../../toolkit/styles/defaultnew.css");

/* Screen styles */

@media screen
{
	/* Overrides */
	
	h4, .SectionTitle
	{		
		font-size:				16px !important;		
		color:					#258aaf !important;
	}
	
	hr
	{
		clear:					both !important;
		
		width:					100% !important;
		height:					1px !important;
		
		border:					none !important;
		
		color: 					#adbbc1 !important;
		background-color:		#adbbc1 !important;		
	}
	
	/* Shortcuts */
	
	.GlobalMenu
	{
		width:					760px !important;
		height:					27px !important;
		
		padding:				0px 4px 0px 4px !important;
		
		color:					#ffffff !important;
		
		background-color:		#059cd4 !important;
		
		border-bottom:			solid 1px #ffffff !important;
	}
	
	.GlobalMenu a
	{
		color:					#ffffff !important;
	}
	
	.GlobalMenu b
	{
		display: 				none !important;
	}
	
	.GlobalMenu input
	{
		height:					16px !important;
		#height:				12px !important;
	}
	
	/* Menu */
	
	.MainMenu
	{
		width:					758px !important;
		
		padding-left:			10px !important;
	}
	
	.MainMenu table
	{
		float:					left !important;
	}
	
	.MainMenu a
	{
		font-size:				13px !important;
	}
	
	/* News */
	
	.ItemImage
	{
		display:				block;
		
		margin:					8px 8px 2px 0px !important;
	}
	
	.ExtraInfo
	{
		display:				block !important;
		
		margin-top:				5px !important;
	}
	
	.OverallFunction
	{
		color:					#0378a3 !important;
	}
	
	/* Item lists */
	
	.cmsFormSectionHeader, .ListItemHeader, .ListItemHeader td
	{		
		height:					24px !important;
		
		padding:				0px 6px 0px 6px !important;
		
		font-weight:			bold !important;
		color:					#ffffff !important;
		
		background-color:		#059cd4 !important;
	}
	
	.ListTable
	{
		border:					solid 1px #059cd4 !important;
	}
	
	.ListTable tr
	{
		height:					18px !important;
		
		vertical-align:			top !important;		
	}
	
	.ListTable tr td
	{
		padding-left:			6px !important;
	}
	
	/* Item lists (alternate row) */
	
	.ListTableAlternating
	{		
		background-color:		#e0ecf2 !important;
	}
}

/* Print styles */

@media print
{
}