@CHARSET "ISO-8859-1";
.formRow
{
    padding: 0.5em 0 0 0;
    clear: both;
    height: 28px;
	position: relative;
}
.formRow h3 {
	
}
.formRow.double {
	height: 50px;
}
.formRow.list {
	height: auto;
}
.formRow.list ul li {
	height: auto;
	clear: both;
}
.formRow label
{
	display: block;
	padding-right: 1em;
	float: left;
	line-height: 22px;
}
.formRow.high 
{
	height: 165px;
}
label.medium_small
{
	width: 120px;
}
label.normal, 
label.medium
{
    width: 150px;
}
label.large
{
    width: 225px;
}
label.extralarge
{
    width: 300px;
}
label.extraextralarge
{
    width: 375px;
}
label.ultralarge
{
    width: 500px;
}
label.small
{
    width: 75px;
}

.formRow label.full {
	width: auto;
	clear: both;
	float: none;
	display: block;
}
.formRow input
{
	float: left;
	
}
.formRow textarea
{
	width: 98%;
	height: 150px;
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
.formRow.textarea {
	height: 150px;
}
body.popup .formRow textarea {
	height: 120px;
}
body.popup .formRow.textarea {
	height: 120px;
}

.formRow div.slider {
	float: left;
	height: 16px;
	width: 150px;
	/*background-color: #fff;*/
	border-bottom: 1px solid #B3B3B3;
	position:relative;
	top: 3px;
	background: transparent url(../images/slider-ticks-150.png) no-repeat -1px 13px;
}
.formRow div.slider div.knob {
	width: 16px;
	height: 16px;
	background: transparent url(../images/slider-knob-down.png) no-repeat 0 0px;
}
.formRow span.sliderValue {
	float: left;
	display: block;
	line-height: 22px;
	padding-left: 5px;
    text-align: right;
    width: 30px;
}
.formRow span.feedbackField {
	line-height: 22px;
}
.formRow .notice
{
	color: #990000;
	font-weight: bold;
}
.formRow span.unit,
.formRow span.fieldUnit,
.formRow div.unit,
.formRow div.fieldUnit
{
    float: left;
    margin: 0 5px 0 5px;
    line-height: 22px;
    width: 45px;
	display: block;
}
.formRow select
{
    float: left;
	color: #536553;
}
.formRow input.textfield 
{
	border: 1px solid #b3b3b3;
	color: #535353;
}
.formRow input.full
{
	width: 98%;
}
.formRow .fullTextBox
{
	width: 98%;
	border: 1px solid #b3b3b3;
	color: #535353;
}
.formRow input.large
{
	width: 250px;
}
.formRow .largeTextBox
{
	width: 250px;
	border: 1px solid #b3b3b3;
	color: #535353;
}
.formRow input.medium
{
	width: 150px;
}
.formRow .mediumTextBox
{
	width: 150px;
	border: 1px solid #b3b3b3;
	color: #535353;
}
.formRow input.small
{
	width: 75px;
}
.formRow .smallTextBox
{
	width: 75px;
	margin-right: 7px; 
	border: 1px solid #b3b3b3;
	color: #535353;
}
.formRow input.tiny
{
	width: 50px;
}
.formRow .tinyTextBox
{
	width: 50px;
	border: 1px solid #b3b3b3;
	color: #535353;
}
.formRow input.micro
{
	width: 30px;
}
.formRow .microTextBox
{
	width: 30px;
	border: 1px solid #b3b3b3;
	color: #535353;
}
.formRow .textfield.float,
.formRow .textfield.integer,
.formRow .textfield.number {
	text-align: right;
	padding-right: 2px;
}
.formRow .textfield.hours,
.formRow .textfield.minutes,
.formRow .textfield.seconds {
	text-align: center;
}
.formButtonRow
{
	clear: both;
	float: none;
	padding: 15px;
	height: 22px;
}
.formButtonRow .left
{
	float: left;
}
.formButtonRow .right
{
	float: right;
}
.formButtonRow span.bind {
	line-height: 20px;
	padding: 0 10px;
}
.formButtonRow span.bind-or {
	line-height: 20px;
	padding: 0 10px;
	clear: right;
}

.box .formButtonRow
{
	padding: 0px;
	width: 100%;
    margin: 15px 0 0;
	clear: both;
}
.box .formButtonRow .text {
	width: 50%;
	float: left;
}
.formRow .formBindText
{
	float: left;
	margin: 0 5px 0 5px;
	line-height: 22px;
}
.formRow .disabled-input {
	color: #ccc;
}

select.disabled {
	border: none;
	color: #ccc;
}

.formRow .elapsedtime {
	border: 1px solid #B3B3B3;
	display: block;
	float: left;
}
.formRow .elapsedtime.disabled {
	background-color: #f0f0f0;
}
.formRow .elapsedtime .textfield.hours,
.formRow .elapsedtime .textfield.minutes,
.formRow .elapsedtime .textfield.seconds {
	width: 20px;
	border: 0 none;
	height: 16px;
}
.formRow .elapsedtime .textfield.hours {
	text-align: right;
}
.formRow .elapsedtime .formBindText {
	line-height: 16px;
	margin: 0;
}
.formRow .elapsedtime .textfield.no-value {
	color: silver !important;
	text-align: center;
}
.spinner {
	position: absolute;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url(../images/spinner.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
#sport_container div.sliderContainer {
	width: 300px;
	margin: 0 auto;
}
#sport_container div.slider {
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
}

#sport_container div.formRow.intensity.range {
	height: 105px;
}
#sport_container div.formRow.intensity.range label {
	width: 100%;
}
#sport_container div.formRow.intensity.range div.description {
	clear: both;
	padding-bottom: 10px;
}
#sport_container div.formRow.intensity.range div.slider div.label {
	width: 100px;
	position: relative;
	margin-left: -10px;
}
#sport_container div.formRow.intensity.range div.left-label,
#sport_container div.formRow.intensity.range div.right-label {
	float: left;
	width: 50px;
	padding-top: 15px;
	text-align: center;
}
#sport_container div.formRow.intensity.range div.left-label {
	clear: left;
}
#sport_container div.formRow.intensity.range div.right-label {
	
}

.formRow .radioGroup.multiline input {
	clear: left;
}
.formRow .radioGroup.multiline {
	padding: 10px 15px 0 15px;
}

.formRow .formInfo {
	width: 40%;
	position: absolute;
	top: 0px;
	right: 0px;
}

.formRow span.value {
	line-height: 22px;
}

.formRow.error {
	background-color: #f0c6c6;
	border: 1px solid #c00;
	color: #c00;
	padding: 10px;
	height: auto;
}