BODY {
	FONT-FAMILY: Arial,"ËÎÌå",Tahoma, sans-serif;
	FONT-SIZE: 12px;
	line-height: 135%;
}

a
{
	color: #003266;
	text-decoration: none;
}

a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

p{
	margin: 5px 0px;
	line-height: 135%;
}

INPUT {
	FONT-SIZE: 100%
}

SELECT{
	font-size: 100%;
}

PRE.Code{
	font-size: 100%;
	border: 1px solid #666666;
	background-color: #F3F3F3;
	color: #666666;
	padding: 5px;
}

#Content h3,#MenuContent h3 {
	font-size: 1.1em;
	line-height: 2em;
	padding-top: 3px;
	padding-left:  20px;
	margin: 5px 0px;
	border-bottom: 1px solid #CCC;
	background: url(Items/Item.Info.gif) left no-repeat;
}

#Content h2{
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 3px 0px;
}

#Content h4{
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 2px 15px;
	margin: 2px 0px;
	background: url(Items/Item.Tri.gif) left no-repeat;
}

#Content h4.API{
	background: url(Items/Item.Rplus.gif) left no-repeat;
	border-bottom: 1px solid #CCC;
	padding-left: 20px;
}

#MenuContent ul{
	margin: 5px 0px;
	padding-left: 2em;
	list-style-image: url(Items/Item.Next.gif);
}

#MenuContent li{
	line-height: 1.5em;
}

fieldset{
	padding: 10px;
	border: 1px solid #666666;
}

fieldset  legend{
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #666666;
}

fieldset.Demo{
	border: 1px solid #994D00;
	background-color: #FFFAF6;
	background-image: url(Items/BG.Demo.gif);
	color: #994D00;
}

fieldset.Demo legend{
	border: 1px solid #994D00;
	background-color: #FFE6DD;
}

body#Menu{
	margin: 5px;
}

#MenuContent{
	padding: 5px;
	background: url(Items/BG.Menu.gif) left  top no-repeat;
}

#MenuContent h2{
	margin: 5px 0px;
	font-size: 120%;
}

#Content{
/*	width: 750px;*/
}

#Content p{
	text-indent: 2em;
}

#Content p.Next{
	text-indent: 0em;
	margin-left: 2em;
	padding-left: 20px;
	background: url(Items/Item.Next.gif) left no-repeat;
}

#Content p.Cutline{
	text-indent: 0em;
	text-align: center;
	color: #003E80;
}

#Content ul{
	list-style-image: url(Items/Item.List.gif);
	margin: 5px 18px;
}

#Content ul li p{
	text-indent: 0em;
}

p.Code{
	color: #333;
	background-color: #EEEEEE;
	padding: 2px 5px;
}

.TreeNode input{
	height: 13px;
	width: 13px;
	padding: 1px;
	margin: 0px;
}

.TreeNode{
	line-height: 18px;
	height: 18px;
}

input.Button{
	background-color: #FFE6DD;
	border: 1px solid #802000;
	color: #802000;
	line-height: 17px;
	height: 20px;
	margin: 0px 2px 0px 2px;
}

Input.UserInfo{
	border: 0px;
	border-bottom: 1px solid #802000;
	background-color: transparent;
}

textarea{
	border: 1px solid #666;
	font-family: Arial, "  ",Helvetica, sans-serif;
	font-size:1em;
}

hr.Foot{
	width: 450px;
	height: 1px;
	margin-top: 1em;
	text-align: left;
	margin-left: 50px;
}

span.HighLight{
	font-weight: bolder;
	color: #990000;
}

#Splash{
	width: 600px;
	height: 280px;
	margin: 50px auto;
}

li.Folder{
	padding-left: 5px;
	list-style-image: url(Items/Item.Folder.gif);
}

li.File{
	padding-left: 5px;
	list-style-image: url(Items/Item.File.gif);
}

li.Tips{
	padding-left: 0px;
	list-style-image: url(Items/Item.Tri.gif);
	font-weight: bolder;
}

ul.Tri{
	padding: 0px;
	margin:0px;
}

ul.Tri li{
	margin: 0px;
	padding-left: 0px;
	list-style-image: url(Items/Item.Tri.gif);
}

table.API{
	border-collapse:collapse;
	border: 1px solid #002180;
	margin: 5px 0px;
}

table.API th{
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background-color:#002180;
	background-image: url(Items/BG.APIHeader.gif);
	color:#FFFFFF;
	padding: 3px 5px;
	height: 19px;
	line-height: 19px;
}

table.API td{
	border: 1px solid #002180;
	padding: 3px;
}

table.API td p{
	margin: 0px;
	text-indent: 0px !important
}