.multiwidget_oanda-market-events {
    background-color: #000;
    padding-bottom: 50px;
    margin-bottom: 4px;
    font-family: Arial, Helvetica, sans-serif;
}

.oanda-marketevents-widget-topleft {
    float               : left;
    width               : 82px;
    background-color    : #009B8E;
    color               : #FFF;
}
.oanda-marketevents-widget-topright {
    float           : right;
    color           : #FFF;
    width           : 200px;
    overflow        : hidden;
    text-align      : left;
    font-size       : 21px;
    line-height     : 25px;
    margin-top      : 27px;
}

.oanda-marketevents-widget-month {
    font-size       : 14px;
    font-weight     : bold;
    line-height     : 17px;
    text-align      : center;
}
.oanda-marketevents-widget-day {
    font-size       : 65px;
    line-height     : 60px;
    font-weight     : bold;
    text-align      : center;
}
.oanda-marketevents-widget-time {
    float       : left;
    clear       : both;
    width       : 82px;
    overflow    : hidden;
    font-weight : bold;
    font-size   : 17px;
    text-align  : right;
    color       : #FF6633;
    margin-top  : 24px;
    
}
.oanda-marketevents-widget-bar {
    float       : right;
    width       : 200px;
    overflow    : hidden;
    padding-top : 13px;
    margin-top  : 24px;
    text-align  : left;
}

body.ie6 .oanda-marketevents-widget-bar {
    padding-top: 5px;    
}

.oanda-marketevents-widget-bar hr {
    text-align       : left;
    height           : 1px;
    width            : 185px;
    border           : none;
    color            : #CCC;
    background-color : #CCC;
    /* margin           : 0 auto 0 0; */
    margin           : 0;
    padding          : 0px;
}
.oanda-marketevents-widget-currency {
    clear           : both;
    float           : left;
    width           : 82px;
    font-size       : 13px;
    font-weight     : bold;
    text-align      : right;
    color           : #FFF;
    margin-top      : 4px;
}
.oanda-marketevents-widget-event {
    float           : right;
    width           : 200px;
    text-align      : left;
    color           : #FFF;
    font-weight     : bold;
    font-size       : 13px;    
    line-height     : 17px;
    margin-top      : 4px;
}
.oanda-marketevents-widget-vs {
    font-weight : normal;
}


div.marketevents_widget ul {
    list-style: circle;
    margin-left: 0;
    padding-left: 1em;
}
div.marketevents_widget ul li {
    font-weight:bold;

}
div.marketevents_widget ul {
    list-style: square;
    font-weight: normal;
}
div.marketevents_widget ul li ul li{
    font-weight:normal;
}

