/*
 * ############################################################################
 * general styles
 * ############################################################################
 */
body {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	background-color: white;
}

* html body {
    height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

/* ## link styles */
a:link {
    font-weight: normal;
    color: #0D4072;
    text-decoration: none;
}

a:visited {
    font-weight: normal;
    color: #0D4072;
    text-decoration: none;
}

a:focus {
    font-weight: normal;
    color: #0D4072;
    text-decoration: none;
    outline: none;
    -moz-outline-style: none;
}

a:hover {
    font-weight: normal;
    color: #EB8F00;
    text-decoration: underline;
}

a:active {
    font-weight: normal;
    color: #EB8F00;
    text-decoration: none;
    outline: none;
    -moz-outline-style: none;
}

/* ## basic elements */
ul {
	margin: 0.7em 0;
	padding-left: 1.4em;
}

p{
    margin: 0.2em 0.2em 1em;
}

p.msg-info
, #extras p.msg-info{
    background: #F2F2F2;
    border: 1px solid #D0D0D0;
    color: black;
    margin: 1em 0;
    padding: 1em;
}

p.msg-warning
, #extras p.msg-warning{
    background: #FFD000;
    border: 1px solid #D0D0D0;
    color: black;
    margin: 1em 0;
    padding: 1em;
}

p.msg-error
, #extras p.msg-error{
    background: #F2F2F2;
    border: 1px solid #D0D0D0;
    color: red;
    margin: 1em 0;
    padding: 1em;
}

p.msg-success
, #extras p.msg-success{
    background: #F2F2F2;
    border: 1px solid #D0D0D0;
    color: green;
    margin: 1em 0;
    padding: 1em;
}

a img {
    border: 0;
}

/* that yellow heading thing */
.yheading
, .teaser-category a
, .teaser-category a:hover
, .teaser-category a:visited
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #E1940E;
    font-style: normal;
    text-decoration: none;
}

/* em subheading (kicker) */
.emheading {
    color: #586B7A;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
}

/* article heading */
.bheading1 {
    color: #0D4072;
    font-family: Georgia;
    font-size: 19px;
    font-style: normal;
    font-weight: normal;
}

/* teaser heading */
.bheading2 {
    color: #0D4072;
    font-family: Georgia;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

/* flat blue button text style */
.fbutton{
    color: #586b7a;
    font-size: 11px;
    font-family: Verdana;
    font-weight: normal;
    padding-top: 3px;
    text-align: center;
    display: block;
    text-decoration: none;
}

td, th{
	vertical-align: top;
	padding: 0.2em 0.3em;
}

table.tool-table td{
    vertical-align: middle;
}

/* ## form stuff */
input, textarea, select{
	border: 1px solid #d0d0d0;
	font-family: Helvetica;
	font-size: 11px;
}

input{
    height: 20px;
    padding: 1px 3px;
}

input.input-default{
    color: grey;
}

select{
    padding: 1px;
}

fieldset{
	border: 0;
}

label{
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	padding-left: 0.2em;
}

.form-wrapper{
	padding: 0.2em 1em 0.5em;
	margin-bottom: 1em;
	border-top: 1px solid #d0d0d0;
	background: url(../../payoff/img/bg-grey.jpg);
	font-size: 11px;
}

.form-wrapper p{
    font-family: Helvetica;
    font-size: 11px;
    padding: 0.5em;
}

.form-wrapper div{
	padding: 0.3em 0;
}

.form-item-hidden{
	display: none;
}

.protected-icon{
    background: url(../img/lock.gif) no-repeat center center;
    height: 17px;
    width: 14px;
}

.link-symbol{
    background: url(../img/link-symbol.gif) no-repeat center center;
    height: 10px;
    width: 10px;
}

.back-button-area{
	clear: both;
	padding: 8px 0px 8px 0px;
}

.standard-button-small{
    background: url(../img/button-73-18.gif) no-repeat;
    width: 73px;
    text-align: center;
    height: 14px;
    padding: 2px 0;
    display: block;
    color: black;
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana;
    border: 0;
    cursor: pointer;
}

.standard-button-medium{
    background: url(../img/button-115-18.gif) no-repeat;
    width: 115px;
    text-align: center;
    height: 14px;
    padding: 2px 0;
    display: block;
    color: black;
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana;
    border: 0;
    cursor: pointer;
}

.standard-button-large{
    background: url(../img/button-196-18.gif) no-repeat;
    width: 196px;
    text-align: center;
    height: 14px;
    padding: 2px 0;
    display: block;
    color: black;
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana;
    border: 0;
    cursor: pointer;
}

a.standard-button-small
, a.standard-button-medium
, a.standard-button-large
{
    color: black;
    text-decoration: none;
}

.standard-button-small:hover
, .standard-button-medium:hover
, .standard-button-large:hover
{
    color: black;
    text-decoration: none;
}

input.standard-button-small
, input.standard-button-medium
, input.standard-button-large{
    padding: 0 0 3px;
    height: 18px;
    display: inline;
}

/*
 * ############################################################################
 * tables
 * ############################################################################
 */

h3.grey-table{
	border-bottom: 1px solid #D0D0D0;
	padding: 1.5em 3px 3px;
	margin-bottom: 4px;
	clear: both;
}

table.grey-table {
	background-color: #f2f2f2;
	width: 100%;
	border-collapse: collapse;
}

.grey-table td{
	padding: 0.2em 0.3em;
	border-top: 1px dashed #d5d7d9;
}

.grey-table th {
	font-family: Verdana;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: black;
	padding: 0.5em 0.3em;
}

.grey-table tr.d0 td, .grey-table tr.even td {
	vertical-align: top;
	background-color: #f2f2f2;
}

.grey-table tr.d1 td, .grey-table tr.odd td {
	vertical-align: top;
	background-color: #E6E9EB;
}

.grey-table th.modleft, .grey-table td.modleft{
    text-align: left;
}

.grey-table th.modborderleft, .grey-table td.modborderleft {
    border-left: 1px solid #D0D0D0;
    /*border-left: 1px dashed #cdced0;*/
}

.grey-table th.modborderright, .grey-table td.modborderright{
    border-right: 1px solid #D0D0D0;
}

.grey-table th.modborderlight, .grey-table td.modborderlight{
    border-color: #ffffff !important;
}

.grey-table td.mod, .grey-table th.mod{
    text-align: right;
}

.grey-table td.modcenter, .grey-table th.modcenter{
    text-align: center;
}

.grey-table td.modimage, .grey-table th.modimage{
    padding: 0px;
}

.grey-table .footer td, .grey-table .footer th{
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    font-weight: bold;
}

div.grey-pager{
    width: 100%;
    text-align: center;
    padding: 1em;
}

/* ## underlying matrix ## */
.underlyings td{
    border-top: 0 !important;
    font-size: 11px !important;
    text-align: center;
}

.underlyings td.borderRight{
    border-right: 1px dashed #b7bbc4;
}

.underlyings td.borderLeft{
    border-left: 1px dashed #b7bbc4;
}

.underlying td.underlyingDefaultWidth {
    width: 200px;
}

table.issuer tr td{
    height: 26px;
}

table.issuer tr td.logo{
    text-align: center;
    vertical-align: middle;
}

.underlyings .shadows-bottom td{
    height: 6px;
    padding: 0;
}

.underlyings th{
    font-size: 11px !important;
    font-weight: normal !important;
    color: white !important;
    padding: 6px 12px !important;
}

.underlyings th.pc1-1{
    background: #ff4a12;
    height: 25px;
}
.underlyings th.pc1-2{
    background: #eab239 url(../img/pc1-shadow-2.jpg) repeat-y;
    height: 25px;
}
.underlyings th.pc1-3{
    background: #4d7086 url(../img/pc1-shadow-3.jpg) repeat-y;
    height: 25px;
}
.underlyings th.pc1-4{
    background: #74c6f1 url(../img/pc1-shadow-4.jpg) repeat-y;
    height: 25px;
}
.underlyings th.pc1-5{
    background: #87888a url(../img/pc1-shadow-6.jpg) repeat-y;
    height: 25px;
}
.underlyings th.pc1-99{
    background: #f2f2f2 url(../img/pc1-shadow-5.jpg) repeat-y;
    height: 25px;
}
.underlyings tr.even{
}
.underlyings tr.odd{
    background: #e5e4e5;
}

.underlyings td.bs-pc1-1 {
	background:url("../img/pc1-shadow-bottom-1.jpg") repeat-x scroll 0 0 #F7E5E1 !important;
}
.underlyings td.bs-pc1-2 {
	background:url("../img/pc1-shadow-bottom-2.jpg") repeat-x scroll 0 0 #F5F0E5 !important;
}
.underlyings td.bs-pc1-3 {
	background:url("../img/pc1-shadow-bottom-3.jpg") repeat-x scroll 0 0 #E5E9EC !important;
}
.underlyings td.bs-pc1-4 {
	background:url("../img/pc1-shadow-bottom-4.jpg") repeat-x scroll 0 0 #E9F2F7 !important;
}

.underlyings a:link, .underlyings a:visited
, #application .underlyings a:link, #application .underlyings a:visited
, .articles a:link, .articles a:visited
, .latest-articles a:link, .latest-articles a:visited{
    color: black;
}

.underlyings a:link, .underlyings a:visited
, #application .underlyings a:link, #application .underlyings a:visited{
    text-decoration: underline;
}

table.underlyings tr.hover td
, table.articles tr.hover td
, table.latest-articles tr.hover td
, .text-paragraph tr.hover td

, table.underlyings tr.mark td{
    background: #bfd5ec !important;
}

table.underlyings tr.hover td.hover-cell
, table.articles tr.hover td.hover-cell
, table.latest-articles tr.hover td.hover-cell
, .text-paragraph tr.hover td.hover-cell
, .text-paragraph tr.super-hover td{
    background: #bfd5ec !important;
    cursor: pointer;
}

.text-paragraph tr.super-hover td
{
    color: black;
}

table.underlyings tr.hover td a
, table.latest-articles tr.hover td a
, table.articles tr.hover td a
, .text-paragraph tr.hover td a
, .text-paragraph tr.super-hover td a{
    background: transparent !important;
}

div.grey-box{
    background-color: #F2F2F2;
    padding: 5px;
    overflow: hidden;
}

div.grey-tooltip{
    background-color: #e3e4e5;
    color: black;
    font-size: 11px;
    font-weight: normal;
    padding: 5px;
    overflow: hidden;
}
div.white-tooltip{
    background-color: #ffffff;
    color: black;
    font-size: 11px;
    font-weight: normal;
    padding: 5px;
    overflow: hidden;
}
div.white-tooltip table{
    width: 100%;
}
div.white-tooltip table th{
    text-align: left;
}
div.grey-tooltip label,div.white-tooltip label{
    display: block;
    float: left;
    margin: 4px 2px;
}    
div.grey-tooltip input,div.white-tooltip input{
    display: block;
    float: left;
    margin: 3px 2px;
}
div.grey-tooltip select,div.white-tooltip select{
    display: block;
    float: left;
    margin: 0 2px;
}
div.grey-tooltip img,div.white-tooltip img{
    float: left;
    margin: 1px;
}
div.grey-tooltip br,div.white-tooltip br{
    clear: both;
}

.grey-box span.label{
    font-size: 11px;
    font-weight: bold;
    float: left;
    display: block;
    padding: 2px 5px;
}

.grey-box span.button1{
    font-size: 11px;
    font-weight: bold;
    background: url(../img/button-73-18.gif) no-repeat;
    width: 73px;
    height: 14px;
    overflow: hidden;
    display: block;
    float: left;
    padding: 2px 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}


/*
 * ############################################################################
 * layout, frames
 * ############################################################################
 */
div#frame {
    margin: 0;
    padding: 0;
    min-width: 996px;
}

/* ads and wrapper-1 */
div#wrapper {
    margin: auto;
    padding: 0;
    width: 996px;
    /*width: 1136px;*/
}

div#ad-banner {
	display: table-cell;
    margin: 0;
    padding: 0 0 0 2px;
    overflow: hidden;
    height: 118px;
}

div#ad-banner.wallpaper-top{
	float: left;
	min-width: 728px;
	width: auto !important;
	width: 728px;
}

div#ad-skyscraper {
    margin: 80px 0 0 0;
    padding: 0;
    float: right;
    overflow: hidden;
    width: 160px;
}

div#ad-banner img, div#ad-skyscraper img
, div#ad-banner object, div#ad-skyscraper object{
    display: block;
}

/* header, wrapper-2, site-info */
div#wrapper-1 {
    margin: 0;
    float: left;
    width: 816px;
    padding-top: 14px;
    padding-right: 20px;
    background: white;
}

/* banner, navi, stage */
div#header {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 30; /* ie z-index bug fix */
}

div#stage{ /* ie z-index bug fix */
    position: relative;
    z-index: 1;
}

div#stage div.include{
    margin: 0;
    padding: 0;
    clear: both;
    height: 158px;
    border-top: 1px dashed #d5d7d9;
    overflow: hidden;
}

/* wrapper-3 plus promo */
div#wrapper-2 {
    margin: 0;
    padding: 0;
    border-top: 1px dashed #d5d7d9;
    /* position: relative; */ /* removed to fix display bug with login div */
    z-index: 20;
}

/* main area plus extras */
div#wrapper-3 {
    margin: 0;
    padding: 0;
}

div#main{
    margin: 0 0 0 16px;
    padding: 0;
    width: 485px;
    overflow: hidden;
}

#investment-idea #main{
    background: url(../img/bg-yellow.jpg);
    padding: 0 4px;
    margin: 0 0 0 8px;
}

#section-full #main {
    margin: 0;
    padding: 0;
    overflow: visible;
    width: auto;
}

#section-ne #main
, #search-results #main
, #magazine #main
{
    margin: 0 0 0 16px;
    padding: 0;
    overflow: auto;
    width: auto;
}

div#extras {
    margin: 0 0 0 15px;
    padding: 0;
    width: 300px;
    float: right;
    overflow: hidden;
}

* html div#extras{ /* ie6 margin bug fix */
    margin: 0;
}

/* footer frame */
div#site-info {
    margin: 2em 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    clear: both;
    position: relative;
    z-index: 10;
}

div.include{
    overflow: visible;
    position: relative;
}

/*
 * ############################################################################
 * market overview stage
 * ############################################################################
 */
#marketoverview div.box{
    float: left;
    width: 202px;
    height: 145px;
    margin: 12px 1px 0 1px;
    overflow: hidden;
}

* html #marketoverview div.box{ /* ie6 margin bug fix */
    display: inline;
}

#marketoverview div.header{
    width: 201px;
    height: 14px;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #6b6b6b;
    padding-top: 2px;
    text-align: center;
    background: url(../img/bg-mo-box-header.gif);
}

#marketoverview div.content{
    width: 200px;
    height: 108px;
    border: 1px solid #d0d0d0;
    margin-top: 3px;
}

#marketoverview img.chart{
    width: 200px;
    height: 81px;
    display: block;
}

#marketoverview div.chart{
    width: 200px;
    height: 81px;
    text-align: center;
}

#marketoverview div.chart img{
    position: relative;
    top: 20px;
}

#marketoverview .ui-tabs-nav 
{
    padding: 0;
    border: 0;
    -moz-border-radius: 0;
    background: white;
}

#marketoverview .ui-tabs-nav li
{
    height: 14px;
    border: 0;
    margin: 0;
    padding: 3px 0 0 0;
    -moz-border-radius: 0;
    background: none;
    font-family:    Verdana;
    font-size:      8px;
    font-weight:    bold;
    text-decoration: none;
    color: #134278;
}

* html #marketoverview .ui-tabs-nav li{ /* ie6 font-size fix */
    font-size: 7px;
}

#marketoverview .ui-tabs-nav li.ui-state-active
{
    padding: 3px 0 0 0;
    color: #134278;
}

#marketoverview .ui-tabs-nav li a
{
    border: 0;
    padding: 0;
    margin: 0;
    font-family:    Verdana;
    font-size:      8px;
    font-weight:    bold;
    text-decoration: none;
    color: #134278;
}

#marketoverview .ui-tabs-nav li.ui-state-active a 
{
    color: #eb8f00;
    font-family:    Verdana;
    font-size:      8px;
    font-weight:    bold;
    text-decoration: none;
    padding: 0;
}

#marketoverview .ui-tabs .ui-tabs-panel
{
    padding: 0;
    background: transparent;
    position: relative;
}

#marketoverview .ui-widget-content { 
    border: 0;
    color:          black;
    background:     white;
    -moz-border-radius: 0;
    padding: 0;
}

#marketoverview .quoteBox
{
    font-size: 10px;
    background: url(../img/chart_quote_info_box.gif) no-repeat;
    width: 144px;
    height: 16px;
    text-align: center;
    padding-top: 3px;
    position: absolute;
    left: 48px;
    top: 82px;
    font-family: Arial;
}

#marketoverview .quoteBox .positiv
{
    color: #0F4172;
}

#marketoverview .quoteBox .negativ
{
    color: #FF0000;
}

/*
 * ############################################################################
 * puls
 * ############################################################################
 */
div.puls-box{
    margin-top: 11px;
    clear: both;
    float: left;
    width: 100%;
}

div.puls-header{
    border-top: 1px dashed #d5d7d9;
    background: url(../img/bg-red.jpg);
    text-align: center;
    overflow: hidden;
}

.puls-header h1{    
    font-size: 17px;
    font-weight: bold;
    color: #820f00;
    font-family: Verdana;
    margin: 6px;
}

.puls-header p.time{
    font-size: 12px;
    font-weight: normal;
    color: #586b7a;
    font-family: Verdana;
    margin: 3px 0 5px;
}

div.puls-archive{
    background: url(../img/bg-blue-banner.jpg);
    height: 25px;
    margin: 4px 0;
    text-align: right;
}

.puls-archive input{
    border: 1px solid silver;
    color: #6e6e6e;
    font-size: 11px;
    font-family: Verdana;
    padding: 1px 2px 2px 1px;
    margin-top: 4px;
    margin-right: 13px;
    height: 13px;
}

div.puls-tools{
    border-top: 1px dashed #d5d7d9;
    background: url(../img/bg-banner-button-flat-20.gif) repeat-x left center;
    height: 20px;
    padding: 5px;
    margin-bottom: 5px;
    text-align: center;
    color: #124476;
    font-size: 11px;
    font-family: Verdana;
    font-weight: normal;
    text-decoration: none;
}

.puls-tools div{
    width: 270px;
    margin: auto;
}

.puls-tools div.full-view{
    width: 135px;
}

.puls-tools .button1{
    background: url(../img/button-flat-125-20.gif);
    display: block;
    width: 121px;
    height: 14px;
    text-align: center;
    padding: 3px 2px;
    cursor: pointer;
    margin: 0 5px;
    float: left;
}

* html .puls-tools .button1{ /* ie6 margin bug fix */
    display: inline;
}

div.puls-content{
    border-bottom: 1px dashed #d5d7d9;
}

div.puls-fixed {
    max-height: 350px;
    overflow: auto;
    position: relative;
    overflow-x: hidden;  /* ie7 x-scroll bug fix */
}

* html div.puls-fixed{ /* ie6 max-height fix */
    height: 350px;
}


table.puls{
    border-collapse: collapse;
    width: 100%;
}

.puls tr{
    border-top: 1px dashed #d5d7d9;
}

.puls td{
    padding: 6px 4px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.puls td.mod{
    text-align: right;
}

.puls p{
    display: inline;
    padding: 0;
}

.puls tr.odd{
    background: url(../img/bg-blue.jpg);
}

.puls tr.even{
    background: white;
}

.puls tr.hover{
    background: #eaeaec;
}

.puls tr.linked{
    cursor: pointer;
}

.puls tr.sponsored td
, .puls tr.sponsored td a:link
, .puls tr.sponsored td a:visited{
    color: #0d4072;
    font-weight: bold;
}

.puls tr.important td
, .puls tr.important td a:link
, .puls tr.important td a:visited{
    color: #820f00;
    font-weight: bold;
}

.puls tr.normal td.time{
    color: #586b7a;
    font-weight: bold;
}

.puls a:link
, .puls a:visited{
    text-decoration: underline;
    color: black;
}

.puls .protected-icon{
    margin: 3px;
    display: block;
}

.puls .link-symbol{
    margin: 1px;
}

/*
 * ############################################################################
 * login
 * ############################################################################
 */
      
div#login-box {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    filter: alpha(opacity=65);
    opacity: 0.65;
    vertical-align: middle;
}

div#login-content{
    z-index: 999;
    position: fixed;
    top: -999px;
    left: 0;
    width: auto;
    background: #ffffff;
    border: 2px solid #ededed;
    padding: 1em;
}

* html div#login-box {
    position: absolute;
    height: 100%;
}

* html div#login-content {
    position: absolute;
}


div#login-content .big{
    width: 701px;
    padding: 0;
}

div#login-content .small{
    width: 346px;
    padding: 0;
}

#login-content div.column{
    width: 330px;
    float: left;
    margin: 9px;
}

* html #login-content div.column {
    display: inline;
}


#login-content .cancel{
    background: url(../img/login-close-button.gif);
    display: block;
    border: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

#login-content h1{
    background: url(../img/bg-login-header.gif) no-repeat;
    font-family: serif;
    font-size: 24px;
    font-weight: normal;
    padding: 6px 15px;
    margin: 0 0 30px 0;
    height: 28px;
    width: 300px;
    display: block;
    color: white;
}

#login-content p.msg1{
    color: #0d4072;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    padding: 0 10px;
}

#login-content p.msg2{
    color: #e1940e;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 10px;
}

#login-content h3.msg2{
    color: #e1940e;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 10px;
}

#login-content .login-form a{
    color: #0d4072;
    font-size: 11px;
}

#login-content a.standard-button-medium{
    color: black;
    display: inline-block;
}

#login-content .login-form label{
    font-weight: normal;
}

#login-content .login-form .label label{
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana;
}

#login-content .login-form table{
    border-collapse: separate;
    width: 100%;
}

#login-content .login-form table td{
    vertical-align: middle;
    padding: 0 3px;
}

#login-content .login-form table td.modcenter{
    text-align: center;
}

#login-content .login-form table td.label{
    border-top: 1px dashed #d0d0d0;
    border-bottom: 1px dashed #d0d0d0;
}

#login-content .login-form table td.input{
    text-align: right;
}

#login-content .login-form table tr.spacer td{
    height: 14px;
    border: 0;
}

#login-content .login-form input.text{
    background: url(../img/bg-input-shadow-h26.gif) repeat-x;
    border-style: none solid;
    border-size: 1px;
    border-color: #c4c4c4;
    height: 24px;
    padding: 2px 0 0 3px;
    line-height: 20px;
    border-width: 1px;
    width: 190px;
}

#login-content .login-form input.check{
    margin: 3px 0 0;
}

#login-content table.reg-infos{
    margin: 20px;
    width: 290px;
}

#login-content .reg-infos th{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #e1940e;
    text-align: left;
}

#login-content .reg-infos .button{
    text-align: center;
    padding-top: 15px;
}

/*
 * ############################################################################
 * greybox
 * ############################################################################
 */
div#greybox {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    filter: alpha(opacity=65);
    opacity: 0.65;
    vertical-align: middle;
    display: none;
    cursor: pointer;
}

div#greybox-content{
    z-index: 999;
    position: fixed;
    top: -999px;
    left: 0;
    background: #ffffff;
    border: 3px solid #d0d0d0;
    cursor: pointer;
}

* html div#greybox{
    position: absolute;
}

* html div#greybox-content{
    position: absolute;
}

#greybox-content #greybox-close-button{
    border: 0 none;
    height: 20px;
    position: absolute;
    right: -14px;
    top: -14px;
    width: 20px;
}

#greybox-content #greybox-close-button img{
    border: 0;
}

div#greybox-content img{
    border: 1px solid white;
    display: block;
}

div#greybox img{
    border: 1px solid #d0d0d0;
    background: white;
}

div#whiteout {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    filter: alpha(opacity=65);
    opacity: 0.65;
    vertical-align: middle;
    display: none;
}

div#whiteout-content{
    z-index: 999;
    position: fixed;
    top: -999px;
    left: 0;
}

/*
 * ############################################################################
 * glossary styles
 * ############################################################################
 */
div#glossary-index{
	clear: both;
	margin-top: 11px;
	overflow: hidden;
	padding: 5px 10px 10px;
}
div#glossary-search{
	clear: both;
	margin-top: 11px;
}
div.glossary-box{
	float: left;
	padding:0.3em;
    width:230px;
}

div.glossary-details{
    width: 100%;
}

div.glossary-box h2{
    border-bottom: 1px solid #d0d0d0;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    color: #e1940e;
    font-style: normal;
    padding: 0 0.3em 0.2em;
    margin-top: 15px;
}

div#glossary-index ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

div#glossary-index li{
	float: left;
	margin: 1px;
	border: 1px solid #d0d0d0;
}

div#glossary-index li span{
	display: block;
	width: 25px;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	background: white;
}

div#glossary-index li a{
	display: block;
	width: 25px;
	height: 20px;
	background-color: #ecedef;
	text-align: center;
	padding-top: 5px;
}
 
div#glossary-index li a:hover{
	color: white;
	background-color: #89a5d6;
}
 
/*
 * ############################################################################
 * article styles
 * ############################################################################
 */
h1 {
	font-family: Georgia;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	color: #0d4072;
	margin: 8px 0.2em 6px 0.1em;
}

h1 em {
	color: #586b7a;
	font-family: Verdana;
	font-size: 12px;
	display: block;
	font-style: normal;
	padding-left: 1px;
}

.text ol{
    padding-left: 21px;
    margin-bottom: 10px;
}

.text ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.text ul li{
    overflow: auto; /* makes padding work */
    padding-left: 16px;
    margin: 0 2px;
    zoom: 1; /* ie < 8 fix */
    background: url(../img/list-bullet-round.gif) no-repeat 0px 0.4em;
}

div.intro{
	margin-bottom: 4px;
}

div.intro-spacer{
    height: 2px;
}

.text .intro p, p.intro {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #0d4072;
	margin: 0.2em;
	padding: 0;
}

.text p {
	margin: 0.2em 0.2em 1em 0.2em;
}

.text p.small-text {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #a6a69b;
    padding: 3px 0;
}

.text div.mod
, .free-text-box div.mod{
    float: right;
}

.text div.mod-2{
    clear: both;
    display: block;
}

.text h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin: 1em 0.2em 0.3em 0.2em;
	padding: 0;
	text-transform: none;
}

/** picture in text **/
div.photo{
    float: left;
}

div.text-image img{
    display: block;
}

* html div.text-image{ /** ie6 fix **/
    margin-bottom: 0;
}

div.text-image{
    margin: 2px 17px 8px 3px;
    position: relative;
}

div.mod div.text-image{
    margin: 2px 3px 8px 17px;
}

div.mod-2 div.text-image{
    margin: 2px 2px 5px 3px;
}

div.mod-2 div.text-image .caption{
    height: 17px;
    padding: 2px 0 0 7px;
    background: url(../img/extras-app-header.jpg) repeat-x;
    position: relative;
    width: auto;
}

div.mod-2 div.text-image .caption p{
    font-size: 11px;
    color: white;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin: 0;
}

div.text-image .copyright{
    display: none;
}

div.mod-2 div.text-image .copyright{
    text-align: right;
    font-size: 9px;
    color: #9c9c9c;
    padding: 0 2px 0 0;
    margin: 5px 0;
    display: block;
    font-family: Arial;
}

div.mod-2 div.text-image img.photo{
    border-width: 1px;
    border-style: none solid solid solid;
    border-color: white;
    display: block;
}

div.mod-2 div.text-image .text-image-border{
    border-width: 3px;
    border-style: none solid solid solid;
    border-color: #e8ecee;
}

div.text .zoom-top{
    cursor: pointer;
}

div.mod-2 div.text-image .zoom{
    border: 1px solid #d0d0d0;
    left: 20px;
    padding: 3px;
    position: absolute;
    top: 30px;
    background: white;
    cursor: pointer;
    bottom: auto;
    right: auto;
}

div.mod-2 div.text-image .zoom img{
    float: left;
    padding: 0 4px 0 0;
}

div.text-image .zoom span{
    display: none;
}

div.mod-2 div.text-image .zoom span{
    padding: 2px 0 0 0;
    text-decoration: underline;
    color: #A5A5A5;
    font-size: 11px;
    display: inline;
}

/** teaser picture (and small text image) **/
.text .teaser-image{
    float: left;
    margin: 0 17px 8px 3px;
    border-top: 1px dashed #d5d7d9;
    padding-top: 6px;
    position: relative;
}

.text .teaser-image img{
    width: 170px;
    display: block;
}

.text .teaser-image div.img-caption
, div.text-image .caption{
    background-color: white;
    background: rgba(255, 255, 255, 0.8);
    filter: alpha(opacity=80);
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.text .teaser-image div.img-caption p
, div.text-image .caption p{
    font-family: Verdana;
    font-size: 10px;
    color: #787878;
    font-style: italic;
    padding: 2px 4px;
    margin: 0;
}

.text .teaser-image .zoom
, div.text-image .zoom{
    right: 0px;
    padding: 3px;
    position: absolute;
    bottom: 0px;
    cursor: pointer;
}

.text .teaser-image .zoom img
, div.text-image .zoom img{
    width: auto;
}

/** toolbox **/
div.toolbox{
    float: left;
    clear: both;
    width: 170px;
    margin: 0 17px 0 3px;
    overflow: hidden;
    padding-bottom: 5px;
    background: white;
}

div.toolbox-tools{
    float: left;
    clear: both;
    width: 170px;
    margin: 0 17px 8px 3px;
    overflow: hidden;
    background: white url(../img/bg-banner-button-flat-20.gif);
    text-align: center;
}

div.toolbox-tools-button{
    width: 134px;
    height: 20px;
    background: url(../img/button-flat-134-20.gif) no-repeat;
    text-align: center;
    margin: auto;
    cursor: pointer;
}

.toolbox h3{
    font-size: 9px;
    font-weight: bold;
    color: #586b7a;
    font-family: Verdana;
    padding: 3px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 4px;
}

.toolbox img.symbol{
    width: 29px;
    height: 29px;
    padding-left: 3px;
    display: block;
}

.toolbox td
, .toolbox td a{
    font-size: 10px;
    font-weight: bold;
    color: #586b7a;
    font-family: Verdana;
    vertical-align: middle;
    padding: 0 3px;
}

.toolbox td a{
    font-size: 10px;
    font-weight: bold;
    color: #586b7a;
    font-family: Verdana;
    padding: 0;
}

div.text-meta {
	display: none;
}

/** info text box **/
div.info-text{
	width: 170px;
	margin: 5px 17px 0 3px;
	float: left;
	background: url(../../payoff/img/bg-info-box.jpg) repeat-y;
	position: relative;
}

div.info-text .head-floater{
    float: right;
    width: 50px;
    height: 50px;
}

div.info-text .content {
    background: url(../../payoff/img/bg-info-text.gif)
        no-repeat;
    width: 170px;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
}

div.info-text p{
    font-size: 11px;
    font-family: Verdana;
    margin: 2px 6px 8px;
}

div.info-text h2{
    margin: 8px 6px 2px;
}

div.info-text ul{
    list-style-position: inside;
    padding-left: 8px;
    font-size: 11px;
}

div.info-text div.text-image{
    margin: 0 0 5px 0;
    width: 170px;
}

div.info-text div.text-image img.photo{
    width: 170px;
}

/* text table styles */
.text .text-paragraph table{
    font-size: 9px;
}

.text .text-paragraph table td{
    padding: 1px 4px;
}

.text .text-paragraph table caption{
    padding: 2px 7px 3px;
    background: #144e78 url(../img/extras-app-header.jpg) repeat-x;
    position: relative;
    font-size: 11px;
    color: white;
    font-weight: bold;
    font-style: normal;
    margin: 0;
    text-align: left;
}

.text .text-paragraph tr.head td{
    font-weight: bold;
    background: #e3e4e5;
}

.text .text-paragraph tr.odd td{
    background: #f2f2f2;
}

.text .text-paragraph tr.even td{
    background: #e3e4e5;
}

/* issuer paragrpah style */
div.issuer {
    background: url(../img/bg-yellow.jpg);
    border-top: 1px dashed #d5d7d9;
    clear: both;
    margin-top: 11px;
    padding: 5px 3px;
}

div.issuer table th{
    text-align: left;
}

div.issuer .issuer-info{
    margin: 5px 0;
}

div.issuer .issuer-info .image{
    float: left;
    margin: 0 10px 0 0;
}

div.issuer .details{
    clear: both;
}

/*
 * ############################################################################
 * section / general main content styles
 * ############################################################################
 */
#main .links h2{
    border-bottom: 1px solid #d0d0d0;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    color: #e1940e;
    font-style: normal;
    padding: 0 0.3em 0.2em;
    margin-top: 15px;
}

/*
 * ############################################################################
 * general box styles
 * ############################################################################
 */
div.box-blue {
    background: url(../../payoff/img/bg-blue.jpg);
    border-bottom: 1px dashed #d5d7d9;
}

div.box-yellow {
    background: url(../../payoff/img/bg-yellow.jpg);
}

.box-header {
    background: url(../../payoff/img/extras-app-header.jpg)
        repeat-x;
    height: 19px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: white;
    padding: 0.1em 0.5em;
    margin: 0;
}

#extras div.box {
    clear: both;
    margin: 0;
}

#main div.box {
    margin: 0;
    clear: both;
}

/*
 * ############################################################################
 * teaser styles
 * ############################################################################
 */
#main div.teaser {
	clear: both;
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 485px;
	cursor: pointer;
}

#main div.small {
	clear: none;
	float: left;
	width: 234px;
	height: 230px;
	padding: 0 8px 0 0;
}

.teaser .content {
    height: 165px;
    overflow: hidden;
}

#extras .teaser .content {
    height: auto;
}

div.small div.content {
    height: auto;
}

#extras div.teaser {
    clear: both;
    margin: 11px 0 0 0;
    position: relative;
    overflow: hidden;
    width: 300px;
    cursor: pointer;
}

.teaser h2 {
	font-family: Georgia;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #0d4072;
	margin: 6px 2px 5px 1px;
	padding: 0;
	text-transform: none;
}

.teaser h2 a:link,.teaser h2 a:visited,.teaser h2 a:focus,.teaser h2 a:hover,.teaser h2 a:active
,.box h2 a:link,.box h2 a:visited,.box h2 a:focus,.box h2 a:hover,.box h2 a:active
,.box-yellow h2 a:link,.box-yellow h2 a:visited,.box-yellow h2 a:focus,.box-yellow h2 a:hover,.box-yellow h2 a:active
{
	color: #0d4072;
	text-decoration: none;
}

.teaser h2 a em {
	color: #586b7a;
	font-family: Verdana;
	font-size: 12px;
	display: none;
	font-style: normal;
}

div.teaser-info-line {
	height: 31px;
	border-bottom: 1px solid #d0d0d0;
	position: relative;
}

h3.category,div.teaser-category{
	padding-left: 3px;
	margin-top: 15px;
	height: 14px;
}

div.teaser-category {
	float: left;
}

div.teaser-category a{
    display: block;
}

div.teaser-protected-icon {
	background: url(../../payoff/img/lock.gif) no-repeat
		center center;
	height: 17px;
	width: 14px;
	float: left;
	margin-left: 11px;
	margin-top: 12px;
}

div.teaser-date {
	color: #ababab;
	font-family: Verdana;
	font-size: 10px;
	float: right;
	margin-top: 16px;
	padding-right: 0.3em;
}

div.teaser-next-article {
	font-size: 10px;
	font-family: Verdana;
	color: #0d4072;
	border-top: 1px dashed #d5d7d9;
	clear: both;
	height: 20px;
	width: 485px;
}

.small div.teaser-next-article {
    position: absolute;
	top: 210px;
	height: 20px;
	width: 234px;
}

#extras div.teaser-next-article {
    position: absolute;
    top: 210px;
    height: 20px;
    width: 300px;
}

div.teaser-next-article a {
	padding: 0.3em;
	display: block;
	color: #0d4072;
	text-decoration: none;
}

.teaser .teaser-media {
	float: left;
	margin: 0 13px 7px 2px;
	width: 244px;
	position: relative;
}

.teaser .teaser-media img{
    display: block;
}

.teaser-media-video-indicator{
    position: absolute;
    background: transparent;
    bottom: 0;
    right: 0;
}

.teaser-media-video-indicator img{
    position: absolute;
    bottom: 0px;
    right: 0px;
    border: 1px solid #d0d0d0;
    opacity: 0.6;
    background: rgba(255, 255, 255, 0.6);
    filter: alpha(opacity=60);
    width: 30px;
    
}

.teaser p {
	padding: 0 1px;
}

.category-selection-box {
    border-top: 1px dashed #d5d7d9; 
    border-bottom: 1px dashed #d5d7d9; 
    margin-top: 11px;
}

.category-selection-content {
    padding: 5px; 
    background-color: #ecedef; 
    height: 100%;
}

.category-selection-select {
    width: 200px;
}

em.more a,em.more a:link,em.more a:visited,em.more a:focus,em.more a:hover,em.more a:active
	{
	font-size: 12px;
	font-family: Verdana;
	color: #e1940e;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.pager{
    clear: both;
    overflow: hidden;
}

.pager h3{
	font-size: 12px;
	font-family: Verdana;
	color: black;
	font-weight: normal;
	font-style: normal;
	padding: 0 1em 0 0;
	float: left;
}

.pager ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.pager ul li{
	float: left;
	padding: 0 0.3em;
}

.pager ul li em{
	display: none;
}

/*
 * ############################################################################
 * extras
 * ############################################################################
 */

 
#extras .teaser .teaser-media{
	float: left;
	margin: 0 9px 6px 9px;
	width: 91px;
	position: relative;
}

#extras .box-idea .teaser-media {
    float: left;
    margin: 0 9px 6px 9px;
    width: 124px;
    position: relative;
}

#extras p {
	margin-top: 0;
	padding: 0 0.4em 0 0.4em;
}

#extras h2 {
	font-family: Georgia;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #0d4072;
	margin: 6px 5px 5px 5px;
	padding: 0;
	text-transform: none;
}

#extras h2 a em {
	display: none;
}

#extras div.sponsor{
	border-bottom: 1px dashed #d5d7d9;
}

#extras div.teaser-category {
	margin-top: 3px;
	padding-bottom: 3px;
	padding-right: 1.5em;
	border-bottom: 1px dashed #d5d7d9;
}

#extras div.teaser-category a{
}

#extras div.teaser-protected-icon {
	margin-top: 0px;
}

#extras div.teaser-date {
	margin-top: 4px;
}

#extras div.teaser-info-line {
	height: 20px;
	border-top: 1px dashed #d5d7d9;
	border-bottom: 0;
}

#extras div.teaser-next-article {
	position: static;
}

/*
 * ############################################################################
 * ad boxes (including investment-idea)
 * ############################################################################
 */
 
* html #extras /* ie6 position relative bug, for invstment ideas. */
{
    position: relative;
} 
 
#extras .box-idea{
    margin: 11px 0 0 0;
    overflow: hidden;
    cursor: pointer;
}

#extras .box-idea div.content{
    overflow: hidden;
    height: 130px;
}

#extras .box-idea img {
    /*width: 124px;*/
    display: block;
}

#extras .box-idea p.investment-sponsor{
    font-size: 12px;
    font-family: Verdana;
    color: #586b7a;
    margin: 5px;
    padding: 0;
}

#extras .box-idea img.investment-sponsor{
    /*height: 34px;*/
    width: auto;
    float: right;
    margin: 5px;
}

/* ## special ad box ("extras ad box") with internal link */
#extras .box-ad-extra{
    margin: 11px 0 0 0;
    overflow: hidden;
    cursor: pointer;
}

#extras .box-ad-extra div.content{
    overflow: hidden;
    height: 100px;
}

.box-ad-extra div.ad-content{
    overflow: hidden;
}

.box-ad-extra .ad-content img {
    float: left;
    margin: 0 9px 4px 9px;
}

#extras .box-ad-extra p.small-normal
, #extras .box-ad p.small-normal {
    font-family: Verdana;
    font-size: 10px;
    font-weight: none;
    color: #8f8f8e;
    padding: 5px 6px;
    margin: 0;
}

/* ## normal ad box */
div.box-ad {
    clear: both;
    border-bottom: 1px dashed #d5d7d9;
    padding: 11px 0;
}

.box-ad p.small-normal {
    font-family: Verdana;
    font-size: 10px;
    font-weight: none;
    color: #8f8f8e;
    padding: 5px 6px;
    margin-bottom: 0;
}

.box-ad div.ad-content{
    text-align: center;
}

/* ## normal ad box modifications for extras content */
#extras .box-ad div.ad-content{
    margin: 0 0 10px 0;
    width: 300px;
    height: 220px;
    overflow: hidden;
}

#extras .box-ad-extra p.small-normal{
    padding: 5px 6px 0;
}

#main div.ad-tracking
, #extras div.ad-tracking{
    margin: 0;
    padding: 0;
    visibility: hidden;
}

#main div.ad-tracking img
, #extras div.ad-tracking img{
    width: 1px;
    height: 1px;
    margin: 0;
}

#main div.ad-tracking a
, #extras div.ad-tracking a{
    display: block;
    height: 1px;
    padding: 0;
    margin: 0;
}

/*
 * ############################################################################
 * info boxes
 * ############################################################################
 */
div.info-box{
    width: 100%;
    padding: 0;
    margin-top: 11px;
    border-bottom: 1px dashed #d5d7d9;
    overflow: hidden;
}

div.info-box .shortterm{
	color: #0d4072;
}

div.info-box p{
	padding: 0.2em;
}

/* ## tab content */
div.info-box .ui-tabs .ui-tabs-panel {
	padding: 0;
}

div.info-box .ui-tabs {
    padding: 0;
    border: 0;
    background: none;
}

div.info-box .ui-widget {
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

/* ## tab navigation */
div.info-box .ui-tabs-nav{
	padding: 0;
	border: 0;
	background: url(../../payoff/img/extras-app-header-light.jpg) repeat-x;
	-moz-border-radius: 0;
}

div.info-box .ui-tabs-nav li{
	background: url(../../payoff/img/extras-app-header-light.jpg) repeat-x;
	height: 19px;
	border: 0;
	margin: 0;
	padding: 0;
	-moz-border-radius: 0;
}

div.info-box .ui-tabs-nav li.first{
    padding-left: 3px;
}

div.info-box .ui-tabs-nav li .between{
	background: url(../../payoff/img/eah-separator-between-inact.jpg) no-repeat;
    height: 19px;
    width: 10px;
    float: left;
}

div.info-box .ui-tabs-nav li .after{
    background: url(../../payoff/img/eah-separator-after-active.jpg) no-repeat;
    height: 19px;
    width: 10px;
    float: left;
}

div.info-box .ui-tabs-nav li .before{
    background: url(../../payoff/img/eah-separator-before-active.jpg) no-repeat;
    height: 19px;
    width: 10px;
    float: left;
}

div.info-box .ui-tabs-nav li.ui-state-active{
	background: url(../../payoff/img/extras-app-header.jpg) repeat-x;
	padding-bottom: 0;
	padding-top: 0;
	padding-right: 0;
}

div.info-box .ui-tabs-nav li a
, div.info-box .ui-tabs-nav li a:hover /* ie6 link bug fix */
, div.info-box .ui-tabs-nav li a:visited
{
	border: 0;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: white;
	padding: 1px 3px;
	margin: 0;
}

div.info-box .ui-tabs-nav li.ui-state-active a
, div.info-box .ui-tabs-nav li.ui-state-active a:visited /* ie6 link bug fix */
{
	font-weight: bold;
	text-decoration: none;
}

/* ## tab navigation second level */
div.turnover-tabs .ui-tabs-nav{
    padding: 0;
    border: 0;
    background: white;
    -moz-border-radius: 0;
}

div.turnover-tabs .ui-tabs-nav li{
    background: white;
    color: black;
    font-weight: normal;
    height: 19px;
    border: 0;
    margin: 0;
    padding: 0;
    -moz-border-radius: 0;
}

div.turnover-tabs .ui-tabs-nav li.ui-state-active{
    background: white;
    padding: 0;
}

div.turnover-tabs .ui-tabs-nav li a
, div.turnover-tabs .ui-tabs-nav li a:link
, div.turnover-tabs .ui-tabs-nav li a:visited /* ie6 link bug fix */
, div.turnover-tabs .ui-tabs-nav li a:hover
{
    border: 0;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #12436e;
    padding: 0.1em 0.5em;
    margin: 0;
}

div.turnover-tabs .ui-tabs-nav li.ui-state-active a
, div.turnover-tabs .ui-tabs-nav li.ui-state-active a:visited /* ie6 link bug fix */
{
    font-weight: normal;
    text-decoration: none;
    color: #ff9000;
}

/* ## editorial info box */
div.info-box #editorial-1
, div.info-box #editorial-2{
    padding: 0 5px;
}

div.info-box table.most-commented{
	width: 100%;
	table-layout: fixed;
}

div.info-box table.most-commented td{
	border-top: 1px dashed #d5d7d9;
}

div.info-box table.most-commented .hover{
	background-color: #eaeaeb;
	cursor: pointer;
}

div.info-box table.most-commented .hover td
, div.info-box table.most-commented .hover td a{
	color: #526370;
}

div.info-box table.most-commented a{
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

#extras table.most-commented .title{
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 0;
}

#main table.most-commented .title {
    overflow: hidden;
    padding-right: 0;
    white-space: nowrap;
    width: 380px;
}

/* ## forum info box */
div.info-box div.header{
    background: url(../../payoff/img/extras-app-header.jpg) repeat-x;
    height: 18px;
    padding: 1px 0 0 5px;
}

div.info-box div.header span{
    color: white;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
}

div.info-box div.table{
    padding: 0 5px;
}

div.info-box .more{
    padding: 6px 6px 2px 6px;
    text-align: right;
}

div.info-box .more a{
    font-size: 10px;
}

div.info-box table.most-read{
    width: 100%;
    table-layout: fixed;
}

div.info-box table.most-read td
, div.info-box table.most-read th{
    border-top: 1px dashed #d5d7d9;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    overflow: hidden;
}

div.info-box table.most-read td.crop
, div.info-box table.most-read th.crop{
    width: 160px;
    overflow: hidden;
    white-space: nowrap
}

div.info-box table.most-read th{
    color: #0d4072; 
}

div.info-box table.most-read .hover{
    background-color: #eaeaeb;
    cursor: pointer;
}

div.info-box table.most-read a{
    color: black;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}

/* ## statistics info box */
div.info-box table.product-table{
    width: 100%;
}

div.info-box table.product-table img{
    float: right;
    padding: 2px;
}
div.info-box table.product-table span{
    float: right;
}

div.info-box table.product-table th{
    color: #0d4072;
    font-size: 9px;
    font-weight: normal;
    background-color: #E3E4E5;
    border-right: 1px solid white;
    padding: 4px 6px;
    text-align: left;
}

div.info-box table.product-table td{
    color: #575757;
    font-size: 9px;
    vertical-align: top;
    border-right: 1px solid white;
    padding: 2px 6px;
}

div.info-box table.product-table th.mod
, div.info-box table.product-table td.mod{
    text-align: right;
}

div.info-box table.product-table th.noborder
, div.info-box table.product-table td.noborder{
    border: 0;
}

div.info-box table.product-table .odd td, div#issuerProductTypeLinkBox table.product-table tr.odd td{
    background-color: #f6f7f8;
}

div.info-box table.product-table .even td,  div#issuerProductTypeLinkBox table.product-table tr.even td{
    background-color: #e3e4e5;
}

div.info-box table.product-table .hover td{
    background: #eaeaeb;
    cursor: pointer;
}

div.info-box table.product-table .hover td.hover-cell{
    background: #eaeaeb;
    cursor: pointer;
}

div.info-box table.product-table .hover td a{
    background: transparent;
}

#extras div.info-box p.stats-footer
, #main div.info-box p.stats-footer{
    color: #575757;
    font-size: 9px;
    padding: 6px 0.4em;
}

/* ## magazine info box */
div.magazine-box
, div.survey-box 
{
    position: relative;
    background: #f6f6f6;
    margin-top: 11px;
    overflow: hidden;
}


#magazine-box-link{
    cursor: pointer;
}

* html div.magazine-box{ /* ie6 absolute pos bug fix */
    width: 100%;
}

table.survey-logo
{
    width: 100%;
    border-collapse: collapse;
}


div.magazine-box h1,
div.survey-box h1,
div.survey-result h1,
table.survey-logo th
{
    color: white;
    background: url(../../payoff/img/extras-app-header.jpg) repeat-x #144f79;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    min-height: 15px;
    padding: 2px 3px;
    margin: 0 0 6px 0;
}

div.survey-result-header a
{
    color: black;
}

td.survey-result-total 
{
    background-color: #dfdfdf;
}

table.survey-result-table
{
    width: 100%;
}

table.survey-result-table-multiple
{
    width: 100%;
    border-top: 1px dashed #D5D7D9;
    border-bottom: 1px dashed #D5D7D9;
    background: url("../img/bg-blue.jpg") repeat scroll 0 0 transparent;
}

table.survey-result-table-preview
{
    width: 100%;
    border-bottom: 1px dashed #D5D7D9;
}

table.survey-result-table img
{
    height: 10px;
}

table.survey-result-table tfoot img 
{
    height: 100%;
}

div.survey-to-archive table
{
    width: 100%;
}

div.magazine-box h1 span{
    font-weight: normal;
}

.magazine-box div.image{
    float: left;
    margin-right: 10px;
    margin-left: 3px;
    position: relative;
    margin-bottom: 5px;
}

.magazine-box div.image img{
    display: block;
}

#extras .magazine-box .description h2
, #main .magazine-box .description h2{
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
    color: #0d4072;
}

.magazine-box div.description{
    margin-bottom: 60px;
}

.magazine-box .description ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.magazine-box .description li{
    overflow: auto; /* makes padding work */
    padding-left: 16px;
    margin: 0 2px;
    zoom: 1; /* ie < 8 fix */
    background: url(../img/list-bullet-round.gif) no-repeat 0px 0.4em;
}

.magazine-box .footer{
    background: url(../../payoff/img/bg-mag-footer.gif) repeat-x;
    height: 38px;
    border-bottom: 1px dashed #d5d7d9;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#extras .magazine-box .footer{
    clear: both;
}

.magazine-box .footer-top{
    height: 53px;
    overflow: hidden;
    position: absolute;
    width: 300px;
    bottom: 0;
}

#main .magazine-box .footer-top{
    right: 20px;
}

#extras .magazine-box .footer-top p
, #main .magazine-box .footer-top p{
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0 0 10px 0;
}

.magazine-box .footer-top p span{
    background: #f6f6f6;
    padding: 0 3px;
}

.magazine-box .footer-top form{
    position: absolute;
    top: 23px;
    left: 30px;
}

.magazine-box .footer-top .border{
    position: absolute;
    height: 7px;
    top: 5px;
    border-style: dashed dashed none dashed;
    border-width: 1px;
    border-color: #d5d7d9;
    width: 298px;
}

#extras .magazine-box .footer-top .border{
}

#main .magazine-box .footer-top .border{
}

.magazine-box .footer-top p{
    font-weight: bold;
    font-size: 11px;
    font-family: serif;
    color: #0d4072;
    text-align: center;
}

#extras .magazine-box .footer-top{
    clear: both;
}

.magazine-box input.email{
    background: url(../../payoff/img/bg-mag-textfield.gif) repeat-x;
    font-family: Verdana;
    font-size: 11px;
    height: 16px;
    padding: 2px 3px;
    width: 160px;
}

/* ## free text box ## */
#extras .free-text-box{
   margin-top: 11px;
}

#extras .free-text-box .text-paragraph h2{
    background: url("../../payoff/img/extras-app-header.jpg") repeat-x scroll 0 0 transparent;
    height: 18px;
    padding: 2px 0 0 5px;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    color: white;
    margin: 0;
}

/* ## survey box ## (box style like magazine box) */
div.survey-question 
{
    font-size: 12px;
    padding-left: 4px;
}

div.survey-answers{
    margin: 5px 0 0 5px;
}

div.survey-answers td{
    vertical-align: middle;
    padding: 0;
}

div.survey-tools{
    padding: 4px;
    overflow: hidden;
}

/* fix marketopinion tool box for ie6 */
* html div.survey-tools{
    height: 18px;
}

div.survey-tools a{
    font-size: 10px;
    float: left;
    padding: 3px 0;
}

div.survey-tools input{
    float:right;
}

/*
 * ############################################################################
 * search box, attached in header, needs to be positioned on top of branding AND navi
 * ############################################################################
 */
div#search-box {
	position: absolute;
	top: 66px;
	right: 0;
	height: 53px;
	width: 172px;
	padding: 0 6px 0 8px;
	background: url(../../payoff/img/search-box.gif) no-repeat
		;
	z-index: 99;
}

* html div#search-box{ /* ie6 absolute pos bug fix */
    margin-right: 20px;
}

#search-box h6 {
	font-family: arial;
	text-weight: bold;
	font-size: 28px;
	text-align: right;
	margin: 0;
	color: white;
}

#search-box input {
	width: 170px;
	padding: 1px 0;
	border: 1px solid silver;
	font-size: 11px;
	font-family: arial;
	height: 14px;
}

#search-box form div {
	position: absolute;
	top: 30px;
}

div#search-result-box {
	display: none;
	border: 1px solid silver;
	top: 119px;
	right: 0;
	position: absolute;
	width: 350px;
	z-index: 99;
	/*-moz-border-radius: 7px;*/
	background-color: white;
	
}

div#search-loading-box {
	display: none;
    border: 1px solid silver;
    top: 119px;
    right: 0;
    position: absolute;
    width: 350px;
    z-index: 99;
    /*-moz-border-radius: 7px;*/
    background-color: white;
    text-align: center;
    padding: 10px;
}

div#result-box-content{
	background-color: white;
	margin: 0.7em 0;
}

div#result-box-content p{
    margin: 0.2em 0.2em 1em 1.5em;
}

div#result-box-wrapper1{
	/*background: url(../../payoff/img/bg-search-top.gif) no-repeat top;*/
}

div#result-box-wrapper2{
	/*background: url(../../payoff/img/bg-search-bottom.gif) no-repeat bottom;*/
}

input.search-input-grey{
	color: grey;
}

div#search-result-box ul
,div#chart-result-box ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

div#search-result-box li
,div#chart-result-box li
{
	padding: 0.1em 1.5em;
}
div#search-result-box li.marked{
	background-color: #eaeaeb;
}

div#search-result-box h3{
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #e1940e;
	font-style: normal;
	margin: 0.5em 0 0.5em 0.6em;
}

div#time-display{
	position: absolute;
	top: 51px;
	right: 0;
	height: 13px;
}

* html div#time-display{ /* ie6 absolute pos bug fix */
    margin-right: 20px;
}

#time-display h6 {
	font-family: arial;
	font-size: 11px;
	text-align: right;
	margin: 0;
	color: #6e91a6;
	padding: 0 0.7em;
}

#search-result-box .protected-icon{
    display: block;
    float: right;
}

/*
 * ############################################################################
 * branding stuff
 * ############################################################################
 */
div#branding {
	height: 100px;
	position: relative;
	border-top: 1px dashed #d5d7d9;
	height: 91px;
}

div#logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 9px;
}

#logo em {
	display: block;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #e1940e;
	font-style: normal;
}

div#nav-meta {
	position: absolute;
	top: 0;
	right: 0;
}

#nav-meta a:link
,  #nav-meta a:visited{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	padding: 0 0.4em 0 0.8em;
	color: #6e91a6;
	text-decoration: none;
}

#nav-meta a:hover{
	color: #0d4072;
}

#nav-meta li {
	float: left;
}

#nav-meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
 * ############################################################################
 * navigation stuff
 * (see menu/*.css for details)
 * ############################################################################
 */
div#nav-global {
	height: 51px;
	border-top: 1px dashed #d5d7d9;
	position: relative;
	z-index: 2; /* ie z-index bug fix */
}

#nav-global h6 {
	display: none;
}

#nav-global em {
	display: none;
}

/* 
 * ############################################################################
 * footer stuff
 * ############################################################################
 */
#site-info div div {
	border-top: 1px dashed #d5d7d9;
	margin: 0;
	padding: 5px 0;
	overflow: hidden;
	position: relative;
}

#site-info h4 {
	display: none;
}

#site-info div.ll-div{
    border: 0;
    padding: 0;
    margin: 12px 0 0;
    text-align: center;
}

#site-info div.ll-div table{
    margin: auto;
}

#site-info div.ll-div table td{
    padding: 0;
}

#site-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#site-info li {
	float: left;
}

#site-info ul a
, #site-info ul a:link
, #site-info ul a:visited {
	font-size: 10px;
	font-family: Verdana;
	color: #9eb9ce;
	display: block;
	padding: 0 0.5em;
	font-weight: bold;
	text-decoration: none;
}

#site-info ul a:hover {
    color: #0d4072;
}

#site-info p#copyright {
	font-size: 10px;
	font-family: Verdana;
	color: #68676c;
	display: block;
	padding: 0.5em;
}

#site-info p#copyright-print{
    display: none;
}

#site-info .partner p{
    padding: 0;
    margin: 0;
    font-size: 11px;
    font-family: Helvetica;
    color: #aaaaaa;
    text-align: left;
}

#site-info div.idms{
    width: 816px;
    margin: auto;
    text-align: left;
}

#site-info .idms p{
    font-size: 11px;
    font-family: Helvetica;
    color: #aaaaaa;
    margin: 0;
    padding: 3px;
}

#site-info .idms a
, #site-info .idms a:link
, #site-info .idms a:visited
, #site-info .idms a:hover {
    font-size: 11px;
    font-family: Helvetica;
    color: #aaaaaa;
    text-decoration: underline;
}

#site-info .idms img{
    float: left;
    margin: 4px 15px 0 10px;
}

#site-info .partner img{
    border: 0;
}

/* 
 * ############################################################################
 * commenting stuff
 * ############################################################################
 */
h3.comments span{
    font-weight: normal;
    color: #0d4072;
}

#commenting{
    clear: both;
}

#commenting h3{
    padding: 1em 0 3px 3px;
}

#commenting .form-wrapper{
    margin-bottom: 0;
}

div#comments{
    border-top: 1px solid #d0d0d0;
}

#comments div.details{
    float: left;
    width: 130px;
    padding: 3px;
    clear: both;
}

#comments div.text{
    float: left;
    width: 340px;
    padding: 3px;
}

#comments .details p{
    color: #586b7a;
    font-weight: bold;
    font-size: 12px;
}

#comments .details p span{
    color: #000000;
    font-weight: normal;
    font-size: 10px;
}

#comments ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

div#comments-tools {
    text-align: center;
    height: 20px;
    background: url(../img/bg-banner-button-flat-dashed-20.gif) repeat-x;
}

div#hide-comments{
    width: 188px;
    background: url(../img/button-flat-dashed-188-20.gif) no-repeat;
    height: 20px;
    margin: auto;
    text-align: center;
    cursor: pointer;
    font-size: 11px;
    color: #586b7a;
    padding-top: 3px;
}

#commenting .standard-button{
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana;
    color: black;
    background: url(../img/button-73-18.gif) no-repeat;
    width: 73px;
    height: 14px;
    overflow: hidden;
    display: block;
    padding: 2px 0;
    cursor: pointer;
    text-align: center;
    margin-left: 5px;
    border: 0;
    text-decoration: none;
}

#your-comment table{
    width: 450px;
}

#your-comment table .label{
    width: 100px;
}

/* 
 * ############################################################################
 * product overview
 * ############################################################################
 */
div.pto-entry div.content
{
    height: 140px;
}
 
div.pto-entry
{
    float: left;
    margin-top: 7px;
    overflow: hidden;
    width: 380px;
    margin-right: 15px;
    cursor: pointer;
}

/* IE6 Bug fixing */
* html div.pto-entry
{
    margin-right: 10px;
}

div.pto-entry div.image img{
    display: block;
}

div.pto-entry div.image{
    float: left;
    padding: 0 25px 0 3px;
}

div.pto-entry div.description{
}

div.pto-entry div.button{
    background: url(../img/bg-banner-button-flat-dashed-20b.gif) repeat-x;
    text-align: center;
    height: 20px;
    clear: both;
}

div.pto-entry div.button a.button1{
    background: url(../img/button-flat-174-20.gif) no-repeat;
    width: 174px;
    text-align: center;
    margin: auto;
    height: 17px;
    padding-top: 3px;
    display: block;
    color: #586b7a;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

/* 
 * ############################################################################
 * magazine
 * ############################################################################
 */
div.magazine div.entry{
    padding: 1px 0 4px 0;
    border-bottom: 1px dashed #d5d7d9;
    clear: both;
    overflow: hidden;
}

div.magazine .footer{
    margin-top: 15px;
}

div.magazine div.list div.entry{
    border-top: 1px dashed #d5d7d9;
    border-bottom: 1px dashed #d5d7d9;
    margin-top: 5px;
    overflow: hidden;
}

div.magazine div.image{
    float: left;
    margin: 4px 10px 4px 0;
}

div.magazine div.image img{
    display: block;
}

div.magazine div.description{
    background: url(../img/bg-blue.jpg);
    overflow: hidden;
    margin: 4px 0;
    padding: 5px 15px;
    height: 279px;
    position: relative;
}

div.magazine div.description ul{
    padding-left: 15px;
}

div.magazine div.description ul li{
    margin: 5px 0;
}

div.magazine div.list div.description{
    background: none;
    overflow: hidden;
    height: auto;
}

div.magazine img.symbol{
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

div.magazine div.description h1{
    color: #0d4072;
    font-size: 19px;
    font-weight: normal;
    margin: 10px 0;
    font-family: Georgia;
}

div.magazine div.list div.description h1{
    color: #0d4072;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
    font-family: Verdana;
}

div.magazine div.entry div.tools{
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: left;
}

div.magazine div.entry div.tools .button{
    background: url(../img/button-115-18.gif) no-repeat;
    width: 115px;
    height: 16px;
    padding-top: 2px;
    color: black;
    font-size: 11px;
    text-align: center;
    float: right;
    display: block;
    text-decoration: none;
}

div.magazine div.pager{
    padding: 2px 0;
    border-top: 1px dashed #d5d7d9;
    border-bottom: 1px dashed #d5d7d9;
    overflow: hidden;
}

div.magazine div.pager ul{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #ecedef;
}

div.magazine div.pager ul li{
    float: left;
    padding: 0;
}

div.magazine div.pager ul li a{
    display: block;
    width: 45px;
    height: 18px;
    padding-top: 4px;
    text-align: center;
    font-size: 11px;
    color: black;
}

div.magazine div.pager ul li a:link{
    color: black;
    text-decoration: none;
}

div.magazine div.pager ul li a:visited{
    color: black;
    text-decoration: none;
}

div.magazine div.pager ul li a:active{
    color: #e1940e;
    text-decoration: none;
}

div.magazine div.pager ul li a.active{
    color: #e1940e;
}

div.magazine div.entry-cols
{
    background: url(../img/bg-blue.jpg);
    overflow: hidden;
    width: 250px;
    float: left;
    margin: 15px 15px 0 0;
}

* html div.magazine div.entry-cols /* ie6 margin bug fix */
{
    margin: 15px 10px 0 0;
}

div.magazine div.entry-cols div.content{
    padding: 0 5px 5px 5px;
}

.magazine .entry-cols h3{
    background: #144e78 url(../img/extras-app-header.jpg) repeat-x;
    height: 16px;
    padding: 2px 7px;
    font-size: 12px;
    color: white;
    font-family: Verdana;
    font-weight: bold;
}

.magazine .entry-cols img{
    margin: 7px;
}

.magazine .entry-cols h1{
    font-size: 16px;
}

table.magazine-archive-header{
    width: 800px;
    margin-bottom: 1em;
}

table.magazine-archive-header td
{
    border-bottom: 1px dashed #BBBBBB;
    padding: 0px 3px;
    height: 20px;
    vertical-align: middle;
}

table.magazine-archive-header td a:hover
{
    color: #0D4072;
    text-decoration: none;
}

table.magazine-archive-header td a.active{
    color: #EB8F00 !important;
}


/* 
 * ############################################################################
 * magnolia stuff
 * ############################################################################
 */
#extras div.calendar{
    background: white;
    padding: 0;
    margin-top: 11px;
    border: 0;
}

#extras .calendar abbr{
    text-decoration: none;
    color: #536a8c;
}

#extras .calendar table{
    width: 100%;
    background: #e8e8e8;
    font-family: Verdana;
    font-size: 11px;
    border-collapse: collapse;
    border: 0;
}

#extras .calendar table tr{
    background: #e8e8e8;
}

#extras .calendar table td{
    border-style: none solid none none;
    border-color: white;
    border-width: 1px;
    text-align: right;
}

#extras .calendar table td.on{
    background: #d0d0d0;
}

#extras .calendar table th{
    border-style: none none solid none;
    border-bottom: 1px solid white;
    text-align: right;
}

#extras .calendar table th.cw{
    border-style: none solid none none;
    border-right: 1px solid white;
}

#extras .calendar h2{
    width: 100%;
    padding: 2px 3px;
    background: url(../img/extras-app-header.jpg) repeat-x;
    font-size: 11px;
    color: white;
    font-family: Verdana;
    font-weight: bold;
    margin: 0;
}

#extras .calendar table.month-pager td{
    vertical-align: middle;
    text-align: center;
    background: #ffffff;
    height: 28px;
}

#extras .calendar table.month-pager h3{
    font-size: 12px;
    font-weight: bold;
    color: #0d4075;
    font-family: Verdana;
}

#events-overview #main div.teaser{
    cursor: auto;
    height: auto;
}

#events-overview h1{
    margin: 5px 0 0 1px;
    clear: both;
}

#events-overview p.event-date{
    color: grey;
    font-weight: bold;
    margin: 0 0 5px 0;
}

#events-overview div.event-info{
    float: left;
    width: 242px;
    overflow: hidden;
    margin: 5px 10px 5px 0;
}

#events-overview div.event-info img{
    display: block;
}

#events-overview div.event-info p{
    margin: 10px 0;
}

#events-overview div.event-footer{
    clear: both;
}

#events-overview div.event-footer table{
    width: 100%;
}

#events-overview div.event-footer table td{
    vertical-align: bottom;
    padding: 1px;
}

#events-overview div.event-footer table td.right{
    text-align: right;
}

#events-overview div.event-footer table td.right table td{
    vertical-align: middle;
    padding: 5px 3px;
}

#events-overview .event-footer .reg-button
, #events-overview .event-footer .program-button{
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana;
    color: black;
    background: url(../img/button-73-18.gif) no-repeat;
    width: 73px;
    height: 14px;
    overflow: hidden;
    display: block;
    padding: 2px 0;
    cursor: pointer;
    text-align: center;
    float: right;
    margin: 0 0 0 10px;
    text-decoration: none;
}

/* 
 * ############################################################################
 * enhancement - umatrix
 * ############################################################################
 */
 
#base-value-links table td
{
    border-bottom: 1px dashed #d5d5d5;    
}

#base-value-links a
#base-value-links a:hover
{
    font-weight: bold;
    color: #0c4271;
    text-decoration: none;
}

#umatrix-filters tr td 
{
    padding: 0;
    margin: 0;
    height: 30px;
}

#umatrix-filters select
{
    border-color: #0c4271;
    color: #0c4271;
    width: 120px;
}

#umatrix-filters select option
{
    border-bottom: 1px solid #0c4271;
    padding-left: 10px;
}

#umatrix-filters input
{
    border-color: #0c4271;   
}

.underlyings td.pc1-1
{
    background: #ff4a12;
}

.underlyings td.pc1-2
{
    background: #eab239 url(../img/pc1-shadow-2.jpg) repeat-y;
}

.underlyings td.pc1-3
{
    background: #4d7086 url(../img/pc1-shadow-3.jpg) repeat-y;
}

.underlyings td.pc1-4
{
    background: #74c6f1 url(../img/pc1-shadow-4.jpg) repeat-y;
}

.underlyings td.pc1-5
{
    background: #87888a url(../img/pc1-shadow-6.jpg) repeat-y;
}

.underlyings td.pc1-99
{
    background: #f2f2f2 url(../img/pc1-shadow-5.jpg) repeat-y;
}

.align-arrows
{
    text-align: right;
}

.sort-row td{
    height: 13px !important;    
}

/* 
 * ############################################################################
 * magnolia stuff
 * ############################################################################
 */
div.links table.mgnlControlBarSmall{
    clear: both;
}



/* fixes missing loading animation for simulator */
/* z-index must be higher than wrapper-2 */
.gwt-PopupPanel{
    z-index: 25;
}

