.link
{
	font-size: 12px;
        background-color:#FEFFEB;
	border:solid 1px #C0C0C0;	
	padding: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: 宋体;
	line-height: 24px;
}

.link a
{
	color:Blue;
	margin-left:4px;
	margin-right:4px;
}

.postBody p
{
	line-height: 24px;
	font-size: 14px;
	font-family: Verdana;
	margin-top: 12px;
	margin-bottom: 12px;
}
.postBody .header1
{
	background-color: #FEFFEB;
	border:solid 1px #C0C0C0;	
	padding: 4px;
}

.code
{
	line-height: 14px;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: Courier New;
	overflow-x:auto;
	overflow-y:hidden;
	background-color: #FEFFEB;
	border:solid 1px #C0C0C0;	
	padding: 6px;
}

.code span
{
	line-height: 1.4em;
	font-size: 12px;
}

.postBody h1
{
	font-size: 16px;
	font-family: Verdana;
	margin-top:6px;
	margin-bottom:6px;
}
.postBody h2
{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	margin-top: 10px;
	margin-bottom: 10px;
}
.postBody .sectionPanel
{
	padding-left: 0px;
	padding-right: 0px;
}

.table_varman
{
	border-left:solid 1px black;
	border-top:solid 1px black;
	background-color:White;
}
.table_varman .header td
{
	background-color:#EEEEEE;
	font-weight:bold;
	font-size:16px;
}
.table_varman td
{
	font-size: 14px;
	font-family: Verdana;
	border-right:solid 1px black;
	border-bottom:solid 1px black;
	vertical-align:middle;
	padding:6px;
}
table pre
{
	font-size: 14px;
	font-family: Verdana;
	padding:0px;
	margin:0px;
}
table .code
{
	background-color:White;
	border:solid 0px #C0C0C0;	
	font-size: 12px;
	font-family:Courier New;
	padding:0px;
	margin:0px;
}

.postBody table
{
	font-size: 14px;
	font-family: Verdana;
	border-left:solid 1px black;
	border-top:solid 1px black;
}
.postBody td
{
	border-right:solid 1px black;
	border-bottom:solid 1px black;
	padding:4px;
}



.postBody .section
{
	margin:0px;
	padding:0px;
}
.postBody .section .h1
{
	cursor:default;
	font-size:16px;
	font-weight:bold;
	font-family:Verdana;
	color:#6B86B3
}
.postBody .section h2
{
	font-size:14px;
	font-weight:bold;
	font-family:Verdana;
}
.postBody .section .content
{
	font-size:14px;
	font-family:Verdana;
	padding-left:10px;
	padding-right:10px;
}
.postBody .section .footer
{
	font-size:14px;
	font-family:Verdana;
	padding-top:10px;
	padding-bottom:10px;
}
.postBody .section .content .code
{
	line-height: 16px;
	font-size: 12px;
	background-color: #FEFFEB;
	border:solid 1px #C0C0C0;	
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family:Courier New;
}
.postBody .section .title
{
}
.postBody .section .content table
{
	border-left:solid 1px black;
	border-top:solid 1px black;
	background-color:White;
}
.postBody .section .content table .header td
{
	background-color:#EEEEEE;
	font-weight:bold;
	font-size:16px;
}
.postBody .section .content table td
{
	font-size: 14px;
	font-family: Verdana;
	border-right:solid 1px black;
	border-bottom:solid 1px black;
	vertical-align:middle;
	padding:6px;
}
.postBody .section .content table pre
{
	font-size: 14px;
	font-family: Verdana;
	padding:0px;
	margin:0px;
}
.postBody .section .content table .code
{
	background-color:White;
	font-size: 12px;
	font-family:Courier New;
	padding:0px;
	margin:0px;
	border:solid 0px #C0C0C0;	

}

.postBody .pagebar a:hover
{
	color:Blue;
	text-decoration:underline;
}

.postBody .pagebar a
{
	color:Blue;
	margin:4px;
	text-decoration:none;
	padding:4px;
}

.postBody .pagebar .CurrentPageNumber
{
	color:Red;
}

#MySignature
{
	background-color:#FFFEFE;
	border:solid 1px #E5E5E5;
	font-size:12px;
	line-height:24px;
	padding:8px;
}

#MyAD a,.MyAD a
{
  color:Blue;
	font-size:12px;
}

#MyAD,.MyAD{
  background-color:#FBEDBB;
	border:solid 1px #C0C0C0;	
	padding: 6px;
	margin-top: 16px;
	margin-bottom: 16px;
	font-size:12px;
	line-height:24px;
	padding:8px;
}




pre.csharpcode,
pre.sh_sourceCode
{
	background-color: #FEFFEB;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: Courier New;
	overflow-x:auto;
	overflow-y:hidden;
}

pre.sh_sourceCode span
{
	line-height: 1.4em;
	font-size: 12px;
}

pre.sh_sourceCode .sh_keyword
{
	color: #0000ff;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_type
{
	color: #880088;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_string
{
	color: #990000;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_regexp
{
	color: #000088;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_specialchar
{
	color: #990000;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_comment
{
	color: #006600;
	font-weight: normal;
}

pre.sh_sourceCode .sh_number
{
	color: #990000;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_preproc
{
	color: #ff0000;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_function
{
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_url
{
	color: #000088;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_date
{
	color: #0000ff;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_time
{
	color: #0000ff;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_file
{
	color: #0000ff;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_ip
{
	color: #000088;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_name
{
	color: #000088;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_variable
{
	color: #0000ff;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_oldfile
{
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_newfile
{
	color: #000088;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_difflines
{
	color: #0000ff;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_selector
{
	color: #0000ff;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_property
{
	color: #0000ff;
	font-weight: normal;
	font-style: normal;
}

pre.sh_sourceCode .sh_value
{
	color: #000088;
	font-weight: normal;
	font-style: normal;
}
/*
.postBody a
{
border-bottom: 1px #DDDDDD dotted;
    text-decoration:none;
}

.postBody a
,.postBody a:link
,.postBody a:visited
,.postBody a:hover
{
border-bottom: 1px #000000 dotted;
    text-decoration:none;
}

.feedbackItem
{
}

.feedbackCon
{
border-top:none;
border-bottom:dashed 1px #CCCCCC;
border-left:none;
border-right:none;
padding-bottom:12px;
}

.feedbackManage
{
float:right;
width:150px;
text-align:right;
}

.postBody p
{
color:black;
}*/


.ad
{
}
.ad a
{
	font-size: 12px;	font-family: 宋体;

    color: #AA0000;
	text-decoration: none;
border-bottom:#333 0px dotted

}
.ad a:hover
{
	font-size: 12px;	font-family: 宋体;


    color: #AA0000;
	text-decoration: underline;
}