﻿.horizontalTickerTapeContainer
{
    font-family: Verdana, sans-serif;
    font-size: 11px;
    border-bottom: solid 1px #ece9d8;
    height: 20px;
    padding: 2px 0px 0px 0px;
    overflow: hidden;
    float: left;
    white-space: nowrap;
    width: 100%;
    z-index: 5;
    left: 0px;
    position: relative;
}

.horizontalTickerTapeContainer ul
{
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0px 25px 0px 0px;
    left: 0px;
    list-style-type: none;
    width: 150%;
    height: 20px;
    z-index: 1;
    white-space: nowrap;
}

.horizontalTickerTapeContainer ul li
{
    color: green;
    cursor: hand;
    cursor: pointer;
    float: left;
    margin: 0px 1px 0px 1px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    color: green;
    cursor: hand;
    cursor: pointer;
    width: 150px;
    height: 25px;
    text-align: center;
    z-index: 1;
    white-space: nowrap;
    list-style-type: none;
    display: inline;
}

.horizontalTickerTapeContainer ul li span
{
    margin: 0px 4px 0px 4px;
}

.horizontalTickerTapeContainer .stockPositive
{
    background: url(../images/tz/stockPanelPositive.png);
}

.horizontalTickerTapeContainer .stockNegative
{
    background: url(../images/tz/stockPanelNegative.png);
}

.tickerBox
{
    color: Black;
    font-weight: bold;
}

.tickBoxPositive
{
    color: Black;
}

.tickBoxNegative
{
    color: Red;
}

#leftContent
{    
    float: left;
    margin: 10px 0px 0px 0px;
    width: 425px;
}

#rightContent
{
    position: relative;
    float:right;
    margin: 10px 0px 0px 0px;
}

.menu_list
{
    width: 300px;
    margin-top: 10px;    
    font-size: 10px;    
}

.menu_headClosed
{
    padding: 5px 10px;
    cursor: pointer;
    margin: 0px; 
    padding-right: 40px;
    font-weight: bold;    
    border: solid 1px gray;
    background-position: right;
    background-repeat: no-repeat;
    text-align: left;    
}

.menu_headOpen
{    
    padding: 5px 10px;
    cursor: pointer;
    margin: 0px;
    padding-right: 40px;
    font-weight: bold;    
    background-position: right;
    background-repeat: no-repeat;    
    border: solid 1px gray;
    text-align: left;    
}

.menu_body
{
    display: none;
    text-align: center;
    border: solid 1px gray;
}
.menu_body a
{
    display: block;
    color: #006699;
    background-color: #EFEFEF;
    padding-left: 10px;
    font-weight: bold;
    text-decoration: none;
    
}
.menu_body a:hover
{
    color: #000000;
    text-decoration: underline;
}

#chartMenu
{    
    text-align: right;
    margin-top: 10px;
    border-left: solid 1px #ece9d8;
    border-left: solid 1px #ece9d8;
    max-width: 300px;
    padding: 0px 0px 0px 2px; 
    margin-bottom: 10px;         
}

#chartLabelTicker
{    
    width: 70px;  
    float: left; 
}

#splashArea
{    
    width: 100%;
    margin: 0px 0px 0px 0px;
    overflow:hidden;
}

#splashAreaWelcomeText
{
    margin: 0px;
}

#splashAreaInfoText
{
    /*border-top: solid 3px black;*/    
    padding-top: 10px;
    margin-right: -5px;
}

#newsViewPort
{
    width: 300px;
    height: 250px;
    margin-bottom: 10px;    
    background: url(../images/tz/NewsPanel.png) top right no-repeat; 
    margin-top: 0px;
    overflow:hidden;
}

#newsViewPortNoBackground
{
    width: 300px;
    height: 250px;
    margin-bottom: 10px;    
    background: url(../images/tz/NewsPanelNoBackground.png) top right no-repeat; 
    margin-top: 0px;
    overflow:hidden;
}

.newsControls
{
    margin-top: 3px;
    margin-left: 182px;    
}

.newsControls #playstop
{
    margin-right: 3px;
    margin-left: 10px;
}

.newsControls img
{
    border: 0em;
    cursor: pointer;
}

#newsList
{
    margin-bottom: 10px;    
    margin-right: 10px;
    margin-top: 55px;
    height: 1195px;
    list-style-type: disc;
    list-style-position:outside;
    overflow: hidden;        
}

#newsList li
{    
    
    height: 195px;
    margin-bottom: 5px;
    overflow: hidden;
    margin-left: 0px;    
}

#newsList li .newsItemContainer
{    
    font-weight: bold;
}

#newsList li .newsItemContainer .postTitle
{
    font-size: 10pt;
    font-weight: bold;
    color: Blue;
}
#newsList li .newsItemContainer .description
{
    font-size: 8pt;
    font-weight: normal;
    color: Black;
}
#newsList li .newsItemContainer .date
{
    font-size: 7pt;
    font-style: italic;        
}
#newsList li .newsItemContainer a
{
    font-size: 8pt;
    font-weight: normal;
    color: Blue;
}

.ratingReports a
{
    display:inline-block;
    width: 140px;
    height: 50px;    
}

a.sandpButton
{
    
    background: url(../images/tz/sandpLogo.png) center no-repeat;
}

a.fitchButton
{
    margin-right: 0.25em;
    margin-left: 0.15em;
    background: url(../images/tz/fitchlogo.png) center no-repeat;
}

a.moodyButton
{
    
    background: url(../images/tz/moodyslogo.png) center no-repeat;
}

a.sandpButton:hover
{
    
    background: url(../images/tz/sandpLogo.png) center no-repeat;
}

a.fitchButton:hover
{
    margin-right: 0.25em;
    margin-left: 0.15em;
    background: url(../images/tz/fitchlogo.png) center no-repeat;
}

a.moodyButton:hover
{
    
    background: url(../images/tz/moodyslogo.png) center no-repeat;
}

.defaultContentHeader
{
	font-family: Arial;
	font-weight: bold;
	color: #5B5B5B;
	font-size: small;
}

.defaultContentText
{
	font-family:Arial;
	font-weight: normal;
	color: #000000;
	font-size: small;
}

.didYouKnowTitle
{
    font-weight: bold;   
}