﻿body
{
}

.accordionHeader
{
    color: white;
    background-image: url(images/orangebar.png);
    background-repeat: no-repeat;
    font-size: small;
    font-family: Arial;
    cursor: pointer;
    padding: 4px;
    margin-top: 3px;
    text-align: center;
}
.accordionSelectedHeader
{
    color: white;
    background-image: url(images/bluebar.png);
    background-repeat: no-repeat;
    font-size: large;
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
    padding: 4px;
    margin-top: 3px;
    text-align: center;
}
.accordionContent
{
    /*background-color: #DCE4F9;*/
    font-size: medium;
    font-family: Arial;
    border: 1px gray;
    padding: 4px;
    padding-top: 7px;
    text-align: center;
}
.textreg
{
    color: #979797;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.background
{
    background: #14D0FF url(images/background.png) repeat-x scroll;
}

.collapsablePanel
{
    margin: 0px;
    padding: 10px;
    width: 560px;
}
.panelHeader
{
    color: white;
    font-size: small;
    font-family: Arial;
    cursor: pointer;
    text-align: center;
    margin-bottom: 4px;
}
.tableHeader
{
    height: 23px;
    width: 100%;
    background-color: #FF8000;
}

#selectedHeader .leftBar
{
    background-image: url(images/tab_leftSelected.png);
    background-repeat: no-repeat;
    width: 12px;
}

#selectedHeader .rightBar
{
    background-image: url(images/tab_rightSelected.png);
    background-repeat: no-repeat;
    width: 12px;
}

#selectedHeader
{
    background-color: #0000FF;
    color: white;
    font-size: large;
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    height: 28px;
}

.panelBody
{
    font-size: medium;
    font-family: Arial;
    border: 1px gray;
    padding: 4px;
    padding-top: 7px;
    text-align: center;
}

.leftBar
{
    background-image: url(images/tab_left.png);
    background-repeat: no-repeat;
    width: 12px;
}

.rightBar
{
    background-image: url(images/tab_right.png);
    background-repeat: no-repeat;
    width: 12px;
}

.container
{
    height: 30px;
    width: 300px;
}

.container .wrap
{
    width: 290px;
    left: 2px;
    top: 6px;
    overflow: hidden;
    position: relative;
    line-height: normal;
}

div.stockTicker
{
    font-family: Arial;
    font-size: small;
    position: relative;
}
div.stockTicker span
{
    padding-right: 120px;
}
