﻿.routeLink
{
	font-size: x-small;
	color: White;
}

.routeLink A:link
{
	font-size: x-small;
	color: White;
	text-decoration: none;
}

.routeLink A:visited
{
	font-size: x-small;
	color: White;
	text-decoration: none;
}

.routeLink A:hover
{
	font-size: x-small;
	color: White;
	font-weight: bold;
}

.MyRoutesHeader, .PublicRoutesHeader
{
	display: none;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	text-transform: uppercase;
	padding-top: 2px;
	color: #004d91;
}

.MyRoutesContainer, .PublicRoutesContainer
{
	width: 100%;
	font-size: x-small;
}

.MyRoutesContainer TABLE, .PublicRoutesContainer TABLE
{
	width: 100%;
}

.MyRoutesContainer TR, .PublicRoutesContainer TR
{
	vertical-align: top;
	width: 100%;
}

.MyRoutesRouteCell
{
}

.PublicRoutesCell
{
}

.MyRoutesRouteCell A:Link, .PublicRoutesCell A:Link, .PublicRoutesGoalCell A:Link, .MyRoutesRemCell A:Link, .PublicRoutesRemCell A:Link
{
	color: #0000ff;
	text-decoration: none;
}

.MyRoutesRouteCell A:Visited, .PublicRoutesCell A:Visited, .PublicRoutesGoalCell A:Visited, .MyRoutesRemCell A:Visited, .PublicRoutesRemCell A:Visited
{
	color: #0000ff;
	text-decoration: none;
}

.MyRoutesRouteCell A:Hover, .PublicRoutesCell A:Hover, .PublicRoutesGoalCell A:Hover, .MyRoutesRemCell A:Hover, .PublicRoutesRemCell A:Hover
{
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}

.MyRoutesRouteCell A:Active, .PublicRoutesCell A:Active, .PublicRoutesGoalCell A:Active, .MyRoutesRemCell A:Active, .PublicRoutesRemCell A:Active
{
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}

.PublicRoutesGoalCell
{
	height: 16px;
}

.MyRoutesRemCell, .PublicRoutesRemCell
{
	width: 20px;
	text-align: right;
}

