﻿/* Modal div styles start */
.modalDiv 
{  
	position:absolute;  
	z-index: 1;  
	background-color:Gray;
	filter:alpha(opacity=35);
	opacity:0.35;
	display:none;  
	width:100%;
	/*height:100%;*/
	top:0px; 
	left:0px;   
}
/* Modal div styles end */


/* Panel styles start */
.popup {	background-color: #b0c1ce;  color:#000000; font-family:Arial, Geneva, Tahoma, sans-serif; 
	font-variant:normal; font-size: small; padding: 2px 3px; display: block; position: absolute; z-index: 2; left: 2%; 
top: 61%;
	width: 320px;
}
	
.popuptool {position: absolute; z-index: 3; font-family:Verdana, Geneva, Tahoma, sans-serif; font-variant:normal; font-size: small;background: #ffffff; border: 1px solid #435057; border-right: 2px;}

.container
{
	border: solid 1px #808080;
	border-width: 1px 0px;
} 

/*.header { 	font-style:italic ; font-variant:small-caps; }*/ 

.popup .header .msg
{
	font-weight: bold; 
}         

.popup .body
{
	background-color: #b0c1ce;
	border-color: #808080;
	border-style: solid;
	border-width: 0px 1px;
	padding: 10px;
} 

.popup .body .msg
{
	font-family: arial,helvetica,clean,sans-serif;
	font-size:small;
	
	background: url(sprite.png) no-repeat 0px -1150px;	
	float: left;
	padding-left: 22px;
   /* */
}  
.popup .footer
{
	/*background: url(sprite.png) repeat-x 0px -200px;	*/
	border-color: #ccc #808080 #808080 #808080;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	text-align:right;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
} 

.popup .close
{
	right: 7px;	
	background: url(sprite.png) no-repeat 0px -300px;	
	width: 25px;	
	cursor: pointer;	
	position: absolute;	
	top: 7px;	
	height: 15px;
}

.button_popup
{
	cursor: pointer; 
	border-width:1px; 
	background-color:#f2f2f2;
	border-color:#808080; 
}




/*Estilo cuadro tooltip
.arrow_box { position: relative; background: #ffffff; border: 1px solid #435057; border-right: 2px;} */ 
/*.arrow_box:after, .arrow_box:before { right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
.arrow_box:after { border-right-color: #e0e0e0; border-width: 30px; top: 50%; margin-top: -30px; } 
.arrow_box:before { border-right-color: #435057; border-width: 33px; top: 50%; margin-top: -33px; }*/