#ilInline
{
	z-index: 10000;
	display: none;
	position: fixed;
	border: solid 1px #07203e;
	border-top: none;
	background: #ffffff;
	font-family: sans-serif;
	font-size: 14px;
	color: #000000;
}

#ilInlineBG
{
	z-index: 9999;
	display: none;
	margin: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.85;
	-moz-opacity: 0.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	alpha: 85;
}

#ilInline .ilTitle
{
	width: auto;
	height: 25px;
	background: #1480c1;
}
#ilInline .ilTitleText
{
	color: #ffffff;
	font-weight: bold;
	line-height: 28px;
	padding-left: 5px;
}
#ilInline .ilTitle .ilClose
{
	width: 15px;
	height: 15px;
	float: right;
	margin-top: 5px;
	margin-right: 2px;
	background: url('close.gif') no-repeat;
	cursor: pointer;
}
#ilInline .ilTitle .ilClose:hover
{
	background: url('closeh.gif') no-repeat;
}

#ilInline .ilContent
{
	/*width: 500px;
	height: 500px;*/
	/*padding: 10px;*/
	overflow: auto;
}
