﻿/* openaccess main page */
.backgroundDutch
{
	background-image:url('../LayoutV2/PincodeGeneratorBackground.jpg');
	width:660px;
	height:375px;
	background-repeat:no-repeat;
}
.backgroundEnglish
{
	background-image:url('../LayoutV2/PincodeGeneratorBackgroundEnglish.jpg');
	width:660px;
	height:375px;
	background-repeat:no-repeat;
}
body
{
	font-family:Trebuchet MS;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}
/* headers */
.headerBel
{
	width:222px;
	height:188px;
	float:left;
}
.headerPlan
{
	width:219px;
	height:188px;
	float:left;
}
.headerPin
{
	width:219px;
	height:188px;
	float:left;
}
/*end headers */
/* content boxes */
.contentLeft
{
	width:219px;
	height:184px;
	float:left;
	padding-top:3px;
}
.contentMiddle
{
	width:220px;
	height:184px;
	float:left;
	padding-top:3px;
}
.contentRight
{
	background-repeat:no-repeat;
	width:221px;
	height:184px;
	float:left;
	padding-top:3px;
}
/* end content boxes */

/* default content spacings */
.spacingTop
{
	text-align:center;
	padding-left:12px;
	padding-right:12px;
	
}
.defaultSpacing
{
	padding-left: 12px;
	padding-right:12px;
	padding-top:12px;
	text-align:center;
	
}
.spacingBottom
{
	height:auto;
	margin:0 auto;
	
	vertical-align:bottom;
	text-align:center;
	
}
/* end default content spacings */

/* plan panel classes */
.panel2PincodeBox
{
	background-image:url('../LayoutV2/BackgroundPincodeButton.png');
	width:149px;
	height:67px;
}
.Panel2Pincode
{
	text-align:center;
	font-size:22px;
}
/* end plan panel classes */
/* control styling */
.textBox
{
	border-width:0px;
	background-image:url('../LayoutV2/BackgroundTextBox.png');
	background-color:Transparent;
	background-repeat:no-repeat;
	background-position:left;
	font-size:12px;
	height:15px;
	width:141px;
	color:#444;
}

.checkBox 
{
	background-image:url('../LayoutV2/BackgroundCheckBox.png');
	background-repeat:no-repeat;
	background-position:-15px 0px;
	height:15px;
	width:15px;
}
.checkBoxSelected
{
	background-image:url('../LayoutV2/BackgroundCheckBox.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:13px;
	width:15px;
}
.buttonMain
{
	background-image:url('../LayoutV2/BackgroundButton.png');
	border-style:none;
	background-color:Transparent;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	width:151px;
	height:43px;	
}
.buttonMain:hover
{
	cursor:pointer;
}

.buttonInformation
{
	background-image:url('../LayoutV2/InformationButton.png');
	border-style:none;
	background-color:Transparent;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	width:50px;
	height:50px;	
}
.buttonInformation:hover
{
	cursor:pointer;
}

.buttonHyperLink
{
	border-style:none;
	background-color:Transparent;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	font-family:Trebuchet MS;
	font-weight:bold;
	width:151px;
	height:30px;
}
.buttonHyperLink:hover
{
	cursor:pointer;
}
 .buttonMain A:link
{
	text-decoration:none;
	color:#FFF;
}
.buttonMain A:visited
{
	text-decoration:none;
	color:#FFF;
}

/* end control styling */

*html #png { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../LayoutV2/BackgroundButton.png'); }

.modalBackground 
{
      background-color:Olive; 
      filter:alpha(opacity=70);
      opacity:0.7; 
}

.popupDivInformation
{
	background-image:url('../LayoutV2/lightBoxDescription.png');
	width:606px;
	height:338px;
	display:block;
	padding-left: 12px;
	padding-right:12px;
	padding-top:12px;
	font-size:12px;
}
.popupDivInformationContent
{
	overflow:auto;
	margin:0 auto;
	width:606px;
	height:285px;

}

.popupBgInformation
{
	background-color:#FFF;
	filter: alpha(opacity=60); 
	opacity:0.60
} 
    
.popupdiv
{
	background-image:url('../LayoutV2/PincodeErrorBox.png');
	width:268px;
	height:158px;
	display:block;
	font-size:12px;
	padding-left: 10px;
	padding-right:10px;
}
.popupbg
{
	background-color:#FFF;
	filter: alpha(opacity=60); 
	opacity:0.60
}
.hidelbl
{
	display:none;
}
.IFrameHidden
{
	background-color:#FFF;
	border-style:none;
	border-width:0px;
	width:0px;
	height:0px;
}


