﻿@import "/css/market/help.css";
@import "/css/market/rounddialog.css";
.MainMarketTable
{
     width:750px; 
     /*border-top:2px solid #000000; */
     margin-top:6px;
     padding:10px;
}
.MarketRow1
{
    background-color: #FFF8D9;
    }
.MarketRow2
{
    background-color: #fdfbf1;
    }

.OutcomeRow1
{
    background-color: #FFF8D9;
    }
.OutcomeRow2
{
    background-color: #fdfbf1;
    }
.label
{
    color:#000000;
    font-weight:bold;
}
.buyselllabel
{
    color:#000000;
    font-weight:bold;
}
.TransactionTable input
{
    text-align:right;    
}
.TransactionTableHeaders td
{
    text-align:center;
    font-weight:bold;
}
.buysellrow
{
    border-top:1px solid #000000;
}
.OutcomeRow1 .label
{
    color:#000000;
    font-weight:bold;
}
.OutcomeRow2 .label
{
    color:#000000;
    font-weight:bold;
}
.fruppy
{
    font-family:Serif Georgia;
    font-style:italic;
}
.fruppyalert
{
    color:#CC0000;
    font-weight:bold;
    margin-top:4px;
    padding:3px;
}
blockquote
{
    margin-top:0px;
}
th
{
    background:#E7EAEB url(/images/red-header.gif) repeat-x top left;
    border-top:2px solid #000000; 
    color:#ffffff;
    padding-left:5px;
    padding-right:5px;
}