#ticker{
    clear:both;
    width:960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
#ticker > div.outer_tickerbar{
    position:static;
    display: block;
    clear: both;
}

.ticker_holder {
    width:900px;
}

.ticker div{
    display:inline;
}
.ticker_pill {
    height: 40px;

}

table.ticker_pill{
  margin-top:0px;
}

table.ticker_pill td{
  font-size:100%;
  width:auto;
}

.ticker_holder .ticker {
    border-style: solid;
    border-width: 0;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    left: 68px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 2500px;
    z-index: 2;
}
.ticker span {
    font-weight: normal;
}
.cl_tickername {
    color: #333333;
    font-weight: bold;
}
.cl_tickername a {
    color: #333333;
}
.clstsu, .clstsd {
    display: block;
    float: left;
    height: 40px;
    padding-left: 23px;
    vertical-align: middle;
    /*RMURPHY - had to add because base style sheet was interfering with styling otherwise*/
    font-size: 12px;
    font-weight: bold;
}
.clstsu {
    background: url("../images/tickerArrows.png") no-repeat scroll 13px -32px transparent;
}
.clstsd {
    background: url("../images/tickerArrows.png") no-repeat scroll 13px -2px transparent;
}
.inner_pill img, .inner_pill span {
    margin: 0 3px;
}
.inner_pill {
    background: transparent;
    color:#333333; /*Added by rmurphy to account for move from blp2 proj (did not migrate all css files)*/
    vertical-align: middle;
}
.outer_tickerbar .cl_price, .outer_tickerbar .cl_yield {
    padding-left: 2px;
}
.clstimg {
    height: 12px;
    width: 18px;
}
.tick_space {
    margin: 4px;
}
.tick_corner {
    background: url("http://www.bloomberg.com/enterprise/wp-content/plugins/stock-ticker/images/whiteCornerRight.png") no-repeat scroll right -2px transparent;
    width: 9px;
}
.inner_tickerbar {
    background: transparent;
    border-width: 1px;
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#customizeBtn {
    cursor: pointer;
    float: left;
    font-family: 'Arial';
    font-size: 10px;
    height: 26px;
    left: 911px;
    position: absolute;
    width: 49px;
    z-index: 10;
}
.resume {
    display: none;
}
.pause {
    display: none;
}