﻿/* ###################################################### */
/* ########## WEB MESSAGEBOX ############################ */
/* ###################################################### */


.WebMsgBox_Background_Modal
{	
	width: 100%;
	height: 100%;	
	
	margin: 0px;
	padding: 0px;
	
/* 
	background-color: transparent;
	background-image: url(Images/t-white.png);
	background-repeat: repeat;
*/

	background-color: #c0c0c0;
	
	/* --- OPACITY --- */
    opacity:0.50; /* firefox, opera, safari, chrome */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)"; /* IE 8 */
    -moz-opacity:0.50;
    filter:alpha(opacity=50);/* IE 4, 5, 6 and 7 */
    zoom:1; /* so the element "hasLayout" or, to trigger "hasLayout" set a width or height */
	/* -------------- */
    

	position: fixed;	
	top: 0px;
	left: 0px;
	z-index: 9998;
}

.WebMsgBox_Container
{
	width: 400px;
	height: auto;	
	
	margin: auto auto auto auto;
	background-color: transparent;	
	
	top: 30%;
	left: 30%;/**/
	
	position: fixed;
	z-index: 9999;	
}


/* ### BORDER ########################################### */

.WebMsgBox_Container .WebMsgBox_BorderT
{
	width: 340px; /* variabile */
	height: 30px;	
	
	position: absolute; 
	top: 0px; 
	left: 30px; 
}

.WebMsgBox_Container .WebMsgBox_BorderTL
{
	width: 30px;  
	height: 30px;
	
	position: absolute;
	top: 0px;
	left: 0px; 	
}

.WebMsgBox_Container .WebMsgBox_BorderTR
{
	width: 30px;  
	height: 30px;	
	
	position: absolute;
	top: 0px;
	right: 0px; 
}

.WebMsgBox_Container .WebMsgBox_BorderL
{
	width: 4px;
	height: 166px; /* variabile */
	
	position: absolute;
	top: 30px;
	left: 0px; 	
}

.WebMsgBox_Container .WebMsgBox_BorderR
{
	width: 4px;
	height: 166px; /* variabile */	
	
	position: absolute;
	top: 30px;
	right: 0px; 
}

.WebMsgBox_Container .WebMsgBox_BorderB
{
	width: 392px; /* variabile */
	height: 4px;
		
	position: absolute;
	left: 4px; 
	bottom: 0px;
}


.WebMsgBox_Container .WebMsgBox_BorderBL
{
	width: 4px;
	height: 4px;
		
	position: absolute;
	bottom: 0px;
	left: 0px; 
}

.WebMsgBox_Container .WebMsgBox_BorderBR
{
	width: 4px;
	height: 4px;	
	
	position: absolute;
	bottom: 0px;
	right: 0px; 
}
/* ###################################################### */




.WebMsgBox_Container .WebMsgBox_Title
{
	width: auto;
	height: auto;
	
	margin: 0px;
	padding: 0px;
	
	background-color: transparent;
	
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: left;

	position: absolute;
	top: 8px;
	left: 16px;	
	z-index: 101;
}

.WebMsgBox_Container .WebMsgBox_CloseButton
{
	width: 21px;
	height: 21px;	
	
	border: 0px;	
	padding: 0px;
	
	background-color: transparent;
	background-image: url(Images/Close.png);
	background-repeat: no-repeat;		
	
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 101;
}


.WebMsgBox_Container .WebMsgBox_Data_Container
{
	width: 100%;	
	height: 170px; /* variabile */	
	
	margin: 30px 0px 0px 0px;
	padding: 0px;

	background-color: #fafafa;
}

.WebMsgBox_Container .WebMsgBox_ImgMsg
{
	width: auto;
	height: auto;
	
	border: 0px;
	padding: 0px;	
	
	background-color: transparent;
	
	position: absolute;	
	top: 44px;
	left: 20px;
}

.WebMsgBox_Container .WebMsgBox_Text_Container
{
	width: auto;
	height: inherit;
		
	border: 0px;		
	padding: 14px 14px 10px 70px;
	
	background-color: transparent;	
	
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	font-size: 12px; /* Dimensione testo - variabile */	
	color: #000000;
	text-align: left;
	vertical-align: top;

	overflow: hidden;
}

.WebMsgBox_Command_Container
{
	width: 95%;
	height: auto;	
	
	border: 0px;
	padding: 0px;
	
	background-color: transparent;
	
	vertical-align: middle;
	text-align: center;

	position: absolute;
	left: 10px;
	bottom: 14px;
}

.WebMsgBox_Container .WebMsgBox_Button
{
	width: 70px;	
	height: 24px;	
	
	margin-left: 10px;
	margin-right: 10px;	
	
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	color: #000000;
}

/* ###################################################### */
/* ###################################################### */

