/*
* live-ish.css														
*																	
* Description:														
*  CSS for Rocky Mtn 1200 live-ish results pages and other			
*  database derived pages.											
*																	
* Copyright 2004 by Doug Latornell, BC Randonneurs Cycling Club	
*
* Author: Doug Latornell
* Last edit: 27-Jun-04
* Revision History:
*  27-Jun-04 - Placeholder file created.
*/

/* Generic styles */
	/* Default fonts */
	body {
		font-family: arial, helvetica, sans-serif;}
	/* generic centre class */
	.centre {
		text-align: center;}
	/* generic bold class */
	.bold {
		font-weight: bold;}
	/* generic normal class */
	.normal {
		font-weight: normal;}

/* Control Data Sheet styles */
	/* 1st page header titles */
	h1.cds {
		font-size: x-large;
		font-weight: bold;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 5px;}
	h2.cds {
		font-size: medium;
		font-weight: bold;
		text-align: left;
		margin-bottom: 0px;}
	/* cleared left paragraph */
	p.cds {
		clear: left;}
	/* paragraph indented 10 pixels */
	p.in10 {
		margin-left: 10px;}
	/* paragraph with no space above */
	p.nolead {
		margin-top: 0px;}
	/* Colour for 84 Hr group data */
	.group84 {
		color: #000088;}
	/* Colour for 90 Hr group data */
	.group90 {
		color: #ff8800;}
	/* Sections for 84 and 90 hr control open/close times in 1st page header */
	div.shtttl90 {
		width: 200px;
		float: left;}
	div.shtttl84 {
		width: 200px;
		float: left;}
	/* Extra row height for more handwriting space */
	tr.cds {
		height: 27px;}
	/* Non-default column widths for table */
	td.RiderNo {
		width: 60px;}
	td.Group {
		width: 50px;}
	td.Time {
		width: 80px;}
	td.Notes {
		width: 300px;}
		
/* Control Time Poster styles */
	/* Page header titles */
	h1.ctp {
		font-size: 0.75in;
		font-weight: bold;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 5px;}
	h2.ctp {
		font-size: 0.5in;
		font-weight: bold;
		text-align: left;
		margin-bottom: 0px;}
	/* Sections for 84 and 90 hr control open/close times in 1st page header */
	div.ctpshtttl90 {
		float: left;}
	div.ctpshtttl84 {
		position: relative;
		left: 1in;
		float: left;}
	/* Side by side tables */
	table.ctpleft {
		clear: both;
		float: left;}
	table.ctpright {
		float: left;
		position: relative;
		left: 1in;}
	/* Really large text because its a wall poster */
	.ctp {
		font-size: 0.5in;}
	
