/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 1, 2018, 9:35:00 AM
    Author     : newuser
*/

.row {
    background-color: #e2effc;
    padding: 10px;
}

table.toptable {
    border-bottom: 1px solid #c4c4c4;
}

.bullbox {
float: left;
    width: 13px;
    height: 13px;
    margin-right: 3px;
    margin-top: 3px;
    background-color: #00be1c;
}

.bearbox{
float: left;
    width: 13px;
    height: 13px;
    margin-right: 3px;
    margin-top: 3px;
    background-color: red;
}

.topRouter {
    float: right;
    padding-right: 5px;
}

td {
    padding: 5px;
    padding-left: 8px;
}

td.tleft {
  width: 78px;
}

td.tmiddle {
    text-align: center;
}

td.tright {

}

.topRtext {
    float: right;
}

.pageHeader {
    padding: 13px;
}

.tab {
    color: #31557f;
    background-color: #eee;
    cursor: pointer;
    width: 30%;
    padding: 8px;
    margin-left: 6px;
}

.tabActive {
    background-color: #004074;
    color: #fff;
}

.tab1 {
    float: left;
    text-align: center;
}

.tab2 {
    float: left;
    text-align: center;
}

.tab3 {
    float: left;
    text-align: center;
}

h2 .title {
    background-image: url(../../images/ic_arrow_double.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}

.footer {
    float: right;
    padding-right: 10px;
    font-size: 12px;
    color: #3c3c3c;
}

select.stockOpt {
    width: 200px;
    background-color: #fff;
}

.tab_holder {
    width: 100%;
}

.stockNameLabel{
    padding-top: 15px;
}