@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: 160px;
	background-image: url(../img/tooltip_bg.png);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #981418;
	border-bottom-color: #981418;
	padding: 10px;
	line-height: 16px;
}
#container a, #container2 a, #container3 a, #container4 a, #container5 a, #container6 a, #container7 a, #container8 a, #container9 a  {
	color: #6E0D10;
}

