/*CSS Tool*/
/*+clearfix {*/
.riepilogo_profile:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.riepilogo_profile
{
	display: inline-block;
}
.riepilogo_profile
{
/*\*/
	display: block;
/**/
	_height: 1px;
}
/*+}*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
}
BODY
{
	background: #FFF;
	font-family: "Trebuchet MS", verdana, Arial;
	font-size: 12px;
	text-align: center;
}
/*Headings*/
H1
{
	color: #333;
	font-size: 2.2em;
}
H2
{
	color: #666;
	font-size: 2em;
}

H4
{
	color: #333;
	font-size: 1.1em;
	padding: 5px;
}
#wrap
{
	position: relative;
	text-align: left;
	background: #FFF;
	margin: 0 auto;
	padding: 0;
	width: 1005px;
}
/**************************************************************************************************************************/
#header
{
	padding: 0;
	height: 70px;
}
#header #logout
{
	margin: 5px 10px 0px 0px;
	padding: 0px;
	width: 319px;
	text-align: center;
	float: right;
	height: 52px;
	position: relative;
}
#header #logout #logout_button A:link, #header #logout #logout_button A:visited
{
	margin-right: 10px;
	height: 25px;
	width: 85px;
	position: absolute;
	top: 14px;
	right: 20px;
}
#header #logout #logout_button P
{
	visibility: hidden;
}
#header #logout #benvenuto
{
	width: 180px;
	position: absolute;
	top: 16px;
	left: 10px;
	padding-top: 0px;
	margin: 0;
}
/**************************************************************************************************************************/
#menu
{
	height: 52px;
	line-height: 52px;
}
#menu H1
{
	padding-right: 20px;
	float: right;
}
#project_title
{
   color: #333;
   font-size: 1.2em;
   padding-right: 20px;
   float: right;
}
#menu UL
{
	float: left;
	background: none;
	padding: 0;
	margin: 0;
	width: 550px;
	height: 52px;
	line-height: 52px;
	list-style: none;
}
#menu UL LI
{
	float: left;
	border: none;
}
#menu UL LI A:link, #menu UL LI A:visited
{
	border-right: 1px solid #FFFFFF;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	padding: 17px 20px 17px 40px;
}
#menu UL LI A:hover
{
	color: #000000;
}
.menu_selected
{
	background: url(contactbox/img/menu/menu_selected.gif) no-repeat bottom center;
	color: #FFF;
}
#menu #home
{
	background: url(contactbox/img/menu/ico_home.jpg) no-repeat 0 10px;
}
#menu #progetti
{
	background: url(contactbox/img/menu/ico_progetti.jpg) no-repeat 0 4px;
}
#menu #profile
{
	background: url(contactbox/img/menu/ico_profilo.jpg) no-repeat 0px 4px;
}
#menu #fatture
{
	background: url(contactbox/img/menu/ico_fatture.jpg) no-repeat 0px 4px;
}
/**************************************************************************************************************************/
#login_container
{
	position: relative;
	height: 300px;
	width: 1005px;
}
#login
{
	padding: 70px 0px 0px 70px;
	position: absolute;
	top: 35px;
	left: 192px;
	width: 390px;
	height: 121px;
}
#login LABEL
{
	font-weight: bold;
	width: 100px;
	float: left;
}
#login INPUT
{
	font-weight: bold;
	height: 20px;
	width: 200px;
	margin-bottom: 10px;
}
#login INPUT:focus
{
	background: #EEE;
}
#login #remember_me
{
	text-align: left;
	width: 20px;
	border: none;
}
#login_text
{
	top: 35px;
	position: absolute;
	right: 10px;
	width: 318px;
	height: 262px;
}
.login_message
{
	color: #FF0000;
	margin-bottom: 10px;
}
/**************************************************************************************************************************/
#footer
{
	background: none;
	padding: 0;
	height: 20px;
}
/**************************************************************************************************************************/
.clear
{
	clear: both;
}
/*************************************************************************************************************************
TABLES*/
TABLE
{
	border: 1px solid #CCC;
	width: 100%;
}

TR
{
	border: 0;
}
TD, TH
{
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 20px;
	padding: 5px 6px;
	vertical-align: top;
}
TH
{
	background: #FFF;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	padding: 2px 6px;
	text-transform: uppercase;
}
TH A:link, TH A:visited, TH A:hover
{
	color: #333;
	display: block;
	font-size: 11px;
	text-decoration: none;
	width: 100%;
}
TH.asc A, TH.desc A
{
	background-position: right;
	background-repeat: no-repeat;
}
TH.asc A
{
	background-image: url(../../../images/sorted_asc.gif);
}
TH.desc A
{
	background-image: url(../../../images/sorted_desc.gif);
}
.odd
{
	background: #F7F7F7;
}
.even
{
	background: #FFF;
}
/*LIST*/
.list TABLE
{
	border-collapse: collapse;
	border-bottom: 0;
}
.list TH, .list TD
{
	border-left: 1px solid #DDD;
}
.list TH:hover
{
	background: #EEE;
}
.list TR:hover
{
	background: #B2D1FF;
}
/*PAGINATION*/
.paginateButtons
{
	background: #FFF;
	border: 1px solid #CCC;
	border-top: 0;
	color: #666;
	font-size: 10px;
	overflow: hidden;
	padding: 10px 3px;
}
.paginateButtons A
{
	background: #FFF;
	border: 1px solid #CCC;
	border-color: #CCC #AAA #AAA #CCC;
	color: #666;
	margin: 0 3px;
	padding: 2px 6px;
}
.paginateButtons SPAN
{
	padding: 2px 3px;
}

.paginateButtons .currentStep
{
	font-weight: bold;
	padding: 2px 6px;
}


/******** PAGINATION for SALES & REP.CHANNEL (Src)   ****/

.paginateButtonSrc {
    background: #fff url( ../images/shadow.jpg ) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 10px;
}
.paginateButtonSrc a  {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtonSrc span {
    padding: 2px 3px;
}

.paginateButtonSrc a:hover {
		background:#ccc;
}

.paginateButtonSrc .currentStep {

	color:#FF6600;
	font-weight:bold;
	border:1px solid #FF6600;
	font-size:11px;

}

.global {
float: right;
margin-left: 20px;
font-weight: bold;
}

.green{
    color: green;
}

.red{
    color: red;
}

.gray{
    color: gray;
}

.list_src a:link, a:visited, a:hover {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    font-size:11px;
}

.list_src th:hover, .list_src tr:hover {
    background: #b2d1ff;
}

.list_src th, .list_src td {
    border-left: 1px solid #DDDDDD;
}

.list_src th {
    background: url("../images/shadow.jpg") repeat scroll 0 0 #FFFFFF;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px;
}

.list_src td, th {
    font: 11px/12px verdana,arial,helvetica,sans-serif;
    padding: 5px 4px;
    vertical-align: middle;
}

.list_src ul {
    list-style:none;
}

#excel_src A:link, #excel_src A:visited
{
	background: url(../images/excel.jpg) no-repeat 20px 0;
	text-decoration: none;
	color: #669900;
	float: left;
	margin-left: 2px;
	padding: 2px 22px 12px 30px;
	display: block;
	text-align: right;
}


/*usate nel report fatturazione*/
.dashboard select {
    padding: 2px 2px 2px 0;
}
.dashboard input, select, textarea {
    background-color: #FCFCFC;
    border: 1px solid #CCCCCC;
    font-size: 11px;
    font-family: verdana,arial,helvetica,sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}

.nestedTable{
    border: none;
}

.nestedTable th,.nestedTable td{
    border-left:none;
}



/**************************************************************************************************************************/
#main
{
	background: #FFF;
	padding: 0;
	height: 418px;
	position: relative;
}
#top_main_left
{
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
#top_main_right
{
	padding-right: 20px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
/**************************************************************************************************************************/
#main #dettagli
{
	background: url(../img/login/submit.gif) no-repeat 0 0;
	width: 82px;
	height: 22px;
	border: none;
}
#main #dettagli A:link, #main #dettagli A:visited
{
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 0px 0px 0px 2px;
}
#main #dettagli A:hover
{
	color: #FF7733;
}
/*************************************************************************************************************************
FLORA TABS
Caution! Ensure accessibility in print and other media types...
Use class for showing/hiding tab content, so that visibility can be better controlled in different media types...*/
.ui-tabs-hide
{
	display: none !important;
}
/*Hide useless elements in print layouts...*/
@media print
{
	.ui-tabs-nav
	{
		display: none;
	}
}
/*Skin*/
.ui-tabs-nav, .ui-tabs-panel
{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.ui-tabs-nav
{
	z-index: 999;
	float: left;
	width: 400px;
	list-style: none;
	margin: 20px 0 0;
	padding: 0 0 0 0px;
}
.ui-tabs-nav:after
{
/*clearing without presentational markup, IE gets extra treatment*/
	display: block;
	clear: both;
	content: " ";
}
.ui-tabs-nav LI
{
	float: left;
	margin: 0 0 0 0px;
	font-weight: bold;
}
.ui-tabs-nav A, .ui-tabs-nav A SPAN
{
	float: left;
/*fixes dir=ltr problem and other quirks IE*/
	padding: 10px 12px;
	border: 1px solid #E1E1E1;
	background: #FFF;
}
.ui-tabs-nav A
{
	margin: 0px 0 0;
/*position: relative makes opacity fail for disabled tab in IE*/
	padding-left: 10px;
	background-position: 100% 0;
	text-decoration: none;
	white-space: nowrap;
/*@ IE 6*/
	outline: 0;
/*@ Firefox, prevent dotted border after click*/
}
.ui-tabs-nav A:link, .ui-tabs-nav A:visited
{
	color: #000000;
}
.ui-tabs-nav .ui-tabs-selected A
{
	border: 1px solid #A3A3A3;
	border-bottom: none;
	background: #F0F0F0;
	z-index: 2;
	margin-top: 0;
}
.ui-tabs-nav A SPAN
{
	padding-top: 1px;
	padding-right: 0;
	height: 20px;
	background-position: 0 0;
	line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected A SPAN
{
	padding-top: 0;
	height: 27px;
	background-position: 0 -23px;
	line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected A:link, .ui-tabs-nav .ui-tabs-selected A:visited, .ui-tabs-nav .ui-tabs-disabled A:link, .ui-tabs-nav .ui-tabs-disabled A:visited
{
/*@ Opera, use pseudo classes otherwise it confuses cursor...*/
	cursor: text;
}
.ui-tabs-nav A:hover, .ui-tabs-nav A:focus, .ui-tabs-nav A:active, .ui-tabs-nav .ui-tabs-unselect A:hover, .ui-tabs-nav .ui-tabs-unselect A:focus, .ui-tabs-nav .ui-tabs-unselect A:active
{
/*@ Opera, we need to be explicit again here now...*/
	cursor: pointer;
}
.ui-tabs-disabled
{
	opacity: .4;
	filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled A:link, .ui-tabs-nav .ui-tabs-disabled A:visited
{
	color: #000;
}
.ui-tabs-panel
{
	border: 0px solid #519E2D;
	padding: 10px;
	background: #FFF;
/*declare background color for container to avoid distorted fonts in IE while fading*/
}
/*.ui-tabs-loading em {
padding: 0 0 0 20px;
background: url(loading.gif) no-repeat 0 50%;
}
Additional IE specific bug fixes...*/
* HTML .ui-tabs-nav
{
/*auto clear @ IE 6 & IE 7 Quirks Mode*/
	display: inline-block;
}
*:first-child+HTML .ui-tabs-nav
{
/*auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)...*/
	display: inline-block;
}
.ui-tabs-nav #tab_contatti
{
	background: #FFF url(../img/taglio/piu.gif) no-repeat 5px 10px;
	padding-left: 30px;
}
.ui-tabs-nav .ui-tabs-selected #tab_contatti
{
	background: #F0F0F0 url(../img/taglio/piu.gif) no-repeat 5px 10px;
	padding-left: 30px;
}
.ui-tabs-nav #tab_riepilogo
{
	background: #FFF url(../img/taglio/i.gif) no-repeat 5px 10px;
	padding-left: 30px;
}
.ui-tabs-nav .ui-tabs-selected #tab_riepilogo
{
	background: #F0F0F0 url(../img/taglio/i.gif) no-repeat 5px 10px;
	padding-left: 30px;
}
/**************************************************************************************************************************
LAYOUT 2 COLONNE   ( MAIN )

**************************************************************************************************************************/
.lead_selected
{
	background: #FF7733;
}
.body_lead_list
{
	padding: 10px 0 0;
/*z-index:99;*/
	position: absolute;
	top: 56px;
	left: 0px;
	width: 502px;
	background: #EEEEEE;
	border-top: 0;
	border-left: 1px solid #A3A3A3;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
}
.body_lead_list TABLE
{
	cursor: pointer;
}
.body_project .dialog
{
	margin: 10px;
	background: #FFF;
}
#showLead
{
	position: absolute;
	top: 56px;
	left: 502px;
	width: 502px;
}
.body_show_lead
{
	border: 10px solid #FF7733;
}
#leadFilter INPUT
{
	border: 1px solid #E1E1E1;
}
#lead_container
{
	padding: 9px 10px;
	width: 485px;
	position: relative;
}
#lead_status
{
	position: relative;
	margin: 0 auto;
	width: 485px;
	height: 85px;
	margin: 10px auto 0;
}
#lead_status .lead_verde
{
	width: 485px;
	height: 85px;
}
#lead_status .lead_grigio
{
	width: 485px;
	height: 85px;
}
#lead_status .lead_rosso
{
	width: 485px;
	height: 85px;
}
#lead_status .lead_giallo
{
	width: 485px;
	height: 85px;
}
#lead_status .lead_giallo .text
{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	position: absolute;
	top: 25px;
	left: 60px;
	width: 310px;
}
#lead_status .lead_grigio .text
{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	position: absolute;
	top: 25px;
	left: 60px;
	width: 310px;
}
#lead_status .text
{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 25px;
	left: 60px;
	width: 310px;
}
#lead_status .cliente
{
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 15px;
	margin: 0 auto;
	width: 65px;
	height: 45px;
}
#lead_status .admin
{
	font-size: 12px;
	position: absolute;
	top: 30px;
	right: 15px;
	margin: 0 auto;
	width: 65px;
	height: 45px;
}
#lead_container TABLE
{
	border: none;
}
.minirosso
{
	background: url(../img/valid/minirosso.jpg) no-repeat 0 0;
	width: 11px;
	height: 12px;
	text-align: right;
	padding-left: 30px;
	padding-bottom: 10px;
}
.miniverde
{
	background: url(../img/valid/miniverde.jpg) no-repeat 0 0;
	width: 11px;
	height: 12px;
	text-align: right;
	padding-left: 30px;
	padding-bottom: 10px;
}
.minigrigio
{
	background: url(../img/valid/minigrigio.jpg) no-repeat 0 0;
	width: 11px;
	height: 12px;
	text-align: right;
	padding-left: 30px;
	padding-bottom: 10px;
}
.convalida_container
{
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 485px;
	background: #FFFFFF;
}
.convalida
{
	margin: 0 auto;
	text-align: center;
	width: 450px;
}
.convalida P
{
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.convalida TABLE
{
	text-align: left;
}
#motivo
{
	border: 1px solid #CCC;
	width: 220px;
	height: 50px;
	margin-bottom: 10px;
}
#tipo_motivo_id
{
	border: 1px solid #CCC;
	width: 183px;
	margin-bottom: 10px;
}
.valid_submit
{
	width: 82px;
	height: 22px;
	font-weight: bold;
	color: #333333;
	background: url(../img/login/submit.gif) no-repeat 0 0;
	font-size: 11px;
	border: none;
}
.valid_submit_disabled
{
	width: 82px;
	height: 22px;
	font-weight: bold;
	color: #737373;
/*altri colori: #ccc , #666*/
	background: url(../img/login/submit.gif) no-repeat 0 0;
	font-size: 11px;
	border: none;
}
.sep
{
	margin: 0px auto;
	background: url(../img/taglio/sep.jpg) no-repeat center center;
	width: 380px;
	height: 50px;
}
#dettagli_lead_container
{
	margin: 0 auto;
	width: 485px;
	text-align: center;
	background: #FFF;
	padding: 0 0 20px;
}
#dettagli_lead
{
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
	width: 450px;
}
#dettagli_lead .motivo
{
	margin: 0px auto 10px;
	text-align: left;
	padding: 3px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
#dettagli_lead .motivo SPAN
{
	color: #737373;
	padding-right: 20px;
}
#dettagli_lead .anagrafica, #dettagli_lead .extras, #dettagli_lead .messaggio
{
	margin: 5px auto 0px;
	text-align: left;
	background: #F7F7F7;
	padding: 3px 0px;
	width: 450px;
}
#dettagli_lead .anagrafica .header, #dettagli_lead .extras .header, #dettagli_lead .messaggio .header
{
	text-align: left;
	background: #EEE;
	margin-bottom: 10px;
	padding: 0px 10px;
	font-size: 13px;
	color: #737373;
}
#dettagli_lead .anagrafica .content, #dettagli_lead .extras .content, #dettagli_lead .messaggio .content
{
	padding: 0px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#dettagli_lead .anagrafica .content SPAN, #dettagli_lead .extras .content SPAN, #dettagli_lead .messaggio .content SPAN
{
	color: #737373;
	width: 150px;
	display: block;
	float: left;
}
#dettagli_lead .anagrafica #nome
{
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	padding: 0px 20px;
}
#dettagli_id
{
	margin: 10px 0px 0px;
	height: 20px;
	width: 485px;
}
#dettagli_id #cod
{
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	float: left;
	padding: 0px 10px;
}
#dettagli_id #date
{
	padding: 0px 20px;
	height: 20px;
	background: #FFF;
	float: right;
	font-size: 13px;
}
.riepilogo
{
	margin: 5px 3px 5px 5px;
	padding: 10px;
	font-size: 13px;
	background: #FFF;
	height: 500px;
}
.riepilogo_dx
{
	margin: 5px 5px 5px 3px;
	padding: 10px;
	font-size: 13px;
	background: #FFF;
	height: 500px;
}
.riepilogo P, .riepilogo_dx P
{
	padding: 10px 0px;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	background: #FFF;
	display: block;
	width: 270px;
	float: left;
	font-size: 13px;
}
.riepilogo SPAN
{
	padding: 5px 0px;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	background: #FFF;
	display: block;
	width: 200px;
	float: left;
	font-size: 13px;
	margin-bottom: 20px;
}
.riepilogo H2, .riepilogo_dx H2
{
	margin-right: 20px;
	text-align: right;
	line-height: 15px;
	padding: 10px 10px 10px 0px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	display: block;
	width: 160px;
	float: left;
	background: url(../img/taglio/riepilogo_h3.jpg) repeat-y right top;
}
.riepilogo H3, .riepilogo_dx H3
{
	margin: 0px 20px;
	padding-right: 20px;
	text-align: right;
	font-size: 13px;
	color: #333333;
	display: block;
	width: 180px;
	float: left;
	border-bottom: 1px dotted #CCCCCC;
}

.riepilogo_dx ul
{
  padding-left:30px;
  padding-top: 25px;
}

.body_project
{
	border-right: 0px solid #000000;
	padding: 10px 0 0;
	z-index: 99;
	position: absolute;
	top: 56px;
	left: 0px;
	width: 502px;
	background: #EEEEEE;
	border-top: 0px solid #000000;
	border-left: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
}
#detail
{
	position: absolute;
	top: 56px;
	left: 502px;
	width: 502px;
	padding: 10px 0px 0px;
	background: #EEE;
	border-bottom: 1px solid #A3A3A3;
	border-right: 1px solid #A3A3A3;
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
}
.dettaglio
{
	background: #FFFFFF;
	margin-bottom: 20px;
	clear: both;
}
.dettaglio P
{
	font-weight: normal;
	background: #FFFFFF;
	z-index: 99;
	color: #333333;
	padding: 10px 0px;
}
.dettaglio TABLE, .dettaglio TABLE TR, .dettaglio TABLE TR TD
{
	border: 0;
	padding: 0;
	margin: 0;
}
.dettaglio SPAN
{
	margin-right: 20px;
	width: 180px;
	display: block;
	float: left;
	font-weight: bold;
	background: #EEE;
	z-index: 999;
	border-bottom: 3px solid #CCC;
	text-transform: uppercase;
	text-align: right;
	padding: 10px 0px;
}
.dettaglio SPAN, .dettaglio_more SPAN
{
	padding-right: 20px;
	width: 180px;
	display: block;
	float: left;
	font-weight: bold;
	background: #EEE;
	z-index: 999;
	border-bottom: 3px solid #CCC;
	text-transform: uppercase;
	text-align: right;
}
.dettaglio_more
{
	clear: both;
	background: none;
}
.dettaglio STRONG
{
	font-weight: normal;
	padding-right: 10px;
	width: 180px;
	display: block;
	float: left;
	border-bottom: 1px dotted #CCC;
	text-align: right;
	z-index: 999;
	margin-right: 20px;
	padding: 10px;
}
#ajaxLoad
{
	z-index: 99999;
	position: absolute;
	left: 450px;
	top: 200px;
}
.body_profile
{
	border-right: 0px solid #000000;
	padding: 10px 0 0;
	z-index: 99;
	background: #EEE;
	border-top: 0px solid #000000;
	border-left: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	border-right: 1px solid #A3A3A3;
}
.body_profile H1
{
	margin: 5px 0px 0px 5px;
	padding: 10px;
	font-size: 25px;
	background: #FFF;
	width: 300px;
	color: #333333;
}
/*[clearfix]*/.riepilogo_profile
{
	margin: 0px 5px 5px;
	padding: 10px;
	font-size: 13px;
	background: #FFF;
	border-top: 0px solid #000000;
}
.riepilogo_right
{
	float: left;
	width: 480px;
}
.riepilogo_left
{
	float: left;
	width: 480px;
}
.riepilogo .riga, .riepilogo_dx .riga, .riepilogo_profile .riga
{
	clear: both;
	float: left;
	margin-bottom: 20px;
}
.riepilogo .sotto-riga, .riepilogo_dx .sotto-riga, .riepilogo_profile .sotto-riga
{
	clear: both;
	float: left;
	margin-bottom: 5px;
	padding-top: 10px;
}
.riepilogo_profile P
{
	padding: 10px 0px;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	background: #FFF;
	display: block;
	float: left;
	font-size: 13px;
	width: 250px;
}
.riepilogo_profile H2
{
	margin-right: 20px;
	text-align: right;
	height: 15px;
	line-height: 15px;
	padding: 10px 10px 10px 0px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	display: block;
	width: 160px;
	float: left;
	background: url(../img/taglio/riepilogo_h3.jpg) repeat-y right top;
}
#excel A:link, #excel A:visited
{
	background: url(../images/excel.jpg) no-repeat 20px 0;
	text-decoration: none;
	color: #669900;
	float: left;
	margin-left: 70px;
	padding: 2px 0px 2px 30px;
	display: block;
	width: 150px;
	text-align: right;
}
#leadFilter, #visitFilter
{
	font-size: 12px;
	padding: 0 0 10px 10px;
	float: left;
}
/*AGGIUNTI NELLA 2° RELEASE*/
#notes
{
	clear: both;
	margin: 10px 0;
}
#notes IMG
{
	float: left;
}
#notes #notecontatto
{
	float: left;
	text-align: left;
	width: 440px;
}
#notes #notecontatto H4
{
	margin: 0;
	padding: 0 0 3px 10px;
	font-size: 12px;
	text-transform: uppercase;
}
#notes #notecontatto P.descrizione
{
	margin: 0;
	padding: 2px 10px;
	color: #000;
	font-size: 12px;
	background: #FFF;
	line-height: 14px;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#notes #notecontatto P SPAN
{
	color: #333;
}
#text-note
{
	height: 130px;
	width: 465px;
	padding: 10px;
	margin: 10px 0;
	background: #FFF url(../../../images/note-riga.jpg) repeat-y 0 0;
	line-height: 30px;
}
#notes #submit-note
{
	width: 100px;
	padding: 1px;
	margin: 4px 10px 10px 0;
	background: #EEE;
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
}
#notes #submit-note:hover
{
	border: 1px solid #000;
	cursor: pointer;
}
#validation-zone
{
	clear: both;
	text-align: left;
	width: 230px;
	float: left;
	margin: 10px 10px 0 0;
}
#validation-zone .ico-lead
{
	float: left;
	margin: 0 10px 10px 0;
}
#validation-zone-comment
{
	text-align: left;
	width: 230px;
	float: left;
	margin: 10px 0px 0 0;
}
#validation-zone-comment
{
	text-align: left;
	width: 230px;
	float: left;
}
#validation-zone-comment H4
{
	margin: 0;
	padding: 0 0 3px 0px;
	font-size: 12px;
	text-transform: uppercase;
}
#validation-zone-comment P
{
	font-size: 12px;
	color: #333;
	line-height: 1.2em;
}
#avvia-contestazione
{
	margin: 10px 0;
	background: url(../../../images/procedura-contestazione.png) no-repeat 0 0;
	width: 218px;
	height: 38px;
	display: block;
	padding: 8px 35px;
	color: #333;
	font-size: 12px;
	text-decoration: none;
}
#avvia-contestazione:hover
{
	cursor: pointer;
	color: #000;
}
.contesta-wrap
{
	padding: 15px;
	text-align: left;
}
.contesta-wrap H2
{
	font-size: 14px;
	color: #F00;
}
.non-convalidare
{
	padding: 2px 10px;
	border: 1px solid #333;
	text-transform: uppercase;
	color: #FFF;
	background: #063;
	text-decoration: none;
	float: left;
	display: block;
	margin: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.convalidared
{
	background: #F00;
	float: right;
}
.h1-contesta
{
	color: #FF0000;
	margin: 0 0 25px;
	padding: 0;
	font-size: 19px;
}
#send-contestazione INPUT, #send-contestazione SELECT
{
	border: 1px solid #666;
	background: #FFF;
	display: block;
	width: 250px;
	margin: 5px;
	padding: 3px;
}
#send-contestazione TEXTAREA
{
	border: 1px solid #666;
	padding: 3px 10px;
	background: #FFF;
	height: 100px;
	width: 280px;
	margin: 5px;
}
#send-contestazione #submit-contestazione
{
	border: 1px solid #666;
	background: #F00;
	color: #FFF;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
}
.lead-grigio
{
	float: center;
	background: url(../images/led.png) no-repeat;
	width: 25px;
	height: 25px;
	margin: 0;
	background-position: 0 0;
}
.lead-rosso
{
	float: center;
	background: url(../images/led.png) no-repeat;
	width: 25px;
	height: 25px;
	margin: 0;
	background-position: 0 -25px;
}
.lead-verde
{
	float: center;
	background: url(../images/led.png) no-repeat;
	width: 25px;
	height: 25px;
	margin: 0;
	background-position: 0 -50px;
}
.lead-giallo
{
	float: center;
	background: url(../images/led.png) no-repeat;
	width: 25px;
	height: 25px;
	margin: 0;
	background-position: 0 -75px;
}
#three
{
	border: 1px solid #999;
}
#leadstats .name
{
	color: #000;
}
A:link.pdf-fatture, A:visited.pdf-fatture
{
	text-decoration: none;
	color: #000;
	text-transform: capitalize;
	font-weight: bold;
}
A:link.progetto-link, A:visited.progetto-link
{
	font-weight: bold;
	text-decoration: none;
}
A.progetto-link:hover
{
	text-decoration: underline;
}
