<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#all_ticks {
    width: 99%;
    margin: 10px auto 0;
    position: relative;
}

#ticks {
    font-family: Tahoma, sans-serif;
    margin-left: 0px;
    text-align: center;
}

#ticks.market_is_close .tick_chart {
    display: none;
}
#ticks.market_is_close .market-info {
    display: block;
}

#ticks .market-info {
    width: 280px;
    height: 165px;
    display: none;
}

#ticks .market-info h4 {
    font-size: 20px;
    padding: 20px 0;
    color: #F00;
}
#ticks .market-info p {
    padding: 10px 0px 20px 0px ;
}
#ticks .market-info strong {
    font-size: 26px;
}


.dash_block {
    padding: 8px;
    width: 260px;
    height: 280px;
    font-family: Tahoma, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    color: #000;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ebebeb;
    float: left;
}

.sortable {
    margin: auto;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sortable li {
    list-style: none;
    font-family: "Tahoma";
    padding: 0px;
}

.sortable.grid li {
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 2px;
    border-radius: 6px;
}

.dash_block .dash_top {
    position: absolute;
    width: 100%;
}

.dash_block .dash_btn {
    width: 18px;
    height: 18px;
    text-align: center;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: transparent url(/i/img/ticks_online/btn_back.png) repeat-x left top;
    cursor: pointer;
}

.dash_block .dash_btn:hover {
    background: transparent url(/i/img/ticks_online/btn_back.png) repeat-x left bottom;
}

.dash_block .dash_replace {
    float: left;
}

.dash_block .dash_close {
    float: right;
}

.dash_block .dash_zoom {
    float: left;
}

.dash_block .dash_unzoom {
    float: right;
}

.dash_block .dash_replace img {
    margin-top: 2px;
}

.dash_block .dash_zoom img {
    margin-top: 5px;
}

.dash_block .dash_unzoom img {
    margin-top: 10px;
}

.dash_block .dash_grey_text {
    font-size: 14px;
    font-weight: bold;
    color: #737373;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    filter: dropshadow(color = #ffffff, offx = 1, offy = 1);
    display: block;
}

.dash_block .dash_online {
    margin: 0 auto;
    width: 64px;
    height: 25px;
}

.dash_block .dash_online_text {
    margin-top: 3px;
    float: left;
}

.dash_block .dash_online_img {
    margin-top: 6px;
    width: 13px;
    height: 13px;
    background: transparent url(/i/img/ticks_online/online.png) no-repeat left bottom;
}

.dash_block .dash_offline_img {
    margin-top: 6px;
    width: 13px;
    height: 13px;
    background: transparent url(/i/img/ticks_online/online.png) no-repeat left top;
}

.dash_block .dash_center {
    margin: 0 auto;
    width: 282px;
    height: 60px;
}

.dash_block .dash_center .dash_grey_text {
    padding-top: 6px;
    height: 24px;
}

.dash_block .dash_pair_block {
    width: 70px;
    height: 60px;
    float: left;
    clear: both;
}

.dash_block .dash_pair {
    padding: 2px;
    width: 79px;
    height: 22px;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ffffff;
}

.dash_block .dash_pair select {
    width: 100%;
    height: 18px;
    border: 0;
    color: #000;
    padding: 0;
    font-size: 13px;
}

.dash_block .dash_time_block {
    margin-left: 20px;
    width: 70px;
    height: 60px;
    float: left;
}

.dash_block .dash_time {
    padding: 3px 9px 0px 9px;
    width: 73px;
    height: 23px;
    line-height: 19px;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ffffff;
}

.dash_block .dash_size_block {
    margin-left: 30px;
    width: 60px;
    height: 60px;
    float: left;
}

.dash_block .dash_size {
    padding-top: 1px;
    width: 60px;
    height: 26px;
}

.dash_block .dash_value {
    margin: 0 auto;
    margin-top: 6px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.dash_block .dash_value_up {
    background-color: #b2f1c2;
}

.dash_block .dash_value_down {
    background-color: #f5b7b7;
}

.dash_block .dash_value_tail {
    font-size: 30px;
}

.dash_block .dash_graph {
    margin-top: 8px;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
}

.dash_block_new {
    /*margin:0px 30px 30px 0px;*/
    padding-top: 88px;
    width: 276px;
    height: 208px;
    text-align: center;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ebebeb;
    float: left;
}

.ui-resizable-helper {
    border: 2px dashed #A5A5A5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.dash_placeholder {
    height: 294px;
    border: 2px dashed #a5a5a5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: white;
}

.drag-handler:hover {
    cursor: move;
}

.right_icon_resize {
    width: 100%;
    position: absolute;
}

.right_icon_resize span {
    float: right;
    margin-top: 71px;
    margin-right: 3px;
}

.close-handler {
    margin-top: -6px;
    margin-right: 10px;
    display: none;
}

.ui-resizable-se {
    right: -2px;
    bottom: -2px;
}

.ui-resizable-e {
    width: 16px;
}

.info-box {
    background: url("/i/img/i.gif") no-repeat 11px 14px #F0F0F0;
    border: 1px solid #a5a5a5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 10px 9px 56px;
    margin: 0 auto 20px;
    position: relative;
    width: calc(100% - 66px);
    max-width: 680px;
    direction: ltr !important;
    text-align: center;
}

.info-box .info {
    color: #353535;
    margin: 10px;
    text-align: justify;
}

.close {
    color: #D9EEF7;
    padding: .2em .5em;
    border: solid 1px #0076A3;
    background: #0095CD;
    background: -webkit-gradient(linear, left top, left bottom, from(#00ADEE), to(#0078A5));
    background: -moz-linear-gradient(top, #00ADEE, #0078A5);
    background: -o-linear-gradient(top, #00ADEE, #0078A5);
    background: linear-gradient(to bottom, #00ADEE 0%, #0078A5 100%);
    background: -ms-linear-gradient(top, #00ADEE 0%, #0078A5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00adee', endColorstr = '#0078a5');
    position: absolute;
    top: -38px;
    right: 5px;
    display: none;
    cursor: pointer;
}

.close:hover {
    background: #007EAD;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095CC), to(#00678E));
    background: -moz-linear-gradient(top, #0095CC, #00678E);
    background: -o-linear-gradient(top, #0095CC, #00678E);
    background: linear-gradient(to bottom, #0095CC 0%, #00678E 100%);
    background: -ms-linear-gradient(top, #0095CC 0%, #00678E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0095cc', endColorstr = '#00678e');
}

.dash_block_mini {
    height: 205px !important;
}

.dash_center_mini {
    height: 30px !important;
}

.dash_pair_block_mini {
    width: 83px !important;
    height: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.dash_display_none {
    display: none !important;
}

.dash_pair_mini {
    width: 77px !important;
    height: 23px !important;
    padding: 5px 5px 0px 4px !important;
    margin: 0px !important;
    font-size: 14px !important;
}

.dash_time_block_mini {
    width: 70px !important;
    height: 30px !important;
    padding: 0 !important;
    margin: 0 0 0 8px !important;
}

.dash_time_mini {
    width: 66px !important;
    height: 24px !important;
    padding: 4px 0px 0px 6px !important;
    margin: 0px !important;
    font-size: 14px !important;
}

.dash_value_mini {
    width: 64px !important;
    height: 24px !important;
    padding: 4px 2px 0px 0px !important;
    margin: 0 0 0 8px !important;
    float: left !important;
    font-size: 14px !important;
    line-height: 16px !important;
}

.dash_size_block_mini {
    width: 5px !important;
    height: 30px !important;
    padding: 0 !important;
    margin: 0 0 0 14px !important;
}

.dash_value span {
    font-size: 35px;
}

.dash_value_mini span {
    font-size: 18px !important;
}

.dash_block_new_mini {
    padding-top: 57px !important;
    height: 164px !important;
}

.close_button {
    background: url("/i/img/ticks_online/close_btns.png") no-repeat transparent;
}

.close_button.maxi{
    background-position: -0px -0px; width: 12px; height: 12px;
    margin: 3px 0 0 3px;
}

.close_button.mini{
    background-position: -0px -12px; width: 9px; height: 9px;
    margin: 2px 0 0 2px;
}

.dash_block .dash_btn_mini {
    width: 13px !important;
    height: 13px !important;
}

.dash_block .dash_onoff_img_mini {
    margin-left: -5px;
    margin-top: 8px !important;
}

.button{
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Helvetica, sans-serif;
    padding: .5em 2em .55em;
    /*    text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
    border-radius: .4em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover{
    text-decoration: none;
}
.button:active{
    position: relative;
    top: 1px;
}

/* gray */
.gray {
    color: #e9e9e9;
    border: solid 1px #555;
    background-color: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#575757));
    background: -moz-linear-gradient(top,  #888888,  #575757);
    background: -o-linear-gradient(top,  #888888,  #575757);
    background: linear-gradient(to bottom,  #888888 0%,#575757 100%); /* W3C */
    background: -ms-linear-gradient(top,  #888888 0%,#575757 100%); /* IE10+ */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4ODg4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NzU3NTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.gray:hover {
    background-color: #616161;
    background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
    background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
    background: -o-linear-gradient(top,  #757575,  #4b4b4b);
    background: linear-gradient(to bottom,  #757575 0%,#4b4b4b 100%); /* W3C */
    background: -ms-linear-gradient(top,  #757575 0%,#4b4b4b 100%); /* IE10+ */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1NzU3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YjRiNGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');

}
.gray:active {
    color: #afafaf;
    background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888888));
    background: -moz-linear-gradient(top,  #575757,  #888888);
    background: -o-linear-gradient(top,  #575757,  #888888);
    background: linear-gradient(to bottom,  #575757 0%,#888888 100%); /* W3C */
    background: -ms-linear-gradient(top,  #575757 0%,#888888 100%); /* IE10+ */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU3NTc1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ODg4ODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.medium {
    font-size: 12px;
    padding: .4em 1.5em .42em;
}

.tick_btn {
    margin-top:5px 10px 0;
    display: inline-block;
    min-width: 200px;
    height:32px;
    font-family:Tahoma,sans-serif;
    font-size:13px;
    font-weight:bold;
    line-height:32px;
    text-align:center;
    color:#737373;
    cursor:pointer;
    border:1px solid #a5a5a5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=1);
    background: #eeeeee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #eeeeee 0%, #d9d9d9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#d9d9d9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#d9d9d9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeeeee 0%,#d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-8 */
}
.tick_btn:hover {
    background: #f3f3f3; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNGU0ZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f3f3f3 0%, #e4e4e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f3f3f3 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f3f3f3 0%,#e4e4e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f3f3f3 0%,#e4e4e4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f3f3f3 0%,#e4e4e4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-8 */

}
.tick_btn_img {
    margin:9px 0px 0px 10px;
    width:20px;
    height:15px;
    float:left;
}
.tick_btn_txt {
    height:inherit;
    text-align:center;
    float:left;
    padding: 0 10px;
}
.tick_btn_img_1 {
    background:transparent url(/i/img/ticks_online/tick_btn_icon.png) no-repeat left top;
}
.tick_btn_img_2 {
    background:transparent url(/i/img/ticks_online/tick_btn_icon.png) no-repeat left -15px;
}
.tick_btn_img_3 {
    background:transparent url(/i/img/ticks_online/tick_btn_icon.png) no-repeat left -30px;
}
.tick_btn_img_4 {
    background:transparent url(/i/img/ticks_online/tick_btn_icon.png) no-repeat left -45px;
}
</pre></body></html>