@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
{
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	text-align: left;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	height: auto;
	width: 480px;
	padding: 10px;
}
.twoColFixLtHdr #container #mainContent div table {
	color: #CCC;
}
.twoColFixLtHdr #container #mainContent div table {
	color: #D6D6D6;
}
.twoColFixLtHdr #container #mainContent div table tr td table tr td {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}
.twoColFixLtHdr #container #mainContent table tr td ul li font {
	text-align: left;
}
.twoColFixLtHdr #container #mainContent table tr td ul li {
	text-align: left;
}

