﻿.KGTickerControl
{
  padding-left: 5px;
  font-size:10pt;
  font-family:Arial;
  background-color:white;
  color: #4f7aad;
  margin:0 auto;
  height:20px;
}

.TickerControl_LearnMore
{
  text-decoration:underline;
  font-size:9pt;
  color:#999999;
  display:inline;
  height:20px;
  float:right;
  cursor:pointer;
}

.TickerControl_ContentContainer
{
  cursor:default;
  overflow:hidden;
  height:20px;
  display:inline;
  float:right;
}

.TickerControl_ContentDiv
{
  overflow:hidden;
  height:20px;
  position:relative;
  left:0px;
  display:inline;
  white-space:nowrap;
}

.CloseTickerButton
{
  cursor:default;  /* this has to be specified for the draggable overlay controls, as otherwise they have the drag icon*/
  display:inline;
  float:right;
  cursor:pointer;
}

.CloseTickerIcon
{
	/* Move to sprite css central file
  background: url('../images/BaseControls/BasicImages_All.png') no-repeat; */
  background-position: -30px 0px; 
  width:14;
  height:14;
}

#KGTickerControl1
{
  display:block;
}

