/**
 ** 单个页面框架的样式，包含目录结构样式
*/

/** BODY 样式 */
.PopupBody
{
	margin: 0;
	padding: 0;
	/*overflow:hidden;*/
	padding: 0 0 0 0;
	background:#F7FBFD url("/home/images/popup_03.jpg") repeat-x 0% 0%;
}

.PopupBody TD
{
	padding:0px 0px 0px 0px;	
}

.PopupBody .PictureTable
{
	width:100%;
	height:96px;
	background:transparent url("/home/images/popup_01.jpg") no-repeat 0% 0%;
}

.PopupBody .PictureTable .picture
{
		text-align:right;
		padding-right:60px;
}

.PopupBody .PictureTable .detail
{
		padding-left:33px;
		padding-right:33px;
}

.PopupBody .PopupTable
{
	width: 100%;
	empty-cells:show;
	vertical-align: top;
	border-spacing: 0px;
	table-layout : fixed;
	
}

.PopupBody .PopupTable THEAD .frame
{
	border-bottom:4px solid #FFFFFF;
}

.PopupBody .PopupTable TBODY .frame
{
	padding-left:17px;
	padding-right:17px;
	vertical-align:top;
	background-color:#FFFFFF;
}

.PopupBody .PopupTable TFOOT .frame
{
	padding-top:14px;
	padding-left:17px;
	padding-right:17px;
	background-color:#FFFFFF;
}

.PopupBody .PopupTable TFOOT UL
{
	margin-top:17px;
	font:normal normal 300 12px normal 宋体;
	list-style: url("/home/images/popup_li.jpg") outside none;
}


.PopupBody .PopupTable TFOOT LI
{
	line-height:18px;
}

.PopupBody .TitleTable
{
	width: 100%;
	empty-cells:show;
	vertical-align: top;
	border-spacing: 0px;
	table-layout : fixed;
	margin: 0px 0px 0px 0px;
}

.PopupBody .TitleTable .left
{
	width:10px;
	height:37px;
	background:transparent url("/home/images/popup_1_10.jpg") no-repeat 0% 0%;
}

.PopupBody .TitleTable .center
{
	height:37px;
	color:#333333;
	letter-spacing:1px;
	text-align:center;
	font:normal normal 600 15px normal 宋体;
	background:transparent url("/home/images/popup_1_12.jpg") repeat-x 0% 0%;	
}

.PopupBody .TitleTable .right
{
	width:10px;
	height:37px;
	background:transparent url("/home/images/popup_1_15.jpg") no-repeat 0% 0%;
}

/** 表格框架表格 */
.PopupBody .ContextTable
{
	empty-cells:show;
	border-spacing: 0;
	vertical-align: top;
	border-collapse :collapse;
	background:#FFFFFF none repeat scroll 0% 0%;
}

.PopupBody .ContextTable .subtitle
{
	height:30px;
	padding-bottom:20px;
	text-align:center;
	font:normal normal 300 12px normal 宋体;
}

.PopupBody .ContextTable .label
{
	height:27px;
	color:#000000;
	text-align:right;
	padding-right:5px;
	vertical-align:middle;
	background-color:#EFF7FB;
	border-bottom:1px solid #D1DEE8;
	font:normal normal 300 12px normal 宋体;
}

.PopupBody .ContextTable .context
{
	height:27px;
	color:#000000;
	padding-left:10px;
	vertical-align:middle;
	border-bottom:1px solid #DDE5EB;
	font:normal normal 300 12px normal 宋体;
}

.PopupBody .ContextTable .download
{
	height:27px;
	color:#000000;
	padding:10px 10px 10px 10px;
	vertical-align:middle;
	border-bottom:1px solid #DDE5EB;
	font:normal normal 300 12px normal 宋体;
}

.PopupBody .ContextTable .download a:link,.PopupBody .ContextTable .download a:active,.PopupBody .ContextTable .download a:visited,
{
	color:#333333;
	text-decoration:none;
	display:inline-block ;
	height:15px;
	padding:15px 40px 10px 10px;
	font:normal normal 600 13px normal 宋体;
	background: url(/home/images/popup_download_sign.jpg) no-repeat 100% 0%;
}

.PopupBody .ContextTable .download a:hover
{
	color:#333333;
	text-decoration:none;
	font:normal normal 600 14px normal 宋体;
}

.PopupBody .ContextTable .context PRE 
{
	width:98%;
	padding:3px 3px 3px 3px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	white-space : normal ;       /* Internet Explorer 5.5+ */
	text-indent : 25px;
	font:normal normal 300 12px/20px normal 宋体;
}

.PopupBody .ContextTable .contextext
{
	height:27px;
	color:#000000;
	padding-left:10px;
	text-indent : 26px;
	padding:20px;
	border-bottom:1px solid #DDE5EB;
	font:normal normal 300 12px/30px normal 宋体;
}

.copyto
{
	color:#7C7D7E;
	height:25px;
	vertical-align:bottom;
	text-align:center;
	font:normal normal 300 12px normal 宋体;
		
}