/*  Box fisheye standard con icone */ 
.dock 					{ position: absolute;width: 515px;height: 94px;top: 0px;left: 420px;text-align: center;}

/* Contenitore icone */ 
.dock-container 			{ position: absolute;left: 20px;height: 93px; }

/* Barra del titolo del box */
.box_bottom 				{ position: absolute;left: 1px;bottom: 1px;width: 100%;height: 24px;background: #fff url(../images/spacer.gif) repeat-x top left; }

/* Box per il flag selected */
.t_status 				{ position: absolute;bottom: 0px;left: 0px;width: 24px;height: 24px;overflow:hidden; }

/* Titolo del box */ 
.t_text 				{ position: absolute;bottom: 0px;left: 28px;width: 230px;height: 24px;overflow:hidden;line-height: 24px;text-align: left;color: #666; font-size: 13px;font-family: Arial; }
.t_text b 				{ color: #444; }

/* Conteggio cellulari disponibili */
.t_count 				{ position: absolute;bottom: 0px;right: 0px;width: 130px;height: 24px;overflow:hidden;line-height: 24px;font-size: 11px;font-family: Arial;text-align: right;padding-right: 6px; color: #666; }

/* Definizioni classi flag e stelline */
.buoneforchette_GlassBox_flag_selected		{ background: url(../images/spacer.gif) no-repeat 0px 0px; }
.buoneforchette_GlassBox_flag_hover			{ background: url(../images/spacer.gif) no-repeat 0px -48px; }
.buoneforchette_GlassBox_flag_active		{ background: url(../images/spacer.gif) no-repeat 0px -72px; }
.buoneforchette_GlassBox_flag_notselected		{ background: url(../images/spacer.gif) no-repeat 0px -24px; }

.buoneforchette_GlassBox_star_on			{ background: url(../images/spacer.gif) no-repeat 0px -96px; }
.buoneforchette_GlassBox_star_off			{ background: url(../images/spacer.gif) no-repeat -14px -96px; }

/* Elementi delle icone */
.dock-item 				{ display: block;width: 60px;color: #000;position: absolute;bottom: 0px;text-align: center;text-decoration: none;font: bold 12px Arial, Helvetica, sans-serif; }
.dock-item img 				{ border: none; width: 100%; }
.dock-item i 				{ display: none; }
.dock-item span 			{ display: none; position: absolute;top: -26px;background: url(../images/spacer.gif) no-repeat top center;width: 150px;text-align: center;height: 30px;margin-left: -36px;text-align: center;padding-top: 0px;color: #fff;font-size: 11px;padding-top: 2px; }
.dock-item span b 			{ white-space: nowrap;background: #f00;display: block;float:left;margin: 0px auto;text-align: center; }

/* Box posizionati in modo assoluto in base al fieldid*/
#d_boxid1 				{
	position:relative;
	width: 940px;
	height: 95px;
	top: 1px;
	left: 2px;
	background: #F4F4F4;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	background-color: #F4F4F4;
}

/* Personalizzazione box di tipo functions */
.box_functions				{ position: absolute;top: 14px;height: 186px;width: 374px;left: 20px; }
