#garminDisplay {
	font-size:11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0 0 1em 0;
	/*border: 2px outset #3D3A21;*/
	height: 390px;
	width: 390px;
	background: #FFFFFF url(garmin-white.gif) no-repeat 12px 12px;
	/*background: #DDE3D6 url("/image/main/upload/garmin.jpg") no-repeat 12px 12px;*/
	padding: 3px;
	border:1px solid #B4CFEC;
	position: relative;
}

#garminDisplay input {
	font-size:10px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#ffffff;
    height:18px;
    background-color: #005E9D;
    border:1px outset #3D3A21;
    padding: 3px;
}

#garminDisplay input.actionButton {
	font-size:16px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#ffffff;
    background-color: #0077AA;
    border:1px outset #3D3A21;
    padding: 3px;
    width: 150px;
    height: 35px;
}

#garminDisplay input:disabled {
    background-color: #D0D0D0;
}

#garminDisplay select { 
	font-size:14px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    /*background-color: #666699;*/ 
    background-color: #FFFFFF;
    color: #005E9D;
    text-align: center;
    
}

#deviceSelectBox {
   	background: url(choose_bg.png) no-repeat;
	width: 259px;
	height: 101px;
	position: absolute;
	bottom: 140px;
	left: 70px;
	text-align: center;
	font: 13px "lucida grande",tahoma,verdana,arial,sans-serif;
}

#readBox {
    text-align: center;
    font-size: 14px;
}

#statusBox {
    font-size: 20px;
    margin-top: 60px;
}
#statusText {
   	position: absolute;
	top: 125px;
	left: 18px;
	text-align: center;
	width: 90%;
	font: 15px "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
}
#buttonDescription {
    font-weight: normal;
    font-size: 14px;
}
#activityDirectory {
    text-align: center;
    position: absolute;
    top: 110px;
}

#activityDirectoryData {
    width: 360px;
    /*margin-left: auto;
    margin-right: auto;*/
    height: 200px;
    overflow: auto;
    position: relative;
    left: 10px;
    /*border: 2px outset black;*/
}

#activityTableHeader {
    color: #FFFFFF;
    /*background-color: #006699;*/
    background-color: #0077AA;
    /*margin-left: auto;
    margin-right: auto;*/
    font-size: 14px;
    width: 360px;
    position: relative;
    left: 10px;
}

#activityTable {
    color: #000000;
    /*background-color: #FFFFFF;*/
    background-color: #D0D0D0;
    font-weight: normal;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 360px;
}

.pluginElement {
	margin: 5px;
}

#deviceSelect {
	margin-top: 17px;
    width: 220px;
    padding: 5px;
    line-height: 30px;
    font: 14px "lucida grande",tahoma,verdana,arial,sans-serif;
}

#deviceSelectLabel {
	margin-top: 15px;
	font-weight: bold;
	position: relative;
}

#aboutElement {
    position: absolute;
    right: 8px;
    bottom: 5px;
    color: #5e5e5e;
    font: 11px "lucida grande",tahoma,verdana,arial,sans-serif;
}

.readResultsElement {
    padding-top: 6px;
}

.readResultsSelect {
    position: absolute;
    left: 100px;
}

#progressBar {
	position: relative;
	top:65px;
	left: 8px;
    height:20px;
    padding-top: 3px;
    border:1px solid black;
    width: 95%;
    padding:0px;
    text-align: left;
    background-color:#CCCAC1;
}

#progressBarDisplay {
    position:absolute;
    top:0px;
    height:20px;
    margin: 0px;
    padding:0px;
    text-align: left;
    background-color:#005E9D;
}

/* Style for the Preview button */
#readDataButton{
	border: 0;
	cursor: pointer;
	text-align: center;
	width: 259px;
	height: 51px;
	margin: 0;
	padding: 0;
	background: url(button_bg.jpg) no-repeat 0 top;
	color: #fff;
	font-size: 16px;
}

/* Style for the Upload button */
#readSelectedButton {
	border: 0;
	cursor: pointer;
	text-align: center;
	width: 259px;
	height: 51px;
	background: url(button_bg.jpg) no-repeat 0 top;
	color: #fff;
	font-size: 16px;
	position:absolute;
	top: 195px;
	left: 65px;
}

#readDataButton:hover, #readSelectedButton:hover {
	background: url(button_bg.jpg) no-repeat 0 bottom;
}

#readDataButton:active, #readSelectedButton:active {
	background: url(button_bg.jpg) no-repeat 0 top;
}


#readBox {
	position: absolute;
	bottom: 60px;
	left: 70px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}