﻿table.trading_stats th, table.trading_stats td
{
    padding: 5px 5px 5px 5px;
}
table.trading_stats
{
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
}
table.padded td
{
    padding: 5px 5px 5px 5px;
}
/*tr.even
{
    background-color: #EEEEEE;    
}
tr.odd
{
    background-color: White;
}*/
table.article-table td, table.article-table th
{
    padding: 5px 5px 5px 5px;
}
table.article-table
{
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
}
table.trading_stats tr.header
{
    background-color: Gray;
    color: White;
}
table.trading_stats .price_decrease, .new_deal
{
    background-color: #FFCCCC;
}
table.trading_stats .price_increase
{
    background-color: #CCFFCC;
}
/*.error
{
    color: Red;
    font-weight: bold;
}*/
/*table.offerList td
{
    vertical-align: top;
}
table.offerList, table.portfolioTable
{
    border-style: solid;
    border-width: 1px;
    font-size: small;
}*/
.sellText
{
    color: Red;
}
.buyText
{
    color: Green;
}
.myOffer
{
    font-weight: bold;
}
.offer:hover
{
    cursor: pointer;
}
td.editable:hover
{
    cursor: pointer;
    text-decoration: underline;
}
img.action
{
    padding-right: 5px;
    border-style: none;
}
.marginFull
{
    color: Green;
    font-weight: bold;
}
.marginOK
{
    color: Teal;
    font-weight: bold;
}
.marginBad
{
    color: Red;
    font-weight: bold;
}
tr.betterPrice
{
    background-color: #CCFFCC;
}
tr.worsePrice
{
    background-color: #FFCCCC;
}
.newsHeader
{
    font-weight: bold;
    background-color: #E0E0E0;
}
table.news
{
    width: 70%;
}
tr.newDeal
{
    background-color: #CCFFCC;
}
table.small.trading_stats td
{
    padding: 2px 2px 2px 2px;
}
table.small td
{
    font-size: small;
}
.messageHeader:hover
{
    cursor: pointer;
}
.totalOnly
{
}
.selectedAction
{
    font-weight: bold;
}
.newHeader
{
    background-color: #a8e5a8;
    background-image: none;
}
.small-font .portlet-column
{
    width: 325px;
}
tr.statsRow
{
    cursor: pointer;
}

input.ui-makler { background: url(custom-theme/images/ui-bg_glass_75_d9e7f2_1x400.png) repeat-x scroll 50% 50% #D9E7F2 !important;}
.pre { background-color: #FAFAFA;   border: 1px solid #E2E2E2; padding: 8px;  display:table-cell; word-wrap: break-word; white-space: pre-line; width:600px; }