@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
}
body {
	background: #f5f5f5;
	font-family: "Trebuchet MS", "Trebuchet", Geneva, Arial, Helvetica, sans-serif;
}
img {
	border-width: 0px;
}
h1, h2, p {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#wrap {
	width: 913px;
	background: url(../images/bg_wrap.gif) repeat-y;
	text-align: left;
	position: relative;
}
#header {
	margin: 0px;
	padding: 2px 0px 0px;
	background: url(../images/header.gif) no-repeat;
	width: 913px;
}
#content, #contentReport {
	background: url(../images/footer_economist.gif) no-repeat center bottom;
}
#content {
	padding: 40px 210px 100px 275px;
}
#contentReport {
	padding: 65px 20px 100px 275px;
}
#logo {
	position: absolute;
	height: 91px;
	width: 145px;
	right: 45px;
	background: url(../images/bg_logo.gif) no-repeat;
	top: 40px;
}
#leftcolumn {
	position: absolute;
	left: 8px;
	top: 40px;
	width: 250px;
	height: 425px;
	background-image: url(../images/leftcolImage.jpg);
	background-repeat: no-repeat;
}
#rightcolumn {
	position: absolute;
	left: 718px;
	top: 185px;
}
h1 {
	font-size: 28px;
	color: #0c2577;
	line-height: 30px;
	margin-bottom: 40px;
}
h2 {
	font-size: 18px;
	color: #0c2577;
	line-height: 21px;
	margin-bottom: 20px;
}
p {
	font-size: 15px;
	margin-bottom: 15px;
}
p a, p a:visited {
	color: #00f;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
/* FORM */
form {
	clear: both;
	margin-bottom: 15px;
}
form p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.form-required {
	color: #CC0000;
}
.form-item {
	margin-bottom: 4px;
	font-size: 12px;
}
.form-item label {
	float: left;
	width: 175px;
	text-align: right;
	margin-right: 15px;
}
dl.landingForm, form p {
	font-size: 10px;
}
.landingForm dt {
	text-align: right;
	float: left;
	width: 150px;
}
.landingForm dt b, form p b {
	color: #FF0000;
}
.landingForm dd {
	padding-bottom: 5px;
	margin-left: 160px;
}
/* ########## VALIDATOR ########## */

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}
#tabs li {
	float: left;
}
#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}
#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}
label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}
.field-label {
}
.field-widget {
}
