/* Start of CMSMS style sheet 'lockerbie_stock_ticker' */
/*  Copyright 2008 Dynacor Media Group  */

/* ############################## FONT CLASSES ############################## */

/* === green === */
font.stock_green {
    color: #00aa00;
}

/* === red === */
font.stock_red {
    color: #ba0000;
}

/* ############################## IMG CLASSES ############################## */

/* === visible === */
img.stock_visible {
    display: inline;
}

/* === hidden === */
img.stock_hidden {
    display: none;
}

/* ############################## stock TABLE ############################## */

/* === table === */
table.stock {
    border: 0px;
    border-collapse: collapse;
}

/* === cells === */
table.stock td {
    border: 1px solid #000000;
    padding: 5px;

    font-size: 11px;

    white-space: nowrap;
}

/* === company cell === */
table.stock td.company {
    color: #ffffff;
    background-color: #003768;
}

/* === tab cell (off) === */
table.stock td.tab_off {
    background-color: #e5e9ee;
}
table.stock td.tab_off a {
    color: #000000;
}

/* === tab cell (on) === */
table.stock td.tab_on {
    background-color: #ba8748;
}
table.stock td.tab_on a {
    color: #ffffff;
}

/* ############################## stock_left DIV ############################## */

/* === div === */
div.stock_left {
    position: absolute;
    left: 30px;
    top: 78px;

    text-align: left;

    line-height: 32px;

    color: #000000;
}

/* ############################## stock_right DIV ############################## */

/* === div === */
div.stock_right {
    position: absolute;
    right: 18px;
    top: 78px;

    text-align: right;

    line-height: 32px;

    color: #000000;
}
/* End of 'lockerbie_stock_ticker' */

