﻿.liveTopMenu
{
    width:940px;
    height:22px; 
    background:url('../../Images/Tabs/liveTab1.jpg') no-repeat;
}

.liveTopMenuItem
{
    float:left; 
    width:141px; 
    text-align:center; 
    color:White; 
    cursor:pointer;   
}

.liveMainPanel
{
    padding:7px 40px 7px 40px; 
    color:White;
}

.livePapirjiMenuItem
{
    cursor:pointer; 
    width:124px; 
    padding:0px 3px 0px 3px; 
    margin-bottom:5px; 
    text-align:right;
}

.livePapirjiScroller
{
    cursor:pointer; 
    position:relative; 
    width:15px;  
}

.livePapirjiTable
{
    width:695px; 
    font-size:11px; 
    color:black; 
    margin-left:5px;
    text-align:right; 
}

.liveSeparator
{
    height: 2px; 
    border-bottom: 1px #C8D0D2; 
    border-bottom-style: dotted;
    line-height:1px;
}

.liveSeparatorTd
{
    height:2px;
    line-height: 1px;
    font-size:1px;
    padding: 0;
    margin: 0;
}

.liveTrgMenuItem
{
    width:31px; 
    height:23px; 
    padding: 7px 0px 0px 11px; 
    cursor:pointer;
}

.liveTrgGraph
{
    float:left; 
    width:312px; 
    height:217px; 
    background: url('../../Images/liveGraph_bgr.png'); 
    text-align:right; 
    font-weight:bold; 
    padding-right:4px;
}

.liveTrgContainer
{
    float:left; 
    width:163px; 
    max-height:217px; 
    background: url('../../Images/liveTop5_bgr.png'); 
    margin-left:20px; 
    overflow:hidden;
    height: expression( this.scrollHeight > 216 ? "217px" : "auto" );
}

.liveTrgContainerBottom
{
    width:163px; 
    height:7px; 
    background:url('../../Images/liveTop5bottom_bgr.png');
    overflow:hidden;
}

.liveTrgTable
{
    width:156px; 
    max-height:210px; 
    font-size:11px; 
    line-height:15px; 
    margin-left:4px; 
    margin-bottom:7px;   
}

.liveTrgTablePlusMinusColumn
{
    text-align:right; 
    vertical-align:middle;   
}

.liveTrgTableTitle
{
    vertical-align:middle; 
    font-weight:bold; 
    text-align:right;
}

.nonVisible
{
    display:none;   
}

.bold
{
    font-weight:bold;   
}

.alignRight
{
    text-align:right;   
}