/* Shared InfoWindow Styles - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/ 
.genericInfoWindow
{ 
	color: #808080 !important;
	font-size: small !important;
	font-weight: lighter !important;
}

.infoWindowSpacer
{
	height: 5px !important;
}

span.infoWindowTitle 
{
  	white-space: pre-wrap;
  	word-wrap: break-word;
	max-width: 240px;
  	display: inline-block;

	color: #1155CC !important;
	font-weight: bold !important;
	font-size: 15px !important;
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	margin-right: 15px !important;
}

.infoWindowTimeLabel
{
	font-weight: bold !important;
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	color: #000000 !important;
}

.infoWindowTimeText
{
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	color: #000000 !important;
	font-size: 12px !important;
}

.infoWindowTables
{
	text-align:left !important;
	margin-top: 10px !important;
	padding-bottom: 4px !important;
	margin-right: 20px !important;
}

.infoWindowHeadings
{
	color:  green !important;
	font-size: 13px !important;
	font-weight: bold !important;
	text-align:left !important;
}

.infoWindowLinkHeadings
{
	color: black !important;
}

.infoWindowLink
{
	color: #1155CC !important;
	text-decoration: none !important;
}

.infoWindowLink:Hover
{
	text-decoration: underline !important;
}

.infoWindowSeparator
{
	margin:5px 0px 5px 0px !important;
	width: 100% !important;
	height: 1px !important;
}

.infoWindowGeneralText
{
	font-family: arial, helvetica, sans-serif !important; 
	color: #808080 !important;
	font-size: small !important;
	font-weight: lighter !important;
}

.info-window-adj
{
	color: Black !important;
	font-size: .8em;
}

#vehicle-bubble
{
	line-height: 1.35;
	overflow: hidden;
	white-space: nowrap;
}

#stop-bubble
{
	line-height: 1.35;
	overflow: hidden;
}