/**
 * POPUP CONTAINER STYLES - these can be removed, I just had to put on page so they would show up
 */
div#agMsgPopContentWrapper {
	/* minimum height */
	min-height: 50px;
	/* auto height for compliant browsers */
	height: auto;
	/* min-height for IE browsers */
	_height: 50px;
	/* minimum width */
	min-width: 250px;
	/* IE Dynamic Expression to set the width */
	width:expression(document.body.clientWidth < 250 ? "100%" : "250px" );
	/* maximum width */
	max-width: 400px;
	/* Set some margin in there */
	margin: 8px 0 5px 0;
} 
.agMsgPopMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .5;
	filter: alpha(opacity=50);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
.agMsgPopContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;	
}
.agMsgPopContent {
	width: 100%;
}
.agMsgPopButtonContainer {	
	align: center;
	text-align: center;
	padding: 12px 0 0 0;
	width: 100%;
	clear: both;
}
.agFieldError {
	color:  #CC0000;
}
.agMsgButton{ 
	border: #CAC8C4 1px solid; 
	color: #000000;
	font-family: arial, sans-serif;    
	font-size: 12px;
	background:url(../../../img/buttonBg.gif) repeat-x;
	height:18px;
	margin-right:2px;
	margin-left:2px;
}

    .agMsgTLOrange {background: url(/resources/images/pop_tl.png) 0 0 no-repeat;
  height: 36px;
  width: 28px; 
   /* ie6 hack for trans on arrow */ 
  _background-image:none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/resources/images/pop_tl.png');
  
  } 
  
  .agMsgTMOrange {background: url(/resources/images/pop_tm_orange.png) no-repeat; 
  text-align: left; 
  color: #C3810A;	
	font-weight: bold;	
	font-size: 14px;
  padding-left: 0px;
  padding-top: 12px;
   /* ie6 hack for trans on arrow */ 
  _background-image:none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/resources/images/pop_tm_orange.png');
  } 

  
  .agMsgTROrange {
  background: transparent url(/resources/images/pop_tr.png) 100% 0 no-repeat; 
  height: 36px; 
  width: 33px;
   /* ie6 hack for trans on arrow */ 
  _background-image:none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/resources/images/pop_tr.png');
  } 
  
  .agMsgML {
  background: url(/resources/images/pop_ml.png) 0 0  repeat-y;
  width: 24px;
   /* ie6 hack for trans on arrow */ 
  _background-image:none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/resources/images/pop_ml.png');
  } 
  
  .agMsgMM {
  background-color: #FFFFFF;
  text-align:left;   
  padding: 0px;  /* add padding here for content if wanted */ 
  }  
  
  .agMsgMR {
  background:  transparent url(/resources/images/pop_mr.png) 100% 0  repeat-y; 
  /* ie6 hack for trans on arrow */ 
  _background-image:none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/resources/images/pop_mr.png');
  }  
  
  
  .agMsgBL {
  background: url(/resources/images/pop_bl.png) 0 100%  no-repeat;
  height: 30px;
  /* ie6 hack for trans on arrow */ 
  _background-image:none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/resources/images/pop_bl.png');
  } 
  .agMsgBM {
  background: url(/resources/images/pop_bm.png) 0 100%  repeat-x;
  height: 30px;
  /* ie6 hack for trans on arrow */ 
  _background-image:none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/resources/images/pop_bm.png');
  } 
  
  .agMsgBR {
  background:  transparent url(/resources/images/pop_br.png) 100% 100% no-repeat; 
  height: 30px;
  /* ie6 hack for trans on arrow */ 
  _background-image:none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/resources/images/pop_br.png');
  }  

.agMsgClose  {
  position:relative;
  top: 8px;
  left: -17px;
  z-index: 1; 
  }
  
  #agMsgTitleLine {
	clear: both;
	border-bottom: 1px solid #E4E5E7;			
}