@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;
	border: #929293 1px solid;
	color: #636363;
	margin: 3px;
	font-size: x-small;
}
.heading
{
	background-color: #848484;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: small;
	}
#c1,#c2,#c3,#c4,#c5,#c6,#c7,#c8,#c9,#c10 {
	float: left;
}
#c11,#c12,#c13,#c14,#c15,#c16,#c17,#c18,#c19,#c20,#c21,#c22,#c23 {
	float: left;
	}
