/* print css for agenda roda */
body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a {background:transparent;text-decoration:none; color:#000;}

th,
td {
	border: 1px solid #000;
	margin: 0;
}

table {
	border-collapse: collapse;
	width: 100%;
}

#release,
#site_nav,
#user_data,
#breadcrumbs,
#page_menu,
.dossier_basic_edit,
#appointment_actions,
#actor_actions{
	display: none;
}

#site_name {
	font-size: 12pt;
}

#container {
	overflow: hidden;
}

#footer {
	clear: both;
	font-size: 7pt;
	padding-top: 14pt;
}

#actor_details h3,
#appointment_details h3,
#dossier_details h3 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0;
}

#actor_details p,
#appointment_details p,
#dossier_details p {
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
}


//	MISC

.id,
.number,
.amount {
	text-align:		right;
}

.date {
	text-align:		center;
}

.hidden {
	display:		none;
}

/*------------------------------------------------------------------------
							COLONNE INTERNE
-------------------------------------------------------------------------*/

#proforma_details,
#invoice_details,
#appointment_details,
#actor_details,
#dossier_details {
	overflow:			hidden;
	margin:				0;
}

/*	1 COLONNA */

#note,
#dossier_updates,
#updates_form,
#description,
#starred_dossiers,
#user_dossiers,
#latest_dossiers,
#last_modified_section,
#latest_actions
{
	float:				left;
	width:				100%;
}

/*	2 COLONNE */

#CF,
#P_IVA,
#client,
#counterpart,
#dossier_activities,
#dossier_billing 
{
	float:				left;
	width:				49%;
}

/*	3 COLONNE */

#occurrence_date,
#category,
#proforma_id,
#invoice_id,
#proforma_amount,
#invoice_amount,
#payment_date,
#proforma_date,
#email,
#telephone,
#mobile_phone,
#fax,
#author,
#creation_date,
#total_amount,
#last_modify_date {
	float:				left;
	width:				32%;
}

/* 2/3 */

#dossier,
#address {
	float:				left;
	width:				66%;
}

/*	PRIMA COLONNA */

#dossier,
#invoice_id,
#total_amount,
#address,
#telephone,
#CF,
#client,
#dossier_activities,
#starred_dossiers,
#last_modified_section,
#latest_actions {
	clear:				left;
	margin-right:		2%;
}

/*	COLONNE CENTRALI */

#invoice_amount,
#mobile_phone,
#author,
#creation_date {
	margin-right:		2%;
}

/*	STILI COMUNI */

#dossier,
#occurrence_date,
#category,
#proforma_id,
#invoice_id,
#proforma_amount,
#invoice_amount,
#payment_date,
#total_amount,
#proforma_date,
#address,
#email,
#telephone,
#mobile_phone,
#fax,
#note,
#CF,
#P_IVA,
.note,
.attachment_item,
#author,
#creation_date,
#last_modify_date,
#description,
#client,
#counterpart {
	border-bottom: 1px solid #000;
}

#dossier_actions {
	position: absolute;
	top:1em;
	right:1em;
	list-style-type: none;
	text-align: right;
	border: 1px solid #000;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

#dossier_actions li {
	border-bottom: 1px solid #000;
	padding: 2pt 6pt;
	margin: 0;
}