﻿.ChildName
{
	color: #4e4f56;
	font-weight: bold;
	cursor: default;
}
#ChildNameToolTip
{
	display: none;
	position: absolute;
	z-index: 1000;
}
#ChildNameToolTipContent
{
	width: 400px;
	margin-top: 20px;
	padding: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(60, 60, 60, 0.6);
	-moz-box-shadow: 0px 0px 0px 10px rgba(60, 60, 60, 0.6);
	box-shadow: 0px 0px 0px 10px rgba(60, 60, 60, 0.6);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ffffff;
	color: #53240e;
	line-height: 18px;
}
#ChildNameToolTipContent H2
{
	margin-bottom: 10px;
}
#ChildNameToolTipContent A
{
	display: block;
	text-align: right;
}
