/*
--------------------------------------------------------------------------------------------------
 Title:			Basic Styles
 Created on: 		21-05-2008
 Author:     			Rinse van Dijk
 Client:			Gemeente Sneek
 Project:			Cultureel Kwartier Sneek
 Copyright:  		Vincis B.V. The Netherlands

--------------------------------------------------------------------------------------------------
 Index:
--------------------------------------------------------------------------------------------------
 =General styles
 =Classes (general) 
 =Classes (general form fields)    
 =Classes (used for cleanHTML, clean_html.xsl)       
 =Containers    
 =Paging styles
 =Print styles 
 
--------------------------------------------------------------------------------------------------
 Colors:
--------------------------------------------------------------------------------------------------
 =1 Headers & Hyperlinks		#003366
 =2 Hyperlink hover			#003366


 =3 Donker blauw				#003366
 =4 Licht blauw				#0fa8e7
 =5 Roze					#da0071
 =6 Geel					#fdc600
*/
@media screen 
{
	/*********************************************************************************************/
	/* =General styles                                                                 			 */
	/*********************************************************************************************/

	body 
	{
		width:					100%;
		height:					100%;
		
		padding:				0;
		margin:					0;		
		
		font-family: 			Arial, Verdana, Helvetica;

		line-height:			15px;
		
		color:					#000;
		font-size:				0.8em;
	}

	img 
	{
		border: 				none;
		
		padding:				0;
		margin:					0;
	}
	
	form 
	{
		padding:				0;
		margin:					0;
	}
	
	a 
	{		
		text-decoration:		none;
		
		color:					#00a3de;
	}
	
		a:hover 
		{
			text-decoration:		underline;
			color:					#00a3de;
		}
	
	ul
	{
		padding:				0;
		margin:					0;
	}
		
		ul li
		{
			padding:				0;
			margin:					0;
		
			background-image:		none;
		}
		
	ol
	{
		padding:				0;
		margin:					0;
		list-style-type: 		decimal;
	}
	
		ol li
		{
			display:			list-item;  /* work around for IE ordered list bug */ 
			padding:			0;
			margin-left:		27px;
			height:				auto;
		}
		
		
	hr 
	{	
		clear:					both;
		
		height:					1px;
		width:					100%;
		
		background-color:		#2a2d2f;
		color: 					#2a2d2f;
		
		border:					none;
	}
	
	h1 
	{
		padding:				0 0 15px 0;
		margin:					0;
		
		font-size:				1.7em;
		font-weight:			normal;
		font-family: 			Arial, Verdana, Helvetica;
		line-height:			100%;
	
		color:					#0fa8e7;		
	}
	
	
	h2 
	{
		padding:				0 0 2px 0;
		margin:					0;
		
		font-size:				1.5em;
		font-family: 			Arial, Verdana, Helvetica;
		line-height:			100%;
					
		color:					#003366;		
	}
	
	
	h3 
	{
		padding:				0;
		margin:					0px 0px 1px 0px;
		
		font-size:				1.3em;
		font-family: 			Arial, Verdana, Helvetica;
		line-height:			100%;
			
		color:					#003366;				
	}
	
	p
	{
		font-size:				1.0em;
	}
	
	strong
	{
		font-weight:			bold;
	}

	.tableRowOdd
	{
		background-color: 		#eee;
	}
	
	.flag
	{
		margin-right:			4px;
	}
	
	.newsArchive
	{
		margin-left:			10px;
	}	
	
	
	/*********************************************************************************************/
	/* =Classes (general)                                                              			 */
	/*********************************************************************************************/	

	
	.containerInvisible, .onzichtbaar, .hide, .invisible
	{
		display:				none;
	}
	
	.inputText
	{		
		width:					96px;
		
		font-family: 			Arial, Verdana, Helvetica;
		font-size:				1.0em;
				
		color:					#b2b2b2;
		border:					solid 1px #b2b2b2;	
		padding:				1px 0px 1px 4px;	
	}
	
	.inputText_quickSearch
	{
		float:					left;
		width:					100px;
		
		font-family: 			Arial, Verdana, Helvetica;
		font-size:				1.0em;
		
		color:					#fff;
		background-color:		#000;
		border:					none;	
		padding:				2px 0px 1px 4px;	
					
	}
	
	
	.searchButton
	{
		float:					right;
		margin:					0 5px 0 0;
	}
	
	.floatLeft
	{
		float:					left;
	}
	
	#containerForm table.floatRight
	{
		float:					right;
		width:					10px;
		margin-left:			10px;
		border:					0px;
	}
	
	.floatCloser
	{
		clear:					both;
	}
	
	.anchr
	{
		font-weight:			normal;
		color:					#2a2d2f;
		background-image: 		none;
	}

	
	
	/*********************************************************************************************/
	/* =Classes (general form fields)                                                            */
	/*********************************************************************************************/	
	.formField
	{
		clear:					both;
		padding:				0;
		margin:					0px 0px 10px 0px;
	}
	
	.formFieldLeft
	{
		float:					left;
		width:					110px;
	}
	
	.formFieldIcons ul
	{
		width:					200px;
		
		padding:				0px 0px 0px 114px;
		margin:					0;	
	}
		
	.formFieldIcons ul li
	{
		clear:					both;
		
		list-style:				none;
	}
	
	.formFieldIcons ul li div
	{
		float:					left;
		
		width:					50px;
		height:					25px;
	}	
	
	.readmore
	{
		padding:				0 0 0 13px;
				
		background-image:		url('../../images/general/icon_readmore.gif');	
		background-position:	0 3px;
		background-repeat:		no-repeat;			
	}
	
	/*********************************************************************************************/
	/* =Classes (editor form fields)                                                        	 */
	/*********************************************************************************************/	
	.cm_input
	{	
		height:					15px;		
		
		font-family: 			Arial, Verdana, Helvetica;
		font-size:				1.0em;
		padding:				0 0 0 2px;
		
		color:					#2a2d2f;
		
		background-color:		#FFFFFF;
		border:					solid 1px #b2b2b2;		
	}
	
	.cm_select
	{			
		height:					21px;		
				
		font-family: 			Arial, Verdana, Helvetica;
		font-size:				1.0em;
		
		color:					#2a2d2f;
		
		background-color:		#FFFFFF;
		border:					solid 1px #b2b2b2!important;
	}
	
	.cm_textarea
	{		
		/* overflow-y:				auto; */
		
		font-family: 			Arial, Verdana, Helvetica;
		font-size:				1.0em;
		
		color:					#2a2d2f;
		
		padding:				3px;
				
		background-color:		#FFFFFF;
		border:					solid 1px #b2b2b2;
	}
	
	.cm_radio
	{
		width:					15px;
		height:					15px;
		
		padding:				0;
		margin:					0px 5px 0px 0px;
			
		font-family: 			Arial, Verdana, Helvetica;
		font-size:				8pt;		
	}
	
	.cm_button
	{
		font-size:				1.0em; 
		margin:					0;
		color:					#000;
		cursor:					pointer;
	}
	
	.cm_fieldset
	{
		margin:					10px 0 0 0;
	}
	
	.inputRadio
	{
		margin:					2px 5px 0px 0;
	}
	

	/*********************************************************************************************/
	/* =Classes (used for cleanHTML, clean_html.xsl)                                             */
	/*********************************************************************************************/
	table.border1, table.border2, table.border3
	{
		border-top:				1px solid #ccc;
		border-right:			1px solid #ccc;
	}
	
	table.border1
	{
		border-width:			1px;
	}
	
	table.border2
	{
		border-width:			2px;
	}
	
	table.border3
	{
		border-width:			3px;
	}
	
	td.border1, td.border2, td.border3
	{
		border-bottom:			1px solid #ccc;
		border-left:			1px solid #ccc;
	}
	
	td.border1
	{
		border-width:			1px;
	}
	
	td.border2
	{
		border-width:			2px;
	}
	
	td.border3
	{
		border-width:			3px;
	}

	.ial
	{
		float:					left;
	}
	
	.iar
	{
		float:					right;
	}
	
	.highlight
	{
		background-color:		#AE83BB;
	}
	
	.underline
	{
		text-decoration:		underline;
	}
	
	#containerPrintLogo
	{
		display:				none;
	}
	

	/*********************************************************************************************/
	/* =Containers                     		 		     	 						     */
	/*********************************************************************************************/
	#containerAll
	{
		margin:					10px auto;
		padding:				0;
		width:					870px;
		height:					575px;
	}
	*>#containerAll
	{
		min-height:				575px;
		height:					auto;
	}

	#containerShadowTop
	{
		float:					left;
		font-size:				0;
		width:					870px;
		height:					10px;
		
		background-image:		url('../../images/general/shadowTop.jpg');	
		background-repeat:		no-repeat;			
	}
	
	#containerTotal
	{
		float:					left;
		display:				inline;
		height:					590px;
		width:					850px;
		padding:				0 10px 0 10px;
		background-image:		url('../../images/general/shadowMiddle.jpg');	
		background-repeat:		repeat-y;			
	}
	*>#containerTotal
	{
		min-height:				600px;
		height:					auto;
	}
	
		#containerLogo
		{
			float:				left;
			width:				170px;
			height:				170px;
			
			background-color:	#fff;
			
			overflow:			hidden;
		}
		
		#containerDynamicPhoto
		{
			float:				left;
			width:				680px;
			height:				170px;
			overflow:			hidden;
		}
		
		#containerMenu
		{
			float:				left;
			width:				170px;
		}
		
			ul#PageLink_Sneek
			{
				float:			left;
			}
		
			ul#PageLink_Sneek li
			{
				width:					170px;  
				height:					30px;
				background-color:		#fdc600;
				border-bottom:			1px solid #003366;
			}
		
			ul#PageLink_Sneek li div span a
			{
				display:				block;
				
				height:					23px;
				width:					155px;
				padding:				7px 0 0 15px;
				
				color:					#da0071;
				font-weight:			bold;					
				text-decoration:		none;
			}
			
				ul#PageLink_Sneek li div span a:hover
				{
					color:					#003366;
					text-decoration:		none;
				}
			

			ul#containerBanners
			{
				float:				left;
				display:			block;
				width:				170px;
				margin:				20px 0 0 0;
			}
			
				ul#containerBanners li
				{
					margin:				0 0 5px 0;
				}	
		
					
		ul#containerPagelinks
		{
			float:				left;
			width:				655px;
			height:				30px;
			
			padding:			0 0 0 25px;
			
			background-color:	#fdc600;
		}
		
			ul#containerPagelinks li
			{
				float:				left;
				height:				23px;
				
				padding:			7px 30px 0 0;
						
				font-size:			0.85em;
				font-weight:		bold;
				letter-spacing:		2px;
			}
			
				ul#containerPagelinks li a
				{
					color:				#003366;
				}
				
				ul#containerPagelinks li.selected a, ul#containerPagelinks li a:hover
				{
					color:				#da0071;
					text-decoration:	none;
				}
						
		#containerContent
		{
			float:				left;
			width:				630px;
			height:				380px;
			
			letter-spacing:		1px;
			color:				#666;
			font-size:			0.85em;
				
			padding:			20px 25px 20px 25px;
		}
		*>#containerContent
		{
			min-height:			385px;
			height:				auto;
		}
	
	#containerShadowBottom
	{
		float:					left;
		font-size:				0;
		width:					870px;
		height:					10px;
		
		background-image:		url('../../images/general/shadowBottom.jpg');	
		background-repeat:		no-repeat;
	}	

	/*************************************************************************************************/
	/* =Paging styles                                              									 */
	/*************************************************************************************************/			
		
	#containerPaging
		{
			float:					left;
			clear:					both;
			padding:				0;
			margin:					5px 0 0 0;
			font-size:				0.9em;
		}
		
			#containerPaging ul
			{		
				padding:				0;
				margin:					0;
			}
			
				#containerPaging ul li
				{
					float:					left;
						
					height:					16px; /* ff fix */
					*height:				15px; /* only read by IE */
					width:					17px;
					padding:				1px 0 0 0!important;	/* ff fix */
					*padding:				2px 0 0 0!important;	/* only read by IE */
					margin:					0 5px 0 0;
					
					list-style:				none;
					text-align:				center;
					
					line-height:			100%;
					
					background-color:		#ffffff;
					background-image:		none!important;
					
					border:					1px solid #00a3de;
					
					overflow:				hidden;
				}
				*>#containerPaging ul li
				{
					min-width:				17px;
					width:					auto;
				}
				
				
					#containerPaging ul li a
					{
						display:				block;
						height:					17px;
						width:					17px;
						color:					#00a3de;
					}
					*>#containerPaging ul li a
					{
						min-width:				17px;
						width:					auto;
					}
					
						#containerPaging ul li:hover a
						{
							color:					#000;
							text-decoration:		none;
						}
				
					#containerPaging ul li:hover
					{
						border:					1px solid #000;		
					}
					
						#containerPaging ul li a:hover
						{
							color:					#000;
							text-decoration:		none;
						}
						
				
			
			#containerPaging .selectedPageNumber
			{
				font-weight:			bold;
			
				color:					#fff;
				background-color:		#00a3de;
						
				border-color:			#00a3de;
			}
			
				#containerPaging .selectedPageNumber:hover	
				{
					border:					1px solid #00a3de;
				}
}

/*************************************************************************************************/
/* =Print styles                                              									 */
/*************************************************************************************************/
@media print
{

	#containerDynamicPhoto, ul#adxmenuList, #containerPagelinks, #containerBanners
	{
		display:			none;
	}
	
	
	#containerLogo
	{
		padding:				0 0 20px 0;
		margin:					0 0 30px 0;
		
		border-bottom:			1px solid #000;
	}
	
	img
	{
		border:					0;
	}
	
	a 
	{		
		color:					#00a3de;
		padding:				0;
		margin:					0 0 0  10px;
		*margin:				0; /* only read by IE */
	}
	
	h1 
	{
		padding:				0 0 15px 0;
		margin:					0;
		
		font-size:				1.6em;
		font-weight:			normal;
		font-family: 			Arial, Verdana, Helvetica;
		line-height:			100%;
	
		color:					#0fa8e7;		
	}
	
	#containerContent
	{
		font-family: 			Arial, Verdana, Helvetica;
		font-size:				0.85em;
		letter-spacing:			1px;
		color:					#666;
		
	}
	
}

/*************************************************************************************************/
/* =Handheld styles                                         									 */
/*************************************************************************************************/
@media handheld 
{
}