@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: #D6D6D6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	float: left;
	color: #1F4468;
	word-spacing: normal;
	letter-spacing: normal;
	border: 1px solid #1F4468;
	margin: 10px;
	padding: 10px;
	clear: none;
	width: 250px;
	height: auto;
}
#MyRules {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	alignment-adjust: baseline;
	height: auto;
}
#search {
	float: right;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
