﻿/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-family: Tahoma, Helvetica,Arial,sans-serif; vertical-align: baseline;}
.ui-widget  {font-style:inherit;font-family:inherit;font-size:inherit;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


table, tbody, tfoot, thead, tr, th, td{margin: 0; padding: 0; border:0; font-weight: inherit; font-style: inherit; font-family: Helvetica,Arial,sans-serif; vertical-align: middle;color:#FFFFFF;
                                           text-shadow:none;
                                       }



td 
{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
thead tr
{
    overflow:hidden;    
    white-space: nowrap;
}
th
{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display:inline-block;
}

#grid
{
    text-shadow:none;    
    font-size:.8em;
}

thead tr th
{
    padding:3px;
    text-shadow:none;
    font-size:.8em;
}
#iScrollTable tr td
{
    cursor:pointer;
}
tr td {
padding: 0px;
margin:0px;
padding-left: 5px;
padding-top:.3em;
padding-bottom:.3em;
vertical-align:middle;
font-weight:normal;
}

#addSymbol
{
    font-size:.8em;
    padding-left:5px;
    text-shadow:none;
}
#marketStatus
{
     font-family:Tahoma,Helvetica,Arial,sans-serif;
    font-size:1em;
    padding-left:5px;
    padding-right:5px;
    color:#FF0000;
    margin-top:4px;
}