﻿/*
	Contains all stylistic features of the VE bubble which pops up when hovering over a location.
*/

.bubbleInputTable td{
	font-family:Verdana;
	font-size:10px; 
	font-weight:bold;
	vertical-align:middle;
	color: #3b3b40;
}

.bubbleContainer
{
	width:325px;
	/*height:200px;*/
}

.bubbleTable
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:325px; 
	/*height:200px;*/
}

.bubbleImageCell
{
	width:150px;
	/*border: 1px solid red;*/
	vertical-align:middle;
	text-align:center;

}

.bubbleDataCell
{
	width:175px;
	/*border: 1px solid blue;*/
	vertical-align:top;
	text-align:left;

}

.bubbleData
{
	display:block;
}

.bubbleDriveData
{
	margin-left:10px;
	display:none;
	text-align:left;
}

.inputDDStreet, .inputDDCity, .inputDDState, .inputDDZip
{
	color:Green;
}

.inputDDSearch
{
	margin-right: 10px;
}

.bubbleLinksCell
{
	text-align:center;
	font-family:Verdana;
	font-size: 10px;
	
}

.bubbleDetailsTable
{
	border-collapse:collapse;
}

.bubbleDetailsTable td
{
	vertical-align:top;
	padding: 2px 2px 2px 2px;
	font-family:Verdana;
	font-size: 10px;

	/*	Removed border due to IE rendering of border even when bubble is invisible. */
	/* border-bottom: 1px solid #e0e0e0; */
}