﻿/*********************************/
/*    Stili per i popup modal    */
/*********************************/

/*Rende oscurato il resto della pagina*/
.PopupModalBackground{
    background-color: #666666;
    filter: alpha(opacity=50);
    opacity: 0.6;
    z-index: 999;
}


/*********************************/
/*    Popup AggiungiDati     */
/*********************************/
.PopupAggiungiDati
{
	background-color: #80C080;
	width: 550px;
	height: 420px;
	_position: absolute; /*solo per IE*/
	_left: 25%;  /*solo per IE*/
	_top: 25%;  /*solo per IE*/
	_margin: 0 auto;  /*solo per IE*/
}

/*contenuto del popup*/
.contentPopupAggiungiDati
{
	background-color: #EEFFEE;
	width: 548px;
	height: 408px;
	margin: 1px;
    padding-top:10px;
}

.PopupButtons
{
    float:right;
    padding:10px;
}

/*********************************/
/* Fine - Popup AggiungiDati */
/*********************************/

/*********************************/
/*    Popup CopiaTariffe     */
/*********************************/
.PopupCopiaTariffe
{
	background-color: #80C080;
	width: 550px;
	height: 220px;
	_position: absolute; /*solo per IE*/
	_left: 25%;  /*solo per IE*/
	_top: 25%;  /*solo per IE*/
	_margin: 0 auto;  /*solo per IE*/
}

/*contenuto del popup*/
.contentPopupCopiaTariffe
{
	background-color: #EEFFEE;
	width: 548px;
	height: 208px;
	margin: 1px;
    padding-top:10px;
}

.PopupButtons
{
    float:right;
    padding:10px;
}

/*********************************/
/* Fine - Popup CopiaTariffe */
/*********************************/

.confirm-dialog {	
    BACKGROUND: url(../../Images/dialog24.png) no-repeat left top;	
    MARGIN: 0px auto;	
    WIDTH: 330px;	
    PADDING-TOP: 14px;
    POSITION: relative;
}

.confirm-dialog .inner {	
    PADDING-RIGHT: 20px;	
    PADDING-LEFT: 20px;	
    PADDING-BOTTOM: 11px;	
    BACKGROUND: url(../../Images/dialog24.png) no-repeat left bottom;	
    FLOAT: left;	
    MARGIN: 0px 0px -20px 0px;	
    WIDTH: 290px;	
    PADDING-TOP: 0px;
} 

.confirm-dialog .base {	
    BORDER-TOP: #ddd 1px solid;	
    BACKGROUND: url(../../Images/dialog-base.png) no-repeat left bottom;	
    PADDING-BOTTOM: 10px;	
    MARGIN-LEFT: -11px;	
    MARGIN-RIGHT: -11px;	
    PADDING-TOP: 10px;	
    TEXT-ALIGN: center;
}

.confirm-dialog H2 {	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 1.5em;	
    COLOR: #388dc5;
    TEXT-ALIGN: center;
} 

.confirm-dialog input {	
    WIDTH:100px;
}     

.close {	
    DISPLAY: block;	
    BACKGROUND: url(../../Images/close24.png) no-repeat 0px 0px;	
    LEFT: -5px;	
    WIDTH: 26px;	
    TEXT-INDENT: -1000em;	
    POSITION: absolute;	
    TOP: -7px;	
    HEIGHT: 26px;	
}   

.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
} 