/************************************************** BOX ESTERNI ********************************************/
#pageExtBoxes {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:auto;
	width:200px;
	float:right;
}
.extBox01{
	margin:0px; 
	padding:2px 6px 0px 5px;
	width:190px;
}
.extBox01 a {
	color:#BD7942;
	text-decoration:underline;
	font-weight:normal;
}

.extBox01 a:visited {
	color:#BD7942;
	text-decoration:underline;
	font-weight:normal;
}
.extBox01 a:hover{
	color:#FFF;
	text-decoration:underline;
}
/* la scritta login */
.extBox01 .top{
	height:20px;
	width:auto;
	padding:0px 0px 0px 0px;
	font-size:9pt;
	font-weight:bold;
	color:#BD7942;
	background:url(../images/box01/box_up.jpg);
}
.extBox01 .middle{
	height:100%;
	width:auto;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 0px;
	font-size:12pt;
	font-weight:normal;
	color:#626C74;
	background:url(../images/box01/box_mid.jpg);
}
.extBox01 .bottom{
	height:10px;
	width:auto;
	margin:0px;
	padding:0px;
	font-size:12pt;
	font-weight:bold;
	color:#fff;
	background:url(../images/box01/box_down.jpg);

}
.extBox01 .text1{      
	margin:0px 0px 0px 0px;	
	padding:5px 0px 10px 0px;
	font-size:8pt;
	color:#626C74;
}
.extBox01 .text2{      
	margin:0px 0px 0px 0px;	
	padding:5px 0px 10px 0px;
	font-size:8pt;
	color:#626C74;
}

/* NEWS TICKER BOX */

.extBoxNewsList{
display:none; /* la casse extBoxNewsList */
}
.extBoxNewsTickerContent
{
background-color: ;
color:black;
width:168px;
height:150px;
font: normal 9pt "Arial", "Lucida Grande",Verdana,  Sans-Serif;
overflow: auto;
color:#626C74;
}
.extBoxNewsTickerContent a{
	color:#BD7942;
}
.extBoxNewsTickerContent a:hover{
	color:#FFF;
}
.extBoxNewsTickerContent a:visited{
	color:#BD7942;
}

.extBoxNewsTickerText
{
	
}
.extBoxNewsTicker
{
width:168px;
height:150px;
font: normal 8pt Verdana, "Arial", Sans-Serif;
overflow: auto;	
margin:0px 0px 0px 3px;
}
.extBoxNewsTickerMark{
font: normal 8pt Verdana, "Arial", Sans-Serif;
width:170px;
height:22px;
color:#626C74;
padding:3px 0px 5px 0px;
text-align:center; 
overflow: hidden;	
margin:0px 0px 0px 3px;
}
.extBoxNewsTickerButtons {
position: relative;
margin-left:1px;
float: left;
width:75px;
height:20px;
margin-left:2px;
padding:3px 2px 0px 2px;
}

.newsBoxTitle { text-align:center; color:yellow; font-size:14pt}
.intBoxNewsHTML {
	width:90% ;
	margin:auto; border:1ox solid yellow;
	padding:4px;
}
.intBoxNewsHTML .news a, .intBoxNewsHTML .news a:active, .intBoxNewsHTML .news a:visited {color:yellow; text-decoration:none;}
.intBoxNewsHTML .news a:hover {color:#FFFFFF; text-decoration:underline}
.intBoxNewsHTML .news {
	float:left; 
	font-size:8pt; line-height:9pt;
	width:30%;
	padding:3px;
	height:200px; overflow:hidden;
}
.intBoxNewsHTML .title { height:60px;}
.intBoxNewsHTML .newsFooter {
	clear::left; 
	width:30%;
	padding:3px;
	height:30px; overflow:hidden;
}
