@import url('calendar.css');
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {
	margin: 0; padding: 0;
} 

body {
	margin: 0; padding: 0;
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	/**background: url(headerbg-orange.gif) repeat-x;
	color: #666666;	**/
	text-align: center;		
}

/* links */
a {
	background: inherit;
	color: #EC981F;
	text-decoration: none;
}
a:hover {
	background: inherit;
	color: #806B4D;
		text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #555;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; }
h3 { 
   font-size: 1.2em; 
	text-transform: none;
   background: url(page.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
	line-height: 1.2em;
}

h4,h5 { font-size: 0.9em; text-transform: none;}


#main h1, #rightbar h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2; 	
}	
#sidebar h1 {
	padding: 10px 0px 5px 30px;
	background: url(square_arrow.gif) no-repeat 2px 12px;
	margin: 0;
	text-transform: uppercase;	
}

p, h1, h2, h3 {
	margin: 10px 15px;
}

/* images */
img {
	/*border: 2px solid #CCC;*/
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  /*border: 2px solid #EC981F;*/
  	text-decoration: none;
	border: 0px;
}


#nota{
	float:left;
	width: 100%;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new';
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #EC981F;
  width: 100%;
}

.totale{
	 
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	text-transform: capitalize;
	}
	
	.price{

	text-decoration: none;
	font-style: normal;
	text-align: right;
text-transform: capitalize;
	
	}
	
		.service{

	text-decoration: none;
	font-style: normal;
	text-align: left;
	text-transform: capitalize;
	}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #EC981F;  
	font-weight: bold; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 0px solid #f2f2f2; 
	/*background-color: #FAFAFA; */
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}


input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}


textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

/*
input.button { 
    overflow:visible;
    width:auto;
    background-color:transparent;
    border:0;
    padding:1px 8px;
    background:#fe0000;
    color:#fff;
    border:1px solid #de5400;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
}
*/




/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
   width: 980px;  	
	text-align: left;		
	background: #FFF;	
}
#content-wrap {
	clear:both;
   margin: 0; padding:0;
	width: 950px;	
}

/* header */

#bandiere{
margin-top:5px;
margin-left:20px;
	float:left;
	width: 50%;
}
#header {
	/*position: relative;
	
	background: url(autonoleggio_pinna.gif) no-repeat;*/
	clear: both;
	
	width:100%;
	height:190px;
}

#logo{
	background: url(autonoleggio_pinna.gif) no-repeat center;
	clear: both;
	width:100%;
	height:190px;
}

#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #CCC;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 48px; left:65px;		
}
#header .searchform {
	position: absolute;
	top: 5px; right: 3px;	
}

/* main column */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 85%;	
	border-left: 1px solid #f2f2f2;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post-footer .date {
	background: url(clock.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sideabar */

#sidebar {
	float: left;
	width: 10%;
	margin: 0;	padding: 0; 
	display: inline;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}

#sidebar ul.sidemenu li {
	/**border-bottom: 1px solid #EFF0F1;
	background: url(arrow.gif) no-repeat 2px 5px;
	padding: 2px 5px 2px 20px;	**/
}

#sidebar ul.sidemenu a:active{
	 /**background-color: Lime;**/
}

.staticmenu {
	/**border-bottom: 1px solid #EFF0F1;
	background: url(arrow.gif) no-repeat 2px 5px;
	padding: 2px 5px 2px 20px;	**/
}


* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

/* rightbar */
#rightbar {
	float: right;
	width: 21%;
	padding: 0;	margin: 0;		
}

/* footer */
#footer {
	clear: both;
	background: #FFF url(footerbg.gif) repeat-x left top;
	border-top: 1px solid #F2F2F2;
	height: 50px;	
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
#footer .credits{
	text-align: left;	
	float: left
	width: 200px;
}
#footer .card{
	text-align: right;	
	float: left
	width: 100px;
}
/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0;	
}


#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	/*width: 850px; 775px; */
	border: 1px solid #808080;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(menudivide.gif) repeat-y right top; 
	border-bottom: 4px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #FFA600;
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #FFA600;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear  { clear: both; }
.block  { display: block; }
.hide   { display: none; }	
.orange { color: #FFA600; }
.yellow { color: Yellow; }
.red {
	color: #D20000;
}

/*
.button {
overflow:visible;
    width:auto;
    background-color:transparent;
    border:0;
    padding:1px 8px;
    background:#fe0000;
    color:#fff;
    border:1px solid #de5400;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
}

.button:hover {
	color:#FFFFFF;
	border:1px solid #ff9900;
}
*/
.inputText {
	background-color: #FFF;
	border:1px solid #666;
	font: 12px arial,helvetica,sans-serif;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#FFFFFF,endColorStr=#EEEEEE);
	color: #708090;
}
.inputTextOn {
	background-color: #FFF;
	border:1px solid #3333FF;
	font: 12px arial,helvetica,sans-serif;

}

#logohyperlink{
	width: 100%;
	clear:both;
}

#dx-links{
	float:right;
	width:30%;
	text-align: center;
	margin-top:5px;
margin-left:20px;
}

#Checkout{
	text-align: right;
	background: #FFFFCC;
	border: 1px solid #FFFF66; border-width:1px 0;
}

.sfondo_pulsante{
	text-align: right;
	background: #FFFFCC;
	border: 1px solid #FFFF66; border-width:1px 0;
	height: 25px;
	padding: 10px;
}

.nostyle{
	border: 1px;
}

#totale{
	border: 1px;
	text-align: right;
	float: right;
}

#totale p{
	border: 1px;
}

#totale h4{
	border: 1px;
	color: #EC981F; 
	font-size: font: 1em;
	
}

.printerfriendly
{
background: url('a41.gif') no-repeat 0 center;

 text-transform: none;
 
	padding-left: 20px; margin: 0 10px 0 5px;
}

#passo{
   margin:10px;
	background-color: #DCDCDC;
	padding: 2px;
	text-align: right;
	width: 100%;
}

#passo .h2{
	color: white;
	font-size:12px;
}

#l1{
	 width: 100%;
	  clear: both;
}



#info_nolo{
 float: left;
 width: 45%;
 border: thin;
 border-color: Silver;
}

#info_nolo input{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	padding: 1px;
}

#info_nolo input:hover{
	background-color: #CCCCFF;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	padding: 1px;
}

#info_nolo .obblig{
	background-color: #faebe7;
	border: 1px solid #da0d12;
	font-size: 11px;
	padding: 1px;
}

#info_cond{
 float:  right;
 width: 45%;
}

#info_cond input{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	padding: 1px;
}

#info_cond input:hover{
	background-color: #CCCCFF;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	padding: 1px;
}

#info_cond .obblig{
	background-color: #faebe7;
	border: 1px solid #da0d12;
	font-size: 11px;
	padding: 1px;
}

#l2{
	 width: 100%;
	  clear: both;
}

#info_azienda{
	 width: 100%;
	 clear: both;
}

#info_azienda input{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	padding: 1px;
}

#info_azienda input:hover{
	background-color: #CCCCFF;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	padding: 1px;
}

#info_azienda .obblig{
	background-color: #faebe7;
	border: 1px solid #da0d12;
	font-size: 11px;
	padding: 1px;
}

#l4{
	 width: 100%;
	  clear: both;
}

#elenco_cat{
   padding-top: 10px;
	width: 100%;
	/*background: url(cars.jpg) no-repeat bottom;*/
}

#home{
	width: 100%;
	background: url(cars.jpg) no-repeat bottom;
	 clear: both;

}

#info-grid{
	width: 100%;
	clear: both;
}

.table{
	text-align: center;
}

#servizi{
	
	width: 100%;
	/*background: url(services.jpg) no-repeat bottom;*/
   clear: both;
	
	
}

.calendario{
	
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #EC981F;
}

#testata{
	width: 100%;
	clear: both;
}

#cammino{
margin-top:2px;
margin-left:20px;
padding-left: 100px;
	width: 50%;
	clear: both:
	float: left;
}

#login-area{
	float: right;
}

#login{
	background-image: url(../../../Images/login.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 350px;
}

.messaggi #errorMsg{
  background:#ffdfdf;
  border:1px solid #df7d7d; border-width:1px 0;
  margin:0 0 1em 0; padding:1em;
}


.head-category { background:url(narrow_category_bg.gif) repeat-x 0 100% #fff; padding:4px 6px 4px 10px;}
.head-category .label {
    background:url(narrow_by_li_by.gif) no-repeat 0 .2em;
    padding-left:20px;
    font-weight:bold;
    text-transform:uppercase;
    }
	 
	 /********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703;}
.loading{color: #003399;}
.success, .error { font-weight:bold; }
.messages { 
  list-style-type: none;
  width:90%; overflow:hidden; }

.loading-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    padding: 4px 4px 4px 4px !important;
    font-size:.90em !important;
    font-weight:bold !important;
	 text-align: left;
	text-transform: capitalize;
    }

.error-msg, .success-msg, .notice-msg, .note-msg, .loading-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
	 text-align: left;
	text-transform: capitalize;
    }
.error-msg li, .success-msg li, .notice-msg li, .loading-msg li { 
  margin-bottom:.2em;
   list-style-type: none;
   }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(error_msg_icon.gif);
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(success_msg_icon.gif);
    }
	 .loading-msg {
    border-color: #00CCFF;
    color: #00CCFF;
    background-color: #CCFFFF;
    /*background-image:url(success_msg_icon.gif);*/
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(note_msg_icon.gif);
	text-transform: none;
    }
	 
.bg { background:url(main_bg.gif) no-repeat #fffffe;  padding:25px 25px 80px 25px;  }
/*
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    background-color:transparent;
    border:0;
    padding:1px 8px;
    background:#fe0000;
    color:#fff;
    border:1px solid #de5400;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
	 
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
    border: 1px solid #CCCCCC;
    background-color: Silver;
    }
	 
a.form-button-alt { padding: 2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }
*/
.prezzo{
	font-style: normal;
	font-weight: bold;
}

.prezzo_totale{
	font-style: normal;
	font-weight: bold;
	color: Orange;
	text-decoration: none;
	text-transform: capitalize;
	font-size: medium;
	text-align: center;
	background-color: White;
}

.form-panel
{
	z-index:1000;
	
}



/* BOTTONI */

.button{
	background:url(button.gif);
	display:block;
    color: #333333;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:150px;
		border-style: none;
	border-width: 0px;
}

.button-add{
	background:url(button-prenot.png);
	display:block;
	/*color:#555555;*/
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:100px;
   text-indent:25px;
	display:block;
    border-color:#446423;
      color: #333333;
    /*background-color:#eff5ea;*/
	 	border-style: none;
	border-width: 0px;
}

.button-login{
	background:url(button-login.png);
	display:block;
	/*color:#555555;*/
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:100px;
   text-indent:20px;
	display:block;
  	border-style: none;
	border-width: 0px;
    color: #333333;
    /*background-color:#eff5ea;*/
}

.button-next{
	background:url(button-next.png);
	display:block;
    color: #333333;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:100px;
   text-indent:20px;
	display:block;
		border-style: none;
	border-width: 0px;
}

.button-ok{
	background:url(button-ok.png);
	display:block;
    color: #333333;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:100px;
   text-indent:20px;
	display:block;
		border-style: none;
	border-width: 0px;
}

.button-prev{
	background:url(button-prev.png);
	display:block;
	color: #CCCCCC;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:100px;
   text-indent:20px;
	display:block;
	border-style: none;
	border-width: 0px;
}


a.button{
	background:url(button.gif);
	display:block;
	color: #333333;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
	text-align: center;
	text-transform: capitalize;
}

a:hover.button{
	color:#0066CC;
}


/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.add{
		background:url(add.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.delete{
		background:url(delete.gif) no-repeat 10px 8px;
		text-indent:15px;
		display:block;
	}
	.user{
		background:url(user.gif) no-repeat 10px 8px;
		text-indent:15px;
		display:block;
	}
	.alert{
		background:url(alert.gif) no-repeat 10px 8px;
		text-indent:15px;
		display:block;
	}
	.msg{
		background:url(msg.gif) no-repeat 10px 8px;
		text-indent:15px;
		display:block;
	}
	.download{
		background:url(download.gif) no-repeat 10px 8px;
		text-indent:15px;
		display:block;
	}

	.lens{
		background:url(lens.gif) no-repeat 10px 8px;
		text-indent:15px;
		display:block;
	}
	.info{
		background:url(info.gif) no-repeat 10px 8px;
		text-indent:15px;
		display:block;
	}
	.booking{
		background:url(tag-pencil.png) no-repeat 10px 8px;
		text-indent:15px;
		display:block;
	}
	
	.next{
		background:url(arrow-right.png) no-repeat 10px 8px;
		text-indent:15px;
		display:block;
	}
	
	.prev{
		background:url(arrow-left.png) no-repeat 10px 8px;
		text-indent:15px;
		display:block;
	}
	
/* Data Table */
.data-table { border:1px solid #bebcb7;  width:100%; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded !important;}
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last td, .data-table tr.last th { border-bottom:0; }
.data-table th {
    border-right:1px solid #c2d3e0;
    padding:2px 8px;
    color:#0a263c;
    white-space:nowrap;
    }
/*
.data-table th a, .data-table th a:hover { }
*/
.data-table td { padding:3px 8px; }
.data-table td.label { font-weight:bold; }
.data-table thead tr { background:url(data_table_th_bg.gif) repeat-x 0 100% #d9e5ee; }
.data-table tfoot { border-bottom:1px solid #d9dde3;}
.data-table tfoot tr.first { background:url(base_mini_actions_bg.gif) repeat-x; }
.data-table tfoot tr { background-color:#DEE5E8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
.data-table tbody tr th { background:url(data_table_th_bg.gif) repeat-x 0 100% #d9e5ee; }


/* form */
.myform{
	margin:0 auto;
	width:100%;
	padding:10px;
	
}
	


	/* ----------- stylized ----------- */
	#stylized{
		/*border:solid 1px #b7ddf2;
		background:#ebf4fb;*/
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom: 1px solid Red;
		padding-bottom:10px;
	}
	
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:left;
		width:120px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:left;
		width:140px;
	}
	
	/*#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border: 1px solid #CCCCCC;
		width:150px;
		margin:2px 0 20px 10px;
	}*/
	

	#stylized .text-input{
		float:left;
		font-size:12px;
		padding: 2px 2px;
		border: 1px solid #CCCCCC;
		width:150px;
		margin: 2px 0 10px 10px;
	}
	
	
	/*
	#stylized button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url(button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
	*/
	.spacer{clear:both; height:1px;}
	
	/* Form lists */
.form-list {
	width: 100%;
}

.form-list li { 
 margin-bottom:4px;
 list-style-type: none;
 }
 

.form-list li .input-box .input-text, .form-list li .input-box textarea { width:240px; }
.form-list li .input-box select { width:236px;}
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px;}

.group-select {
    margin: 15px 1px;
    border:1px solid #bbafa0;
    padding: 15px 10px 15px 10px;
    background:#fbfaf6;
    }
	 
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
    }
	 
.group-select li { padding:4px 8px !important; }
.group-select li .input-box { float:left; width:270px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:225px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px;}

.group-select li .input-box-service { float:left; width:40%; }


.button-set { /* Container for form buttons*/
    clear:both;
    margin-top:4em;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
	/*background: url(box_bg.gif) repeat-x;*/
    }
	 
	 .button-set-panel { /* Container for form buttons*/
    clear:both;
    margin-top:1em;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
	/*background: url(box_bg.gif) repeat-x;*/
    }
	 /* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right !important; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto;}

.progresspanel
{
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    top: 2px;
    position: absolute;
    right: 16px;
    z-index: 999;
	 min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
	 text-align: left;
	 text-transform: capitalize;
}

/* Page heading */
.page-head { margin:0 0 25px 0; border-bottom:1px solid #ccc; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:1.7em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:60%;
    }

	 .contenuto { margin-right:8em; margin-bottom:1.5em; font-size:1.1em;  }
	 
	 /* totali */
	 
	 .totali
{
    border-color:#f16048;
    background-color: #FCF6F5;
	 min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important; 
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
	 text-align: left;
	 text-transform: capitalize;
	 height: 30px;
}

.legenda-disp
{
	float: right;
	width: 45%
}

.durata
{
 float: left;
 width: 45%;
}