/* HTML ELEMENTS */
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	height: 100%;
}
body,
body * {
	font-size: 11px;
	line-height: 1.5;
	font-family: verdana, sans-serif;
	color: #666;
}
h1 {
	font: bold 16px/1.4 verdana, sans-serif;
}
h2 {
	font: bold 13px/1.4 verdana, sans-serif;
	margin: 0px 0px 5px 0px;
}
h3 {
	font: bold 11px/1.4 verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
}
p img {
	vertical-align: bottom;
}
a img {
	border-style: none;
}
a,
a:link,
a:visited,
a:active {
	color: #4f91bb;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}
td {
	vertical-align: top;
	text-align: left;
}

/* CLASSES AND IDS */
.separator-horizontal {
	background-image: url(visuals/separator-horizontal.gif);
	height: 1px;
	overflow: hidden;
}
.separator-vertical {
	background-image: url(visuals/separator-vertical.gif);
	width: 1px;
}
.block {
	display: block;
}
.page-header {
	background-image: url(visuals/page-header-community.gif);
	height: 154px;
}
.backbase-logo {
	margin: 10px 0px 10px 0px;
}
.boxes {
	margin: 0px 0px 0px 0px;
}
.item-with-icon {
	padding: 0px 0px 8px 48px;
	background-repeat: no-repeat;
	margin: 0px;
}
.footer-text {
	text-align: center;
	font-size: 10px;
}
.newsletter-form {
	text-align: right;
}
.newsletter-smallprint {
	font-size: 10px;
}
.layout-spacer {
	padding: 0px 10px 0px 10px;
}
.content-wrapper {
	padding: 15px;
}
.fade-left {
	background-image: url(visuals/fade-left.gif);
	height: 100%;
	width: 9px;
}
.fade-right {
	background-image: url(visuals/fade-right.gif);
	height: 100%;
	width: 9px;
}
.input-text {
	border: 1px solid #999;
	font-size: 11px;
	line-height: 11px;
}
.detail-container {
	display: none;
	padding: 0px 0px 0px 16px;
	margin: 10px 0px 0px 48px;
	border-color: #c3d9e8;
	border-style: solid;
	border-width: 0px 0px 0px 7px;
}
.item-detail {
	margin: 0px 0px 20px 0px;
}
.text-version {
	width: 449px;
	text-align: right;
	padding-top: 110px;
	color: white;
}