
html {
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
}
body {
	padding: 20px;
	margin: 0;
}
a {
	color: blue;
}
body.narrow {
	width: 600px;
	background-color: #fec;
}
p {
	margin-top: 0;
}
h1 {
	font-size: 24pt;
	color: #E72D06;
	margin: 0;
}
h1 a {
	color: #E72D06;
	text-decoration: none;
}
h2 {
	clear: both;
	font-size: 14pt;
	margin-bottom: 0;
	margin-top: 15px;
}
h2 a {
	color: black;
	text-decoration: none;
}
textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	width: 100%;
	height: 100px;
}
p.notes {
	background-color: #fec;
	padding: 15px;
	margin: 20px 0;
	border: 1px solid #999;
	font-size: 9pt;
}
table {
	border-collapse: collapse;
	font-size: 9pt;
	margin-bottom: 25px;
}
table.left {
}
table.right {
	float: right;
}
table td, table th {
	padding: 5px;
	border: 1px solid white;
	text-align: left;
	background-color: #FEC;
}
table th {
	font-weight: bold;
	color: white;
	background-color: #E72D06;
}
table tr.total {
	font-weight: bold;
}
table tr.total td {
	background-color: #DCA;
}
table tr.total td.dim {
	font-weight: normal;
	color: #986;
	font-style: italic;
}

.legend table {
	margin-bottom: 0;
}
.legend table td {
	background-color: transparent;
}
#summary {
/*	position: absolute;
	top: 0;
	left: 400px;
	margin: 20px 20px 0 0;
*/
	float: right;
	margin-left: 10px;
}
table#summary tr td {
	background-color: white;
}
table#summary td a {
	text-decoration: none;
	color: black;
}

.clear {
	clear: both;
}
.run {
	border: 1px solid #999;
	padding: 0 15px 15px 15px;
	margin-bottom: 30px;
	background-color: #fff;
}
.paging {
	margin-bottom: 10px;
}
.paging span, .navigation span {
	float: right;
}
.details {
}
.bars {
	margin: 15px 0;
}
.vis {
	font-size: 11pt;
	font-weight: bold;
	color: white;
	padding: 5px;
	margin-bottom: 3px;
	width: 30%;
	white-space: nowrap;
}
.vis span {
	font-size: 8pt;
	font-weight: normal;
	color: #420;
	margin-left: 5px;
}
.vis a {
	color: white;
	text-decoration: none;
}
.distance {
	background-color: #E72D06;
}
.time {
	background-color: #FF5020;
}
.pace {
	background-color: #FF8044;
}
.pacechart {
	width: 500px;
}
.pacechart div {
	background-color: #E72D06;
	width: 2px;
	float: left;
}
/* calendar */
.calendar-nav {
	text-align: center;
	width: 819px;
}
table.calendar {
	background-color: white;
}
table.calendar td {
	height: 100px;
	width: 100px;
	vertical-align: top;
}
table.calendar th {
	text-align: center;
}
table.calendar td, table.calendar th {
	padding: 8px;
}
table.calendar td.today {
	background-color: #F96;
}
table.calendar td.notempty {
	background-color: #FC9; /* normal: #FEC */
}

table.calendar td.empty {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
table.calendar td.weekend {
	color: #E72D06;
}
table.calendar td ul {
	padding-left: 1em;
	list-style-type: none;
}

table.calendar td li {
	font-size: 8pt;
	margin-bottom: 5px;
	font-weight: bold;
}
table.calendar div.event {
	color: black;
	font-size: 8pt;
	font-weight: bold;
}
table.calendar td.weektotal {
	background-color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 14pt;
	font-weight: bold;
	color: #666;
}
table.calendar th.weektotal {
	background-color: white;
	color: black;
}

.disclaimer {
	color: #999;
	font-size: 9pt;
	font-style: italic;
}

input.comparecheck {
	float:left;
	margin-right: 6px;
}

.totals {
	font-size: 9pt;
}
.totals span {
	font-weight: bold;
	font-size: 13pt;
}
.totals strong {
	text-decoration: underline;
	line-height: 200%;
	font-size: 10pt;
}