html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	width: 100%;
	font-family: Tahoma, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus{
	outline: 0;
}

ins{
	text-decoration: none;
}

del{
	text-decoration: line-through;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
	height: 1%;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.visibleWithJsOnly {
	display: none !important;
}

.nocss {
	display: none;
}



textarea {
	font-family: Tahoma, sans-serif;
	font-size:13px;
}

p, form {
	line-height: 1.4em;
	font-size: 12px;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a.button {
	margin: 0;
	display: block;
	float: left;
	height: 25px;
	padding: 10px 10px 10px 0;
}

h1 {
	font-size: 16px;
}


h2 {
	font-size: 15px;
}

h3 {
	font-size: 13px;
	margin-bottom: 15px;
}

h4 {
	font-size: 12px;
	margin-bottom: 5px;
}

/* TOOLTIP */
#tooltip {
	width: 204px;
	position: absolute;
	z-index: 3000;
	padding: 0;
	color: #333333;
	background: transparent url(../img/tooltip-bg.png) repeat-y;
}
#tooltip .body {
	font-size: 11px;
	line-height: 15px;
	background: transparent url(../img/tooltip-gradient.png) no-repeat bottom right;
	padding: 0 15px 2px;
}
#tooltip h3 {
	margin-bottom:3px;
	padding:0 15px;
	font-weight: normal;
}
#tooltip span.head {
	height: 15px;
	width: 204px;
	background: transparent url(../img/tooltip-top.png) no-repeat;
	display: block;
	margin-top:-15px;
}
#tooltip span.bottom {
	height: 11px;
	width: 203px;
	background: transparent url(../img/tooltip-bottom.png) no-repeat;
	display: block;
	margin-bottom:-11px;
}
#tooltip span.pointer {
	width: 15px;
	height: 31px;
	background: transparent url(../img/tooltip-pointer.png) no-repeat;
	display: block;
	position: absolute;
	left: -13px;
	top: 15px;
}

/** ERROR HANDLING **/
.mandatory-error {
	padding:0 0 1px 180px;
	text-align:left;
	margin:8px 0 0;
}
.mandatory-error span {
	display:block;
	height:16px;
	position:absolute;
	right:38px;
	top:13px;
	width:16px;
}

/* makes no sense to move this css statment to colordef.css
because !important forbide to change the color after that line */
form.bcdform .mandatory.error .input-wrapper.select {
	background:#ffecec none repeat scroll 0 0 !important;
}
/*form.bcdform .mandatory.error input,
form.bcdform .mandatory.error select,
form.bcdform .mandatory.error textarea {
	background:#ffecec none repeat scroll 0 0 !important;
	border:1px solid #ffecec !important;
}*/
.webform-component-textfield {
	position: relative;
}
.error-list {
	margin:0 0 20px 30px;
}
.error-list h2 {
	font-weight: bold;
	margin-bottom:10px;
}
.error-list ul {
	font-size: 12px;
}
.error-list ul li {
	padding-bottom:4px;
	padding-left:15px;
	line-height:15px;
}
iframe {
	background: #eaeaea;
}

