﻿@media print 
{
	.TrackerNavigateButton
	{
		display: none;
	}
	
	.TrackerNotLoggedIn
	{	
		display: none;
	}
	
	.TrackerChartRefresh, .TrackerChartRefreshImage
	{
		display: none;
	}
}

@media screen
{
	.TrackerNotLoggedIn
	{
		display: block;
		border-right: #000080 1px solid;
		padding-right: 5px;
		border-top: #000080 1px solid;
		padding-left: 5px;
		padding-bottom: 5px;
		border-left: #000080 1px solid;
		color: #000080;
		padding-top: 5px;
		border-bottom: #000080 1px solid;
		background-color: #ffffe1;
	}
	
	.TrackerChartRefresh
	{
		vertical-align: middle;
	}

	.TrackerChartRefresh:Link, .TrackerChartRefresh:Active, .TrackerChartRefresh:Visited
	{
		color: #a9a9a9;
		text-decoration: none;
	}

	.TrackerChartRefresh:Hover
	{
		color: #68b945;
		font-weight: bold;
	}

	.TrackerChartRefreshImage
	{
		padding-right: 5px;
		padding-top: 5px;
	}
}

@media all
{
	.TrackerHeader
	{
		font-weight: bold;
	}

	.TrackerBusy
	{
		color: #000080;
		background-color: #ffffe1;
		width: 100%;
	}

	.TrackerDay
	{
		width: 100px;
	}

	.TrackerToday
	{
		width: 100px;
		font-weight: bold;
	}

	.TrackerInfo
	{
		font-style: italic;
	}

	.TrackerGoalCell
	{
	}

	.TrackerGoalText
	{
		font-weight: bold;
	}
}
