﻿
.ChallengeIcon
{
	width: 32px;
	height: 32px;
	background-color: #ff9900;
}


html body form .ChallengeGrid 
{
	background: none;
}

html body form .ChallengeGrid .rgPager,
html body form .ChallengeGrid .rgRow,
html body form .ChallengeGrid .rgRow TD,
html body form .ChallengeGrid .rgAltRow,
html body form .ChallengeGrid .rgAltRow TD,
html body form .ChallengeGrid .rgPager .rgPagerCell
{
	background: none;
	border: none;
    border-top: none !important;
}

.ChallengeDetails a
{
	text-decoration: none;
}

.ChallengeDetails .title 
{
	font-size: 12.5px;
	font-weight: bold;
}

.ChallengeDetails .dates
{
	color: #999999;
}

.ChallengeDetails:hover
{
	background-color: #dddddd;
}

.ChallengeDetails .doMore 
{
	display: none;
}

.ChallengeDetails:hover .doMore 
{
	display: inline;
}

.TrackerCalendar 
{
}

.TrackerCalendar .rcMainTable 
{
	margin: 0px 0px 0px 0px;
}

.TrackerCalendar .rcTitle
{
	font-size: 12px;
}

.TrackerChallengePoints 
{
	width: 170px;
}

.Prompt
{
	font-weight: bold;
	padding-top: 10px;
}

.RadEWrapper
{
	padding: 0px !important;
	border: 0px !important;
}

.CommandLink 
{
	display: block;
}

H1, H2, H3, H4
{
	color: #555555;
}


.Progress 
{
	font-weight: bold;
}

.Progress .Value
{
}

.ChallengeCommandLink,
.ChallengeCommandLink:link,
.ChallengeCommandLink:visited
{
	text-decoration: none;
	white-space: nowrap;
	color: #ff9900;
	font-weight: bold;
}

.ChallengeCommandLink:hover,
.ChallengeCommandLink:active
{
	text-decoration: underline;	
}

