﻿body
	{
	background: #ffffff;
	color: #000000;
	font-family:Cambria,"宋体";	
	font-size:80%;
	width: 98%; 
	margin-left:2%;
	line-height:1.5; /*高翔*/
	margin-top:2px;

	}
/*a:link {color: #408080;}
a:visited {color:#880000;}
a:hover {color:#408080;}*/

/*方案2
a:link {color: #408080;}
a:visited {color:#89a050;}
a:hover {color:}
*/
/*方案3
a:link {color: #408080;}
a:visited {color:#40a0d0;}
a:hover {color:#a9a050;}
*/
/*方案4 #a97030;*/

a:link {
	color: #408080;
	text-decoration:none;
	}
#linkhead{
	font-size:16px;}
a:visited {color:#40a0c0;
	text-decoration:none;
}
a:hover {color:#a9a050;
	text-decoration:none;
}
div.home-head{
	/*height:200px;*/
	padding-top:70px;
	}
div.home-head1{
	/*height:200px;*/
	padding-top:0px;
	}
div.home-listtitle{
	text-decoration:none;
	font-size:20px;
	font-family:"微软雅黑",Verdana, Geneva, sans-serif;
	padding-left:50px;
	vertical-align:top;
	width:100px;
	float:left;
	
	}
	
div.home-listtext{
	/*width:800px;*/
	/*position:absolute;*/
	/*margin-left:80px;*/
	padding-left:100px;
	padding-top:10px;
	vertical-align:top;
	padding-right:100px;
	
	}
	
	
#home-listtitle{
	text-decoration:none;
	font-size:20px;
	font-family:"微软雅黑",Verdana, Geneva, sans-serif;
	/*position:absolute;
	width:75px;*/
	/*margin-left:0px;
	margin-right:0px;
	padding-right:0px*/;
	padding-left:50px;
	vertical-align:top;
	width:100px;
	}
#home-listtitle1{
	text-decoration:none;
	font-size:20px;
	font-family:"微软雅黑",Verdana, Geneva, sans-serif;
	/*position:absolute;
	width:75px;*/
	/*margin-left:0px;
	margin-right:0px;
	padding-right:0px*/;
	padding-left:50px;
	vertical-align:top;
	width:100px;
	}
#home-listtitle2{
	text-decoration:none;
	font-size:20px;
	font-family:"微软雅黑",Verdana, Geneva, sans-serif;
	/*position:absolute;
	width:75px;*/
	/*margin-left:0px;
	margin-right:0px;
	padding-right:0px*/;
	padding-left:150px;
	vertical-align:top;
	width:100px;
	}
	
#home-listtext{
	/*width:800px;*/
	/*position:absolute;*/
	/*margin-left:80px;*/
	padding-left:0px;
	padding-top:10px;
	vertical-align:top;
	
	}


/*介绍页（主模块页）的列举风格：项目前面有图片，左侧缩进。*/		
.jumplist  
	{ margin-left: -17pt; font-size: 10pt; margin-top: 10pt; margin-bottom: 8pt }
.booktoc
	{
	 font-size: 10pt;
	 margin-top: 0pt;
	 margin-bottom: 0pt;
	 list-style: url(IntroList.gif);
	 padding-left:15px;
	 vertical-align:middle;
	  }

/*段落风格*/
p 
   {
	margin-top:3px;
	margin-bottom:5px;
	font-family: Cambria, "宋体";
	}

/*技术支持页面中标题的风格*/
p.pssTitle
	{
	color: #000080;
	font-weight:bold;
	
	}
/*技术支持页面中页面标题的风格*/
p.pssPageTitle
	{
	font-size: 130%;
	margin-top: 2%;
	margin-left: 170px;
	}

/*页面中页面标题的风格——高翔*/
.PageTitle
	{
	font-size: 150%;
	font-family:"微软雅黑","宋体",sans-serif;
	font-weight: bold;
	margin-top: 2%;
	margin-left:0px;
	line-height:normal;
	margin-bottom:0px;
	}	

/*图片标题*/
p.picTitle
	{
	font-size:70%;
	}
	
/*词汇表*/
p.glossary
	{
	font-weight: bold;
	color:#408080;
	font-size: 120%;
	font-family:"微软雅黑","宋体",sans-serif;
	margin-left:30px;
	}

/*一二三级标题的共有风格*/
h1, h2, h3
	{
	
	font-family:"微软雅黑","宋体",sans-serif;
	margin-top: 1em;
	margin-bottom: 1em; 
	margin-left:0px;
	line-height:normal;
	margin-bottom:5px;

	}
	
/*一级标题的特有风格*/
h1
	{
	font-size: 150%;
	font-weight: bold;

	}

/*二级标题的特有风格*/
h2
	{
	font-size: 130%;
	font-weight:normal;
	}

/*三级标题的特有风格*/
h3
	{
	font-size: 110%;
	font-weight:normal;

	}

/*特别为表格标题添加的风格*/
h4	{ font-family:Cambria,"宋体";	text-align:center;	color: #339966;
	font-size:100%;	margin-bottom: 1.5em; 	margin-top: 1.5em;	font-weight: bold;	} 

/*接口表格样式*/
table.dtTable
	{
	width: 95%; /* 占整个页面宽度的95％ */
	margin-top: .6em;
	margin-bottom: 1em;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #999999;
	font-size: 100%; /* Text in Table is same size as text outside table */
	}

/*接口表格的首行风格，字体加粗并设置背景颜色*/

table.dtTable tHead	
	{ 
	background: #cccccc; /* Creates the shaded table header row */
	font-weight:bold;
	padding:4px 6px;
	text-align:left;
	}

/*接口表格的首行(SFC组件使用)及单元格共有风格*/

table.dtTABLE th, table.dtTable td
	{ 
	border-style: solid; /* Creates the cell border and color */
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #999999;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
	}

/*接口表格的首行/单元格(SFC组件使用)*/
table.dtTABLE th	
	{ 
	background: #cccccc; /* Creates the shaded table header row */
	vertical-align: bottom;
	}
table.dtTABLE td	
	{
	vertical-align: top;
	}

/*通用表格样式，整个表格的宽度由内容的多少确定。*/

table.cmTable
	{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #7F7F7F;
	font-size: 85%; /* Text in Table is same size as text outside table */
	text-align: left;
	border-collapse: collapse;
	width:90%;
	}
	
	/*通用表格的首行特有样式，灰色背景*/
table.cmTable th	
	{ 
	background-color:#AFAFAF; /* Creates the shaded table header row */
	font-weight:bold;
	text-align:center;
	padding:1px 6px;
	border-width: 0px 1px 1px 0px;
	border-color: #999999;
	border-style: solid; /* Creates the cell border and color */

}

/*通用表格的首行及单元格共用样式*/
table.cmTable td/*, table.cmTable th*/
	{ 
	border-style: solid; /* Creates the cell border and color */
	border-width: 0px 0px 1px 1px;
	border-color: #999999;
	padding: 4px 6px;
	}
	
	
	
	
	
/*通用表格的首列样式：字体加粗*/
table.cmTable td.ColTitle
{
font-weight:bold;

}


table.home{
	width:98%;
	float:center;
	
	}
/*普通表格的标题*/
P.tableTitle
    {
	 font-size:90%;
     font-family:"微软雅黑",Arial;
	 font-weight:bold;
	}
	/*普通图片标题*/
P.imgTitle
    {
	 font-size:90%;
     font-family:"微软雅黑",Arial;
	 font-weight:bold;

	}
span.expandcollapse
{
    cursor:default;
	font-size:16px;
	font-family:"微软雅黑","宋体",sans-serif;

}

/*VS2008 风格的表格*/

table.TableVS2008
{
	border:0 none;
	margin-bottom:5px;
	margin-top:5px;
	width:90%;
	font-size:90%;
	font-family:微软雅黑,Verdana,Arial,Helvetica,sans-serif;
	font-style:normal;
	font-weight:normal;
	left:auto
	}
	
table.TableVS2008 tr {
vertical-align:top;
}

table.TableVS2008  th {
background-color:#EFEFF7;
border-bottom:1px solid #C8CDDE;
color:#000066;
padding:3px 5px;
text-align:left;
}

table.TableVS2008 td {
background-color:#F7F7FF;
border-bottom:1px solid #D5D5D3;
margin:1px;
padding:3px 5px;
}

table.TableVS2008 td.imageCell {
padding-left:1px;
padding-right:1px;
white-space:nowrap;
width:20px;
}

table.TableVS2008 td.LinkCell {
white-space:nowrap;
}
table.TableVS2008 td.DescriptionCell {
width:70%;
}


/*pre的code类 样式*/
pre.code
	{
    color:#006600;
	background-color: #F4F4FF;
	padding: 4px 6px 4px 0px;
	line-height:1.5;
	margin-top:.5em;
	margin-bottom:.5em;
	}
/*pre，div的syntax的样式*/
pre, div.syntax
	{
	margin-top: .5em;
	margin-bottom: .5em; 
	}

/*代码样式*/
code
{
	color:#000060;
	font-family: "Courier New",Arial, "Time New Roman","宋体", Courier, monospace;
	font-size: 100%;
}
/*
pre, .code, div.syntax
	{
	color: #2B2B2B;
	font-family: "Courier New","宋体",Arial;
	font-size: 110%;
	width:95%;
	}
	*/
pre b, code b
	{
	letter-spacing: .1em; /* opens kerning on bold in Syntax/Code */
	}
/*Style for notes and tips*/	
div.notes
	{
	background-color:#F4F4FF;
	
	}
 /* 全部显示，全部隐藏*/
div.collapseAll	{
	float:right;
	font-size:12px;
	font-weight:normal;
	padding-right:10px;
	margin-top:-20px;
	}
div.section
{
    margin-left:        16px;
    *padding-left:      16px;
    *margin-left:       0;
    *width:             100%;
}
	
label.collapseAll{
	display:none;}
	
	
	
	div.TabOverlay {
	position:absolute; 
	left:11pt; 
	top:40pt; 
	width:700pt;
	color:white;
	}
	
/*Style for image in the top of the page*/


.pgImage
	{
	width:auto; 
	position:relative; 
	left:0px; 
	padding:inherit; 
	border-bottom:1px solid #999999;
	background-image: url(../Welcome/images/TitleBackground.bmp);
	color: #2D5493; 
	height:70px; 
	margin-left:-20px; 
	margin-top:-15px;
	}


/*页面中图片的样式--高翔*/
div.pageImage
   {
	vertical-align:middle;
	text-align:center;
	font-size:100%;
    font-family:"微软雅黑",Arial;
	font-weight:bold;
	width:auto; 
	height:auto;
	border:none;
	vertical-align:middle;
	}


/*Style for the first header*/
.hd1
	{
	position:absolute;
	height:35%; 
	font-size:120%; 
	font-family:Cambria,"宋体"; 
	vertical-align:middle; 
	margin-top:5px; 
	margin-left:170px;  
	width:700px;
	height: 70px;
	
	
	
	}
/*Style for the second header, used in <table>*/
.hd2
	{
	position:absolute;
	font-size:130%; 
	font-family:Cambria,Verdana,"宋体";
	color:#2D5493; 
	height:45%;
	margin-top:12px;
	margin-left:170px; 
	width:700px;
	height: 70px;
}


/* Style for */


DIV.hd3
{
	font-weight:bold;
	position:absolute;
	font-size: 100%; 
	color:#FFFFFF; 
	left:35pt;
	top:4pt;
	width:700pt;
	height: 70pt;
}

	
.expanded	{font-weight: normal; }	

.collapsed	{display: none;}	
div.collapsed	{
	display: none;
	border:0;
	}	

/* LISTS */ 
	ol		{font-size: 100%; margin-top: .5em; margin-bottom: 0em; }
	ul		{font-size: 100%; margin-top: .5em; margin-bottom: 0em;}
	ol ul		{list-style: disc; margin-top: .5em;}
	ul ul		{list-style: disc; margin-top: .5em;}
	li		{margin-bottom: .7em; margin-left: .5em;}

	.subpara		{margin-left: 18pt;}
	.subsubpara		{margin-left: 36pt;}
	.usubpara		{margin-left: 4pt;} /* for li in ul/ol*/
	
	
div#main{
	width:95%;
	}
	
	
div#left{
	position: absolute;
	left:0px;
	width:45%;
	}
	
div#ceter{
	margin: 0 200px; /* 此 div 元素的左边距和右边距会在页面两侧上创建两个外部栏。无论侧栏 div 中包含多少内容，栏内的空间都将保留。 */
	padding: 0 10px; /* 请记住，填充是 div 方块内部的空间，边距则是 div 方块外部的空间 */
	}

div#right{
	position: absolute;
	right:0px;
	width:45%;
	}

/*以下为技术专题文档中复制代码所需风格。*/
div#section
{
    margin-left:        16px;
    *padding-left:      16px;
    *margin-left:       0;
    *width:             100%;
}


div#section td
{
    background-color:   #F7F7FF;
    border-bottom:      1px solid #D5D5D3;
	    padding-left:       5px;
    padding-right:      5px;
    padding-top:        3px;
    padding-bottom:     3px;    
    margin:             1px;
    font-size:90%;

}

th.code
{
    background-color: #EFEFF7;
    border-bottom:  1px solid #C8CDDE;
    color:          #000066;
    padding-left:   5px;
    padding-right:  5px;
    padding-top:    3px;
    padding-bottom: 3px;
    text-align:     left;
    /*font-size:      .7em;zhaoah*/
}
span.copyCode
{
    color:      #0000ff;
    font-size:  80%;
    font-weight: normal;
    cursor:     pointer;
    float:      right;
    display:    inline;
    text-align: right;
}
img.copyCodeImage
{
    border:     0;
    margin:     1;
    margin-right: 3;
}


.visualDiv1
{
	width:300px;
	float:left;
	display:inline-block;
	vertical-align: top;
	margin:2px;
}
.visualDiv2
{
	width:450px;
	float:left;
	display:inline-block;
	vertical-align: top;
	margin:2px;
}
.visualDiv3
{
	width:100%;
	height:350px;
}
.visualDiv4
{
	width:100%;
	height:400px;
}
.visualLabel
{
	font-weight:bold;
}
