.TRIndexChartWidget > h2 {
    display: none;
}

#tr-index {
    border: 1px solid #000;
    font-family: arial;
    font-size: 12px;
    margin: 5px 0 0 0;
    padding-bottom: 5px;
    background-repeat: repeat-x;
    border-radius: 5px;
}

#tr-index-body {
    background: #ffffff;
    padding: 10px 0 0 0;
}

#tr-index h1 {
    padding: 5px 10px 0 15px;
}

#tr-index h1 a {
    padding: 0;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

#tr-index .tr-index-menu {
    height: 24px;
    padding: 0 0 0 20px;
    font-weight: bold;
    color: #939393;
}

*:first-child+html #tr-index.ieFix .tr-index-menu {
    padding: 0 0 0 -20px;
}


.tr-index-menu-item {
	cursor: pointer;
    position: relative;
}

#tr-index .tr-index-menu-item p {
    float: left;
    background: #fff;
    line-height: 25px;
    width: 70px;
    text-align: left;
    padding: 0 12px 0 12px;
    margin: 0 0 -2px -20px;
    border-top-left-radius: 6px;
    font-weight: bold;
    font-size: 12px;
    color: #494949;
}

#tr-index .tr-index-menu-item p.display {
    background: url(images/widget-tab-selected-shadow.png) no-repeat!important;
    margin: 1px 0 -2px -20px;
}

p.none {
    background: url(images/widget-tab-unselected-shadow.png) no-repeat!important;
}

#tr-index-header {
    background-color: #707070;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(112, 112, 112)), to(rgb(87, 87, 87)));
    background-image: -webkit-linear-gradient(top, rgb(112, 112, 112), rgb(87, 87, 87));
    background-image: -moz-linear-gradient(top, rgb(112, 112, 112), rgb(87, 87, 87));
    background-image: -o-linear-gradient(top, rgb(112, 112, 112), rgb(87, 87, 87));
    background-image: -ms-linear-gradient(top, rgb(112, 112, 112), rgb(87, 87, 87));
    background-image: linear-gradient(top, rgb(112, 112, 112), rgb(87, 87, 87));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#707070', EndColorStr='#575757');
}

#tr-index .tr-index-headline {
    background: #fff;
    color: #ff8000;
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
    border-top: 1px solid #ccc;
    margin: 0 0 -5px 75px;
}

#tr-index .tr-index-ticker-list {
    float: left;
    padding: 15px 0 0 10px;
}

#tr-index ul.tr-index-list-ul {
    list-style-type: none;
    border: none;
    margin-left: 0px;
}

#tr-index ul.tr-index-list-ul li {
    border: none;
    margin: 0;
    padding: 0;
    color: #939393;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
}

#tr-index .tr-index-region {
    float: left;
    width: 75px;
    margin-right: 10px;
}

#tr-index img.tr-index-img {
    max-width: 100%;
}

#tr-index .tr-index-footer {
    clear: both;
    box-shadow: inset 0 2px 2px #cccccc;
}

#tr-index-footer-hr {
    padding: 0;
    margin: 0;
}

#tr-index .tr-index-footer p {
    margin: 0;
    padding: 5px 0 0 10px;
    color: #939393;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
}

#tr-index .tr-index-footer p a {
    font-size: 13px;
    font-weight: bold;
}

#tr-index .tr-index-footer p a span {
    color: #939393;
    font-weight: bold;
}

