.Tooltip {
	/*width: 500px;*/
}
.Tooltip .Top {
	background: transparent url(../images/ToolTip_Top-Bottom.gif) no-repeat scroll 100% 0;
	height: 5px;
	margin: 0 0 0 5px;
	font-size: 0px;
}
.Tooltip .Top .Border {
	background: transparent url(../images/ToolTip_Top-Bottom.gif) no-repeat scroll 0 0;
	height: 5px;
	left: -5px;
	position: relative;
	width: 5px;
}
.Tooltip .Left {
	background: transparent url(../images/ToolTip_Left.gif) repeat-y scroll 0 0;
	padding: 0 0 0 5px;
	font-size: 0px;
}
.Tooltip .Right {
	background: transparent url(../images/ToolTip_Right.gif) repeat-y scroll 100% 0;
	padding: 0 5px 0 0;
	font-size: 0px;
}
.Tooltip .Bottom {
	background: transparent url(../images/ToolTip_Top-Bottom.gif) no-repeat scroll 100% 100%;
	height: 5px;
	margin: 0px 0px 0px 5px;
	position: relative;
	font-size: 0px;
}
.Tooltip .Bottom .Border {
	background: transparent url(../images/ToolTip_Top-Bottom.gif) no-repeat scroll 0 100%;
	height: 5px;
	left: -5px;
	position: relative;
	width: 5px;
}
.Tooltip .Bottom .Nub {
	background-image: url(../images/ToolTip_Nub.gif);
	width: 50px;
	height: 29px;
	position: absolute;
	bottom: -27px;
	left: 50%;
}
.Tooltip .Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	background-color: #FFFFFF;
}
.Content .title {
	font-weight: bold;
	margin-bottom: 4px;
}
/*
.ToolTip_Container {
	z-index: 25;
}
.ToolTip_Top {
	background-color: #EFEFEF;
	padding: 8px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #D9DBDD;
	border-bottom-width: 0px;
}
.ToolTip_Top .header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}
.ToolTip_Top .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.ToolTip_Bottom {
	height: 14px;
}
.ToolTip_Bottom .left {
	width: 44%;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9DBDD;
}
.ToolTip_Bottom .center {
	background-image: url(../images/mood_tooltip_point.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 18px;
	float: left;
}
.ToolTip_Bottom .right {
	width: 45%;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9DBDD;
}
.clear {
	clear: both;
}
*/
