﻿/* ajax modal dialog styles */

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=60);
	opacity: 0.6;
	width:100%;
	height:100%;
}

.modalBox {
	text-align: justify;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: gray;
	border: 1px solid #CBCBCC;
	background-color: #F6F6F6;
	padding: 10px 10px 10px 10px;
	z-index: 100;
    
}

.modalBox caption {
	background-image: url(images/window_titlebg.gif);
	/*background-repeat:repeat-x;*/
}

.modalPanelTitle td {
	padding: 13px;
	font-weight: bold;
	font-size: 0.9em;
	color: gray;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #E5E4E4;
}

.modalPanel {
	z-index: 100;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #E5E4E4;
	max-height:90%;
}

.modalPanel td {
	vertical-align: top;
	background-color:#E5E4E4;
}

.titleIcon {
	padding-right: 20px;
}


.caption, table caption 
{
	background-color: #E6FFB6;
	color: #FF6600;
	font-size: 15px;
	font-weight: bold;
	border: 0;
/*	border-bottom: solid 1px #737373;*/
	white-space: nowrap;
	text-align: center;
	padding: 5px 55px 5px 5px;
}


.ElabRich
{
	BORDER-RIGHT: rgb(102,102,102) 2px solid; PADDING-RIGHT: 10px; BORDER-TOP: rgb(102,102,102) 2px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; BORDER-LEFT: rgb(102,102,102) 2px solid; PADDING-TOP: 10px; BORDER-BOTTOM: rgb(102,102,102) 2px solid; BACKGROUND-COLOR: rgb(239,239,239); width:auto; height:40px; margin:auto; position:fixed; top:50%; left:50%; z-index:1000; 
}

/*ElabRich x l'opaco*/
.ElabRichO
{
	 display:none;
}

.floatleft
{
 	 float:left;
}

.ElabRichDX
{
  float:left; margin-top:12px; #margin-top:11px; margin-left:10px; margin-right:20px; font-size:12px;  width:150px;
  /*font-weight:bold;*/
}

.ElabRichFg
{ position:fixed;
	display:none;
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:100;
}
