.clearTableMargins{
    clear:both;
}

input.cop_currency_addCurrencyButton, input.cop_currency_addRemovedCurrenciesButton, input.cop_currency_removedSelectedCurrenciesButton{
    margin: 0px 10px 15px 0px;
}

a.cop_currency_closeChart {
    float: right;
    text-decoration: underline;
}

a.cop_currency_downloadlink{
    float: left;
    text-decoration: underline;
    margin-bottom: 5px;
}

.yui-skin-sam{
    margin: 0px 10px 0px 0px;
}

.yui-skin-sam .yui-calcontainer.withtitle{
    top: 50px !important;
    left: 0px !important;
}

input.cop_currency_dateField{
    width:150px;
    float: left;
    margin: 0px 0px 10px 0px;
}

#cop_currency_dateFieldIcon {
    width: 30px;
}

select.cop_currency_dropdown{
    width:150px;
    float: left;
    margin: 0px 10px 10px 0px;
}

select.cop_currency_perioddropdown{
    width:150px;
    float: left;
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 10px
}

select.cop_currency_dropdown_floatright{
    width:150px;
    float: right;
    margin: 0px 10px 10px 0px;
}

select.cop_currency_dropdown_floatright_inline{
    width:150px;
    float: right;
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

table.cop_currency_averagetable tfoot tr{
    background-color: lightgrey;
    font-weight: bold;
}

body.cop_currency_application
{
    background:none transparent;
    padding-top: 10px;
    padding-bottom: 10px;
}


table.cop_currency_currencytable td input[type="checkbox"] {
    margin: auto;
    width: 100%;
}

table.cop_currency_avistatable th:nth-child(1),
table.cop_currency_avistatable td:nth-child(1) {
    width: 7%;
}

table.cop_currency_avistatable tr td:nth-child(1) div {
    text-align: center;
}

label.cop_currency_tenorlabel{
    float: left;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 10px;
}

label.cop_currency_tenorlabel_float_right{
    float: right;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

label.cop_currency_tenorlabel_float_right_inline{
    float: right;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
label.cop_currency_periodlabel{
    float: left;
    font-size: 14px;
    margin-top: 35px;
    margin-left: 10px;
    margin-right: 10px
}

.cop_currency_datepickerDiv{
    float: left;
    margin-right: 10px;
}

label.cop_currency_travellabel{
    /*float: left;*/
    font-size: 14px;
    font-weight: bold;
    margin-top: 36px;
    /*margin-left: 10px;*/
    margin-bottom: 36px;
    background-color: lightblue;
}

label.cop_currency_currencyratelabel{
    font-size: 14px;
    margin-top: 36px;
    margin-bottom: 36px;
}

input.cop_currency_periodButton {
    margin: 25px 0px 35px 15px;
}

input.cop_currency_periodButtonDisabled {
    margin: 25px 0px 35px 15px;
    background-color: #808080 !important;
    /*background-color: #FFCC00 !important;*/
}
/*Styling of anchor to look like button*/
a.exportAnchor:hover {
    color: #222;
    background: #ddd;
    /* Old browsers */
    background: #dddddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* FF3.6+ */
    background: #dddddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    /* Chrome,Safari4+ */
    background: #dddddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* Chrome10+,Safari5.1+ */
    background: #dddddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* Opera11.10+ */
    background: #dddddd -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* IE10+ */
    background: #dddddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C */
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;

}
a.exportAnchor {
    background: #eee;
    /* Old browsers */
    background: #eeeeee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* FF3.6+ */
    background: #eeeeee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    /* Chrome,Safari4+ */
    background: #eeeeee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* Chrome10+,Safari5.1+ */
    background: #eeeeee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* Opera11.10+ */
    background: #eeeeee -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* IE10+ */
    background: #eeeeee linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* W3C */
    border: 1px solid #aaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 8px 10px;

}
input.cop_currency_exportToExcelButton_inline{
    display: inline-block;
}

@media screen and (max-width: 479px) {
    table.cop_currency_currencytable td:nth-child(4),
    table.cop_currency_currencytable th:nth-child(4) {
        display: none;
    }

    input.cop_currency_exportToExcelButton{
        display: none;
    }

    a.cop_currency_downloadlink{
        display:none;
    }

    input.cop_currency_exportToExcelButton_inline{
        display: none;
    }

    table.cop_currency_avistatable td:nth-child(5),
    table.cop_currency_avistatable th:nth-child(5) {
        display: none;
    }

    table.cop_currency_drop3columntable td:nth-child(3),
    table.cop_currency_drop3columntable th:nth-child(3) {
        display: none;
    }
}


@media only print{

    table {
        width: 98%;
       /* height: 297mm;*/
    }

    table tr, table th, table td {
        padding: 2px;
    }


    select.cop_currency_dropdown_floatright_inline{
        display: none;
    }

    label.cop_currency_tenorlabel_float_right_inline{
        display: none;
    }

    #nonConvertableTable td:nth-child(1),
    #commercialTransactionTable td:nth-child(1),
    #cashRatesFiTable td:nth-child(1),
    #valuationRatesTable td:nth-child(1),
    #monthEndTable td:nth-child(1),
    #dailyCurrencyTable td:nth-child(1),
    #dailyNoTable td:nth-child(1){
        display: none;
    }

    #nonConvertableTable th:nth-child(1),
    #commercialTransactionTable th:nth-child(1),
    #cashRatesFiTable th:nth-child(1),
    #valuationRatesTable th:nth-child(1),
    #monthEndTable th:nth-child(1),
    #dailyCurrencyTable th:nth-child(1),
    #dailyNoTable th:nth-child(1) {
        display: none;
    }


    .printHide {
        display: none;
    }

    select.printHide {
        display: none;
    }

    label.printHide {
        display: none;
    }

    input.printHide {
        display: none;
    }

    select[name="removedCurrencyRates"]{
        display: none;
    }

    select[name="baseCurrencyCountryList"]{
        display: none;
    }

    select[name="counterCurrencyCountryList"]{
        display: none;
    }

    input[name="removeSelectedCurrencies"]{
        display: none;
    }


    input[name="addRemovedCurrencies"]{
        display: none;
    }

    input[name="addCurrencyPair"]{
        display: none;
    }

    input[name="removeCurrencyPair"]{
        display: none;
    }

    input[name="addCurrency"]{
        display: none;
    }

    input[type="submit"].cop_currency_exportToExcelButton{
        display: none;
    }

    input[type="submit"].cop_currency_exportToExcelButton_inline{
        display: none;
    }

}


