﻿/*Popup*/
.ToolTip
{
}
.ToolTipWrapper
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: White;
	border: solid 8px gray;

    /* used for Quick Contact form image*/
	background-image: url(images/bg_QuickContact.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.ToolTipWrapper td
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.ToolTipTopLeft, .ToolTipTopCenter, .ToolTipTopRight
{
	display: none;
	overflow: hidden;
}
.CloseButton
{
	display: none;
	overflow: hidden;
}
.ToolTip_Close
{
	border: none;
	cursor: pointer;
	color: White;
	background-color: Transparent;
	background-image: url(images/Button_CallMe_OFF.gif);
	background-repeat: repeat-x;
	background-position: left;
	width: 150px;
	line-height: 20px;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	position: absolute;
	bottom: 8px;
	right: 8px;
}

/*body*/
#popupbody {clear: both; padding: 0px 0px 0px 0px; margin-left: auto; margin-right: auto; }
#popupbody .column-title{margin:0px 0px 8px 0px; display: block;}
