@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: #52863A;
	clear: both;
	width: 300px;
	padding: 5px;
	border: 1px solid #000;
	background-image: url(../images/toolTipBack.png);
	background-repeat: repeat-x;
}#vanToolTip h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#vanToolTip p {
	margin-top: 5px;
}
#flatbedToolTip h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#flatbedToolTip p {
	margin-top: 5px;
}
#stepdeckToolTip h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#stepdeckToolTip p {
	margin-top: 5px;
}
#rgnToolTip h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#rgnToolTip p {
	margin-top: 5px;
}
#specialToolTip h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#specialToolTip p {
	margin-top: 5px;
}
