.TipAPI{
	border: 1px solid #FFDEAD;
	background-color: #FFFAF2;
	font-size: 9pt;
	font-family: "Arial","ËÎÌå";
	padding: 3px;
	position: absolute;
}

.TipAPI .Waiting{
	margin-top: 80px;
	text-align: center;
}

.TipAPI .Title{
	font-size: 11pt;
	font-weight: bolder;
	font-family: "Arial";
	cursor: move;
}

.TipAPI p{
	margin: 0px;
}

.TipAPI table{
	color: #804D00;
	font-size: 9pt;
	font-family: "Arial","ËÎÌå";
}

.TipAPI table th{
	font-weight: normal;
	color: #215500;
	text-align: left;
}

.TipAPI h3{
	font-size: 10pt;
	border-bottom: 1px solid #FFF0D9;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	color: black;
}

.TipAPI .Type{
	font-weight: bolder;
	color: #A52A2A;
}

.TipAPI .HighLight{
	font-weight: bolder;
	color: Red;
}

.TipAPI .DName{
	font-weight: bolder;
}

.TipAPI .ProtoType{
	font-weight: bolder;
	color: black;
}

.TipAPI .Code{
	border: 1px solid #D2691E;
	background-color: #FFF5E8;
	color: #D2691E;
	padding: 3px;
	font-size:9pt;
	font-family: Arial;
}

.TipAPI ul{
	list-style-image: url(Items/Item.List.gif);
	margin: 5px 18px;
}
