/*
 * Copyright 2006 Geert Bevin <gbevin[remove] at uwyn dot com>
 * Licensed under the Apache License, Version 2.0 (the "License");
 *
 * $Id: home.css 2923 2006-02-06 11:36:43Z gbevin $
 */
body {
	background-color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #696969;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 950px;
	margin: 0px auto;
}

#header {
	width: 958px;
	height: 155px;
	margin-left: -4px;
	position: relative;
	background-image: url("../images/header_shadow.png");
	background-repeat: no-repeat;
	overflow: hidden;
}

#header img {
	margin-left: 4px;
	margin-top: 0px;
}

#header h1 {
	position: absolute;
	color: white;
	top: 85px;
	left: 545px;
	font-family: Arial, sans-serif;
	font-size: 26px;
	font-variant: small-caps;
	text-shadow: 1px 1px 6px #000;
}

#header-background {
	background-image: url("../images/header.png");
	width: 950px;
	height: 150px;
	margin-left: 4px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#breadcrumbs {
	width: 950px;
	height: 75px;	
}

#breadcrumbs img {
	margin: 19px 60px 19px 60px ;
}

#payment {
	width: 954px;
	height: 559px;
	position: relative;
	padding: 0px;
	margin-left: -2px;
	margin-bottom: 10px;
}

#payment1 {
	width: 318px;
	height: 555px;
	position: relative;
	float: left;
	background-image: url("../images/col1.png");
	background-repeat: no-repeat;
	background-position: 4px;
}

.radio-inline {
	text-align: center;
	margin: 0px auto;
	width: 240px;
}

.radio-inline p {
	float: left;
	margin: 0px 5px 20px 5px !important;
	padding: 0px !important;
	width: 50px;
	text-align: center;
}

.radio-inline p span {
	margin: 0px auto;
	display: block;
	width: 50px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

p.donation-minimum {
	color: #3b414d;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

#payment_recurring {
	width: 288px;
	height: 254px;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url("../images/box_monthly.png");
	background-repeat: no-repeat;
}

#payment_recurring h2 {
	color: #66cc00;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 20px 0px 20px;
	text-align: center;
}

#payment_recurring p.payment_content {
	color: #3b414d;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 0px 20px 20px 20px;
	text-align: center;
}

#payment_recurring .radio-inline p span {
	color: #66cc00;
}

p.donationrecurring-free {
	clear: both;
	text-align: center;
	margin-bottom: 5px;
}

.donationrecurring-free label {
	color: #66cc00 !important;
	font-family: Arial, sans-serif;
	font-size: 14px !important;
}

#payment_recurring p.donation-minimum {
	color: #3b414d;
}

#payment_separator {
	width: 318px;
	height: 18px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	overflow: hidden;
	text-align: center;
}

#payment_once {
	width: 288px;
	height: 254px;
	margin-top: 3px;
	margin-left: 15px;
	background-image: url("../images/box_oneoff.png");
	background-repeat: no-repeat;
}

#payment_once h2 {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 20px 0px 20px;
	text-align: center;
}

#payment_once p.payment_content {
	color: #3b414d;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 0px 20px 20px 20px;
	text-align: center;
}

#payment_once .radio-inline p span {
	color: #ffffff;
}

p.donationonce-free {
	clear: both;
	text-align: center;
	margin-bottom: 5px;
}

.donationonce-free label {
	color: #ffffff !important;
	font-family: Arial, sans-serif;
	font-size: 14px !important;
}

#payment_once p.donation-minimum {
	color: #ffffff;
}

.x-form-element {
	padding-left: 0px;
}

#payment .form_row {
	margin-left: 10px;
	margin-bottom: 12px;
}

#payment .form_button {
	margin-left: 10px;
}

#payment label {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #3b414d;
}

#payment .mandatory {
	color: #66cc00;
	font-weight: bold;
	margin-left: 5px;
}

#payment2 {
	width: 318px;
	height: 559px;
	position: relative;
	float: left;
	background-image: url("../images/col2.png");
	background-repeat: no-repeat;
}

#payment2 table.form {
	border-spacing: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 12px;
}

#payment2 table.form label {
	margin-right: 5px;
}

#payment2 table.form input {
	margin-right: 5px;
}

#personal_firstname {
	width: 240px;
}

#personal_lastname {
	width: 240px;
}

#personal_street {
	width: 240px;
}

td.personal_housenumber {
	padding-right: 15px;
}

#personal_housenumber {
	width: 142px;
}

#personal_mailbox {
	width: 69px;
}

td.personal_postcode {
	padding-right: 15px;
}

#personal_postcode {
	width: 60px;
}

#personal_location {
	width: 149px;
}

#personal_country {
	width: 240px;
}

#personal_email {
	width: 240px;
}

#personal_telephone {
	width: 240px;
}

#payment3 {
	width: 318px;
	height: 559px;
	position: relative;
	float: left;
	background-image: url("../images/col2.png");
	background-repeat: no-repeat;
}

#payment .panel {
	padding: 0px;
	margin: 20px 20px 20px 20px;
}

#mandatory-legend {
	text-align: center;
	margin: 0 20px;
	color: #339900;
}

#secured_by_ogone {
	float: right;
	margin-top: -15px;
	margin-right: -10px;
}
	
#payment3 h2 {
	clear: both;
	color: #66cc00;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}

#payment_cardVerificationLegend {
	margin-left: 18px;
	font-size: 10px;
	font-style: italic;
}

#payment3 table.form {
	border-spacing: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 12px;
}

#payment3 table.form label {
	margin-right: 20px;
}

#payment_cardBrandBancontact_logo {
	display: none;
}

#payment_cardBrandBancontact {
	display: none;
}

#paymentsection_separator {
	margin: 15px 0px 15px 0px;
}

#payment_domiciliation_tip {
	margin-left: 10px;
}
	
#info {
	width: 950px;
	position: relative;
}

#info h2 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	font-variant: small-caps;
	color: #696969;
	text-align: center;
	margin-bottom: 25px;
}

#info p {
	width: 260px;
	margin-left: 25px;
	margin-right: 25px;
	line-height: 150%;
}

#info a {
	color: #696969;
	text-decoration: none;
}

#info a:hover {
	text-decoration: underline;
}

#info1 {
	width: 310px;
	position: relative;
	float: left;
	margin-left: 0px;
	margin-right: 5px;
}

#info2 {
	width: 310px;
	position: relative;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#info3 {
	width: 310px;
	position: relative;
	float: left;
	margin-left: 5px;
	margin-right: 0px;
}

#footer-separator {
	clear: both;
}

#footer {
	margin: 20px 0;
	width: 950px;
	position: relative;
	text-align: center;
}

#footer-table {
	margin: 0px auto;
}

#footer-table a {
	color: #696969;
	text-decoration: none;
}

#footer-table a:hover {
	text-decoration: underline;
}

.x-window-dlg .x-window-mc {
	background-color: white !important;
	border: 1px solid rgb(163, 186, 233) !important;
}

#error_area {
	font-size: 10pt;
	font-weight: bold;
	color: red;
	border: solid red 1px;
	background: rgb(255, 220, 220);
	padding: 4px;
	margin-bottom: 2px;
	text-align: left;
	line-height: 140%;
	vertical-align: bottom;
}

#error_area p {
	display: block;
	margin: 0px;
	padding: 0px;
}

.mark_error {
	color: red;
	font-weight: bold;
	border: solid red 1px;
	background: rgb(255, 220, 220);
	padding: 4px;
	margin-bottom: 2px;
	margin-right: auto;
	vertical-align: bottom;
}

.mark_error_input {
	color: red;
	font-weight: bold;
	background: rgb(255, 220, 220);
}

.bancontact_cell {
	height: 0px !important;
	width: 0px !important;
	display: none !important;
} 
