DIV.iHelp_container
{
	z-index: 999;
	position: absolute; 
	left: 0px; 
	top: 0px; 
	height: 100%; 
	width: 100%; 
	overflow: hidden; 
	background-color: #393939;	//#204d89; 
	cursor: default;
	FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
DIV.iHelp_window
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
}
TABLE.iHelp
{
	background-color: transparent;
}
TD.iHelp
{
	color: white;
    FONT-FAMILY: 'Arial';
    FONT-SIZE: 14pt;
}
DIV.iHelp_action
{
	border: 1px solid white;
	height: 25px;
	width: 90px;
	padding: 4px;
	cursor: pointer;
	color: white;
	text-align: center;
    FONT-FAMILY: 'Arial';
    FONT-SIZE: 10pt;
}
DIV.iHelp_action_highlight
{
	border: 1px solid orange;
	height: 25px;
	width: 90px;
	padding: 4px;
	cursor: pointer;
	color: white;
    FONT-FAMILY: 'Arial';
    FONT-SIZE: 10pt;
	text-align: center;
}
SPAN.iHelp_title1
{
	color: #ffc000;
    FONT-FAMILY: 'Arial';
    FONT-SIZE: 12pt;
}
SPAN.iHelp_title2
{
	color: white;
    FONT-FAMILY: 'Arial';
    FONT-SIZE: 12pt;
}
DIV.iHelp_summary
{
	color: white;
    FONT-FAMILY: 'Arial';
    FONT-SIZE: 10pt;
	padding: 6px;
	overflow: auto;
}
.userData {behavior:url(#default#userdata);}

