/* Modifiche geko:
   - modificati i path delle immagini
*/

.overlay_veloprezzo {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.veloprezzo_nw {
	background: transparent url(/fe-web/img/calcTop.png) no-repeat 0 0;
	behavior: url(/fe-web/css/iepngfix.htc); 			
  width:700px;
  height:40px;
}

.veloprezzo_n {
	display: none;
}

.veloprezzo_ne {
  background: transparent url(/fe-web/img/calcTopRight.png) no-repeat 0 0;			
  width:10px;	  
  height:40px;
  behavior: url(/fe-web/css/iepngfix.htc); 
}

.veloprezzo_w {
  background: transparent url(/fe-web/img/calcBackLeft.png) repeat-y top left;			
  width:10px;
  behavior: url(/fe-web/css/iepngfix.htc); 
}

.veloprezzo_e {
  background: transparent url(/fe-web/img/calcBackRight.png) repeat-y top right;			
  width:10px;	  
  behavior: url(/fe-web/css/iepngfix.htc); 
}

.veloprezzo_sw {
  background: transparent url(/fe-web/img/calcBottomLeft.png) no-repeat 0 0;			
  behavior: url(/fe-web/css/iepngfix.htc); 
  width:10px;
  height:29px;
}

.veloprezzo_s {
  background: transparent url(/fe-web/img/calcBottomCenter.png) repeat-x 0 0;			
  behavior: url(/fe-web/css/iepngfix.htc); 
  height:29px;
}

.veloprezzo_se, .veloprezzo_sizer  {
  background: transparent url(/fe-web/img/calcBottomRight.png) no-repeat 0 0;			
  width:10px;
  height:29px;
}

.veloprezzo_sizer {
	cursor:se-resize;	
}

.veloprezzo_close {
	width: 14px;
	height: 40px;
	/*background: transparent url(/fe-web/img/calcTopClose.png) no-repeat 0 0;			*/
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.veloprezzo_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(/cms-web/css/img/jswin-veloprezzo/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.veloprezzo_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(/cms-web/css/img/jswin-veloprezzo/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.veloprezzo_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.veloprezzo_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.veloprezzo_window {
	border:0px none #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.veloprezzo_message {
	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.veloprezzo_buttons {
	text-align:center;
	width:100%;
}

.veloprezzo_buttons input {
	width:20%;
	margin:10px;
}

#servizi_table_content {
	border: 0px none;
}


