﻿.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
{
}

.ChallengeRouteCell A:Link, 
.MyRoutesRouteCell A:Link, 
.PublicRoutesCell A:Link, 
.PublicRoutesGoalCell A:Link, 
.MyRoutesRemCell A:Link, 
.PublicRoutesRemCell A:Link
{
	color: #0000ff;
	text-decoration: none;
}

.ChallengeRouteCell A:Visited, 
.MyRoutesRouteCell A:Visited, 
.PublicRoutesCell A:Visited, 
.PublicRoutesGoalCell A:Visited, 
.MyRoutesRemCell A:Visited, 
.PublicRoutesRemCell A:Visited
{
	color: #0000ff;
	text-decoration: none;
}

.ChallengeRouteCell A:Hover, 
.MyRoutesRouteCell A:Hover, 
.PublicRoutesCell A:Hover, 
.PublicRoutesGoalCell A:Hover, 
.MyRoutesRemCell A:Hover, 
.PublicRoutesRemCell A:Hover

{
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}

.ChallengeRouteCell A:Active,
.MyRoutesRouteCell A:Active, 
.PublicRoutesCell A:Active, 
.PublicRoutesGoalCell A:Active, 
.MyRoutesRemCell A:Active, 
.PublicRoutesRemCell A:Active
{
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}

.PublicRoutesGoalCell
{
	background-image: url(Images/goal.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 16px;
}

.ChallengeRouteCell
{
	background-image: url(Images/ChallengeIcon.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 16px;
}

.MyRoutesRemCell, 
.PublicRoutesRemCell
{
	width: 15px;
	text-align: left;
}

.JoinChallengeLink,
.JoinChallengeLink:link,
.JoinChallengeLink:visited
{
	text-decoration: none;
	white-space: nowrap;
	color: #ff9900;
	font-weight: bold;
}

.JoinChallengeLink:hover,
.JoinChallengeLink:active
{
	text-decoration: underline;	
}
