﻿/* =============================================================================
   HTML5 element display
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/* Base */
html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

/* Links */
a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }

/* Typography */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img { border: 0; -ms-interpolation-mode: bicubic; }

/* Correct overflow displayed oddly in IE9 */
svg:not(:root) {
    overflow: hidden;
}

/* Figures */
figure { margin: 0; }

/* Forms */
form { margin: 0; }
fieldset  
{
	/*
	border: 0; 
	margin: 0; 
	padding: 0; 
	*/
	border: 1px solid #CCCCCC;
    margin: 10px auto;
    padding: 2%;
    width: 90%;
}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

fieldset  legend
{
	background: none repeat scroll 0 0 #114477;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px #AAAAAA;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px;
}

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
*/
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; font-size: 13px;}

/* =============================================================================
   Primary styles
   Author: Iuliano Renato
   ========================================================================== */

body{
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
}

.wrapper{
	margin:auto;
	width:960px;
}

#header-container div
{
	height: 30px;
	margin: auto;
	width: 960px;
	background: #EEE;
}

#header-container div ul.left
{
	list-style-type: none;
	padding:0;
	margin: 0;
	height: 20px;
	width: 908px;
	float: left;
}

#header-container div ul.left li
{
	float: left;
	line-height: 20px;
	font-size: 12px;
	padding: 5px 0;
	margin-right: 5px;
}

#header-container div ul.left li#tastoHome
{
	width: 30px;
	background: url("img/home_inv.png") no-repeat center center #147;
}

#tastoHome a
{
	text-indent: -999em;
	display: block;
}

#header-container div ul.left li span
{
	font-weight: bold;
	font-size: 12px;
	color: #147;
	padding: 5px;
	border-right: solid 1px #BBB;
}

#header-container div ul.right
{
	list-style-type: none;
	float: right;
	padding: 5px 0;
	margin: 0;
	height: 20px;
	width: 50px;
}

#header-container div ul.right li
{
	float: right;
	line-height: 20px;
}

#header-container div ul.right li.mess
{
	text-align: left;
	padding: 0 5px 0 20px;
	width: 20px;
	background: url("img/icon_mail.png") no-repeat left center;
}

#header-container div ul.right li.mess span
{
	font-weight: bold;
	color: #147;
}

#header-container div ul.right li.ultimo
{
	width: 50px;
}

#header-container div ul.right li.ultimo a
{
    color: red;
    text-decoration: none;
    font-weight: bold;
    text-indent: -999em;
    background: url("img/chiudi.png") no-repeat center center;
    display: block;
}

#header-container div ul.right li.ultimo a:hover
{
    color: red;
    text-decoration: underline;
}

h2, h3{margin:30px 0;}
h2{font-size: 40px;}
h3{font-size: 30px;}
#title, h2, h3{font-weight:normal;}

/* menu contestuale */
.context-menu-theme-default {
	background-color:#CCC;
	padding: 5px;
	text-align:left;
	cursor:pointer;
	color:#147;
	font-family:Tahoma,Arial;
	font-size:11px;
	/*bordo*/
	border:1px solid #AAA;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*ombra*/
    -webkit-box-shadow:0 0 10px #ccc;
	-moz-box-shadow:0 0 10px #ccc;
	box-shadow:0 0 10px #ccc;
}

.context-menu-item {
	text-align:left;
	cursor:pointer;
	padding:4px;
	color:black;
	font-family:Tahoma,Arial;
	font-size:11px;	
}

.context-menu-theme-default .context-menu-separator {
	margin:4px 2px;
	font-size:0px;
	border-top:1px solid #808080;
	border-bottom:1px solid white;
}
.context-menu-theme-default .context-menu-item-disabled {
	color:#808080;
}
.context-menu-theme-default .context-menu-item .context-menu-item-inner {
	background:none no-repeat fixed 999px 999px; /* Make sure icons don't appear */
	color: #147;
}
.context-menu-theme-default .context-menu-item-hover {
	/*background-color:#0A246A;*/
	text-decoration: underline;
}
.context-menu-theme-default .context-menu-item-disabled-hover {
	background-color:#0A246A;
}
/* Fine menu contestuale */

.elimina  
{
    background: url("img/elimina.png") no-repeat left center;
    padding:8px 3px 8px 30px !important; 
}
.modifica  
{
    background: url("img/modifica.png") no-repeat left center;
    padding:8px 3px 8px 30px !important; 
} 
.duplica  
{
    background: url("img/duplica.png") no-repeat left center;
    padding:8px 3px 8px 30px !important; 
}
.stampa  
{
    background: url("img/stampa.png") no-repeat left center;
    padding:8px 3px 8px 30px !important; 
}
/**************************************************************************************/
div ul
{
	margin: 0;
	padding: 0;
}

div#menuPrincipale{
	border-top: 1px solid #114477;
	width: 657px;
	height:82px;
	background: url("img/logo_menu.jpg") no-repeat left center #DEF;
	margin: auto;
	padding: 5px 0 0 303px;
	-webkit-box-shadow:0 40px 40px -40px #114477 inset;
	-moz-box-shadow:0 40px 40px -40px #114477 inset;
	box-shadow:0 40px 40px -40px #114477 inset;
	position: relative;
}

div#menuPrincipale ul#ulMenuPrinc
{
	height: 70px;
	padding: 11px 20px 0 0;
	list-style-type: none;
}

div#menuPrincipale ul#ulMenuPrinc li
{
	float: right;
	height: 60px;
	width: 60px;
}

div#menuPrincipale ul#ulMenuPrinc li a
{
    height: 60px;
	width: 60px;
	display: block;
	text-indent: -999em;    
}

div#menuPrincipale ul#ulMenuPrinc li a.crm
{
	background: url("img/crm_addon.png") no-repeat 0 -60px;
}

div#menuPrincipale ul#ulMenuPrinc li a.general
{
    background: url("img/icona_ms.png") no-repeat 0 -60px;
}

div#menuPrincipale ul#ulMenuPrinc li a.ecommerce
{
    background: url("img/ecommerce_addon.png") no-repeat 0 -60px;
}

div#menuPrincipale ul#ulMenuPrinc li a:hover
{
	background-position: 0 0;
}

div ul li
{
	float: left;
	text-align: center;
}

/*************************|  LISTA ADD-ON |*********************************/
#listaAddon
{
	width: 900px;
	display: none;
	position: absolute;
	top: 76px;
	right: 20px;
	z-index: 20;
	background: #FFF;
	padding: 10px;
	border-left: solid 1px #AAA;
	border-right: solid 1px #AAA;
	-moz-border-radius-topleft: 0px;
    -moz-border-radius-topright:0px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-top-left-radius:0px;
    -webkit-border-top-right-radius:0px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
	/*ombra*/
	-webkit-box-shadow: -1px 5px 5px #575357;
	-moz-box-shadow: -1px 5px 5px #575357;
	box-shadow: -1px 5px 5px #575357;
}

* html #listaAddon
{
	border-bottom: solid 1px #AAA;
}

#listaAddon ul
{
    list-style-type: none;    
}

#listaAddon li
{
	width: 294px;
	padding-left: 5px;
	text-align: left;
	margin-bottom: 5px;
	border-right: solid 1px #AAA;
}

#listaAddon li.selected
{
	background: #EEE;
}

#listaAddon li.nobordo
{
	border-right: 1px solid #FFF;;
}

#listaAddon li div.sx
{
	float: left;
	height: 60px;
	width: 70px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #AAA;
	text-align: center;
}

#listaAddon li div.sx span
{
	font-size: 11px;
	display: block;
	margin-top: 45px;
	width: 70px;
	padding: 0;
	text-align: center;
}

#listaAddon li div.assistance
{
	background: url("img/icone/ico_assistance.png") no-repeat center top;
	color: #147;
}

#listaAddon li div.assistance span
{
	font-size: 9px;
}

#listaAddon li div.cash
{
	background: url("img/icone/ico_cash.png") no-repeat center top;
	color: green;
}
#listaAddon li div.promo
{
	background: url("img/icone/ico_promo.png") no-repeat center top;
	color: #E2007A;
}

#listaAddon li div.clean
{
	background: url("img/icone/ico_clean.png") no-repeat center top;
	color: #C4B319;
}

#listaAddon li div.sale
{
	background: url("img/icone/ico_sale.png") no-repeat center top;
	color: red;
}

#listaAddon li div.crm
{
	background: url("img/icone/ico_crm.png") no-repeat center top;
	color: #E74A92;
}


#listaAddon li div.crm a
{
    text-decoration: none;
    color: #E74A92;   
}

#listaAddon li div.ecommerce
{
	background: url("img/icone/ico_ecommerce.png") no-repeat center top;
	color: #0086AC;
}

#listaAddon li div.ecommerce a
{
    text-decoration: none;
    color: #0086AC;
}

#listaAddon li div.dx
{
	width: 205px;
	height: 50px;
	float: left;
	padding: 10px 5px;
	border-bottom: dashed 1px #AAA;
	vertical-align: middle;
}


#ulAssistenze
{
    position: absolute;
    right: 0;
    top: 92px;   
    list-style-type: none;
}

#ulAssistenze li
{
    float: left;
    margin-right: 10px;    
}

#btnAssistance
{
    text-indent: -999em;
    height: 35px;
    width: 35px;
    background: url("img/ms_assistance.png") no-repeat center center;
    display: block;
}

#btnUtility
{
    text-indent: -999em;
    height: 35px;
    width: 35px;
    background: url("img/ms_utility.png") no-repeat center center;
    display: block;
}

#btnManager
{
    text-indent: -999em;
    height: 35px;
    width: 35px;
    background: url("img/ms_manager.png") no-repeat center center;
    display: block; 
}

#btnGuida
{
    text-indent: -999em;
    height: 35px;
    width: 35px;
    background: url("img/ms_guide.png") no-repeat center center;
    display: block; 
}

/***************************************************************************/

ul.megamenuDisabled
{
        
}

ul.megamenu {
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #969899, #CCC);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#969899), to(#CCC));
	border-bottom: 5px solid #AAA;
	margin: 0px auto;
	padding: 5px 0;
	list-style: none;
	display: none;
	height:35px;
	margin: auto;
	width: 960px;
}

/* menu principale */
ul.home {
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #114477, #DDEEFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#114477), to(#DDEEFF));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#114477', endColorstr='#DDEEFF',GradientType=0 );
	border-bottom: 5px solid #DDEEFF;
	margin: 0px auto;
	padding: 5px 0;
	list-style: none;
	/*display: none;*/
	height:35px;
	margin: auto;
	width: 960px;
}
/*******************/

/* menu stilizzato secondo crm */
ul.crm
{
    background: #FAE0EB;
	background: -moz-linear-gradient(top, #F4B2CE, #FFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4B2CE), to(#FFF));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4B2CE', endColorstr='#FFFFFF',GradientType=0 );
	border-bottom: 5px solid #F4B2CE;     
}

ul.megamenu li.mm-item {
}

ul.megamenu li {
  margin: 0px;
  padding: 0px;
}

ul.megamenu li.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

ul.home a.mm-item-link:link, ul.home a.mm-item-link:visited
{
    padding: 8px !important; 
}

ul.home a.mm-item-link-disabled:link, ul.home a.mm-item-link-disabled:visited
{
    color: #CCC !important;
    cursor: default;
    position: relative;
    display: inline-block;
    padding: 8px 10px;
    margin: 0px 3px 0px 0px;
    text-decoration: none;
    z-index: 10;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

ul.home a.mm-item-link:link, ul.home a.mm-item-link:visited,
ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
  position: relative;
  display: inline-block;
  color: #FFF;
  padding: 8px 15px;
  margin: 0px 3px 0px 0px;
  text-decoration: none;
  z-index: 10;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

ul.crm a.mm-item-link:link, ul.crm a.mm-item-link:visited 
{
    color: #147;    
}

ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
  color: #444;
  background: #FFF;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}

ul.megamenu div.mm-item-content {
  background: #FFF;
  padding: 0px;
  position: absolute;
  border: 1px solid #777;
  z-index: 9;
}

.mm-content-base {
  background: #FFF;
  position: relative;
  z-index: 11;
  padding: 10px;
}
.mm-js-shadow {
  background: transparent;
  position: absolute;
  z-index: 10;
}

.mm-content-base ul.princip
{
	width: 820px;
	height: auto;
	padding: 0;
	margin: 0;
}

.mm-content-base ul.princip li
{
	padding: 5px;
	margin: 0;
	width: 150px;
	height: auto;
	list-style-type: none;
}

ul.home .mm-content-base ul.princip li h5
{
    background: #147;    
}

.mm-content-base ul.princip li h5
{
	padding: 2px;
	margin: 0;
	color: #FFF;
	width: 150px;
	background: #888;
}

.mm-content-base ul.princip li ul
{
	width: 160px;
	height: 100px;
}

.mm-content-base ul.princip li ul li
{
	padding: 2px 0 2px 15px;
	text-align: left;
	border-right: none;
	color: #147;
	background: url("img/ms_10x10.png") no-repeat left center;
}

.mm-content-base ul.princip li ul li.clear-fix
{
    background: none !important;        
}

.mm-content-base ul.princip li ul li a
{
    color: #147;
    text-decoration: none;    
}

.mm-content-base ul.princip li ul li a:hover
{
    text-decoration: underline;
}

/*******************/

aside{
	color:#114477;
	padding:20px;
	float:right;
	height:800px;
	width:193px;
	background-color:#ddd;
	border-bottom:20px solid #AAA;
	margin-bottom:50px;
	text-shadow:1px 1px 2px #000;
	-webkit-box-shadow:0 0px 40px -10px #AAA;
	-moz-box-shadow:0 0px 40px -10px #AAA;
	box-shadow:0 0px 40px -10px #AAA;
	/*ie*/
	filter:
    progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=0)
    progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=90,strength=0)
    progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=180,strength=7)
    progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=270,strength=7);
}

#main
{
	-webkit-box-shadow:0 20px 40px 10px #AAA;
	-moz-box-shadow:0 20px 40px 10px #AAA;
	box-shadow:0 20px 40px 10px #AAA;
	margin: 0 auto;
	width: 958px;
	padding: 0 0 5px 0;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	/*position: relative;*/
}

#main p{
	font:16px/26px Helvetica, Helvetica Neue, Arial;
	width:620px;
}

/******************************************************/
#percorsoNav
{
    width: 700px;
    height: 30px;
    /*background: #def;*/
    padding: 5px 0 0 15px;
}

#percorsoNav ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;    
}

#percorsoNav ul li
{
    float: left;
    padding: 0 5px;
    margin: 0;
    line-height: 20px;  
}

#percorsoNav ul li a
{
    color: #147;
    text-decoration: underline;
    font-weight: bold;
    padding: 2px 0;
}

#percorsoNav ul li span
{
    display: block;
    background: #CCC;
    color: #555;
    padding: 2px 5px;
    line-height: 20px;
    font-weight: bold;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/*******************************************************/









article header{
	padding-bottom:30px;
	width:700px;
}

article h3
{
	padding-left: 20px;
	font-size:24px;
	margin: 0;
}

article p
{
	padding: 0 20px;
	color: #147;
	margin: 0 0 20px 0;
}

article header h2
{
	font-size:34px;
	margin: 0 auto;
	padding:0;
	color:#114477;
	text-shadow:1px 1px 2px #AAA; 
	width:700px;
	text-align: center;
}

/* FORM */
#form2CSS3
{
	width: 600px;
	margin: 20px auto;
	padding: 20px 0;
}

#form2CSS3 form
{
	width: 400px;
	padding: 10px;
}

#form2CSS3 form p
{
	width: 400px;
	padding: 0;
	margin: 0;
}

#form2CSS3 form input
{
	width: 250px;
}

#form2CSS3 form textarea
{
	width: 380px;
	height: 150px;
}

#form2CSS3 form input,
#form2CSS3 form textarea
{
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	margin: 10px auto;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background: #FFFFFF;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #DDEEFF), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #DDEEFF 1px, #FFFFFF 25px);
	box-shadow: #DDEEFF 0px 0px 8px;
	-moz-box-shadow: #DDEEFF 0px 0px 8px;
	-webkit-box-shadow: #DDEEFF 0px 0px 8px;
}

#form2CSS3 form input:hover, #form2CSS3 form textarea:hover,
#form2CSS3 form input:focus, #form2CSS3 form textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	box-shadow: rgba(0,0,0, 0.15) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.15) 0px 0px 8px;
}

#btnSubmit
{
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	padding: 5px 10px;
}

#formCss3
{
	width: 290px;
	padding: 30px 10px 10px 10px;
	margin: 30px auto;
}

#formCss3 span#spanIntest
{
	display: block;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	background: #AAA;
	width: 110px;
	margin: auto;
	border:solid 0px #000000;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:0px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-left-radius:0px;
    -webkit-border-bottom-right-radius:0px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
	/*ombra*/
	-moz-box-shadow:1px 1px 5px #444444;
	-webkit-box-shadow: 1px 1px 5px #444444;
	box-shadow:1px 1px 5px #444;
	text-align: left;
}

#formCss3 form
{
	width: 268px;
	padding: 10px;
	background:#fafafa;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-moz-box-shadow:1px 1px 5px #444444;
	-webkit-box-shadow: 1px 1px 5px #444444;
	box-shadow:1px 1px 5px #444;
	text-align: left;
	border: solid 1px #CCC;
}

#formCss3 form label
{
	display:block;
	margin:3px 0;
	width: 270px;
}

#formCss3 form input {
	color:#666;
	display: block;
	border:1px solid #d8d8d8;
	width:258px;
	padding: 5px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	background: #efefef;
	background: -moz-linear-gradient(top, #eaeaea, #CCC);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeaea), to(#CCC));
}

 #formCss3 form select {
	color:#666;
	padding: 5px;
	width: 268px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	background: #efefef;
	border:1px solid #d8d8d8;
}

#formCss3 form option {display:block;color:#666;}

/* hack ie6 = " * html #chkbox " */

#formCss3 form input[type="checkbox"] 
{
	background:none;
	border:0px;
	width:14px;
	height:14px;
	margin:5px 15px;
	padding:0px;
}
#formCss3 form input[type="radio"] 
{
	background:none;
	border:0px;
	width:14px;
	height:14px;
	margin:5px 15px;
	padding:0px;
}
input[type="text"]:disabled {
	opacity: .5;
	filter: alpha(opacity=50);
}
#formCss3 form textarea 
{
	border:1px solid #d8d8d8;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	background: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea, #DDD);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeaea), to(#DDD));
	width: 258px;
	padding: 5px;
	height: 78px;
}

.btnVerde
{
	font-size: 14px;
	color: #ffffff;
	padding: 5px 10px;
	background: #036b0f;
	background: -moz-linear-gradient( top, #a7fa96 0%, #5bf23d 25%, #278f3f 75%, #036b0f);
	background: -webkit-gradient(linear, left top, left bottom, from(#a7fa96), color-stop(0.25, #5bf23d), color-stop(0.75, #278f3f),to(#036b0f));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px solid #171717;
	-moz-box-shadow: 0px 1px 6px rgba(014,015,014,0.4), inset 0px 0px 10px rgba(004,087,026,0.7);
	-webkit-box-shadow: 0px 1px 6px rgba(014,015,014,0.4), inset 0px 0px 10px rgba(004,087,026,0.7);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
}

.btnRosso
{
	font-size: 14px;
	color: #ffffff;
	padding: 5px 10px;
	background: #991128;
	background: -moz-linear-gradient(top,#ff0505 0%,#991128);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0505),to(#991128));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px solid #cc0e44;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px -1px 0px rgba(199,032,121,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px -1px 0px rgba(199,032,121,0.5);
	text-shadow: 0px -1px 1px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.1);
}
/* suite pulsanti */

div.large button,
div.jqi button,
.button
{
    display: inline-block;
    white-space: nowrap;
    background-color: #ccc;
    border: 1px solid #777;
    padding: 0 1.5em;
    margin: 0.5em;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    background-image: linear-gradient(top, #eee, #ccc);
    font-size: 13px;
    cursor: pointer;
}

div.jqi button:hover,
.button:hover
{
        background-color: #ddd;
        background-image: linear-gradient(top, #fafafa, #ddd);
        }
.button:active
{
        -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        position: relative;
        top: 1px;
}
.button:visited
{
	color: #aaa;
}
/* Hexadecimal entities for the icons */
.add
{
	color: green !important;
}

.del
{
	color: red !important;
}

.annulla
{
	color: #147 !important;
}

.nero
{
    color: #000 !important;
}

.orange
{
    color: #DE6D00 !important;
}
/****************************************************/

.pulsanti
{
	width: 920px;
	text-align: right;
	margin: 10px auto 0 auto;
	padding: 0;
	position: relative;
	/*border-bottom: 2px dotted #CCC;*/
}

.btnStampa,
#btnStampa
{
    position: absolute;
    top: 10px;
    left: 0px;
    background: url("img/stampa_big.png") no-repeat center center;
    width: 30px;
    height: 30px;
    display: block;    
}

.btnExcel,
#btnExcel
{
    position: absolute;
    top: 10px;
    left: 40px;
    background: url("img/excel_big.png") no-repeat center center;
    width: 30px;
    height: 30px;
    display: block;    
}

.btnPdf,
#btnPdf
{
    position: absolute;
    top: 10px;
    left: 80px;
    background: url("img/pdf_big.png") no-repeat center center;
    width: 30px;
    height: 30px;
    display: block;    
}

.btnBlu
{
	font-size: 14px;
	color: #ffffff;
	padding: 5px 10px;
	background: #5285cc;
	background: -moz-linear-gradient( top,#73a3e6 0%,#6f9fe7 50%,#2769cc 52%,#2769cc 65%,#5285cc);
	background: -webkit-gradient(linear, left top, left bottom, from(#73a3e6),color-stop(0.50, #6f9fe7),color-stop(0.52, #2769cc),color-stop(0.65, #2769cc),to(#5285cc));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px solid #2367cc;
	-moz-box-shadow:0px 1px 3px rgba(255,255,255,0.5),inset 0px 0px 5px rgba(255,255,255,0.6);
	-webkit-box-shadow:0px 1px 3px rgba(255,255,255,0.5),inset 0px 0px 5px rgba(255,255,255,0.6);
	text-shadow:0px 0px 0px rgba(255,255,255,0),0px 0px 0px rgba(255,255,255,0);
}

#footer-container footer{
	/*background-color:#026AB2;*/
	background: url("img/footer_bg.png") repeat-x;
	border-top:5px solid #114477;
	margin-top:10px;
	-webkit-box-shadow:0 -40px 40px -40px #AAA;
	-moz-box-shadow:0 -40px 40px -40px #AAA;
	box-shadow:0 -40px 40px -40px #AAA;
	color:white;
	padding: 10px 5px 15px 5px;
	width: 950px;
	margin: auto;
}

#footer-container footer ul
{
    height: 150px;
    padding: 0;
    margin: 0 auto;
    width: 940px;    
    list-style-type: none;
}

#footer-container footer ul li
{
    float: left;
    width: 265px;
}

#footer-container footer h2
{
	padding: 0;
	margin: 0;
	text-shadow:1px 1px 2px #114477;
	font-size: 20px;
}

#footer-container footer ul li ul
{
    width: 200px;
    list-style-type: square;
    padding: auto;
    /*background: yellow;*/
    height: 120px;
    margin: 0 20px;
    border-right: solid 1px #CCC;
}

#footer-container footer ul li ul li
{
    float: none;
    padding: 4px;
    font-size: 13px;
    font-weight: bold;
    color: #def;
}

#footer-container footer ul li#socialBox
{
    width: 410px;
    background: #FFF;
}

#btnApriFooter
{
    margin: auto;
    width: 938px;
    height: 30px;
    padding: 0 10px;
    background: #FFF;
    text-align: right;
}

#btnApriFooter a
{
    cursor: pointer;
    background: #147;
    display: block;
    width: 50px;
    padding: 0;
    margin: 0;
    float: right;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    line-height: 30px;
    /*bordo*/
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:0px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-left-radius:0px;
    -webkit-border-bottom-right-radius:0px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}

#btnApriFooter a:hover
{
    background: #1963AE;    
}

#footerUtil
{
    height: auto;
    width: 920px;
    background: #14528F;
    border: solid 10px #147;
    margin: auto;
    padding: 10px;
    /*Ombra Interna */
    -moz-box-shadow:inset 0px 0px 20px #000;
    -webkit-box-shadow:inset 0px 0px 20px #000;
    box-shadow:inset 0px 0px 20px #000;
    display: none; 
    text-align: left;
}

#footerUtil ul
{
    list-style-type: none;
    padding: 0 10px 0 0;
    margin: auto 10px auto auto;
    width: 100px;
    border-right: dotted 1px #DEF;
    display: inline-block;
    font-size: 10px;
}

/*per ie7*/
*:first-child+html #footerUtil ul,
/* ie6 */
* html #footerUtil ul
{
    float: left;    
}

#footerUtil ul li
{
    float: none;
    text-align: left;
    width: auto;
    margin: 2px 0;
}

#footerUtil ul li h3
{
    font-size: 20px;
    padding: 2px;
    margin: 0;
    font-size: 15px;
    background: #FFF;
    color: #147;
    text-align: center;
}

#footerUtil ul li span,
#footerUtil ul li a
{
    display: block;
    padding: 0;
    color: #FFF;
    width: auto;
    text-decoration: none;
}

#footerUtil ul li a:hover
{
    text-decoration: underline;    
}

#footer-container #chiusura
{
    width: 940px;
    background: #147;
    margin: auto;
    padding: 10px;
    color: #FFF;
    font-weight: normal;
    font-size: 10px;
}

#footer-container #chiusura a
{
    color: #FFF;
    text-decoration: none;   
}

#footer-container #chiusura a:hover
{
    text-decoration: underline;       
}
/*--------------------PAGINAZIONE-----------------*/
.paginate {
  text-align: center;
}
.paginate ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.paginate li {
  display: inline;
  margin-left: 5px;
}
.paginate a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  margin: 1px 2px;
  padding: 5px 10px;
  display: inline-block;
  border-top: 1px solid #fff;
  text-decoration: none !important;
  color: #717171 !important;
  font-size: smaller !important;
  font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
  text-shadow: white 0 1px 0;
  background-color: #f5f5f5;
  background-image: linear-gradient(top, #f9f9f9, #eaeaea);
  /* Saf4+, Chrome */
  /* Chrome 10+, Saf5.1+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  }
.paginate a:first-child, .paginate a.first {
  margin-left: 0;
}
.paginate a:last-child, .paginate a.last {
  margin-right: 0;
}
.paginate a:hover, .paginate a:focus {
  border-color: #fff;
  background-color: #fdfdfd;
  background-image: linear-gradient(top, #fefefe, #fafafa);
  /* Saf4+, Chrome */
  /* Chrome 10+, Saf5.1+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  }
.paginate a.more {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0 none !important;
  background: transparent !important;
  margin-left: 0;
  margin-right: 0;
}
.paginate a.active {
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  border-color: #505050;
  color: #f2f2f2 !important;
  text-shadow: black 0 1px 0;
  background-color: #676767;
  background-image: linear-gradient(top, #5f5f5f, #5c5c5c);
  /* Saf4+, Chrome */
  /* Chrome 10+, Saf5.1+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  }
}
/*********************************************/




/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
========================================================================== */ 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*NumericText*/

.msnumerictext 
{
    text-align: right;
}

/*NumericText*/


/*popup*/
/*****************************************************************/
.nascostofade,
.largefade,
.jqifade{
	position: absolute;
	background-color: #aaaaaa;
}
div.nascosto,
div.jqi
{
    width: 700px;    
}

div.large
{
    /*width: 800px;*/
    width: auto;
}

div.nascosto,
div.large,
div.jqi{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}
div.nascosto .nascostocontainer,
div.large .largecontainer,
div.jqi .jqicontainer{
	font-weight: bold;
}
div.nascosto .nascostoclose,
div.large .largeclose,
div.jqi .jqiclose{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: pointer;
	color: #147;
	font-weight: bold;
}
div.nascosto .nascostomessage,
div.large .largemessage,
div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #444444;
}
div.nascosto .nascostobuttons
{
    display: none;        
}
div.large .largebuttons,
div.jqi .jqibuttons{
	text-align: right;
	padding: 5px 0 5px 0;
	border: solid 1px #eeeeee;
	background-color: #f4f4f4;
}
/*div.jqi button{
	padding: 3px 10px;
	margin: 0 10px;
	background-color: #2F6073;
	border: solid 1px #f4f4f4;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}*/
/*div.jqi button:hover{
	background-color: #728A8C;
}*/
div.large button.largedefaultbutton,
div.jqi button.jqidefaultbutton{
	color: green;
}
.largewarning .large .largebuttons
.jqiwarning .jqi .jqibuttons{
	background-color: #BF5E26;
}
/*popup*/

.center
{
    text-align: center !important;    
}

.right
{
    text-align: right !important;  
}

/* FLOATING MENU */
#floating-box
{
    width:40px;
	/*height:200px;*/
	height: auto;
	border:1px solid #ccc;
	border-right: 1px solid #fff;
	background-color:#fff;
	float:left;
	margin-left:-52px;
	position:fixed;
	z-index:1;
    padding: 5px 5px 0 5px;
	/* angoli arrotondati */
	-moz-border-radius-topleft: 9px;
    -moz-border-radius-bottomleft:12px;
    -webkit-border-top-left-radius:9px;
    -webkit-border-bottom-left-radius:12px;
    border-top-left-radius:9px;
    border-bottom-left-radius:12px;
    /* ombra */
    -moz-box-shadow: -5px 0px 5px #ccc;
    -webkit-box-shadow: -5px 0px 5px #ccc;
    box-shadow: -5px 0px 5px #ccc;
}

#floating-box span
{
    position: relative;    
}

#floating-box span#ad_general
{
    background: url("../addon/ms_ad_general.png") no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 5px 0;
}

#floating-box span.ad_message
{
    background: url("../addon/ms_message.png") no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 5px 0;
}

#floating-box span.ad_eye
{
    background: url("../addon/ms_eye.png") no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 5px 0;
}

#floating-box span.ad_chat
{
    background: url("../addon/ms_chat.png") no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 5px 0;
}

#floating-box span.ad_voip
{
    background: url("../addon/ms_voip.png") no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 5px 0;
}

#floating-box span.ad_blackboard
{
    background: url("../addon/ms_blackboard.png") no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 5px 0;
}

#floating-box span.ad_wall
{
    background: url("../addon/ms_wall.png") no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 5px 0;
}

#floating-box span.ad_view
{
    background: url("../addon/ms_view.png") no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 5px 0;
}

#floating-box span.ad_dashboard
{
    background: url("../addon/ms_dashboard.png") no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 5px 0;
}

#floating-box span.ad_target
{
    background: url("../addon/ms_target.png") no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 5px 0;
}

#floating-box span.ad_alert
{
    background: url("../addon/ms_alert.png") no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 5px 0;
}

#floating-box span.ad_stylist
{
    background: url("../addon/ms_stylist.png") no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 5px 0;
}

#floating-box span a,
#floating-box div a
{
    background: red;
    color: #fff;
    padding: 2px 5px;
    width: auto;
    height: 15px;
    display: block;
    /*border: solid 1px #fff;*/
    position: absolute;
    top: -3px;
    right: -3px;
    text-decoration: none;
    /* bordo arrotondato */
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

#floating-box span a.null,
#floating-box div a.null
{
    display: none;
}

#floating-box span:hover,
#floating-box div:hover
{
    cursor: pointer;
}

#floating-box span.no-notify,
#floating-box div.no-notify
{
    opacity: 0.5;
	filter: alpha(opacity=50);
}

#divIcon
{
    display: none;
}

#dialog-overlay {
    background: none repeat scroll 0 0 #AAAAAA;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3000;
}
#dialog-box {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    z-index: 5000;
}
#dialog-box .dialog-content {
    color: #666666;
    font-family: arial;
    font-size: 11px;
    margin: 13px;
    padding: 10px;
    text-align: left;
}
#dialog-box .dialog-content p {
    font-weight: 700;
    margin: 0;
}
#dialog-box .dialog-content ul {
    height: 50px;
    margin: 10px 0 10px 20px;
    padding: 0;
}
#dialog-message {
    background: url("img/loading.gif") no-repeat scroll left center transparent;
    padding: 5px 5px 5px 40px;
}


/* added by ftoticone*/

.imgInfoEntity
{
    float: left;
    width: 13px;
    height: 13px;
}

a.tooltip
{
    color: #000000;
    text-decoration: none;
    cursor: help;
    vertical-align : middle;
}
a.tooltip .tooltip-content
{
    display: none;
    width:300px;
}
a.tooltip:hover .tooltip-content
{
    display: block;
    position: absolute;
    top: 20px;
    left: 30px;
    background: #EEEEEE;
    font-style: italic;
    padding: 5px 5px 5px 5px;
    border: solid 1px #DDDDDD;
}
a.tooltip:hover
{
    position: relative;
}

.display-label-tooltip
{
    clear: both;
    display: block;
    width: 150px;
    float: left;
    padding:2px 0;
}
.display-field-tooltip
{
    display: block;
    padding:2px 0;
}
/* end - added by ftoticone*/

#numeriScartati {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    height: 153px;
    left: 310px;
    overflow: auto;
    padding: 5px;
    position: absolute;
    top: 204px;
    width: 567px;
    z-index: 10000;
}


#chiudiNumScartati {
    background-color: #000000;
    color: #FFFFFF;
    font-weight: bold;
    left: 874px;
    position: absolute;
    text-align: center;
    top: 188px;
    width: 15px;
    display: none;
}

#chiudiNumScartati a 
{
    text-decoration: none;
    color: #FFF;
}