body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

div.pagewrapper {
	height: 100%;
}
a {
	color: Blue;
}
/* TOP ***************************************************************************************************************/
div.top-wrapper {
	background-image: url('/images/top_bg.jpg');
	background-repeat: repeat-x;
	height: 111px;
	padding-left: 300px;
}
div.top {
	width: 800px;
	height: 111px;
}
div.logo {
	background-image: url('/images/logo.gif');
	background-repeat: no-repeat;
	height: 111px;
	width: 134px;
	float: left;
}
div.search-pad {
	margin-top: 70px;
	float: right;
}
div.search-pad input, div.search-pad button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}




/* MAIN ***************************************************************************************************************/
div.main-wrapper {
	background-image: url('/images/main_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	min-height: 400px;
	padding-left: 300px;
	padding-top: 50px;
	overflow: auto;
	margin-bottom: 100px;
}
div.main-wrapper#x {
	background-image: url('/images/schiphol_bg.jpg');
	background-repeat: no-repeat;
	background-position: top;
}
div.popup-wrapper {
	background-image: url('/images/main_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	min-height: 400px;
	padding-left: 30px;
	padding-top: 50px;
	overflow: visible;
	margin-bottom: 100px;
	width: 100%;
}
div.popup-sal-wrapper {
	min-height: 400px;
	padding-left: 10px;
	padding-top: 10px;
	overflow: visible;
	margin-bottom: 10px;
	width: 100%;
}
div.left-wrapper {
	width: 600px;
	float: left;
	display: block;
}
div.main-item {
	text-align: left;
	width: 525px;
	background-color: #FFFFFF;
	padding: 25px;
	margin-right: 25px;
	float: left;
	border: 1px outset;
	line-height: 130%;
	
}
div.popup-item {
	text-align: left;
	width: 1000px;
	background-color: #FFFFFF;
	padding: 25px;
	margin-right: 25px;
	float: left;
	border: 1px outset;
	line-height: 130%;
}
div.popup-sal-item {
	text-align: left;
	width: 1200px;
	background-color: #FFFFFF;
	padding: 25px;
	margin-right: 25px;
	float: left;
	border: 1px outset;
	line-height: 130%;
}

div.sub-item {
	text-align: left;
	width: 223px;
	background-color: #FFFFFF;
	padding: 25px;
	margin-right: 25px;
	border: 1px outset;
	line-height: 130%;
	margin-top: 15px;
}
div.sub-item#left {
	float: left;
}
div.sub-item#right {
	float: right;
}
h1 {
	color: #C80000;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	color: #C80000;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}
div.main-item ul {
	margin-left: 20px;
	line-height: 130%;
}
div.main-item ul li {
	list-style-image: url('/images/bullet.gif');
	padding-left: 10px;
	margin-bottom: 10px;
}
div.sub-item ul {
	margin-left: 20px;
	line-height: 130%;
}
div.sub-item ul li {
	list-style-image: url('/images/bullet.gif');
	padding-left: 10px;
	margin-bottom: 10px;
}
div.main-item ol {
	list-style-type:  lower-roman;
}
div.main-item hr {
	height: 1px;
}
div.main-item a {
	color: #0000FF;
	text-decoration: underline;
}
div.main-item img[align=right] {
	margin-left: 20px;
	border: 1px solid #747474;
}
td.code {
	background-color: #D3D3D3;
	width: 80px;
}
span.code, code {
	background-color: #D3D3D3;
}
/* COLLATERAL ***************************************************************************************************************/

div.collateral-wrapper {
	text-align: left;
	width: 200px;
	float: left;
}
div.collateral-item {
	background-color: #FFFFFF;
	line-height: 130%;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px outset;
	margin-bottom: 20px;
}
div.collateral-item#toolbox {
	padding-top: 10px;
	padding-bottom: 10px;
}
div.collateral-item#button {
	padding: 0px;
}
img.tool {
	margin-right: 0px;
}
div.collateral-item ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 8px;
}
div.collateral-item li {
	margin-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
}
span.tool-description {
	color: #747474;
}
/* FOOTER ***************************************************************************************************************/
div.footer-wrapper {
	background-image: url('/images/footer_bg.gif');
	height: 85px;
	width: 100%;
	position: fixed;
	bottom: 0px;
}
div.footer {
	width: 800px;
	color: #FFFFFF;
	padding-left: 300px;
	padding-top: 60px;
	text-align: center;
}
div.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* FAQ ***************************************************************************************************************/


.question {
	background: transparent url(/images/widget_plus_x.gif);
	background-position: left top; 
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 24px;
	display: block;
	text-decoration: none;
	margin-left: 12px;
	margin-top: 10px;
	font-weight: normal;
	cursor: pointer;
	color: #C80000;
}
.question-expanded {
	background: transparent url(/images/widget_minus_x.gif);
	background-position: left top; 
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 24px;
	display: block;
	text-decoration: none;
	margin-left: 12px;
	margin-top: 10px;
	font-weight: bold;
	cursor: pointer;
	color: #C80000;
}
.answer {
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 2px;
	display: block;
	text-decoration: none;
	margin-left: 24px;
	margin-top: 4px;
}
.answer-show {
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 2px;
	display: block;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 4px;
}