	body {
		margin: 0;
		background: url(/img/gtdb_bg.png) no-repeat; 
		background-position: 18px 16px;
	}
	body, table {
		font-family: Verdana, sans;
		color: #000;
		font-size: 12px;
	}
	a {
		color: #4646ea;
		text-decoration: none;
	}
	a.active {
		background-color: #eee;
		color: #666;
	}
	a:hover, a.active:hover {
		background-color: #5858ff;
		color: white;
		text-shadow: none;
	}

	img {
		border: none;
	}

	/* headers */
	h2, h3 {
		font-weight: normal;
		padding-left: 4px;
	}
	h2 {
		margin-top: 40px;
		font-size: 20px;
		text-align: center;
		text-shadow: #bbb 1px 1px 1px;
	}
	h3 {
		padding: 0 0 0 10px;
		margin: 20px 0 10px 0;
		font-size: 15px;
	}

	h3 a {
		padding: 0 3px 0 3px;
	}
	h3 a:hover {
		padding: 0 0px 0 3px;
	}


	/* tuned/race car */
	h2 b, h3 b { 
		background-color: #bbb; /* #d92525; */
		color: white;
	}
	h3 a:hover b {
		color: #5858ff;
		background-color: #eee;
	}

	h2 b {
		padding-top: 0px;
		padding-left: 6px;
		padding-right: 6px;
	}
	h3 b {
		padding-left: 4px;
		padding-right: 4px;
	}
	.err {
		color: #d92525;
	}	
	
	p {
		padding-left: 20px;
		line-height: 140%;
	}

	form {
		margin: 0;
	}

	p.submit {
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		padding: 8px 0 8px 4px;
	}

/* page structure ------------------------------------------------------- */
	div#document {
		text-align: center;
		padding-bottom: 120px;
	}

	div#body {
		margin: auto;
		padding: 0;
		width: 800px;
	}

/* menu / head */
	ul#menu {
		margin: 0;
		padding: 18px 0 0 0;
		width: 800px;
		list-style: none;
		border-bottom: solid 1px #eee;
	}
	ul#menu li {
		float: right;
		position: relative;
		margin: 0 0 0 10px;
	}
	/* pop-up */
	ul#menu li div {
		display: none;
		position: absolute;
		z-index: 100;
		text-align: left;
		background-color: #fff;
		border-left: solid 1px #eee;
		border-right: solid 2px #fff;
		border-top: solid 1px #eee;
	}

	ul#menu li a {
		padding: 1px 10px 0 10px;
		border-left: solid 1px #eee;
	}
	ul#menu li div { top: 14px; left: 0; } /* IE */ 
	ul#menu li > div { top: auto; left: auto; } /* non-IE */ 

	ul#menu div a {
		display: block;
		white-space: nowrap;
		min-width: 80px;
		padding: 4px 20px 4px 10px;
		background-color: #f7f7f7;
		margin-bottom: 1px;
		border: none;
	}
	ul#menu div a.active {
		background-color: #bbb;
		color: #fff;
	}

	ul#menu div a:hover {
		background-color: #5858ff;
	}
	ul#menu div a b {
		font-weight: normal;
		color: #fff;
		background-color: #ccc;
		padding: 2px 4px 2px 4px;
	}
	ul#menu div a:hover b {
		color: #4646ea;
		background-color: #eee;
	}
	ul#menu li:hover div, ul#menu li.over div {
		display: block;
	}

/* title */
	div#title {
		text-align: left;
		font-size: 20px;
		padding: 0px 0 0px 0;
		text-shadow: #bbb 1px 1px 1px;
	}
	div#title b {
		background-color: #f3f3f3; /* #d92525; */
		color: #777;
		font-weight: normal;
		padding: 0 5px 0 5px;
	}
	div#title i { 
		color: #999;
	}

/* content */
	div#content,
	div#postresponse
	{
		text-align: left;
	}

	div.bigpage {
		text-align: center;
	}

	p.current_no_laps {
		color: #bbb;
	}

/* ----------------------------------------------------------------- */

	table.times tr.l td {
		padding-top: 0px;
		padding-bottom: 2px;
	}

	/* lap data formatting */
	.user {
		font-size: 15px;
	}

	.car {
		font-size: 15px;
	}
	.car b {
		font-size: 10px;
		background-color: #ddd; /* #d92525; */
		color: #fff;
		margin-left: 3px;
		padding: 1px 3px 1px 3px;
		vertical-align: 20%;
	}
	table.times tr:hover td.car b {
		background-color: #ccc;
		color: #eee;
	}
	table.times tr:hover td.car a:hover b {
	/* .car a:hover b { */
		color: #5858ff;
	}
	.car img.icon {
		margin-bottom: -3px;
		margin-right: 4px;
		width: 16px;
		height: 16px;
		opacity: .7;
	}
	table.times tr:hover td.car img.icon {
		opacity: 1;
	}

	.rubber b {
		font-size: 10px;
		font-weight: normal;
		color: white;
		padding: 2px 5px 2px 5px;
		vertical-align: 20%;
		opacity: .7;
	}
	table.times tr:hover td.rubber b {
		opacity: 1;
	}

	.pp {
		font-size: 13px;
	}
	.pp i {
		color: #999;
	}

	.time {
		font-size: 19px;
	}
	.time b {
		font-size: 22px;
		font-weight: normal;
	}
	.time i {
		font-style: normal;
		font-size: 17px;
	}

	.age, .time, .pp {
		text-align: right;
	}
	.rubber, .drive {
		text-align: center;
	}


	/* lap times table ------------------------------------------------------ */
	table.times {
		margin-bottom: 40px;
	}

	table.times tr.head td {
		color: #bbb;
		border-bottom: none;
		background: transparent;
	}
	table.times tr.topline td {
		border-top: solid 1px #eee;
	}
	table.times td {
		padding: 1px 8px 2px 8px;
		vertical-align: baseline;
	}
	table.times tr.l:hover td {
		background-color: #eee;
	}
	table.times tr.spacer td {
		border-bottom: none;
	}
	table.times td.user {
		background-color: #fbfbfb;
		padding-right: 10px;
	}
	table.times td.age {
		background-color: #fefefe;
		color: #aaa;
	}
	table.times td.dl a {
		color: #555;
	}
	table.times td.posB {
		background-color: #fdfdfd;
		color: #000;
	}
	table.times td.pos {
		background-color: transparent;
		color: #bbb;
	}
	table.times td.posB,
	table.times td.pos {
		font-size: 11px;
		text-align: right;
	}	

	table.times td a
	{
		color: black;
	}	

	table.times td#last,
	table.times td.time {
		background-color: transparent;
		padding-right: 10px;
	}
	table.times td.drive a {
		color: #aaa;
	}
	table.times td.drive a:hover {
		color: #4646ea;
	}
	table.times td.rubber {
		background-color: #fdfdfd;
	}
	b.R { 
		background-color: #d92525; 
	}
	b.S { 
		background-color: #25d942; 
	}
	b.N { 
		background-color: #4646ea; 
	}
	table.times td.car {
		font-size: 13px;
	}

	table.times td.time a,
	table.times td.user a
	{
		color: black;
	}	
	table.times td a:hover
	{
		color: #4646ea;
		background-color: transparent;
		text-decoration: none;
	}

	/* rubber -------------------------------------------------------- */
	b.N1 { background-color: #474ab2; }
	b.N2 { background-color: #2a6dd2; }
	b.N3 { background-color: #00b9f2; }
	b.S1 { background-color: #47b290; }
	b.S2 { background-color: #2fd22a; }
	b.S3 { background-color: #b5f200; }
	b.R1 { background-color: #b24747; }
	b.R2 { background-color: #c25a3a; }
	b.R3 { background-color: #d2782a; }
	b.R4 { background-color: #e2a516; }
	b.R5 { background-color: #f2e200; }

