#mylaps {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-color: #000;
	font-weight: normal;
	background: #fff;
	line-height: 1.375em;
	width: 940px;
}

/* Headers */
#mylaps h1,
#mylaps h2,
#mylaps h3,
#mylaps h4,
#mylaps h5,
#mylaps h6 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	margin-bottom: 0.5em;
}

#mylaps h1 {
	font-size: 1.8em;
	font-weight: bold;
}

#mylaps h2 {
	font-size: 1.6em;
	font-weight: bold;
}

#mylaps h3 {
	font-size: 1.4em;
	font-weight: bold;
}

/* =Links		General link styles
-----------------------------------------------------------------------*/
#mylaps a, 
#mylaps a:link {
	text-decoration: none;
	color: #0099CC;
}

#mylaps a:visited {
	color: #0099CC;
}

#mylaps a:hover {
	text-decoration: underline;
}

#mylaps a:active {
	color: #0099CC;
	outline: none;
}

/* =TablesDefault		Default table styles
-----------------------------------------------------------------------*/
#mylaps caption {
	font-size: 1em;
	color: #333;
	font-weight: bold;
	background-color: none;
	margin: 0;
	padding: 0.2em;
	margin-bottom: -0.5em;
}

#mylaps div.mylaps {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 20px;
}

#mylaps div.mylaps h1 {
	color: #fff;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#mylaps div.mylaps h1 span { /* span is used for sliding doors */
	display: block;
	padding-top: 2px;
	padding-left: 7px;
	padding-bottom: 2px;
}

/* =Tables			Tables with other styles
-----------------------------------------------------------------------*/
#mylaps table.mylaps {
	width: 100%;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

#mylaps table.mylaps a {
	text-decoration: none;
	font-weight: bold;
	color: #0099CC;
}
#mylaps table.mylaps td.time {
	color: #222;
}
#mylaps div.info div {
	float: right;
	margin-top: 10px;
	width: 200px;
}

/* =Tasks
-----------------------------------------------------------------------*/

#mylaps table td.rt0 { /* Practice */
	background: #d3aee2; /* ccccff */
	text-align: center;
}

#mylaps table td.rt1 { /* Qualify */
	background: #98badd; /* 99ccff */
	text-align: center;
}

#mylaps table td.rt2 { /* Race */
	background: #cccccc;
	text-align: center;
}

#mylaps table td.merge { /* Race */
	background: #ddcaca;
}


#mylaps div.info {
	position: inherit;
	margin: 0;
	padding: 0;
	width: 940px;
}