/* Custom domTT Styles */
div.customStyle {
	margin-top:5px;
	margin-left:5px;
	font-family: Arial;
    border: 1px solid #81a73e;
	max-width: 220px;
	color: #fff;
	background-color: #527235;
	font-size: 11px;
	padding: 0px 2px 0px 2px;
}

div.customStyle .caption {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	color: #fff;
	background-color: #527235;
}

div.customStyle .contents {
	font-size: 11px;
	text-align: left;
	padding: 0px 2px 0px 2px;
}

div.customStyle .closeLinkCell {
	width:10px;
}