﻿body
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
input
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
td
{
	vertical-align: top;
}
a, a:visited, a:active
{
	text-decoration: underline;
	color:Blue;
}
a:hover
{
	color: Gray;
}
img
{
	border: 0px;	
}
.profilebox
{
	background-color: #006600;
	width: 220px;
	border: none;
	color:#ffffff;
}
.profilelinkbox
{
	border: none;
	width: 100%;
}
.profilelinkboxInactiveLink, .profilelinkboxInactiveLink:visited
{
	color:#ffffff;
	text-decoration: underline;
	font-size:14px;
	font-weight:bold;
}
.profilelinkboxInactiveLink:hover
{
	color:#CCFF00;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
.profilelinkboxActiveLink, .profilelinkboxActiveLink:visited
{
	color: #CCFF00;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
.mileagechart
{
	border: none;
	width: 650px;
	font-size: 14px;
}
.weeklymiles
{
	width: 100%;
	border: none;
}
.totalmileage
{
	border: none;
	width: 100%;
	height: 26px;
	background-image: url(repeat.jpg);
	background-repeat: repeat-x;
}
.dailymiles
{
	width: 100%;
	border: none;
}
.date
{
	width: 37%;
}
.time
{
	width: 14%;
}
.pace
{
	width: 8%;
	text-align: right;
}
.minpermile
{
	width: 18%;
	text-align: right;
	white-space: nowrap;
}
.weeklyTotal
{
	height: 26px;
	background-image: url(images/totalRepeat.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
}
.distance
{
	width: 20%;
	text-align: right;
	padding-right: 20px;
}
.style1
{
	font-size: 24px;
}
.style2
{
	color: #000033;
	font-size: 12px;
}
.style3
{
	color: #006600;
	font-size: 45px;
}
.style4
{
	color: #CCFF00;
	font-weight: bold;
}
.PageViewTitle
{
	color: #006600; 
	text-decoration:none; 
	font-size:14px; 
	font-weight:bold;
}