﻿.ButtonPosition {
	float: left;
	padding: 0px 15px 0px 15px;
}

.hide {
	visibility: hidden;
	display: none;
	
}

.show {
	visibility: visible;
	display: block;
	clear:left;
}

label {
	font-weight: bold;	
}

.PaceBandLine {
	white-space: nowrap;
}

.PaceBandPrint {
	float: left;
}

.PaceBandTable {
	border-style: dashed;
	border-width: thin;
	border-color: Gray;
	float: right;
}

.PaceBandTablePrint {
	border-style: dashed;
	border-width: thin;
	border-color: Gray;
	float:right;
	margin-right:50%;
}

.PaceBandTableFieldLabel {
	border-style: none;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.PaceBandTableFieldValue {
	border-style: none;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

.PaceBandTableHeading {
	text-align: center;
	font-weight: bold;
}	

.PaceBandTableFieldLayout {
	text-align: center;
}

.MyTargetTimeLabel {
	position: relative;
	left: 100px;
	color: Red;
}
#ToolBarPrintReturn 
{
	margin-bottom:50px;
}
