@font-face {
  font-family: 'Barlow-Light';
  src: url('fonts/Barlow-Light.eot');
  src: url('fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'),
       url('fonts/Barlow-Light.svg#Barlow-Light') format('svg'),
       url('fonts/Barlow-Light.ttf') format('truetype'),
       url('fonts/Barlow-Light.woff') format('woff'),
       url('fonts/Barlow-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



body {
    font-family: 'Barlow-Light', Arial, sans-serif;
    font-size: 13px;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
}

.form_field {
    vertical-align: top;
    font-size: 12px;
    margin: 0px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    background-color: #D0D0D0;
    height: 28px;
    border: 0;
    padding-left: 5px;
}

    .form_field option {
        background-color: white;
    }

.IRTable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #EEECED;
}

    .IRTable th, .IRTable td {
        text-align: left;
        padding: 3px 8px;
    }

    .IRTable th {
        /*font-family:  font, sans-serif;
        font-weight: bold;*/
        background-color: #FDB71B;
        color: #00558f;
        border: 1px solid #ffffff;
        line-height: 34px;
        height: 34px;
        font-family: 'Barlow-Light', Arial, sans-serif;
        font-weight: normal;
        font-size: 14px;
    }

    .IRTable td {
        background-color: #EBEBEB;
        color: #666666;
        border: 1px solid #ffffff;
        line-height: 34px;
        height: 34px;
        font-family: 'Barlow-Light', Arial, sans-serif;
        font-weight: normal;
        font-size: 14px;
    }

        .IRTable th.left, .IRTable td.left {
            text-align: left;
        }

        .IRTable th.right, .IRTable td.right {
            text-align: left;
        }

    .IRTable tr.alt td {
        background-color: #F3F3F2;
    }


#quotetable {
    width: 100%;
    border-collapse: collapse;
}

    #quotetable th, #quotetable td {
        text-align: left;
        padding: 3px 8px;
    }

    #quotetable th {
        background-color: #FDB71B;
        color: #00aeef;
        font-weight: bold;
        border: 1px solid #ffffff;
    }

    #quotetable td {
        background-color: #EBEBEB;
        color: #666666;
        border: 1px solid #ffffff;
    }

    #quotetable th.sort {
        text-decoration: underline;
    }

h2 {
    font-family: 'Barlow-Light', Arial, sans-serif;
    padding-top: 10px;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
}

.disclaimer {
    line-height: 16px;
}

    .disclaimer a, .disclaimer a:visited {
        text-decoration: none;
    }

        .disclaimer a:hover {
        }

.IRTableLookupCalc {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #EEECED;
}

    .IRTableLookupCalc td.left, .IRTableLookupCalc td.right {
        background-color: #f5f5f5;
        color: #666666;
        font-weight: bold;
    }

    .IRTableLookupCalc th.left, .IRTableLookupCalc td.left {
        text-align: left;
        padding-left: 14px;
    }

    .IRTableLookupCalc th.right, .IRTableLookupCalc td.right {
        text-align: right;
        padding-right: 14px;
    }


.lookupCalc th {
    font-weight: normal;
}

.lookupCalc {
    color: #666666;
}
/* Lookup results table */
#quotebody {
    padding: 0px;
}


.ui-datepicker-trigger {
    position: relative;
    top: 4px;
    left: 2px;
}

.detailedUpdated {
    font-family: font, FrutigerLTPro-Roman, sans-serif;
    padding-left: 1px;
}

.detailedLast {
    font-family: font, FrutigerLTPro-Bold, sans-serif;
    font-size: 15px;
    color: #333;
}

.detailedCurrency {
    font-family: font, FrutigerLTPro-Bold, sans-serif;
    font-size: 15px;
    color: #333;
}

.detailedChange {
    font-family: font, FrutigerLTPro-Bold, sans-serif;
    padding-left: 1px;
}

.UpdatedLastChangeText {
    line-height: 18px;
}

.TableDetailedBelowChart td {
    border-bottom: 1px solid #EEECED;
}


.miniquote {
    font-family: font, FrutigerLTPro-Roman, sans-serif;
    line-height: 24px;
    width: 159px;
    height: 86px;
    color: #fff;
}

.mqLast {
    font-family: font, FrutigerLTPro-Bold, sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}

.mqCur {
    font-size: 20px;
}

.mqChange {
    font-family: font, FrutigerLTPro-Bold, sans-serif;
    font-size: 16px;
}

.mqUpdated {
}

.arrowClass {
    width: 23px;
    height: 11px;
    position: absolute;
    top: 45px;
    left: 100px;
}

.arrowClass_na {
    background-image: url('Images/miniquote_na.png');
}

.arrowClass_pos {
    background-image: url('Images/miniquote_up.png');
}

.arrowClass_neg {
    background-image: url('Images/miniquote_down.png');
}

.imgouter {
    position: relative;
    top: 1px;
}

.styledButton {
    background-color: #fdb71a;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    border: 0;
    color: white;
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    width: 123px;
    text-decoration: none;
    text-align: center;
    margin-top: 5px;
    font-family: 'Barlow-Light', Arial, sans-serif;
}

    .styledButton:hover {
        background-color: #00aeef;
        color: #fff;
    }

select {
    background-image: url(images/selectDown.png);
    background-position: center right;
    background-repeat: no-repeat;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85px;
    -webkit-appearance: button;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
}

.filterRow {
    background-color: transparent;
    line-height: 22px;
    vertical-align: top;
    border-collapse: collapse;
    border: 0px solid White;
    /*color: rgb(18, 141, 185);*/
    font-weight: bold;
    min-width: 385px;
    width: 100%;
    float: left;
}


.newsTd {
    height: 30px;
    color: #163c47;
    text-align: left;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    vertical-align: bottom;
}

.miniquoteBody {
    background: #009ce1; /* Old browsers */
    background: -moz-linear-gradient(top, #009ce1 0%, #07548e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009ce1), color-stop(100%,#07548e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #009ce1 0%,#07548e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #009ce1 0%,#07548e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #009ce1 0%,#07548e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #009ce1 0%,#07548e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ce1', endColorstr='#07548e',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    /*padding: 10px;*/
    background-color: none;
    background: none;
    padding: 10px 5%;
    width: 90% !important;
}

.miniquoteHeader {
    font-size: 16px;
    color: #FDB71B;
    font-family: font3;
    font-weight: bold;
}

.miniquoteSharePrice {
    color: #ffffff;
    font-family: font3;
    font-size: 30px;
    padding-top: 5px;
    font-weight: bold;
}

.miniquoteChange {
    font-family: font3;
    font-size: 14px;
    color: #ffffff;
}

.miniquoteUpdated {
    color: #ffffff;
    font-family: font3;
    font-size: 12px;
    line-height: 17px;
    padding-bottom: 5px;
    padding-right: 10px;
    border-bottom: 1px dotted #ffffff;
}

.miniquoteLinks {
    font-family: font3;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

    .miniquoteLinks:hover {
        text-decoration: underline;
    }


.pagelabel {
    padding: 10px;
}

.pagelabelNEXT {
    float: right;
}

.pagelabelPREV {
    float: left;
}

.pagenav {
    text-align: center;
}

.prevnext {
    padding: 0px 15px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    border: 0;
    background-color: #fdb71a;
}

.pageno {
    background-color: #EBEBEB;
    text-align: center;
    float: left;
    position: relative;
    left: 8px;
    color: #666666;
}

.prevnext img {
    position: relative;
    top: 3px;
}

.pagelabelPREV {
    margin-right: 5px;
}

.pagelabelNEXT {
    margin-left: 5px;
}

.inactiveButton {
    background-color: #EBEBEB;
    cursor: default;
}

.curSel {
    color: #00ACEF;
}

.newsRowCell {
    cursor: pointer;
    font-family: 'Barlow-Light', Arial, sans-serif;
}


.lookupCalc th {
    font-family: 'Barlow-Light', Arial, sans-serif;
}


.miniquoteHeader, .miniquoteSharePrice, .miniquoteChange, .miniquoteUpdated, .miniquoteLinks {
    font-family: 'Barlow-Light', Arial, sans-serif;
}