#TDMainDiv {
	padding-bottom: 10px;
}

.TDTagContainer {
	border: 1px solid #FFB516;
	margin-left: 50px;
	margin-top: 50px;
}

.TDTagContainer td {
	text-align: center;
	vertical-align: top;
	font-family: arial;
	font-size: 14px;
}

.TDTagHeader {
	text-align: center;
	border-bottom: 2px solid #FFB516;
	background-color: #FFB516;
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
}

.TDTag {
	display: inline;
	padding: 5px;
}

.TDTag a {
	color: blue;
	white-space: nowrap;
}

.TDBubble {
	background-color: #fff;
	border: 1px solid #FFB516;
	font-family: arial;
	font-size: 14px;
}

.TDBubbleTitle 
{
	text-align: center;
	border-bottom: 2px solid #FFB516;
	background-color: #FFB516;
	font-weight: bold;
	padding: 5px;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 110%;
}
.TDBubbleItem {
	white-space: nowrap;
	background: url(http://textdigger.com/webfiles/images/redballsm.gif);
	background-repeat: no-repeat;
	background-size: 15px;
	padding-left: 16px;
}

.TDBubbleItemDate
{
	display: none;
}

.TDBubbleItemDivider
{
	border-bottom: 1px dashed #000;
	padding: 2px;
}

.TDBubbleContainer
{
	padding: 10px;
}

.TDBubbleClose {}
