body {
    background-color: white;
    font-size: 11px;
    font-family: Verdana;
}

div.container{
    width: 885px;
}

a:link {
    color: black;
}

a:visited {
    color: black;
}

a:hover {
    color: #cc0001;
}

a:active {
    color: green;
}

a.selected:link, a.selected:visited {
    color: #ce0000;
    font-weight: bold;
}

select, input {
    font-size: 10px;
}

div.investor {
    margin-top: 4px;
}

.investor div {
    border: 0px solid black;
}

div.header {
    border-bottom: 1px solid transparent;
}

div.header .header-content
{
    background-color: #cc0001;
    overflow: hidden;
}

div.header .title {
    font-size: 30px;
    color: white;
    margin-left: 4px;
}

div.menu-top {
    margin-top: 2px;
    margin-left: 4px;
    font-size: 10px;
    font-weight: bold;
}

div.menu-top a {
    margin-right: 8px;
}

div.menu-top a {
    text-transform: capitalize;
}

.investor div.body {
    background-color: #feede4;
    width: 100%;
}

.investor div.data-list {
    width: 100%;
}

.investor form {
    display: inline;
}

.investor .data-table {
    background-color: white;
    width: 100%;
}

.investor .data-table td {
    background-color: #f0d9cd;
    padding-right: 2px;
    padding-left: 2px;
}

.investor .data-table th {
    background-color: #feede4;
    padding-right: 2px;
    padding-left: 2px;
    text-align: left;
}

.investor table.hover tr:hover td {
    background-color: #ccff66
}

td.hover {
    background-color: #ffeeee;
}

.investor .data-table .even td {
    background-color: #feede4;
}

.investor .data-table .odd td {
    background-color: #f0d9cd;
}

.investor .section {
    margin: 4px;
}

.investor .section table {
    width: 100%;
    background-color: white;
}

.investor .header-first {
    background-color: #525252;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: middle;
    font-size: 10px;
    font-weight: bold;
}

.investor div.header-first span.title {
    float: left;
}

.investor div.header-first span.title:first-letter {
    text-transform: capitalize;
}

.investor div.header-first span.title a {
    color: white;
}

.investor div.header-first span.title a:first-letter {
    text-transform: capitalize;
}

.investor div.header-first .icon {
    float: right;
}

.investor div.header-first a.icon:hover {
    cursor: help;
}

.investor div.header-first img {
    border: none;
}

.investor .header-second {
    background-color: #cccccc;
    padding-left: 4px;
    padding-right: 4px;
}

.investor .section th {
    font-weight: bold;
    text-align: left;
    padding-left: 4px;
    background-color: #feede4;
}

.investor .section td {
    padding-left: 4px;
}

.investor .section table td.name {
    width: 150px;
}

.news .headline {
    font-weight: bold;
}

.section td {
    background-color: #feede4;
}

.section .odd td {
    background-color: #f0d9cd;
}

.section .even td {
    background-color: #feede4;
}

#stocks, #turnover, #funds, #pension {
    float: left;
    width: 287px;
}

#news {
    width: 583px;
}

#stocks th.value, #stocks td.value, #turnover th.value, #turnover td.value {
    /* border: 1px solid red; */
    width: 105px;
}

#funds th.value, #funds td.value, #pension th.value, #pension td.value {
    /* border: 1px solid green; */
    width: 50px;
}

#funds th.percent, #funds td.percent, #pension th.percent, #pension td.percent {
    width: 35px;
}

#termometer th.percent, #termometer td.percent {
    width: 110px;
}

#termometer th.value, #termometer td.value {
    width: 59px;
}

#stocks .name, #turnover .name {
    width: 120px;
}

#currencies {
    width: 287px;
    float: left;
    margin-right: 0px;
}

/*
#currencies {
    width: 295px;
}
*/

.error {
    color: red;
    font-weight: bold;
}

.number {
    padding-right: 10px;
}

th.number {
    text-align: right !important;
    
}

td.percent {
    width: 44px;
}

td.number {
    text-align: right;
}

/* Number classes */
.positive {
    color: blue;
}

.zero {
    color: black;
}

.negative {
    color: red;
}

.link_separator {
    margin-left: 4px;
    margin-right: 4px;
}

.termometer_pos {
    float: left;
    height: 18px;
    background-color: #0000ff;
}
.termometer_neg {
    float: left;
    height: 18px;
    background-color: #ff0000;
}

.termometer_zero {
    float: left;
    height: 18px;
    background-color: #d4d0c8;
}

.date {
    margin-left: 4px;
    color: white;
}

h2 {
    font-size: 18px;
}

h4 {
    font-size: 11px;
}

.button-refresh {
    margin-top: 1px;
    margin-right: 4px;
}

a.button-print {
    color: white;
    margin-right: 4px;
}

div.banner-zone9 {
    margin-top: 6px;
    text-align: center;
}

div.banner-zone10 {
    margin-top: 6px;
    text-align: center;
}

/* Because albert banner module generates some pointless tables for flash banners */
div.albert-banner table td {
    padding: 0px!important;
}

