﻿/* InsidePage控件专用样式 */
#InsidePage_Covering
{
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.2; /* CSS3标准 */
	-moz-opacity: 0.2; /* Firefox */
	filter: alpha(opacity=20); /* IE5,IE5.5,IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* IE8 */
	background-color: #000000;
	display: none;
}

#InsidePage_Container
{
	position: fixed;
	z-index: 12;
	top: 0px;
	left: 0px;
	width: 640px;
	height: 360px;
	background-color: #fefefe;
	background-image: url(../Images/ajax.gif);
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

#InsidePage_Title
{
	width: 640px;
	background-color: #20448f;
}

#InsidePage_Title_Left
{
	width: 4px;
	height: 27px;
	background-image: url(../Images/bg_insidepage_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#InsidePage_Title_Body
{
	width: 622px;
	height: 27px;
	background-image: url(../Images/bg_insidepage_title.gif);
	background-repeat: repeat-x;
	background-position: 0px -27px;
}

#InsidePage_Title_Text
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	float: left;
}

#InsidePage_Title_Right
{
	width: 4px;
	height: 27px;
	background-image: url(../Images/bg_insidepage_title.gif);
	background-repeat: no-repeat;
	background-position: -4px 0px;
}

#InsidePage_Close
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	float: right;
}

#InsidePage_Body
{
	background-color: #ffffff;
	width: 638px;
	display: none;
	border: solid 1px #20448f;
}

#InsidePage_Iframe
{
	width: 100%;
	height: 100%;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
}