/* Pop-ups */
.ContextHelp {
	background:#FF9242;
	color: white;
	text-decoration: none;
	font: bold 10px	
}
.clDescriptionCont {
	position:absolute;  
	width:160px; 
	visibility:hidden; 
	layer-background-color:#000000; 
	z-index:200;
}
.clDescription     {
	width:250px; 
	left:0px; 
	top:0px; 
	overflow:hidden; 
	border: 1px solid #FF9242; 
	padding:3px; 
	color: #18188C;
	text-align: justify;
	font-size:10px; 
	font-family:arial; 
	background-color:#FEEDE1; 
	layer-background-color:#FF9242;
}
.clLinks           {
	position:absolute; 
	left:100px; 
	top:200px; 
	z-index:1;
}
.popuplink, .clCaption         {
	color: #FEEDE1;
	font-family:  verdana, arial; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 1.2;
	text-align: left;
	position:absolute; 
	left:0px; 
	top:0px; 
	width:700px; 
	height:15px; 
	clip:rect(0px 700px 15px 0px); 
	background-color:#18188C; 
	layer-background-color:#15527F;
} 
.popuplink:hover {
	color:orange
}
