﻿table.Top td { vertical-align:top}

tr.overflow td,
td.overflow {overflow: hidden; white-space: nowrap; }

.SimpleTable
{
    border-spacing: 0; *border-collapse: collapse;
    width:100%;
    margin:0 0 10px 0;
}

.SimpleTable tbody tr td
{
    padding:2px 0;
    font-size:11px;
    border-bottom:dotted 1px #cccccc;
}

.SimpleTable tbody tr td a
{
    color:#0C78B9;
}

.SimpleTable tbody tr td.DateTimeCell
{
    width:41px;
    vertical-align:top;
    color:#777777;
}

.SimpleTable tbody tr td .Label
{
    color:#777777;
}

.SimpleTable tbody tr td .DateTime
{
    color:White;
    background-color:#0C78B9;
    padding:0 2px;
    width:35px;
    display:block;
    text-align:center;
}

.SimpleTable tbody tr td.IconCell1
{
    width:20px;
    padding:0px;
    vertical-align:middle;
}
.SimpleTable tbody tr td.IconCell1 A IMG
{
    border:none;
}

.ExtraPaddingTable tbody td
{
    padding-top:3px !important;
    padding-bottom:3px !important;
}

.ContentTable
{
    border-spacing: 0; *border-collapse: collapse;
    width:100%;
    clear:both;
    margin-bottom:15px;
}

.NoBottomMargin
{
    margin-bottom:0px !important;
}

.ContentTable td.Small
{
    font-size:11px;
}

.ContentTable thead td
{
    padding:3px 2px;
    border-bottom:dotted 1px #cccccc;
    color:Gray;
    vertical-align:bottom;
}

.ContentTable thead td a
{
    color:Gray;
    text-decoration:underline;
}

.ContentTable tbody td
{
    padding:3px 4px;
    border-bottom:dotted 1px #cccccc;
}

.ContentTable tbody tr.nativeValues td
{
    padding: 0px 4px;
    border-bottom:dotted px #cccccc;
    font-size:11px;
    color:Gray;

}

.ContentTable tbody td.BottomBorder
{
    border-bottom:solid 1px #aaaaaa;
}
.ContentTable tbody td.TopBorder 
{
    border-top:solid 1px #aaaaaa;
}
.ContentTable tbody td.WithRightBorder, .ContentTable thead td.WithRightBorder
{
    border-right:dotted 1px #cccccc;
}
.ContentTable tbody td.WithLeftBorder, .ContentTable thead td.WithLeftBorder
{
    border-left:dotted 1px #cccccc;
}

.ContentTable tbody td.Alternate, .ContentTable thead td.Alternate
{
    background-color:#f4f4f4;
}
.ContentTable tbody td.NoBorder
{
    border-bottom:none;
}

.ContentTable tbody td.VideoIconCell img
{
    width:40px;
    height:40px;
}

.ContentTable thead td.Alternate2
{
    background-color:#0c78b8;
    color:White;
    font-size:11px;
    border-bottom:none;
    padding:3px 4px 3px 4px;
}

.ContentTable thead td.Alternate2 strong
{
    font-size:12px;
}

.ContentTable tbody td.IconCell2
{
    padding:2px 2px 2px 2px;
}

.ContentTable tbody td.ExtraPadding
{
    padding-left:5px;
    padding-right:5px;
}

.ContentTable tbody td A
{
    color:#0c78b9;
}

.ContentTable tbody td.QuoteCell
{
    text-align:right;
    font-size:15px;
    font-weight:bold;
}
.ContentTable tbody td.SeperatorCell
{
    font-weight:bold;
    padding-top:5px;
}
.ContentTable tbody td.DigitCell
{
    text-align:right;
    font-size:12px;
}

.ContentTable tbody td.IndentCell
{
    width:35px;
    background-image:url("images/icons/folder_line.png");
    background-repeat:no-repeat;
    background-position:22px 2px;
    border-bottom:none;
}

.ContentTable tbody td.LabelCell
{
    color:Gray;
    padding-left:2px;
    padding-right:2px;
}
.ContentTable tbody td.ValueCell
{
    text-align:right;
}

.ContentTable tbody td.QuoteCell.TickUp      { background-color:#005e20; color:white; }
.ContentTable tbody td.QuoteCell.TickDown    { background-color:#E30000; color:white; }

.SmallContentTable 
{
    margin-bottom:5px;
}

.SmallContentTable thead td
{
    padding:0px 2px 1px 2px;
    font-size:11px;
}

.SmallContentTable tbody td
{
    padding:5px 2px 0 2px;
    vertical-align:top;
    border-bottom:none
}

.AlternateBlock3 .ContentTable, .RelatedBlock .ContentTable
{
    margin:0px !important;
    
    background-color:White;
    padding:5px;
    border-left:solid 1px #acacac;
    border-right:solid 1px #acacac;
    border-bottom:solid 1px #acacac;
}

.AlternateBlock3 Table.WithBorder, .RelatedBlock Table.WithBorder
{
    border-top:solid 1px #acacac;
}

.RelatedBlock .ContentTable thead td
{
    font-size:11px;
}

.AgendaTable
{
    border-spacing: 0; *border-collapse: collapse;
    width:100%;
    clear:both;
    margin-bottom:10px;
}

.AgendaTable tbody td
{
    padding:3px 0;
}

.AgendaTable tbody td.DateCell
{
    color:#a1a1a1;
    width:45px;
    vertical-align:top;
}

.AgendaTable tbody td .Link
{
    color:#0d79b8;
    padding-bottom:2px;
}
.AgendaTable tbody td .NoLink
{
    color:#959595;
    padding-bottom:2px;
}

.AgendaTable tbody td .Time
{
    color:#a1a1a1;
}

.TextWhite
{
    background-image:url(images/backgrounds/text_white.png);
}

.FormTable
{
    border-spacing: 0; *border-collapse: collapse;
    width:100%;
    margin:0 0 15px 0;
}

.FormTable tbody td
{
    font-size:13px;
    padding:3px 5px 3px 0;
}

.FormTable tbody td.LabelCell
{
    font-size:13px;
    line-height: 27px;
    vertical-align:middle;
    width:150px;
}

.ProductTable
{
    border-spacing: 0; *border-collapse: collapse;
    width:100%;
    clear:both;
    margin-bottom:15px;
}

.ProductTable thead td
{    
    border-bottom:dotted 1px #cccccc;
    color:Gray;
    padding-top:10px;
    padding-bottom:5px;    
}

.ProductTable thead td a
{
    color:Gray;    
}

.ProductTable thead td.ExtraSidePadding
{    
    padding-left:10px;
    padding-right:10px;
}

.ProductTable tbody td
{
    padding-top:5px;
    padding-bottom:5px;    
    border-bottom:dotted 1px #cccccc;
    border-left:dotted 1px #cccccc;
}

.ProductTable tbody td.ExtraSidePadding
{    
    padding-left:10px;
    padding-right:10px;
}

.ProductTable tbody td.NoLeftBorder
{
    border-left:none;
}

.ProductTable tbody td.WithGrayBackground
{
    background-color:#EBEBEB; 
}

.WatchlistSettings tr {height:25px;}    
.WatchlistSettings tbody tr.disabled td {
    color:Gray;
}