/*!
 *	----------------------------------------------------------------
 *	Copyright Backbase b.v. 2003/2012
 *	All rights reserved.
 *	----------------------------------------------------------------
 *	Version 5.5
 *	Author : Backbase R&D - Amsterdam - New York
 *	----------------------------------------------------------------
 */

html { color: #000000; background: #FFFFFF; }

body {
	font: 13px/1.231 arial, helvetica, clean, sans-serif;
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
	/* /1.231 would mess up some styling in IE */
	position:relative;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
/* Table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}
th,td {
	border-style: none;
}
th {
	font-weight: bold;
	text-align: center;
}
caption {
	margin-bottom: .5em;
	text-align: center;
}

/* Form */
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
select,input,button,textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}

legend { color: #000000; }

input {	/* for radio */
	vertical-align : middle;
}

/* Markup */
h1,h2,h3,h4,h5,h6,strong {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}
h1 { font-size: 138.5%; /*18px via YUI Fonts CSS foundation*/ }
h2 { font-size: 123.1%; /*16px via YUI Fonts CSS foundation*/ }
h3 { font-size: 108%; /*14px via YUI Fonts CSS foundation*/ }
h1,h2,h3 {
	margin: 1em 0 0.5em 0;
}

blockquote,ol,dl { margin: 1em; }
dl dd { margin-left: 1em; }
ol { margin-left: 2em; }
ol li { list-style: decimal outside; }

ul, li {list-style: none}

address,caption,cite {
	font-style: italic;
	font-weight: normal;
}

code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
fieldset, img {
	border: 0;
}
fieldset,pre {
	margin-bottom: 1em;
}
em {
	font-style: italic;
	font-weight: normal;
}
pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
abbr, acronym {
	font-variant: normal;
	border: 0;
	border-bottom: 1px dotted #000;
	cursor: help;
}
q:before, q:after { content: ''; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
ins { text-decoration: none; }
del { text-decoration: line-through; }