﻿html {
    overflow: hidden;
    -ms-overflow: hidden;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    direction: rtl;
}

#frame_container
{
    margin-right: auto;
    margin-left: auto;
    width:980px;
    height: 390px;
    background-image: url('/img/market/wide_engine_back.jpg');
    overflow:hidden;
}

html {
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    width: 100%;
}

table {
    border-collapse: collapse; /* 'cellspacing' equivalent */
}

table td, table th {
    padding: 0; /* 'cellpadding' equivalent */
}

p {
    margin: 0;
}

img {
    vertical-align: middle;
    line-height: 0;
}

.textUnderline {
   text-decoration: underline;
   color: #fcf0b6;
}

.textUnderline:hover {
    color: #ffe87e;
}

.txtContent {
    font-family: 'Arimo', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

::-ms-clear {
    display: none;
}

.rtsIn, .rtsTxt {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.rcbHeader
{
    background-color : Black !important;
    font-family: 'Arimo', Arial !important;
}

.racTokenList {
    padding-right: 0 !important;
    text-align: right !important; 
}

.racInput  {
    float: right !important;
}

.racEmptyMessage {
    color: #555555 !important;
    font-size: 14px !important;
}