/*********************************************************************************
* MENU
**********************************************************************************/
div.menuButton { float: left; margin: 12px; }
div.menuButton a { cursor: pointer; }
div.menuButton a img { border: 0px; float: left; }
div.menuButton div.normal { float: left; padding: 0px 4px 0px 4px;}

div.submenu { display: none; position: absolute; width: 190px; border: 1px solid #DDDDDD; border-width: 0px 1px 1px 1px; }
div.submenu a { display: block; width: 100%; height: inherit; font: bold 9pt Arial; background: #232323; color: white; text-decoration: none; cursor: pointer; padding: 3px 6px; border-bottom: 1px solid #333333; }
div.submenu a:hover { color: #D4A83A; }

/*********************************************************************************
* FONTS
**********************************************************************************/
.normalText { font: 9pt Arial; }
.smallText { font: 8pt Arial; }
.tinyText { font: 7pt Arial; }
.bold { font-weight: bold; }
.red{ font-weight: bold; color: #A30100; }

/*********************************************************************************
* PRICE FEED
**********************************************************************************/
td.Price { background: #FAFAFA; }
td.priceUp { background: #AAFFAA; }
td.priceDown { background: #FFAAAA; }

.announcement_title { font: bold 10pt Arial; color: #EEC369; margin-top: 15px; }
.announcement_content { font: 8pt Arial; margin: 5px 0px; text-align: justify; }

.news { font: 10pt Arial; margin: 10px auto; }
.news a { font: bold 10pt Arial; color: #5a4514; text-decoration: none; }


.rssfeed { font: 8pt Arial; margin-bottom: 10px; color: #DDDDDD; text-align: justify; }
.rssfeed a { font: bold 10pt Arial; color: #DFE6FF; text-decoration: none; }
.rssfeed img { float: left; border: 1px solid #666; margin: 4px 6px 3px 0px; }

.rssfeed_financial { font: 8pt Arial; margin-bottom: 10px; color: #DDDDDD; }
.rssfeed_financial a { font: bold 10pt Arial; color: #DFE6FF; text-decoration: none; }
.rssfeed_financial img { float: left; border: 1px solid #666; margin: 4px 6px 3px 0px; }
.rssfeed_financial span { display: block; margin: 3px 0px 0px 0px;  text-align: justify; }

.economic_table { font: 8pt Arial; }
.economic_header { color: white; font-weight: bold; text-align: center; background: #8C691F; }

/*********************************************************************************
* ECONOMIC INDICATOR
**********************************************************************************/
span.tooltip { cursor: pointer; }
span.tooltip_title { font: bold 8pt Arial; }
div.tooltippanel { position: absolute; width: 300px; color: white; background: #343434; font: 8pt Arial; padding: 5px; text-align:justify; border: 1px solid  #666666; }