    
	
	#board  {background-color: white; margin-bottom:3px; border-bottom: 1px solid #006699;}
    #board  {position:relative; width:100%;  overflow:hidden}

    #control {display:none;overflow:hidden; height: 18px; border-bottom: 1px solid #006699;}
	#control span{width:35%; heigth: auto; margin-top:3px; display:block; float:left; padding-left:20px; background-color: #006699; color:#ffffff;}
	#control ul {width:42%; heigth: 10px; display:block; float:right; padding:0; margin:0; background-color:#ffffff;}
	
    #control li {width: 20%;display:block; float:left; background-color:#990000;}
	#control li a{text-align: center;}
	#control li#newsTutto, #control li#newsNascondi{border-right: 2px solid #ffffff; }
	
	#control li#newsStop a, #control li#newsVia a{display: block;}
	#control li#newsTutto a, #control li#newsNascondi a{display: block;}
    #control a:link     {color: #ffffff; font-family: arial; font-weight: bold; display: block; padding: 0 2px 0 2px;}
    #control a:visited  {color: #ffffff; font-family: arial; font-weight: bold;}
    #control a:active   {color: #ffffff; font-family: arial; font-weight: bold;}
    #control a:focus    {}
    #control a:hover    {color: #ffffff; font-family: arial; font-weight: bold; background-color: #006699;}

    #scrollcontent  {
		border: 1px solid #006699;		
		/*background-color: #E2E8F4; */
		width:auto; 
		height:95%; 
		position:relative; 
		overflow:hidden; 
		padding:3px 4px 3px 3px; 
	}

	#scrollcontent ul#news{
		margin: 0 0 0 2px;
		padding: 0;
		width:99%; 
		list-style-type: none;
	}
	
     #scrollcontent ul#news li{	
		list-style-type: none;
		padding:0;
		font-size: 10px;
	}
	#scrollcontent ul#news li a{	
		width:99%; 
		display: block;
		padding:2px;
		text-align: left;
	}
	 #scrollcontent ul#news li:hover, #scrollcontent ul#news li a:hover{
	 	background-repeat: no-repeat;
		background-position: 0 4px ;
	 	background-image: url("/img/bullet_small_on.gif");
	}
	
	#scrollcontent a:visited  {}
    #scrollcontent a:active   {}
    #scrollcontent a:focus    {}
   

    #news {}
