﻿.StepCounter
{
	color: #114f87;
	font-size: 9pt;
	background-image: url(../Images/StepCounter/bg.gif);
	width: 250px;
	height: 190px;
	padding: 0px;
}

.StepCounter INPUT, .StepCounter SELECT
{
	font-size: 8pt;
	color: #111111;
}

.StepCounter SELECT
{
	width: 225px;
}

.StepCounterStepsTextBox
{
	width: 150px;
}

.StepCounterButton
{
	margin-left: 5px;
}

.StepCounterStepConversion
{
	font-size: 8pt;
	font-style: italic;
	text-align: right;
}

.StepCounterNotLoggedIn
{
	font-size: x-small;
	margin-bottom: 25px;
}

.StepCounterNotLoggedIn:link, .StepCounterNotLoggedIn:visited
{
	color: #0000ff;
	text-decoration: none;
}

.StepCounterNotLoggedIn:hover, .StepCounterNotLoggedIn:active
{
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}

.StepCounterSmallText
{
	font-size: 7pt;
}

.StepCounterStepTotalLabel, .StepCounterDistanceLabel
{
	text-transform: uppercase;
	font-size: 9pt;
	letter-spacing: 0px;
}

.StepCounterStepTotal2
{
	display: block;
	font-size: 12pt;
}

.StepCounterTabs
{
	width: 250px;
	height: 23px;
	background-image: url(../Images/StepCounter/tabsbg.gif);
	cursor: hand;
	padding-top: 3px;
}

.StepCounterTabContainer
{
	width: 250px;
	padding: 0px;
}

.StepCounterTabPageFullHeight
{
	height: 170px;
	overflow: auto;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #FFFFFF;
}

.StepCounterTabPage
{
	width: 100%;
	height: 100px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #FFFFFF;
}

.StepCounterTabFirst
{
	display: none;
}

.StepCounterTab
{
	color: #114f87;
	height: 23px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 11px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.StepCounterTabSelected
{
	color: #114f87;
	height: 23px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 11px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #ffffff;
	background-image: url(../Images/StepCounter/tabbg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.StepCounterTabHover
{
	color: #114f87;
	height: 23px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-top: 2px;
}
