@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	width: 360px;
	text-align: left;
	font-size: 0.8em;
	color:#FFF;
	padding: 0px;
	line-height: 128%;
	
}

#mainContent .tooltipContent .bio_image 
{

	background-color: #FFF;
	color:#000;
	padding: 1em;
	border: thin solid #C77000;
}




#sprytooltip1 #arc {
	height: 200px;
	padding-left: 190px;
	padding-top: 20px;
	padding-right: 25px;
	margin: 0px;
	font-family: 'Cantarell', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 115%;
	text-shadow: 2px 2px 4px #000;
	background-image: url(../images/acr_bg.png);
	background-repeat: no-repeat;
}

