/*
--------------------------------------------------------------------------------------------------
 Title:			Typography Styles
 Created on: 	02-06-2008
 Author:     	Roberto De Vivo
 Client:		Vincis
 Project:		Maeykehiem intranet
 Copyright:  	Vincis B.V. The Netherlands

--------------------------------------------------------------------------------------------------
 Colors:
--------------------------------------------------------------------------------------------------
	* Turquois * 
 =1 Backgound color		#5bafcb	(turquois)
 =2 Link Mouseover		#1e74b7	(dark turquois)
 =3 Menu text			#98d2f9	(light turquois)
 =4 Link Mouseover BG	#edf5fb (very light turquois)


 =5	Body text			#4c4c4c	(dark grey)
 =6	Content background	#fff	(white)
 =7	ReadMore			#999	(light grey)
 =8	Menu selected		#f04b01	(orange)

*/
@media screen, print
{

	#content .Samenvatting
	{
		font-weight:		bold;
		margin-bottom:		2em;
		color:				#4c4c4c;	/* =5 */
	}

	#content h2 
	{
		padding-bottom:		0;
		
		font-family: 		Verdana, Arial, Helvetica;
		font-size:			1.25em;		/* 15px*/
		text-transform:		uppercase;
		color:				#3290ce;	/* = 1 */
		
		border-bottom:		none;
	}
	
	#content h3 
	{
		
		font-size:			1em;
		color:				#3290ce;	/* =5 */
		
		border-bottom:		none;
	}
	
	/* =Content styles */	
	#content p
	{
		/* clear:				both; */
		margin-bottom:		0.8em;
	}
	
		#content a
		{
			color:					#5bafcb;	/* =1 */
			text-decoration:		underline;
		}
		
			#content a:hover
			{
				color:					#1e74b7;	/* =2 */
				text-decoration:		underline;
				background-color:		#edf5fb;	/* =4 */
			}
			
			#content a:visited
			{
			}
		
	#content img
	{
		display:			block;
		
		padding:			0;
		margin:				0 12px 1em 0;
	}
	
		#content img.floatLeft
		{
			margin:				0 12px 1em 0;
		}
	
		#content img.floatRight
		{
			margin:				0 0 1em 12px;
		}
		
	/* Blockquote Webkant  */		
	 #content blockquote
	{
		padding:			0 0 0 9px;
		margin:				0 0 0 9px;

	}
		
	/* Blockquote in de editor		
	 #content blockquote
	{
		padding:			0 0 0 9px;
		margin:				0 0 0 9px;
		
		
		border:				1px dashed #e5e5e5;
	}
	*/
		
	/* 
	=Blockquote, Als een blockquote 
	#content blockquote
	{
		margin:				2em;
		margin-top:			0;
		margin-bottom:		1em;
		
		padding-top:		11px;
		padding-bottom:		0;
		
		min-height:			1em;
		height:				auto;
		
		border:				1px solid #e5e5e5;
		background-color:	#fafafa;
						
		color:				#828282;
	}
	
		 #content blockquote a
		{
			color:				#828282;
			text-decoration:		underline;
		}
		
			#content blockquote a:hover
			{
				color:					#424242;
				text-decoration:		underline;
			}
			
				 #content blockquote a:visited
				{
					color:				#802f80;
				}
			
		 #content blockquote h2,  #content blockquote h3
		{
			margin-top:			0;
			color:				#828282;
			font-variant:		normal;
		}
		
		 #content blockquote p
		{
			clear:				both;
			margin-bottom:		0.8em;
			margin-left:		9px;
			margin-right:		9px;
		}
		*/


	/* =hr */
	#content hr
	{
		clear:				both;

		height: 			1px; 
		margin:				1em 0 1em 0;
		padding:			0;

		color: 				#553500;	/* =3 */	 

		background-color: 	#553500;	/* =3 */

		border: 			solid #553500 0px;	/* =3 */
	}

				
	/* =Pre */
	#content pre
	{
		clear:				both;

		width:				464px;
		min-height:			1em;
		height:				auto;
		margin:				11px 0 11px 0;
		padding:			13px;
						
		color:				#828282; 
		font-family:		Courier;
		
		background-color:	#fafafa;
	}
	*>#content pre
	{
		width:				466px;
	}
	
		#content pre a
		{
			color:				#828282;
			text-decoration:	underline;
		}
		
			#content pre a:hover
			{
				color:					#424242;
				text-decoration:		underline;
			}
			
				#content pre a:visited
				{
				/*	color:				#802f80;*/
				}
			
		#content pre h2, #content pre h3
		{
			margin-top:			0;

			color:				#828282;
			font-variant:		normal;
		}
	
	/* =Alignment */
	#content .textAlignRight
	{
		text-align:			right;
	}
	
	#content .textAlignCenter
	{
		text-align:			center;
	}
	
	#content .textAlignJustify
	{
		text-align:			justify;
	}

	#content .textAlignLeft
	{
		text-align:			left;
	}	

	/* =Underline */
	#content .textUnderline	
	{
		text-decoration:	underline;
	}
	
	/* =Tables */
	#content table 
	{
		clear:					both;
		
		padding: 				0;
		margin:					0 0 18px 0;
		width:					492px;		

	/*	border-bottom:			1px solid #b2b2b2;
		border-right:			1px solid #b2b2b2; */
		border-collapse: 		collapse;
	}


		#content table caption 
		{
			padding:			8px 0 2px 4px;

			font-weight:		bold;
			text-align:			left;

		/*	background-color:	#fafafa; */
		}
		
			#content table tbody 
			{
				padding: 				0;
				margin:					0;
			}
		
			#content table th 
			{
			/*	color:					#fff; */
				font-weight:			bold;
				font-variant:			small-caps;
	
				padding: 				1px;
				margin:					0;
			/*	border-left:			1px solid #b2b2b2;
				border-top:				1px solid #b2b2b2; */
				border-bottom:			1px solid #999;	/* =7 */ 

			/* background-color:		#08876c; */
			}
			
			#content table td 
			{
				padding: 				1px;
				margin:					0;
				
				border-width: 			0;
			/*	border-left:			1px solid #b2b2b2;
				border-top:				1px solid #b2b2b2; */
				border-bottom:			1px solid #999;	/* =7 */ 
			}
		
		#content table .tableRowOdd
		{
			background-color: 		#edf5fb;  /* =4 row alternating color */
		}
		
			#content table tr:hover
			{
				/* background-color: 		#f4f4f4; */
			}
	
	/* =List */
	#content ul,  #content ol
	{
		clear:				both;
		display:			block;

		padding-bottom:		0.8em;
		padding-top:		0;
		margin:				0;
		min-height:			1em;
		height:				auto;
	}

		#content ul li
		{
			min-height:			1em;
			height:				auto;
			padding:			0 0 0 18px;

			
			background-image:		url(../../images/general/bullet.png);
			background-position:	0 8px;
			background-repeat:		no-repeat;
		}
		
	#content ol
	{
		list-style-type: 		decimal;
	}
	
		#content ol li
		{
			display:			list-item;  /* work around for IE ordered list bug */ 
			
			margin-left:		22px;
			padding:			0 0 0 0;
			min-height:			1em;
			height:				auto;
			
			background-image:	none
		}
			
		#content .floatRight
		{
			float: 				right;
			padding-left:		8px;
		}
		
		#content .floatLeft
		{
			float: 				left;
			padding-right:		8px;
		}
		
		
		#content .border1
		{
			border:				solid 1px #a16400;	/* =1 */
		}

		#content .border2
		{
			border:				solid 2px #a16400;	/* =1 */
		}
		
		#content .border3
		{
			border:				solid 3px #a16400;	/* =1 */
		}
		
		
		#content strong
		{
			font-weight:		bold;
		}
		
		#content em
		{
			font-style:			italic;
		}
		
	/* =layout_tabel */
	#content .layout_tabel {
		border-bottom:			0px solid #fff;
		border-right:			0px solid #fff;
	}


		 #content .layout_tabel th {
			border-left:			0px solid #fff;
			border-top:				0px solid #fff;
		}
		
		 #content .layout_tabel td {
			border-left:			0px solid #fff;
			border-top:				0px solid #fff;
		}
		
		#content .layout_tabel .tableRowOdd
		{
			background-color: 		#fff; 
		}
}