/* $Rev: 145 $ | $LastChangedBy: mipalmer $ */
/* $LastChangedDate: 2006-10-21 18:27:44 -0600 (Sat, 21 Oct 2006) $ */

#modalMask{
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0px;
	background-color: #666666; 
}

#modalBox {	
	border:1px solid #ABB1B1;
	padding:0px;
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
}
#modalTitle{
	font-weight: bold;
	font-size:14px;
	padding: 4px;
	padding-left:4px;
	background-color:#990000;
	border-bottom:1px solid #ABB1B1;
	color:white; 
  display: none;
  visibility: hidden;
}
#modalContent{
	padding:0px;
}