/*Estilo general para el contenedor*/

.jsWindowBox
{
	position: absolute;
	background-color: white;
}

/*Cabecera del contendor contiene el titulo y boton cerrar*/
.jsWindowHeading
{
	
	height: 20px;
	border:1px solid #6593CF;
	background-image: url(../../images/Default/icon16/PopUpFondoTitulo.png);
	padding-right: 0px;
	padding-left: 7px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.jsWindowHeadingContent
{
	color: #15428b;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}


/*Div que muestra los resultados*/
.jsWindowResults
{
	background-color: white;
	text-align: center;
	border-bottom: #6593CF 1px solid;
	border-left: #6593CF 1px solid;
	border-right: #6593CF 1px solid;
	
}

.jsWindowFilter
{
	background-color: white;
	text-align: center;
	border-left: #6593CF 1px solid;
	border-right: #6593CF 1px solid;
	
}

.jsWindowDivScrolable
{
	SCROLLBAR-FACE-COLOR: white;
	overflow: auto;

	SCROLLBAR-ARROW-COLOR: blue;
	SCROLLBAR-DARKSHADOW-COLOR: white;

	height: 200px;
	width:auto;
	vertical-align:top;
}

.jsWindowWindow
{
	position:absolute;
	top:1px;
	left:1px;
}
.jsWindowframe
{ 
	z-index:-1;/*
	border-right: black 1px solid;*/
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    border-bottom-style: none; 
  
 }


.jsWindowDivModal
{

	position:absolute;
	top:0px;
	left:0px;
	filter:alpha(opacity=20);
	background-color:White;

}

.divTrabajando
{
	position:absolute;
	top:0px;
	left:0px;
	background-color:Red;
	z-index:50000;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=60);
	opacity:0.5;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.JsWindowsHeading
{
	height:18px;
	padding: 0px 1px 0px 0px 0px;
	vertical-align:middle;
}



