﻿#garminDisplay
{
	color: #000;
	text-align: left;
}
a{color:#000;}

#garminDisplay input
{
}

#garminDisplay input:disabled
{
	background-color: #D0D0D0;
}

#garminDisplay select
{
	font-size: 10px;
	font-weight: bold;
	
	background-color: #666699;
	color: #000;
}

.pluginElement
{
	margin: 5px;
	float:right;
}

.actionButton
{
	background: url("/images/com/drivingdirections/but_sendtodevice.gif") no-repeat;
	height: 30px;
	width: 215px;
	float:right;
}

#deviceSelect
{
	width: 220px;
}

#aboutElement
{
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 9px;
	text-align: right;
	display: none;
}

.readResultsElement
{
	margin-top: 6px;
}

.readResultsSelect
{
	position: absolute;
	left: 100px;
}

#readMap
{
	width: 100%;
	height: 200px;
}

#progressBar
{
	height: 10px;
	margin-top: 3px;
	border: 1px solid black;
	width: 95%;
	padding: 0px;
	text-align: left;
	background-color: #CCCAC1;
}

#progressBarDisplay
{
	position: absolute;
	top: 0px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #005E9D;
}

.requestinfo-icon {clear:both; background:url('/images/com/searchsprite_icons.png') no-repeat 0 -139px; height:16px !important; display:block; margin:1px 5px 3px 0px; padding-left:22px; font-size: 11px; color: #999999;}

