@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
{

	filter:alpha(opacity:0.1)
	position: static;
	right: 30px;
	clear: left;
	float: right;
	height: 150px;
	width: 150px;
}

.tooltipContent
{
	background-color: #CCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	height: 480px;
	width: 300px;
	padding: 12px;
}
.tooltipContent_dod {
	background-color: #CCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	height: 350px;
	width: 300px;
	padding: 12px;
}

