
#stockQuotes {
    clear: both;
    width: 100%;
    height: 100px;
    background-color: #6fa0df;
    overflow-x: auto;
}
#stockQuotesDateRange {
    width: 100%;
    height: 25px;
    background-color: #6fa0df;    
    padding-top: 5px;
    margin-bottom: 10px;
}
#stockQuotesDateRange > a {
    color: black;
    text-decoration: none;
    padding: 5px;
}
#stockQuotesDateRange > a:hover {
    background-color: #8db2e3;
}



#tx_stockquotes {
    width: 100%;
    height: 410px;
    background-color: grey;
    margin-bottom: 40px;
}

#tx_stockquotes_graphTitle {
    font-weight: bold;
    color: #F5FFAA;
    text-shadow: black 0.1em 0.1em 0.2em;
    padding: 4px;
    padding-left: 10px;
    font-size: 20px;
}

.change_stock_quotes {
    padding-left: 10px;
}

.tx_stockquotes_chartButton {
    border: 1px;
}

.tx_stockquotes_chartButton:hover {
    background-color: #D0D0D0;
}

#columnright .news-latest-item img {
    width: 280px;
}

#tx_stockquotes_img {
    width: 680px;
    margin-left: 8px;
}