.tool-tip {
	color: #000;
	width: 223px;
	padding-top:21px;
	z-index: 13000;
	background: url(../images/bubble_head.png) top left no-repeat;
}

.tool-tip div{
	color: #000;
	width: 223px;
	padding-bottom:13px;
	z-index: 13000;
	background: url(../images/bubble_foot.png) bottom left no-repeat;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
}

.tool-tip div.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background-image:none;
	background-color: #fed5a4;
	border-left:1px solid #fc9412;
	border-right:1px solid #fc9412;
	width:205px;

}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}

.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

.tool-title{
	display:none;
}

ul.linksDoc{
	clear:left;
	padding:10px 10px 0;
}

ul.linksDoc li{
	list-style-type:none;
	margin-bottom:5px;
}

ul.linksDoc li a{
	text-decoration:none;
	color:black;
}

ul.linksDoc li a:hover{
	text-decoration:underline;
}

.tip-link{
	width:223px;
	z-index:1250;
	padding:0;
	display:none;
}

.tip-link .tip-top{
	width:223px;
	height:21px;
	background-image:url(../images/tip-top.png);
	background-repeat:no-repeat;
	padding:0;
}

.tip-link .tip-bottom{
	width:223px;
	height:14px;
	background-image:url(../images/tip-bottom.png);
	background-repeat:no-repeat;
	padding:0;
}

.tip-link .tip{
	width:203px;
	background-image:url(../images/tip-center.png);
	background-repeat:repeat-y;
	padding:0 10px;
}

.tip-link .tip-text{
	width:203px !important;
	padding:0 !important;
	background:none !important;
	border:0 !important;
	font-size:9px !important;
}

.contentDoc{
	padding:10px 10px 0;
	clear:left;
}

.contentDoc ul li{
	margin-left:15px;
}