/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	margin:0; 
	padding:0;
	height:100%;
	border:none;
	display:block;
}
body#bodyHome {
	background:none;
}
html {
	width:100%;
	margin:0;
	padding:0;
	height:100%;
	border:none;
	display:block;
}
fieldset {
	border:0;
	margin:0;
	padding:0;
}
legend {
	
}
a
{
 color:#e60088;
 text-decoration:none;   
}
a:hover
{
    text-decoration :underline;
}

a img {
	border:0;
}
#contain {
	padding:0;
	background:url(/html/images/bg_main.jpg) center top no-repeat;
	margin:0 auto 0 auto;
	width:970px;

}
p,li, #content .fullWidth
{
    font-size:0.88em;
    color:#767579;
}
p, #content .fullWidth
{
    line-height:19px;
}
h1,h2,h3
{
 font-weight:normal;   
}
h3
{
 		font-size:0.88em;
		line-height:1.69em;   
}
#accordion .top h3 a, #accordion .middle h3 a, #accordion .last h3 a, .modules .module .top h3 a, h3 span.moduleHeading{
    display:block;
    padding-top:1px !important;
}
#content p
{
  
}

#contain:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* TRUST BOX */

	#trustFilter {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:#fff;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
	z-index:1000;
	margin:auto;
	padding:0;
}
#trustFilterNoise {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(/html/images/bg_trust_noise.gif);
	z-index:1010;
	margin:auto;
	padding:0;
}
#filter {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:#fff;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
	z-index:1000;
	margin:auto;
	padding:0;
}
.trust {
	background:#666666;
	width:330px;
	margin:240px 0 0 -165px;
	left:50%;
	position:absolute;
	top:0;
	z-index:2000;
	color:#E9E9E9;
	overflow:hidden;
	display:block;
	padding:0 0 10px 0;
}
.trust p strong {
	display:block;
	font-size:16px;
	font-weight:bold;
	margin:14px 0 16px 0;
}
.trust fieldset {
	margin:0 16px 0 16px;
	padding:0;
}
.trust p {
	display:block;
	margin:0 16px 5px 16px;
	font-size:11.5px;
	font-weight:normal;
	line-height:1em;
}
.trust input {
	display:block;
	background:url(/html/images/bg_button_trust.gif) no-repeat;
	width:104px;
	height:29px;
	border:none;
	font-size:.625em;
	padding:0;
	margin:10px 16px 0 0;
	float:left;
	line-height:1.8125em;
}
.trust .align {
	margin-left:30px;
	display:block;
}
/* END TRUST BOX*/
	
	/* ENLARGE IMAGE */
	
	#enlarge {
	margin:0;
	width:100%;
	position:absolute;
	z-index:2000;
	text-align:center;
	display:block;
}
.enlargeCont img {
	border:0;
	padding:0;
	margin:0;
}
#imageInfo {
	display:block;
	margin:0 auto 0 auto;
	padding:0 0 20px 0;
	text-align:right;
}
#imageInfo span {
	margin:-3px 0;
	padding:0;
	height:30px;
	background:#b5b3b4;
	width:100%;
	text-align:right;
	display:block;
}
#imageInfo h3 {
	font-size:.9em;
	text-align:left;
	font-weight:bold;
	padding:20px 20px 10px 20px;
	width:auto;
	background:#eeeced;
	margin:0;
}
#imageInfo p {
	font-size:.8em;
	text-align:left;
	font-weight:normal;
	color:#666666;
	width:auto;
	padding:0 20px 20px 20px;
	background:#eeeced;
	margin:0;
}
.register {
	background:url(/html/images/bg_button_register.gif) no-repeat;
	border:0;
	width:155px;
	height:22px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	margin:4px 5px 0 0;
}
.close {
	position:relative;
	top:30px;
	right:10px;
	text-align:right;
	border:0;
}
.close IMG {
	border: none;
}
/* END TRUST BOX*/
	
	.logo {
	height:48px;
	width:216px;
	margin:0px 0 12px 19px;
	padding: 5px 0 5px 1px; 
	z-index:1000;
}
.logo img {
	border:0;
	margin:0;
	padding:0;
}
.logo h1 {
	margin:0 0 5px 0;
}
.clear {
	clear:both;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
/* BREADCRUMB */	
	.breadCrumb {
	margin:0 0 0 13px;
	padding:0;
	z-index:10;
	width:780px;
	clear:both;
	display:block;
	overflow:hidden;
	/*height:2em;*/
}
.breadCrumb li {
	float:left;
	margin:10px 7px 0 0;
	padding:0 15px 0 0;
	background:url(/html/images/crumb2.gif) right top no-repeat;
	list-style:none;
	vertical-align:top;
	font-size:0.69em;
}
.breadCrumb .last {
	color:#999999;
	background:none;
	font-weight:bold;
	padding:0;
}
.breadCrumb a {
	color:#999999;
	background:none;
	padding:0;
	text-decoration:none;
}
.breadCrumb a:hover {
	color:#e60088;
	text-decoration:underline!important;
	background:none;
	padding:0;
}
/* TEXT SIZE */
	
	#access {
	/*float:right;*/
	text-align:right;
	margin:0;
	color:#999999;
	font-size:12px;
	line-height:20px;
	padding:0;
	overflow:hidden;
	display:block;
}
#access .small {
	font-size:13px;
	text-decoration:none;
	color:#999999;
	border-bottom:1px solid #999999;
	margin:0 0 0 7px;
	padding:0;
}
#access .medium {
	font-size:15px;
	text-decoration:none;
	color:#999999;
	border-bottom:1px solid #999999;
	margin:0 0 0 5px;
	padding:0;
}
#access .large {
	font-size:20px;
	text-decoration:none;
	color:#999999;
	border-bottom:1px solid #999999;
	margin:0 0 0 5px;
	padding:0;
	line-height:25px
}
/* FOOTER */
	
#footer, #gatewayFooter {
	clear:both;
	padding:30px 0;
	display:block;
	margin: 20px 10px 0px 0px;
	width:958px;
}
#footer img, #gatewayFooter img{
	border-right:1px solid #c9c9c9;
	border-top:0px;
	border-left:0px;
	border-bottom:0px;
	float:left;
	padding-right:20px;
}
#footer ul, #gatewayFooter ul {
	width:120px;
	float:left;
	
	margin:0 0 0 21px;
	padding:0;
}
#footer ul.col2, #gatewayFooter ul.col2 {
	width: 200px;
}
#footer li, #gatewayFooter li {
	background:url(/html/images/bult_footer.gif) no-repeat left 6px;
	padding:0 0 0 14px;
	list-style:none;
	text-align:left;
	font-size:.6875em;
}
#footer li a, #gatewayFooter li a {
	color:#999999;
	text-decoration:none;
}
#footer p, #gatewayFooter p
{
	float:right;
	font-size:11px;
	line-height:14px;
	width:280px;
	color:#999999;
	margin:0 0 0 13px;
	padding:0;
	text-align: right;
}

#footer p span {

}

/* EXTRA STYLES */
	
	/* underline link on glossary terms */
	a.iglossary {
	text-decoration:none;
	border-bottom:none;
	cursor: help;
}
a.iglossary:hover {
	text-decoration:none !important;
	border-bottom:1px dotted;
}
/* hides the glossary terms at the bottom of each page */
	dl.glossary {
	display:none;
}
dl {
	margin-left:13px;
	font-size:0.8em;
}
dt {
	font-weight:bold;
}
dd {
	color:#666;
}
/* highlights the current text size link */
	#access a.accessOn {
	font-weight:bold;
	color:#e60088;
	border-bottom:1px solid #e60088;
}
/* styles for the share content */
	#share {
	border:1px solid #ccc;
	width:360px;
	position:relative;
	left:128px;
	top:5px;
	padding:10px;
}
#shareLeft {
	width:180px;
	float:left;
}
#shareRight {
	width:180px;
	float:right;
}
#share img {
	border:0;
}
/* ticker styles */
	#modules ul#tickers {
	border:none !important;
	margin-top:0px !important;
	margin-left:10px;
	color:#666;
}
#modules ul#tickers a {
	font-size:0.8em;
}
#tickerSelect, #tickers {
	cursor: pointer;
}
#modules span#tickerStatus {
	padding-top:0;
	font-weight:normal;
}
/* graph styles */
	#graph {
	font-size:10px;
	margin-left:20px;
}
/* references */
#referenceHeader {
	background-color:#dcd5e5;
	line-height:2.5em;
	display:block;
	font-size:0.8em;
	font-weight:regular;
	margin:20px 0 20px 0;
}
#referenceHeader a {
	background: url(/html/images/arrow_big_bulit_off.gif) -3px center no-repeat;
	color:#4f2d7f;
	text-decoration:none;
	padding:0 0 0 25px;
	display:block;
}
#referenceHeader a#referenceLink.on {
	background: url(/html/images/arrow_big_bulit_on.gif) -3px center no-repeat !important;
}
#references {
	padding-left:65px;
}
#references ul {
	padding:0 0 0 15px;
	margin-left:20px !important;
	margin-right:20px  !important;
}
#references li {
	color:#999999;
	font-size:0.75em;
	padding:0;
	margin:0 0 5px 0;
	list-style:none;
	line-height:17px;
}
/* POLL */
	.poll {
	margin:17px 0 10px 0px;
	overflow:hidden;
	padding:0 0 10px 0;
	display:block;
	
}
 .poll .borderCtr
 {
     background: url('/html/images/bg_module_220.gif') bottom left no-repeat;
 }
.poll h3 {
	background:url(/html/images/bg_h3.gif) no-repeat;
	background-position: right top;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	line-height:26px;
	padding:0 0 0 0px;
	margin:0 0 0 0px;
}
.poll h3 span
{
    margin-left:10px;
}

.poll p {
	font-size:.8em;
	color:#666666;
	margin:5px 8px 0 5px;
}
 .poll .borderCtr p.intro
{
    font-weight:bold;
    margin:0px 10px 5px 10px;
}
.poll label {
	display: block;
	margin-left: 33px;
}
.poll input.radio {
	display:block;
	width:25px;
	float:left;
	clear: left;
}
.poll ul {
	border-top:1px solid #b0adad;
	margin:8px;
	list-style:none;
	padding:0;
	clear: right;
}
.poll ul li {
	margin:5px 0 5px 0;
	list-style:none;
	padding:0;
	float:left;
	width:48%;
}
.poll ul a {
	color:#FF0099;
	font-weight:bold;
	text-decoration:none;
	font-size:.8em;
	margin:0;
	padding:0;
}
.poll .vote {
	background:url(/html/images/bg_btn_vote.gif) no-repeat;
	border:0;
	height:24px;
	margin:10px 10px 10px 0;
	float: right;
	width:56px;
	text-align: center;
	color: #fff;
	padding: 2px 0px 4px 0px;
}
.poll .textR {
	text-align:center;
	border-left:1px solid #b0adad;
}
#mindmap {
	clear:both;
	display:block;
	width:960px;
	height:646px;
	margin-left:5px;
}
#cascade {
	clear:both;
	display:block;

	margin-left:5px;
}
#publications {
	padding-left:0px;
}
#publications li {
	list-style:none;
}
#content
{
    height:auto !important;
	height:460px;
	min-height:460px;
}
#content a {
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
.pdf {
	background:url(/html/images/pdf1.gif) no-repeat;
	padding:0 0 0 40px;
}
.avi {
	background:url(/html/images/avi1.gif) no-repeat;
	padding:0 0 0 40px;
}
#error_msg {
	background-color: #FCC;
	color: #C00 !important;
	display: none;
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
}
/*	Glocal Classes
	--------------------------------------------- */
	.clearfix {
	height: 1%;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}


/*	Gateway page
	--------------------------------------------*/
#gateway_container {
	position:absolute;
	text-align: center;
	z-index:9999; 
	left:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	width: 100%;
	height: 100%; 
}
#gateway {
	width: 970px;
	height: 570px;
	background:#FFFFFF url(/html/images/home/bg/intro_bg_with_feature.jpg) no-repeat scroll 0 -21px;
	margin: 5px auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	z-index:9999;
	position:relative;
}
#gateway_buttons {
	float: left;
	margin: 275px 0 0 100px;
	width: 100%;
	text-align: center;
	position:absolute;
}
DIV#gateway_buttons DIV#button2 A.action SPAN {
	background:url(/html/images/gateway/registered_trademark.gif) no-repeat right top;
	padding-right:13px;
}
#gateway_buttons .button {
	float: left;
	margin: 10px;
	width: 235px;
	position: relative;
	background: #fff;
}
#gateway_buttons .button .box {
	border-left: 1px #593887 solid;
	border-right: 1px #593887 solid;
	float: left;
	width: 233px;
	display:block;
}
#gateway_buttons .button .box p {
	margin: 5px 10px 5px 10px; 
	padding: 0px;
	text-align: left;
	font-size: 14px;
}

#gateway_buttons .button .box p.select_country {
	margin-top:10px; 
	font-size: 12px;
	color:#767579;
}

#gateway_buttons .button .box a {
	background: none;
	color: #fc599c;
	margin: 0px;
	padding: 0px;
}
#gateway_buttons .country_wrapper2 {
	height: 62px;
	width: 220px;
	margin: 0 0 0 10px;
}
#gateway_buttons .country_wrapper {
	background: url('/html/images/gateway/country_scroll_bg.gif') 0 0 no-repeat;
	height: 62px;
	width: 220px;
	margin: 0 0 0 10px;
}
#gateway_buttons .button .box ul {
	margin:3px 0 0 3px;
	padding:0;
	display:inline;
	float:left;
	list-style-type:none;
	height:51px;
	overflow:auto;
	width:205px;
}
#gateway_buttons .button .box ul li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	width: 170px;
	color:#767579;
}
#gateway_buttons .button .box ul li a {
	color:#767579;
	width: 196px;
	float: left;
	text-decoration:none;
	padding: 1px 4px 1px 4px;
	font-size: 12px;
}
#gateway_buttons .button .box ul li a:hover {
	background: #e6a1bb;
	color: #fff;
}
#gateway_buttons .button .btm {
	width: 235px;
	height: 7px;  
	float: left; 
	text-align: left;
}
#gateway_buttons .button a.action {
	float: left;
	width: 235px;
	height: 25px;
	background: url(/html/images/gateway/box_bg.gif) top left no-repeat;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	padding: 8px 0 0 0;
	color: #feffff;
	cursor:default;
}
#gateway h1 {
	color: #707070;
	float: left;
	font-weight: normal;
	font-size: 1.2em;
	float: left;
	width: 540px;
	text-align: center;
	height:50px;
}
#gateway_buttons .button#hover .box {
	display:block;
}
#gateway  #gatewayFooter {
	margin-top:399px;
}
#gateway  .non-gateway {
	display:none;

}
#header {
	height: 100px;
	height: auto;
	text-align:right;
}
#header ul li a {
	color:#999999;
	text-decoration:none;
}
#header ul li {
	display:inline;
}
#header ul {
	color:#999999;
	float:right;
	font-size:0.7em;
	list-style-type:none;
	margin:-6px 8px 0px 0px;
	padding:0px;
}
DIV#header:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
#header #xarelto {
	float: left;
	border: 0px;
	margin: 0px 0 0 20px
}
#header #bayer {
	float: right;
	border: 0px;
	margin: 3px 8px 0 0;
}

li.pdf, li.avi, li.jpg, li.pPoint
	{
	    padding:0 0 0px 55px;
	}
	li.pdf{
		background:url(/html/images/pdf1.gif) no-repeat;
	}
	li.avi{
		background:url(/html/images/avi1.gif) no-repeat;
	}
		
	li.jpg{
		background:url(/html/images/jpg.gif) no-repeat;
	}
		
	li.pPoint{
		background:url(/html/images/ppoint.gif) no-repeat;
	}
