/*************************************************************************************************/
/* Author:		Vincis B.V.  / Rinse Stellingwerf                                                */
/* Description:	CSS for forms                                                             		 */
/*************************************************************************************************/
@media screen 
{	
	.crmInformation {
		width:995px;
		margin:0 auto;
		background: #b289be;
		
	}
		.crmInformation .header
		{
			background: #842d93;
			height: 30px;
			color: #fff;
			padding:10px;
			font-weight: bold;
		}
			.crmInformation .header .left
			{
				float:left;
				width:500px;
				
			}
			.crmInformation .header .right
			{
				float:right;
				width:455px;
			}
		.crmInformation .crmContent
		{

			float:left;
			padding:10px;
			height: 210px;
			width:975px;
			padding: 5px 10px 5px 10px;
			
		}
		
		.crmInformation .crmContent .left
			{
				height: 200px;
				float:left;
				width:955px;
				padding: 0px 9px 0px 9px;
				background:#fff;
				overflow: auto;
				
				
			}
						
			.crmInformation .crmContent .left.full
			{
				width: 955px;
			}
			
		.crmInformation .crmContent .right
		{
			padding: 0px 10px 0px 10px;
			float:right;
			display: inline;
			width:275px;
			height: 200px;
			

			border-color: #842d93;
			border-style:dashed;
			border-width:1px;
			background: #eacef4;

			
		}
			
				.crmButton
				{
					float: right;
				}
			
		.crmInformation .footer
		{
			color: #fff;
			text-align: right;
			clear:both;
			padding:5px 10px;
			background:#842d93;
			cursor: pointer;
		}
	
	.crmInformation .footer p {
		margin:0;
    }
	
	#containerTop.hideLogo
	{
		min-height: 0px;
	}
	
	
}

@media print
{
}

@media handheld
{
}
