
.Frame
{
  border:solid 1px gold; 
  padding:3px; 
  background-color:orange; 
}

.Rotator 
{
  border:solid 0px gold; 
  border-left-color:darkgoldenrod;
  border-top-color:darkgoldenrod;
  width:450px; 
  height:25px; 
  font-family:verdana; 
  font-size:11px; 
 
  cursor:default;
}

.DemoNewsTitle
{
  font-family:Arial;
  font-size:11px;   
  font-weight:bold; 
  color:#FFFFFF;
  text-transform:uppercase;
  text-align:center;
}

.DemoNewsText
{
  font-family:Verdana;
  font-size:12px;   
}

.ProduzioniItem
{
  border:solid 1px #840000; 
  cursor:hand;
   margin-bottom:2px;
   color:#FFFFFF;
   width:239px;
}	

.ProduzioniItemOver
{
	border:solid 1px #840000; 
	background-color: #840000;
	margin-bottom: 2px;
	cursor: hand;
	width:239px;
}

.ProduzioniItemDown
{
  border:solid 1px white; 
  border-left-color:#FFA500;
  border-top-color:#FFA500;
  background-color:#FFCE80; 
  cursor:hand;
}


.NewsItem
{
  cursor:hand;
  color:#FFFFFF;
}	

.NewsItemOver
{
	background-color: #840000;
	cursor: hand;
	margin:0px;
	width:237px;
}

.NewsItemDown
{
  background-color:#FFCE80; 
  cursor:hand;
  margin:0px;
}


.PubblicazioniItem
{
  cursor:hand;
  color:#FFFFFF;
  width:237px;
}	

.PubblicazioniItemOver
{
	background-color: #840000;
	cursor: hand;
	width:237px;
}

.PubblicazioniItemDown
{
  border:solid 1px white; 
  border-left-color:#FFA500;
  border-top-color:#FFA500;
  background-color:#FFCE80; 
  cursor:hand;
}


