
div.divTooltip {
	width: 315px;
	height: 300px;
 }

table.tooltip {
	width: 315px;
	background-color: transparent;
}


	table.tooltip td.rightContainer {
		vertical-align: top;
		background-color: transparent;
	}

	table.tooltip table.right {
		width: 200px;
	}

table.tooltip table.right td.heading {
    width:283px;
	background-image: url('../images/popups/popupHeadBG.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
     
}

table.tooltip table.right td.content {
    width:283px;
	background-image: url('../images/popups/popBG.png');
	background-position: left;
	background-repeat: repeat-y;
	height: 200px;
	padding: 10px;
	vertical-align: top;
   }

table.tooltip table.right td.content p {
	width: 283px;
	margin-right: 25px;
	
}
#center-content table.tooltip table.right td.content p{
 color:#000000;
}
table.tooltip table.right td.footer {
	background-image: url('../images/popups/popupBottom.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 38px;
  }
