/* same as div.box */
div.ticker_div
{
	
	/*border:1px solid #c9d0d4; */      /* sets the border color */
	border-top: none;
	font-family:tahoma,arial,helvetica;
	margin-bottom:10px;
	/*padding:9px;*/
	background-image: url(../images/ticker-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 6px;
	/*padding-bottom: 9px;*/
}
table.ticker_table, table.interest_table
{
  width: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #fff;
}
.ticker-content {
	padding: 9px;
  border-right:1px solid #c9d0d4;   
  border-left:1px solid #c9d0d4;  
  background-color: #fff; 
}
table.ticker_table tr,
table.ticker_table td {
/*padding: 0px;
	padding-left: 9px;
	padding-right: 9px;*/
}
tr.ticker_bg_alter1
{
	background-color:#c9d0d4;    /* alternative row color */
  color:#1f1d21; 	
}
tr.ticker_bg_alter2
{
  color: #646464;
}
td.ticker_up
{
  color: #00af00;
}
td.ticker_dn
{
  color: #af0000;
}
th.ticker_heading, th.interest_heading
{
  font-size: 10px;
  /*color: #9ba0c8;*/
  text-align: left;
  font-weight: normal;
}
th.interest_heading
{
  margin-bottom: 2px;
}
td.ticker_col
{
  color: #646464;
  font-size: 11px;
}
