.transparent 
{
	zoom: 1;
	width: 100%; 
	filter: alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	background-color:gray; 
	display:block; 
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
	height: 100% !important;
	_height: 100%;/* underscore-hack for IE */ 
	float:none;
	position: fixed;
	overflow: auto;
	min-height: 100%;
	z-index:1000;
	top:0px;
}
/*safari / firefox */
html>body .transparent
{
	filter: alpha(opacity=10) !important;
    width:  expression( Math.round(document.compatMode=='CSS1Compat'? document.documentElement.offsetWidth: document.body.clientWidth ) + 'px') !important;
    height: expression( Math.round(document.compatMode=='CSS1Compat'? document.documentElement.scrollTop  : document.body.scrollTop   ) + Math.round(document.compatMode=='CSS1Compat'? document.documentElement.offsetHeight : document.body.clientHeight) + 'px') !important;	
}
/*Recent Opera versions 9 and below*/
html:first-child 
{
}
/*IE 7*/
*:first-child+html body .transparent
{
	filter: alpha(opacity=10) !important;
    width:  expression( Math.round(document.compatMode=='CSS1Compat'? document.documentElement.offsetWidth: document.body.clientWidth ) + 'px') !important;
    height: expression( Math.round(document.compatMode=='CSS1Compat'? document.documentElement.scrollTop  : document.body.scrollTop   ) + Math.round(document.compatMode=='CSS1Compat'? document.documentElement.offsetHeight : document.body.clientHeight) + 'px') !important;
} 
/*IE 6 and below*/
* html .transparent
{
	filter: alpha(opacity=10) !important;
    width:  expression( Math.round(document.compatMode=='CSS1Compat'? document.documentElement.offsetWidth: document.body.clientWidth ) + 'px') !important;
    height: expression( Math.round(document.compatMode=='CSS1Compat'? document.documentElement.scrollTop  : document.body.scrollTop   ) + Math.round(document.compatMode=='CSS1Compat'? document.documentElement.offsetHeight : document.body.clientHeight) + 'px') !important;
}

.bgcolor_overlay
{
	zoom: 1;
	width: 100%; 
	filter: alpha(opacity=10);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	background-color:gray; 
	display:block; 
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
	height: 100% !important;
	_height: 100%;/* underscore-hack for IE */ 
	float:none;
	position: fixed;
	overflow: auto;
	min-height: 100%;
	z-index:10000;
	top:0px;
}
/*safari / firefox */
html>body .bgcolor_overlay
{
	filter: alpha(opacity=40) !important;
    width:  expression( Math.round(document.compatMode=='CSS1Compat'? document.documentElement.offsetWidth: document.body.clientWidth ) + 'px') !important;
    height: expression( Math.round(document.compatMode=='CSS1Compat'? document.documentElement.scrollTop  : document.body.scrollTop   ) + Math.round(document.compatMode=='CSS1Compat'? document.documentElement.offsetHeight : document.body.clientHeight) + 'px') !important;	
}
/*Recent Opera versions 9 and below*/
html:first-child 
{
}
/*IE 7*/
*:first-child+html body .bgcolor_overlay
{
	filter: alpha(opacity=40) !important;
    width:  expression( Math.round(document.compatMode=='CSS1Compat'? document.documentElement.offsetWidth: document.body.clientWidth ) + 'px') !important;
    height: expression( Math.round(document.compatMode=='CSS1Compat'? document.documentElement.scrollTop  : document.body.scrollTop   ) + Math.round(document.compatMode=='CSS1Compat'? document.documentElement.offsetHeight : document.body.clientHeight) + 'px') !important;
} 
/*IE 6 and below*/
* html .bgcolor_overlay
{
	filter: alpha(opacity=40) !important;
    width:  expression( Math.round(document.compatMode=='CSS1Compat'? document.documentElement.offsetWidth: document.body.clientWidth ) + 'px') !important;
    height: expression( Math.round(document.compatMode=='CSS1Compat'? document.documentElement.scrollTop  : document.body.scrollTop   ) + Math.round(document.compatMode=='CSS1Compat'? document.documentElement.offsetHeight : document.body.clientHeight) + 'px') !important;
}
.bgcolor_overlaymain
{	
        zoom: 1;
	width: 80%;
	margin-top: 5%;
    margin-left: 10%;    
    margin-bottom: 10%;
    margin-right: 10%;	
	position: fixed;
	overflow: auto;
	height: 80%;
	_height: 80%;
	min-height: 80%;
	background-color:#FFF;	
        z-index:110000;
        border: 0px solid #5294CB;
}
#divPopupWindowMain .overlay_header
{	
    float:left; 
    width:99.9%; 
}
#divPopupWindowMain .overlay_close
{
    float:right;
}
#divPopupWindowMain .overlay_close p
{
    margin: 0px;
}

#divPopupWindowMain .alert
{
    background: url("../img/ico-alert.gif") no-repeat scroll 10px 8px #ffc;
}

#divPopupWindowMain .success {
    background: url("../img/ico-success.gif") no-repeat scroll 10px 8px #ffc;
}
#divPopupWindowMain .message 
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f90 -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    margin: 5px 0 10px;
    padding: 1px 0px 1px 53px;
}


#divPopupWindowMain p a.close 
{
    background: url("/img/ico-cerrar-sesion.gif") no-repeat scroll left 1px transparent;
    padding-left: 12px !important;
	font: 12px Arial,Helvetica,serif;
}
#divPopupWindowMain p a.icon 
{
    display: block;
    height: 18px;
    margin: 0 10px 0 0;
    padding-top: 1px;
}
