.balloonstyle{
	position:absolute;
	top: -500px;
	left: 400;
	padding: 5px;
	visibility: hidden;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-image: url(/services/voice_over/css/img/balloon_bk.png);
	background-repeat: repeat;
	border: 2px solid #ffae00;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
	
}

#arrowhead{
z-index: 99;
position:absolute;
top: -400px;
left: 50;
visibility: hidden;
}
.scale span {
	display: none;
	text-decoration: none;
}

.scale:hover {
/** fix for IE6 popup bug.  nice one Microsoft! */
	overflow: hidden;
	text-decoration: none;
}

.scale:hover span {
	display: inline;
	border: 1px solid black;
	position: absolute;
	padding: 5px;
	margin-left: 5px;
	overflow: hidden;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
}
.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}
.ct_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.cttable {
	border: 2px solid #FFF;
}

