@charset "UTF-8";

/* @group General */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	height: 100%;
	width: 100%;
	font: 13px 'lucida grande', arial, verdana, sans-serif;
}

/* @end */

/* @group Notifications Windows */

.noPlugin {
	background: url(images/icon-communicator-blue.png) no-repeat 305px 15px;
}

.noDevice {
	background: url(images/icon-no-device.png) no-repeat 210px 50px;
}

.loading {
	background: url(images/icon-loading.gif) no-repeat center 140px;
}

/* @end */

#garminDisplay {
	font-size:11px;
	color: #000000;
	text-align: center;
	height: 385px;
	position: relative;
	padding: 0;
	margin:0;
}

#garminDisplay input:disabled {
    background-color: #D0D0D0;
}

#garminDisplay select { 
	font-size:14px;
	font-weight: bold;
    /*background-color: #666699;*/ 
    background-color: #FFFFFF;
    color: #005E9D;
    text-align: center;
}

#deviceSelectBox {
   	background: url(images/choose_bg.png) no-repeat;
	width: 259px;
	height: 101px;
	position: absolute;
	bottom: 195px;
	left: 102px;
	text-align: center;
}

#statusBox {
    font-size: 20px;
    margin-top: 60px;
}
#statusText {
   	position: absolute;
	top: 40px;
	left: 18px;
	text-align: center;
	width: 90%;
	font-size: 15px;
	font-weight: bold;
}

.pluginElement {
	margin: 5px;
}

.pluginElement a { 
	color: #005E9D;
}

.pluginElement a:hover { 
	color: #129DD7;
}

#deviceSelect {
	margin-top: 17px;
    width: 220px;
    padding: 5px;
    line-height: 30px;
    font-size: 14px;
}

#deviceSelectLabel {
	margin-top: 15px;
	font-weight: bold;
	position: relative;
}

#progressBar {
	position: relative;
	top: 70px;
	left: 52px;
	*left: -10px;
    height:15px;
    padding-top: 3px;
    border:1px solid #999999;
    width: 75%;
    padding:0px;
    text-align: left;
    background-color:#DDDDDD;
}

#progressBarDisplay {
    position:absolute;
    top:0px;
    height:15px;
    margin: 0px;
    padding:0px;
    text-align: left;
    background-color:#2f83d6;
}

/* Style for the Update button */
#sendDataButton {
	border: 0;
	cursor: pointer;
	text-align: center;
	width: 259px;
	height: 51px;
	margin: 0;
	padding: 0;
	background: url(images/button_bg.jpg) no-repeat 0 top;
	color: #fff;
	font-size: 16px;
}

#sendDataButton:hover {
	background: url(images/button_bg.jpg) no-repeat 0 bottom;
}

#sendDataButton:active {
	background: url(images/button_bg.jpg) no-repeat 0 top;
}

#sendBox {
	position: absolute;
	bottom: 115px;
	left: 97px;
}

.sendToDeviceButton {
	cursor: pointer;
	position: absolute;
	width: 200px;
	line-height: 38px;
	background: url(images/button-blue-r.png) no-repeat right 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 0 10px 0 0;
	bottom: 50px;
	left: 332px;
}

.sendToDeviceButton a {
	position: relative;
	height: 38px;
	display: block;
	white-space: nowrap;
	padding: 0 0 0 15px;
	background: url(images/button-blue-l.png) no-repeat left 0;
	color: #fff;
	text-decoration: none;
	text-shadow: #28242a 0 -1px 1px;
}

.sendToDeviceButton:hover {
	background-position: right -40px;
}

.sendToDeviceButton:hover a {
	background-position: left -40px;
}

.sendToDeviceButton:active {
	background-position: right -80px;
}

.sendToDeviceButton:active a {
	background-position: left -80px;
}

#aboutElement {
    position: absolute;
    top: 306px;
    _bottom: 0px;
    color: #5e5e5e;
    font-size: 11px;
    text-align: left;
	left:0;
}

.sendToDeviceNoticeWrapper {
	font-family: arial;
	font-size: 13px;
	/*position: relative;*/
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #e3f1fc;
}

.sendToDeviceNoticeWrapper .noticeHeader {
	font-weight: bold;
	padding-left: 23px;
	background: url(images/information.png) no-repeat;
	padding-bottom: 5px;
}

.sendToDeviceNoticeWrapper .noticeBody {
	padding-left: 23px;
}
/* @end */
