﻿#divBackground
{
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	height: 100%;
	width: 100%;
}

.ActionMessageBackgroundDesign
{
	display:none;
}


.ActionMessageBackground
{
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	height: 100%;
	width: 100%;
}

.ModalPopupDesign
{
	background: #FFFFFF;
	color: #000000;
	display: block;
	border: 2px solid #FFFFFF;
	text-align: left;
}


#xxdivBackground
{
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	height: 100%;
	width: 100%;
}


.ModalPopup
{
	position: fixed;
	background: #FFFFFF;
	z-index: 1000;
	color: #000000;
	display: block;
	border: 2px solid #FFFFFF;
	text-align: left;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -390px;
}

.ModalPopup2
{
	position: fixed;
	background: #FFFFFF;
	z-index: 1000;
	color: #000000;
	display: block;
	border: 2px solid #FFFFFF;
	text-align: left;
	top: 13.5%;
	left: 44%;
	margin-top: -100px;
	margin-left: -390px;
}

.TableConfirm
{
	border-collapse: collapse;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	background-color: White;
}

/* CAMBIAR AQUI */
.WindowHeaderBar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: url(/Facturas/_Resources/Templates/Default/TabM.png);
	border: 0;
	color: #000000;						/* GRIS #505050 BLANCO #FFFFFF */
	height: 16px;
	padding: 4px;
	margin-bottom: 0;
	border-left: solid 1px #C8C8C8;		/* NEGRO #000000 GRIS #C8C8C8 */
	border-right: solid 1px #C8C8C8;	/* NEGRO #000000 GRIS #C8C8C8 */
}

.WindowContent
{
	height: 186px;
	border: 0;
	border-bottom: solid 1px #C8C8C8;
	border-left: solid 1px #C8C8C8;
	border-right: solid 1px #C8C8C8;
	padding:10px;
}

.WindowContent .Title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Red;
	font-weight: bold;
	display: block;
}
