/* CSS Document */

*.dataViewerPanel
{
	background-color:#000;
	border:solid 1px #111;
	padding:0px;
}

*.dataViewerInfoBike
{
	background-image:url('../images/dataViewer/bike.png');
}

*.dataViewerInfoTab
{
	border-bottom:solid 1px #333;
	background-image:url('../images/dataViewer/infoTableBack.png');
	color:#fff;
	font-size:12px;
}

*.dataViewerInfoSep
{
	border-bottom:solid 1px #111;
	background-image:url('../images/dataViewer/infoTableSep.png');
}

*.dataViewerInfoTabTopLine
{
	color:#e52a2a;
	text-shadow:1px 1px 1px #c40909;
}

*.dataViewerGraphTabHigh
{
	background-image:url('../images/dataViewer/graphTabBack.png');
	text-align:center;
	color:#fff;
	font-family:Century Gothic;
	font-weight:bold;
	font-size:16px;
	text-shadow:1px 1px 1px #111;
}

*.dataViewerGraphTab
{
	background-image:url('../images/dataViewer/graphTabBackLow.png');
	text-align:center;
	color:#aaa;
	font-family:Century Gothic;
	font-weight:bold;
	font-size:16px;
	text-shadow:1px 1px 1px #111;
}

*.dataViewerTabHolder
{
	background-color:#464746;
	border-top:solid 1px #333333;
}

*.dataViewerScaleText
{
	font-family:Century Gothic;
	font-weight:bold;
	font-size:14px;
	text-shadow:1px 1px 1px #111;
	color:#ccc;
}

*.dataViewerScaleBarLeft
{
	background-image:url('../images/dataViewer/scaleBarLeft.png');
}

*.dataViewerScaleBarRight
{
	background-image:url('../images/dataViewer/scaleBarRight.png');
}

*.dataViewerScaleBarBack
{
	background-image:url('../images/dataViewer/scaleBarBack.png');
}

*.dataViewerScaleBarAmount
{
	color:#666;
	cursor:pointer;
}

*.dataViewerScaleBarAmountHigh
{
	color:#e52a2a;
	text-shadow:1px 1px 1px #c40909;
	cursor:pointer;
}

*.dataViewerGraphHolder
{
	border-top:
}

*.dataViewerGraphHolderTopLeft
{
	background-image:url('../images/dataViewer/graphHolderTopLeft.png');
}

*.dataViewerGraphHolderTopRight
{
	background-image:url('../images/dataViewer/graphHolderTopRight.png');
}

*.dataViewerGraphHolderTop
{
	background-image:url('../images/dataViewer/graphHolderTop.png');
}

*.dataViewerGraphHolderBottomLeft
{
	background-image:url('../images/dataViewer/graphHolderBottomLeft.png');
}

*.dataViewerGraphHolderBottomRight
{
	background-image:url('../images/dataViewer/graphHolderBottomRight.png');
}

*.dataViewerGraphHolderBottom
{
	background-image:url('../images/dataViewer/graphHolderBottom.png');
}

*.dataViewerGraphHolderLeft
{
	background-image:url('../images/dataViewer/graphHolderLeft.png');
}

*.dataViewerGraphHolderRight
{
	background-image:url('../images/dataViewer/graphHolderRight.png');
}

*.dataViewerGraphHolderMid
{
	background-color:#111;
}

*.dataViewerGraphOption
{
	background-image:url('../images/dataViewer/graphOptionSwitch.png');
	font-family:Century Gothic;
	font-weight:bold;
	font-size:10px;
	text-shadow:1px 1px 1px #444;
	color:#777;
	text-align:center;
	cursor:pointer;
}

*.dataViewerGraphOptionHigh
{
	background-image:url('../images/dataViewer/graphOptionSwitchHigh.png');
	font-family:Century Gothic;
	font-weight:bold;
	font-size:10px;
	text-shadow:1px 1px 1px #444;
	color:#fff;
	text-align:center;
	cursor:pointer;
}
