body {
	background-color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF66;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {text-decoration: none; color:#FFFF66}
a:visited { text-decoration: none; color:#FFCC33}

.colonna1
{
	width:414px;
	text-align:left;
}

.colonna2
{
	width:286px;
	font-size:20px;
	text-align:right;
}

div.contenitorequickmenu
{
	width:950px;
	/*VECCHIO: height:18px;*/
	/*NUOVO*/
	height:25px;
	/*NUOVO*/
	text-align:center;
	background-color: #333333;
	border:0px;
	margin:auto;/*per consentire align su firedox, altrimenti non prende l'align imposto dal contenitore*/
	position:relative;
}

div.quickmenu, div.quickmenuhome, div.quickmenunotizie, div.quickmenucorrente, div.quickmenuarticoli, div.quickmenuimmagini
{
	position:absolute;
	/*VECCHIO height:16px;*/
	background-color:#000000;
	color:#FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	/*PER METTERE IL TESTO CENTRATO*/
	height:25px;
	line-height:25px;
	/*PER METTERE IL TESTO CENTRATO: contentore quick menu e tutte le celle devono
	avere la stessa dimensione per essere tutte nere. per mettere il pesto al centro fare la riga della stessa
	domensione con line-height*/
}

div.quickmenu
{
	top:0px;
	right:767px;
	width:177px;
	background-color:#333333;
}

div.quickmenuhome
{
	top:0px;
	right:617px;
	width:150px;
	border-left-style:solid;
	border-left-width:2px;
	border-left-color:#000000;
	background-color:#333333;
}

div.quickmenunotizie
{
	top:0px;
	right:464px;
	width:150px;
	border-left-style:solid;
	border-left-width:2px;
	border-left-color:#000000;
	background-color:#333333;
}

div.quickmenucorrente
{
	top:0px;
	right:311px;
	width:150px;
	border-left-style:solid;
	border-left-width:2px;
	border-left-color:#000000;
	background-color:#333333;
}

div.quickmenuarticoli
{
	top:0px;
	right:158px;
	width:150px;
	border-left-style:solid;
	border-left-width:2px;
	border-left-color:#000000;
	background-color:#333333;
}

div.quickmenuimmagini
{
	top:0px;
	right:5px;
	width:150px;
	border-left-style:solid;
	border-left-width:2px;
	border-left-color:#000000;
	background-color:#333333;

}


.testoBiancoCentrale
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	clip: rect(auto,auto,auto,auto);
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
	line-height:20px;
}

.testoBiancoCentralePiccolo
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	clip: rect(auto,auto,auto,auto);
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
}

.parole {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #000000;
}
