﻿
	/* Site Background wenn opening a modal popup */
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
	left: 0px !important; 
	top:0px !important;
}
	
	/* Div container that includes all content of the pop up window 
	   ContentContainer & PopUpClose
	*/
	.CssPopUpContainer 
	{
		background:#ffffff;
	}
	
	/* Div container that includes all content of the pop up window 
	   !! without the close button !!
	*/
	.CssPopUpContentContainer 
	{
		margin:			0px 15px 0px 15px;
		padding-bottom: 15px !important;
		clear:			both;
		height:			auto;
		margin-bottom:	10px;
	}
	
	.CssPopUpContentContainer div
	{
		font-size:		11px;
		line-height:	16px;
		font-family:	Arial,Geneva,Helvetica,sans-serif;
	}
	

	/* Div container that includes the close Button on the right side of the poo uo window */
	.CssPopUpClose 
	{
		float:right;
		height:20px;
		width: 19px;
		padding: 0 0 0 4px;
		margin:0px;
		background-color: #cccccc;

	}
	
	.CssPopUpClose a 
	{
		background:transparent url(./img/image-close.gif) no-repeat scroll 0 0;
		font-size:11px;
		line-height:16px;
		display:block;
		height:20px;
		width:20px;	
		margin:0 0 0 0px;	
	}
	
	.CssLanguageChangerContainer {
		background:		#eeeeee;
		padding:2px 0px 2px;
		border-top: solid 1px #999999;
		margin-bottom: 10px
		
	}
	
	.CssLanguageChangerLabel {
		padding:2px 8px 0px 5px;
		float:left;
		display:block;		
	}
	
	/* All form elements should be in such an Container div. */
	.CssPopUpFormElementContainer
	{
		clear:both;
		padding-bottom:5px;
		
	}
	
	.CssPopUpFormElementContainer h3
	{
		padding-bottom:3px;
		font-size:11px;
		display:inline;
	}
	
	.CssInputBox {
		font-size: 11px;
		border: solid 1px #999999
	}
	
	.CssTextAreaContainer
	{
		border: solid 1px #999999
	}
	
	.CssTextArea {
		font-size: 11px;
		padding:2px;
		border: solid 1px #999999
	}
	
	.CssDivOverflowContainer
	{
		overflow:auto; 
		border:solid 1px #999999;
		margin-bottom:5px
	}
	
	.CssDivOverflowContainerWithInnerPadding
	{
		margin:0px 5px;
	}
	
	.CssPopUpButtonPanel
	{
		padding-top:15px;
		display:inline;
	}
	
	.CssPopUpButton
	{
		float:left;
		padding-right:3px;
	}

	.CssPopUpCssHeadLine 
	{
		font-family:Arial,Geneva,Helvetica,sans-serif;
		line-height:16px;
		font-size:11px;
		font-weight:bold;
	}
	.CssPopUpCssSubHeadLine 
	{
		font-family:Arial,Geneva,Helvetica,sans-serif;
		line-height:20px;
		font-size:12px;
		font-weight:bold;
	}