/*
CSS FILE FOR RideTheGearTrain

	/*It appears that INPUT specs cannot be set in CSS
	even though they look the same syntax
 	This positioning method works 
	table.radiobuttontable
	{
	width:150px;
	height:50px;
	position:relative;
	top:25px;
	bottom:25px;
	right:25px;
	}
Relative positioning is relative to where it would normally be placed.
In this case it would normally be in the center of the td cell.
Since I used align right it goes to the right border
and we want to pull it to the left a few pixels.
This seems to require a positive number after right:.
We want to bring the bottom down ideally to the bottom of the td cell.
This seems to require a negative number.
But we dont know how high the cell is going to be.

Width specified in CSS cannot be over-ridden by HTML width="". Should use style=" ... " to insert CSS in HTML. 
But HTML border="1" will over-ride CSS border-style:"none";

	Can rely on the default text color in BODY 
	
 	Custom color definitions are not possible in css without complex programming 
   	so the following list can only be used as a reference for the numbers:
	See regarding link colors: http://www.w3schools.com/CSS/css_pseudo_classes.asp

	Gold and Treasury Color Pallet are just examples 
	/* Tried #FAF8EE;  
	/* #A98866; /* Dark_Coffee /#AA8888; 
	/*light chocolate-brown Treasury Pale Gold, previously #F9F9D8 
	
	white	=#FFFFFF
	grey	=#CCCCCC
	black	=#000000
	mauve	=#E1B1F7
	purple-blue	=#6600FF
	purple-red  =#DD00DD
	pink 	=#FF5555
	green	=#00FF00
	light blue=#99CCFF	
	dark_blue		:#000066
	
	yellow			:#FFDD00 /* to match Logo. Otherwise FFFF00 
	chocolate_brown	:#5E2D23 /*chocolate-brown
	dark_chocolate  :#302000 /*dark chocolate-brown
	dark_gold		:#EED8A4 /*dark gold
	medium_gold		:#F7ECB7 /*medium gold
	bright_gold		:#FCE252 /*bright gold
	light_gold		:#F9F9BE /*light gold used for photo matting 
	pale_gold		:#FBF8EE /*pale gold
	treasury_background:#FAF8EE /* Treasury Pale Gold 2012
	treasury_border :#FAEABC
	treasury_text	:#693232

	color:#FFDD00; /*yellow to match logo
	background-color:#000066;  /* Dark Blue 
	
/* 
																			LINKS													
Colors for Links (to URLs etc) like LINK, ALINK, VLINK 
Must be in the order given below
It appears that these have to be the same for all pages and backgrounds
The noline example prevents underlining links.
*/

a:link 		{color: #0000ff; text-decoration: none} /*blue  underline*/
a:active 	{color:red; text-decoration:none}
a:visited 	{color: #ff00d0; text-decoration:none} /* mauve*/
a:hover		{color:#DD0000; text-decoration:none} /*red*/


/*												PRINTER
SWITCHES TO BLACK & WHITE FOR PRINTERS 
This is only used when people try to send a page to a printer
It is the default setting for body. But it is likely that other
css within the body over-rides this. That is why it does not work for treasury.
For the printer to see absolutely no color, even the logo 
would have to be changed. In Safari you can force B&W in the dialog box.
Change "Safari" to "Print Settings" and choose Mono.
*/ 
@media print
{
	body
		{
		background-color:white; /*white */
		color:black;  /* black */
		font-weight:100; 
		letter-spacing:0.10em; 
		word-spacing:0.12em;
		font-size:100%;
		line-height:1.5
		}
}

/* For disabled users									VOICE
/*This sets the voice for speech synthesizers */
h1, h2, h3, h4, p
{
voice-family: female;
richness: 80;
cue-before:  url(https://kaelewis.com/%22beep.au%22)}

/***********************************************	BACKGROUND COLOR AND TEXT COLOR DEFAULTS */

body 
	{ 
	background-color:#ECFCFF;  /* #0000AA;=Dark Blue/* #ECFCFF;=light blue*/
	color:black; /*#EEEE66; or FFDD00 rely on the default text color in BODY-Match Logo*/
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:100;
	font-size:16px; 
	font-style:normal;
	font-variant:normal;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	line-height:1.8;
	text-align:justify;
	}
	
/************************************************************TITLE */
.center
	{
	alignment:center;
	align-content:center;
	text-align:center;
}

table.logotable
{
	width:100%;
	color:#FFFFFF; /* Bright blue like the others*/
	background-color:#0000AA; // *#E0EEFF; /* was bright_gold /* #FAF8EE;*/
	alignment: center;
	align-content: center;
	align-items: center;
	border-style:none;
	border-color:#5858f4;
	border-width:2px;
	border-radius: 20px;
	padding: 0px;

}

.maintitle
	{
	color:black; /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	text-align:center;
	font-weight:600; 
	line-height: 140%;
	letter-spacing:0.10em; 
	word-spacing:0.15em; 
	font-size:40px;
	}
	
.subtitle
	{
	color:black; /* */
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	text-align:center;
	font-weight:300; 
	line-height: 140%;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	font-size:20px;
	}
		
.intro
	{
	color:black; /* */
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	text-align:center;
	font-weight:300; 
	line-height: 140%;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	font-size:120%;
	align-content:center;
	}	

table.introtable
	{ 
	color:black;
	background-color:white;  /* */
	border-style:none;
	border-color:#5858f4;
	border-width:2px;
	width:100%; 
	padding:10px;
	align-content:center;
	vertical-align:center;
	}

.notesheading
	{
	color:black; /* */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:center;
	font-weight:300;
	line-height: 140%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:20px;
	align-content:center;
	}

.whitenotes
{
	color:white; /* */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:center;
	font-weight:300;
	line-height: 140%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:20px;
	align-content:center;
}

div.notes
{
	color:black; /* */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:left;
	font-weight:300;
	line-height: 140%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:18px;
}

.menuheading
{
	color:white;  /* #5858f4; =  blue;*/
	background-color:#0000AA; /* #ECFCFF;=light blue  /* #F8FCFF; */
	border: none;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:center;
	align-content:center;
	alignment:center;
	vertical-align:middle;
	font-weight:400;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size: 40px;
}


.datarequestheading
	{
	color:#5858f4; //blue
	background-color:#ECFCFF;  /* #F8FCFF; */
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	text-align:center;
	vertical-align:middle;
	font-weight:400; 
	line-height: 120%;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	font-size:40px;
}

.datarequestmainheading
{
	color:black;
	background-color:#ECFCFF;  /* #F8FCFF; */
	font-family: Arial, Helvetica, Verdana,  sans-serif;

	text-align:left;
	vertical-align:top;
	font-weight:400;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:40px;
}

.menuInstructions
{
	color:#5858f4;
	background-color:#0000AA; /* #ECFCFF;  /* #F8FCFF; */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:center;
	align-content:center;
	alignment: center;
	vertical-align:middle;
	font-weight:400;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:20px;
}

table.speedInstructions
{
	width:80%;
	color:#0000FF; /* Bright blue like the others*/
	background-color:#E0EEFF; /* was bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:#5858f4;
	border-width:2px;
	border-radius: 20px;
	padding: 20px;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:left;
	alignment: center;
	vertical-align:middle;
	font-weight:100;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:20px;
}

.speedInstructionsText
{
	color:#0000FF; /* Bright blue like the others*/
	background-color:#ECFCFF; /*#E0EEFF;*/
	padding:5px;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:left;
	alignment: center;
	vertical-align:middle;
	font-weight:100;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:20px;
}


.displayCurrentValue
{
	color:white; /* #5888ff; */
	background-color:#0000AA;  /*#ECFCFF;  /* #F8FCFF; */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:center;
	align-content:center;
	alignment: center;
	vertical-align:middle;
	font-weight:400;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:14px;
}

/* FIRST COLUMN IN THE DATA INPUT TABLE */
td.datarequest
	{
	color:black;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	text-align:right;
	vertical-align: text-top;
	font-weight:200; 
	line-height: 120%;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	font-size: 30px; /*x-large*/
	width:33%;
/*	column-width: 1000px;*/
/*	column-width: 50%;*/
	margin: 20px;
	padding:20px; 
}

/* FIRST COLUMN IN THE DATA INPUT TABLE */
td.datarequestleft
{
	color:black;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:left;
	vertical-align: text-top;
	font-weight:200;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size: 30px;
	width:33%;
	margin: 20px;
	padding:20px;
}

/* DATA DISPLAY FOR TAPER TURNING */

.taperdisplay
{
	color: #0000FF; /*Other text is 0000FF*/
	background-color: #ECFCFF; /*  */
	border-style: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	alignment: left;
	text-align: left;
	vertical-align: top;
	font-weight: 200;
	line-height: 120%;
	letter-spacing: 0.10em;
	word-spacing: 0.15em;
	font-size: 22px;
}

.taperNumberDisplay
{
	color: black; /*Other text is 0000FF*/
	background-color: #ECFCFF; /*  */
	border-style: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	alignment: left;
	text-align: left;
	vertical-align: top;
	font-weight: 200;
	line-height: 120%;
	letter-spacing: 0.10em;
	word-spacing: 0.15em;
	font-size: 25px;
}

.taperFootnoteDisplay
{
	color: blue; /*Other text is 0000FF*/
	background-color: #ECFCFF; /*  */
	border-style: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	alignment: left;
	text-align: left;
	vertical-align: top;
	font-weight: 100;
	line-height: 120%;
	letter-spacing: 0.10em;
	word-spacing: 0.15em;
	font-size: 20px;
}

/* DATA INPUT TABLE FOR TAPER TURNING */
td.datarequesttaper
{
	color:black;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:left;
	vertical-align: text-top;
	font-weight:200;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size: 20px;

	width:33%;
	margin: 20px;
	padding:20px;
}

table.redbox
{
	border-style: double;
	border-color: orangered;
	align-content: center;
	margin: 4px;
	padding: 10px;
	width: 100%;
}

/* This did not work to adjust size of checkbox */
input.preferencescheckbox
{
	transform: scale(10);
	margin: 30px;
	width:100px;
	height:100px;
}

table.cenraltable
{
	width:90%;
	padding:10px;
	text-align:center;
	align-content:center;
	vertical-align:center;
}

/* SECOND COLUMN IN THE DATA INPUT TABLE */
td.preferencetext
{
	color:#5858f4; /* blue */
	background-color:#ECFCFF;  /*  */
	border-style:none;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:left;
	vertical-align:middle;
	align-content: flex-start;
	align-items:center;
	font-weight:200;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:25px;
	margin: 2px;
	padding:10px;
	/*width:66%;*/
	/*	-moz-column-width: min-content;*/
	/*	column-width: 50%; */
}

.datainputheading
{
	text-align: left;
	vertical-align: top;
	color:blue;
	font-size: 30px;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:300;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.5;
}

.datainstructions
{
	color: #0000FF;
	background-color: #ECFCFF; /*  */
	border-style: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	alignment: left;
	text-align: left;
	vertical-align: middle;
	font-weight: 200;
	line-height: 120%;
	letter-spacing: 0.10em;
	word-spacing: 0.15em;
	font-size: 22px;
}

.cuttingSpeedKeyTable
{
	color:#770000; /*black;*/
	background-color:#f8FFFF;/* bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:red;/*#8ec5fa; /* Pale Blue */
	border-width:2px;
	padding:10px;
	width:75%;
	alignment: center;
	align-self: center;
}

.cuttingSpeedTable
{
	color:#770000; /*black;*/
	background-color:#F8FFFF;/* bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:red;/*#8ec5fa; /* Pale Blue */
	border-width:2px;
	padding:5px;
	width:95%;
	alignment: center;
	align-self: center;
}
.cuttingSpeedRowHeadings
{
	color:#770000; /*black;*/
	background-color:#F8FFFF; /* bright_gold /* #FAF8EE;*/
	text-align:center;
	align-content:center;
	border:none;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:300;
	line-height: 100%;
	letter-spacing:0.10em;
	word-spacing:0.12em;
	font-size:18px;
}

.cuttingSpeedUnits
{
	color:#770000; /*black;*/
	background-color:#F8FFFF; /* bright_gold /* #FAF8EE;*/
	text-align:center;
	align-content:center;
	border:none;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:100;
	line-height: 100%;
	letter-spacing:0.10em;
	word-spacing:0.12em;
	font-size:10px;
}

.speedBody
{
	color:black;
	background-color:#FAFFFF;
	text-align:center;
	border-style:solid;
	border-color:#AAAAAA;
	border-width:2px;
	align-content:center;
	alignment: center;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:300;
	line-height: 100%;
	letter-spacing:0.10em;
	word-spacing:0.12em;
	font-size:20px;
}

.speedBodySlow
{
	color:#006600;
	background-color:#FAFFFF;
	text-align:center;
	border-style:solid;
	border-color:#AAAAAA;
	border-width:2px;
	align-content:center;
	alignment: center;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:300;
	line-height: 100%;
	letter-spacing:0.10em;
	word-spacing:0.12em;
	font-size:20px;
}
.speedBodyNormal
{
	color:#000088;
	background-color:#FAFFFF;
	text-align:center;
	border-style:solid;
	border-color:#AAAAAA;
	border-width:2px;
	align-content:center;
	alignment: center;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:300;
	line-height: 100%;
	letter-spacing:0.10em;
	word-spacing:0.12em;
	font-size:20px;
}

.speedBodyHighSpeed
{
	color:#CC7700;
	background-color:#FAFFFF;
	text-align:center;
	border-style:solid;
	border-color:#AAAAAA;
	border-width:2px;
	align-content:center;
	alignment: center;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:300;
	line-height: 100%;
	letter-spacing:0.10em;
	word-spacing:0.12em;
	font-size:20px;
}

.speedBodyExtremeSpeed
{
	color:#AA0000;
	background-color:#FAFFFF;
	text-align:center;
	border-style:solid;
	border-color:#AAAAAA;
	border-width:2px;
	align-content:center;
	alignment: center;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:300;
	line-height: 100%;
	letter-spacing:0.10em;
	word-spacing:0.12em;
	font-size:20px;
}

.cuttingSpeedTable
{
	color:#770000; /*black;*/
	background-color:#F8FFFF;/* bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:red;/*#8ec5fa; /* Pale Blue */
	border-width:2px;
	padding:5px;
	width:95%;
	alignment: center;
	align-self: center;
}


.recSpeedTable /* recommended speeds */
{
	color:#770000; /*black;*/
	background-color:#F8FFFF;/* bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:red;/*#8ec5fa; /* Pale Blue */
	border-width:2px;
	padding:5px;
	alignment: center;
	align-self: center;
}

.recSpeedRowHeadings /* recommended speeds */
{
	color:#770000; /*black;*/
	background-color:#F8FFFF; /* */
	text-align:center;
	border-style:none; /*solid;*/
	border-color:#AAAAAA;
	border-width:2px;
	align-content:center;
	align-self: center;
	alignment: center;
	padding:5px;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:300;
	line-height: 150%;
	letter-spacing:0.10em;
	word-spacing:0.12em;
	font-size:22px;
}

.recSpeedBody /* recommended speeds */
{
	color:black;
	background-color:#EEEEEE;/* #FAFFFF; */
	text-align:center;
	border-style:none;
	border-color:#AAAAAA;
	border-width:2px;
	align-content:center;
	align-self: center;
	alignment: center;
	padding:5px;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:300;
	line-height: 100%;
	letter-spacing:0.10em;
	word-spacing:0.12em;
	font-size:20px;
}

.recSpeedBodyLeft /* recommended speeds */
{
	color:black;
	background-color:#EEEEEE;/* #FAFFFF; */
	border-style:none;
	border-color:#AAAAAA;
	border-width:2px;
	text-align:left;
	align-self: center;
	alignment: center;
	padding:5px;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:300;
	line-height: 100%;
	letter-spacing:0.10em;
	word-spacing:0.12em;
	font-size:20px;
}

/* .VALIGN="top" ROWSPAN="2" bgcolor="#FFFF00"><b><font SIZE="3"*/
.wiscRow
{
	color:#770000; /*black;*/
	background-color:#F8FFFF; /* */
	text-align:center;
	border-style:solid; /*none; /*solid;*/
	border-color:#AAAAAA;
	border-width:2px;
	align-content:center;
	vertical-align: top;
	padding:5px;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:300;
	line-height: 100%;
	letter-spacing:0.10em;
	word-spacing:0.12em;
	font-size:22px;
}

.wiscColLeft
{
	color:#770000; /*black;*/
	background-color:#F8FFFF; /* */
	text-align:left;
	border-style:solid; /*none; /*solid;*/
	border-color:#AAAAAA;
	border-width:2px;
	align-content:center;
	vertical-align: top;
	padding:5px;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:300;
	line-height: 100%;
	letter-spacing:0.10em;
	word-spacing:0.12em;
	font-size:22px;
}

.taperdisplaycentered
{
	color:blue;
	background-color:#ECFCFF;
	text-align:center;
	border-style:solid;
	border-color:#5858f4;
	border-width:2px;
	align-content:center;
	alignment: center;
	border-radius: 20px;
	padding: 20px;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:300;
	line-height: 100%;
	letter-spacing:0.10em;
	word-spacing:0.12em;
	font-size:20px;
}

.speedBody
{
	color:blue;
	background-color:#FAFFFF;
	text-align:center;
	border-style:solid;
	border-color:#AAAAAA;
	border-width:2px;
	align-content:center;
	alignment: center;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:300;
	line-height: 100%;
	letter-spacing:0.10em;
	word-spacing:0.12em;
	font-size:20px;
}

/*USED: This controls text, background, & borders around search INPUT boxes*/
table.dataentrytable
{
	color:black;
	background-color:white;/* bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:#8ec5fa; /* Pale Blue */
	border-width:2px;

	width:150%;
	text-align:center;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:100;
	line-height: 100%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:25px;
}

/* SECOND COLUMN IN THE DATA INPUT TABLE */
td.datainput
{
	color:black;
	background-color:#ECFCFF;  /*  */
	border-style:none;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:left;
	vertical-align:middle;
	font-weight:200;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:25px;
	width:66%;
	/*	-moz-column-width: min-content;*/
	/*	column-width: 50%; */
	margin: 20px;
	padding:20px;
}

/*used for entering text with INPUT class="" statement*/
.dataentry
	{
	color:black;
	background-color:white;/* bright_gold /* #FAF8EE;*/ 
	width:300px; /*was 150% */
	text-align:center;
	border-style:solid;
	border-color:#00AAFF;
	border-width:2px;
	align-content:center;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:100; 
	line-height: 100%;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	font-size:25px;
	}

/****************************************************** DATA ENTRY AND SUBMIT
*/
/* This is the whole box enclosing Home button etc */
/* adding a border just puts a line around the outer edge of the table */
table.dataentry
{
	color:black;
	background-color:#ECFCFF; /* bright_gold /* #000066;*/
	border-color:black;
	border-style:none; /*solid; /* Stop Windows putting a border around the button image. HTML border=0 works */
	border-width:2px;

	width:100%;/* 95%; */
	padding:5%;
	text-align:left;
	vertical-align:center;
}

.dataentrywithborder
{
	color:black;
	background-color:#ECFCFF; /* bright_gold /* #000066;*/
	border-color:#00AAFF;"
border-style:solid; /*solid; /* Stop Windows putting a border around the button image. HTML border=0 works */
	border-width:2px;
	width:300px;
	height: 40px;
	font-size: 30px;
	text-align:center;
	vertical-align:center;
	padding:5px;
}

.dataentrynarrow
{
	color:black;
	background-color:white; /* bright_gold /* #FAF8EE;*/
	width:400px; /*was 150% 300px 800px*/
	text-align:center;
	border-style:solid;
	border-color:#00AAFF;
	border-width:2px;
	align-content:center;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:100;
	line-height: 100%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:25px;
}

.dataentrynarrowcolor
{
	color:black;
	background-color:#EEFFEE; /* bright_gold /* #FAF8EE;*/
	width:400px; /*was 150% 300px 800px*/
	text-align:center;
	border-style:solid;
	border-color:#33CC33;
	border-width:3px;
	align-content:center;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:100;
	line-height: 100%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:25px;
}

.dataentrywide
{
	align-self: start;
	color:black;
	background-color:white;/* bright_gold /* #FAF8EE;*/
	width:800px; /*was 150% */
	text-align:center;
	border-style:solid;
	border-color:#00AAFF; /*#AAAAFF;*/
	border-width:2px;
	align-content:center;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:100;
	line-height: 150%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:22px;
}

/*used for entering text in input boxes for list of gears and lolim-hilim*/
.dataentrysmall
{
	align-self: start;
	color:black;
	background-color:white;/* bright_gold /* #FAF8EE;*/
	width:800px; /*was 150% */
	text-align:center;
	border-style:solid;
	border-color:#00AAFF; /*#AAAAFF;*/
	border-width:2px;
	align-content:center;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:100;
	line-height: 150%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:22px;
}

/* used on the RHS of gear input data*/
.datainputcomments
	{
	color:black;
	background-color:#ECFCFF;/* bright_gold /* #FAF8EE;*/ 
	width:100%;
	text-align:left;
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	font-weight:100; 
	line-height:200%;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	font-size:22px;
	}

/* used on the LHS of gear input data*/
div.datainstructions
	{
	color:black;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	text-align:right;
	vertical-align:middle;
	font-weight:100; 
	line-height:200%;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	font-size: 22px;
	}	

/* Used: for the border & background color of the SEARCH SUBMIT button TEXT version*/
/* This does work well. text-height does control the height of the button*/
/* copied from submitentry below*/

.embedyoutube
{
	color:#0000FF; /* Bright blue like the others*/
	background-color:#E0EEFF; /* was bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:#5858f4;
	border-width:2px;
	border-radius: 20px;
	width:600px;
	height: 315px;
	padding:15px;
	margin:10px;
	align-self: center;
	align-content: center;
	vert-align: middle;
}

.roundedPhotoFrame
{
	color:#0000FF; /* Bright blue like the others*/
	background-color:#E0EEFF; /* was bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:#5858f4;
	border-width:2px;
	border-radius: 20px;
	width:600px;
	padding:15px;
	margin:10px;
	align-self: center;
	align-content: center;
	vert-align: middle;
}

.quickstarthilight
{
	color: #b76501;  //*was #FF9955*/
	text-align:left;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:20px;
}

.submitentry /*Original default CSS for menu buttons*/
{
	color:#0000FF; /* Bright blue like the others*/
	background-color:#E0EEFF; /* was bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:#5858f4;
	border-width:2px;
	border-radius: 20px;

	width:600px;
	padding:20px;
	margin:5px;
	text-align:center;
	align-self: center;
	align-content: center;
	vert-align: middle;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:25px;
}

.submitentryblue
{
	color:#0000FF; /* Bright blue like the others*/
	background-color:#E0EEFF; /* was bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:#5858f4;
	border-width:2px;
	border-radius: 20px;

	width:600px;
	padding:20px;
	margin:5px;
	text-align:center;
	align-self: center;
	align-content: center;
	vert-align: middle;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:25px;
}

.submitentrygreen
{
	color:#009900; /* RGB green */
	background-color:#E0EEFF; /**/
	border-style:solid;
	border-color: #00CC00;
	border-width:4px;
	border-radius: 20px;

	width:600px;
	padding:20px;
	margin:5px;
	text-align:center;
	align-self: center;
	align-content: center;
	vert-align: middle;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:25px;
}

.submitentryred
{
	color:#FF0000; /* Bright blue like the others*/
	text-decoration-color: #FF0000;
	background-color:#E0EEFF; /* bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:#FF0000;
	border-width:4px;
	border-radius: 20px;

	width:600px;
	padding:20px;
	margin:5px;

	alignment: center;
	align-self: center;
	text-align:center;
	align-content: center;
	vert-align: middle;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:25px;
}

.submitentryorange
{
	color: #b76501;/*was #FF9955*/
	border-color: #fbc874;
	background-color:#E0EEFF;

	border-style:solid;
	border-width:4px;
	border-radius: 20px;

	width:600px;
	padding:20px;
	margin:5px;

	text-align:center;
	align-self: center;
	align-content: center;
	vert-align: middle;
	alignment: center;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:25px;
}

.submitentryyellow
{
	color: #ead03e;
	text-decoration-color:#ead03e;
	border-color:#ead03e;
	background-color:#E0EEFF;
	border-style:solid;
	border-width:4px;
	border-radius: 20px;

	width:600px;
	padding:20px;
	margin:5px;

	text-align:center;
	align-self: center;
	align-content: center;
	vert-align: middle;
	alignment: center;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:25px;
}

.submitentrygray
{
	color: #999999;/*was #FF9955*/
	border-color: #BBBBBB;
	background-color:#E0EEFF;

	border-style:solid;
	border-width:4px;
	border-radius: 20px;

	width:600px;
	padding:20px;
	margin:5px;

	text-align:center;
	align-self: center;
	align-content: center;
	vert-align: middle;
	alignment: center;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:25px;
}

.submitentryhit
{
	color: #777777;/*  GRAY was #FF9955*/
	border-color: #CCCCCC;
	background-color:#E0EEFF;

	border-style:solid;
	border-width:4px;
	border-radius: 20px;

	width:600px;
	padding:20px;
	margin:5px;

	text-align:center;
	align-self: center;
	align-content: center;
	vert-align: middle;
	alignment: center;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.5;
	font-size:22px;
}
.submitentrymagenta
{
	color: #aa00aa;/*was #FF9955*/
	border-color: #ff00FF;
	background-color:#E0EEFF;

	border-style:solid;
	border-width:4px;
	border-radius: 20px;

	width:600px;
	padding:20px;
	margin:5px;

	text-align:center;
	align-self: center;
	align-content: center;
	vert-align: middle;
	alignment: center;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:25px;
}

.submitentrycyan
{
	color: #00AAFFaa;/*was #FF9955*/
	border-color: #00FFFF;
	background-color:#E0EEFF;

	border-style:solid;
	border-width:4px;
	border-radius: 20px;

	width:600px;
	padding:20px;
	margin:5px;

	text-align:center;
	align-self: center;
	align-content: center;
	vert-align: middle;
	alignment: center;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:25px;
}

.submitentryblack
{
	color: black;/*was #FF9955*/
	border-color: black;
	background-color:#E0EEFF;

	border-style:solid;
	border-width:4px;
	border-radius: 20px;

	width:600px;
	padding:20px;
	margin:5px;

	text-align:center;
	align-self: center;
	align-content: center;
	vert-align: middle;
	alignment: center;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:25px;
}

.submitindex
{
	color:#0000FF; /* Bright blue like the others*/
	background-color:#E0EEFF; /* was bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:#5858f4;
	border-width:2px;
	border-radius: 20px;

	width:200px;
	padding:15px;
	margin:10px;
	text-align:center;
	align-self: center;
	align-content: center;
	vert-align: middle;
	alignment: center;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:25px;
}

.submitfromhelp
{
	color: #0000FF; /* Bright blue like the others*/
	background-color: #E0EEFF; /* was bright_gold /* #FAF8EE;*/
	border-style: solid;
	border-color: #5858f4;
	border-width: 2px;
	border-radius: 20px;

	width:250px;/*85 if just 'menu'*/
	padding: 20px;
	margin: 5px;

	text-align: center;
	align-self: center;
	align-content: center;
	vert-align: middle;
	alignment: center;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: 200;
	letter-spacing: 0.10em;
	word-spacing: 0.15em;
	line-height: 1.0;
	font-size: 25px;
}

.submitfromhelp-v1
{
	color:#0000FF; /* Bright blue like the others*/
	text-decoration-color: #0000FF;
	background-color:#E0EEFF; /* was bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:#5858f4;
	border-width:2px;
	border-radius: 20px;

	width:250px;/*85 if just 'menu'*/
	padding:20px;
	margin:5px;

	text-align:left;
	vertical-align:top;
	vert-align: top;/*was middle*/
	alignment: left;
	align-content: center;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:100;
	letter-spacing:0.05em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:25px;
}

.menubutton
{
	color:#0000FF; /* Bright blue like the others*/
	text-decoration-color: #0000FF;
	background-color:#E0EEFF; /* was bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:#5858f4;
	border-width:2px;
	border-radius: 20px;

	/* width:450px;//85 if just 'menu'*/
	width:600px;

	padding:20px;
	margin:5px;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:100;
	letter-spacing:0.05em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:25px;

	text-align:left;
	vertical-align:top;
	vert-align: top;/*was middle*/
	alignment: left;
	align-content: center;
}

.menubuttonnarrow
{
	color:#0000FF; /* Bright blue like the others*/
	text-decoration-color: #0000FF;
	background-color:#E0EEFF; /* was bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:#5858f4;
	border-width:2px;
	border-radius: 20px;

	/* width:450px;//85 if just 'menu'*/
	/* width:180px; For small buttons width can float to text length*/
	padding:10px; /* reduced from 20px */
	margin:5px;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:100;
	letter-spacing:0.05em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:25px;

	text-align:left;
	vertical-align:top;
	vert-align: top;/*was middle*/
	alignment: left;
	align-content: center;
}

.menubuttonpositionleft
{
	color:#0000FF; /* Bright blue like the others*/
	text-decoration-color: #0000FF;
	background-color:#E0EEFF; /* was bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:#5858f4;
	border-width:2px;
	border-radius: 20px;

	/* width:450px;//85 if just 'menu'*/
	width:600px;

	padding:20px;
	margin:5px;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:100;
	letter-spacing:0.05em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:25px;

	text-align:center;
	alignment: left;
	align-content: flex-start;
	vert-align: top;
}

.menubuttonpositioncenter
{
	color:#0000FF; /* Bright blue like the others*/
	text-decoration-color: #0000FF;
	background-color:#E0EEFF; /* was bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:#5858f4;
	border-width:2px;
	border-radius: 20px;

	/* width:450px;//85 if just 'menu'*/
	width:600px;

	padding:20px;
	margin:5px;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:100;
	letter-spacing:0.05em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:25px;

	text-align:center;
	alignment: center;
	align-content: center;
	align-self: center;
	vert-align: top;
}

.menubuttonposition
{
	color:#0000FF; /* Bright blue like the others*/
	text-decoration-color: #0000FF;
	background-color:#E0EEFF; /* was bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:#5858f4;
	border-width:2px;
	border-radius: 20px;

	/* width:450px;//85 if just 'menu'*/
	width:600px;

	padding:20px;
	margin:5px;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:100;
	letter-spacing:0.05em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:25px;

	text-align:center;
	alignment: center;
	align-content: center;
	vert-align: top;
}

.endbuttons
{
	border:none;
	width:50%;
	align-self: center;
	alignment:center;
	align-content:center;
	text-align: center;
}

div.mainmenubackground
{
	background-color: #0000AA; /* Instead of setting background for whole site */
}

table.mainmenu /* see width:100%; with border:solid;  */
{
	background-color: #0000AA; /*new color Oct 2022*/
	border:none;
	align-self: center;
	alignment:center;
	align-content:center;
	text-align: center;
}

.mainmenuheading
{
	color:white;
	text-align: left;
	vertical-align: top;
	font-size: 30px;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:300;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.5;
}

.mainmenusubheading
{
	color:white;
	text-align: left;
	vertical-align: top;
	font-size: 25px;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:300;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.5;
}

.icon
{
	width: 50px;
}

td.EULArequest   /*same as dataRequest except color*/
{
	color:#5858f4;
	background-color:#ECFCFF;  /*  */
	border-style:none;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:right;
	vertical-align:middle;
	font-weight:200;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:100%;
	width:40%;
	padding:10%;
}

/*******************************************************  RESULTS SUMMARY FOR GEARS */

div.tinycaps
	{
	background-color:#ECFCFF;  /*  */
	color:#9999EE;
	font-variant:small-caps; 
	text-align:center;
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	font-weight:200; 
	letter-spacing:0.05em; 
	word-spacing:0.15em; 
	line-height:1.5;
	font-size:15px; 
	}

div.tinytext
{
	background-color:#ECFCFF;  /*  */
	color:#8899FF;
	text-align:center;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.05em;
	word-spacing:0.15em;
	line-height:1.5;
	font-size:17px;
}

.invisible
{
	background-color:#ECFCFF;  /*  */
	color: #ECFCFF;
	border:none;
	border-color: #ECFCFF;
	text-align:center;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.05em;
	word-spacing:0.15em;
	line-height:1.5;
	font-size:1px;
}

div.helptitle
{
	background-color:#ECFCFF;  /*  */
	color:#6666FF;
	text-align:left;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.05em;
	word-spacing:0.15em;
	line-height:1.5;
	font-size:17px;
}

div.version  /* Used in gears for version number*/
{
	background-color:#0000AA; /* #ECFCFF;  /*  */
	color:#7777EE; /* Mauve #9999EE; */
	font-variant:small-caps;
	text-align:center;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.05em;
	word-spacing:0.15em;
	line-height:1.5;
	font-size:22px;
}
	
div.summaryheadings /*Used*/
	{
	color:#5858f4;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	text-align:center;
	vertical-align:middle;
	font-weight:400;
	line-height: 150%;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	font-size:28px;
	}	

div.smallsummarytext /*Used*/
	{
	color:#5858f4;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	text-align:center;
	vertical-align:middle;
	font-weight:100; 
	line-height: 150%;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	font-size:18px;
	}	
		
.resultsummary /* Used in Gears*/
	{
	color:#5858f4;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	text-align:center;
	vertical-align:middle;
	font-weight:100; 
	line-height: 120%;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	font-size:25px;
	}

table.drillsizetable /*Use with resultsSummary*/
{
	color:#5858f4;
	background-color:#ECFCFF;  /* */
	border-style:solid;
	border-color:#8ec5fa; /* Pale Blue */
	border-width:2px;
	border-radius: 15px;
	width:100%;
	align-self: center;
	padding:10px;
}

td.drillsizetext /* Used in Gears*/
{
	color:#5858f4;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:center;
	vertical-align:middle;
	font-weight:100;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:25px;
}

table.blueresultstable /*Use with resultsSummary*/
{
	color:#5858f4;
	background-color:#ECFCFF;  /* */
	border-style:none;
	border-color:#8ec5fa; /* Pale Blue */
	border-width:2px;
	border-radius: 20px;
	width:100%;
	padding:20px;
	text-align:center;
	align-self: center;
}

td.blueresultstext /* Used in Gears*/
{
	color:#5858f4;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:left;
	vertical-align:bottom;
	font-weight:100;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	width: 50%;
	font-size:25px;
}
table.resultstable
{
	color:#5858f4;
	background-color:white;/* bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color:#8ec5fa; /* Pale Blue */
	border-width:2px;
	width:75%;
	align-self: center;
	padding:10px;
}

div.resultsummaryblock /* Used in rounded boxes*/
{
	color:#4848e0;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:left;
	vertical-align:middle;
	font-weight:100;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:25px;
}

/* ***************** ROUNDED TEXT BOXES *******************/

.mainmenuroundedboxtable   /* displays in MAIN menu*/
{
	color:#5858f4;
	background-color:white;  /*inside Border around text*/
	border-style: solid;
	border-color: #5858f4;
	border-width:2px;
	border-radius: 20px;

	width:640px;
	padding:20px;
	margin: 5px;

	text-align:center;
	align-self: center;
	alignment: center;
	horiz-align: center;
	align-content: center;
}


.quickstartroundedboxtable   /* displays in MAIN menu*/
{
	color:#5858f4;
	background-color:white;  /*inside Border around text*/
	border-style: solid;
	border-color: #5858f4;
	border-width:2px;
	border-radius: 20px;

	width:640px;
	padding:20px;
	margin: 5px;

	text-align:left;
	align-self: auto;
	alignment: left;
	horiz-align: left;
	align-content: baseline;
}

.menuroundedboxtable   /* displays the actual results*/
{
	color:#5858f4;
	background-color:white;  /*#ECFCFF;  /* white; makes a white border */
	border-style: solid;
	border-color: #5858f4;
	border-width:2px;
	border-radius: 20px;

	width:640px;
	padding:20px;
	margin: 5px;

	text-align:center;
	align-self: center;
	alignment: center;
	horiz-align: center;
	align-content: center;
}


.menuroundedwideboxtable   /*WIDE: displays the actual results*/
{
	color:#5858f4;
	background-color:white;  /* */
	border-style: solid;
	border-color: #5858f4;
	border-width:2px;
	border-radius: 20px;

	width:80%; /*1200px;*/
	padding:20px;
	margin: 0px;

	text-align:center;
	align-self: center;
	alignment: center;
	horiz-align: center;
	align-content: center;
}

.roundedarraytable   /*displays arrays as a rounded box*/
{
	color:#5858f4;
	background-color:#ECFCFF;  /*  */
	border-style: solid;
	border-color: #5858f4;
	border-width:2px;
	border-radius: 20px;

	width:80%; /*1200px;*/
	padding:20px;
	margin: 0;

	text-align:center;
	align-self: center;
	horiz-align: center;
	align-content: center;
}

.roundedarraytext /* NOT Used in rounded array box*/
{
	text-align: left;
	color: #5858f4;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	vertical-align:middle;
	font-weight:120;
	line-height: 100%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:22px;
	padding:10px;
}

.roundedarraytextrightcol /* Used in rounded array box*/
{
	width:50%;
	text-align: left;
	color: #5858f4;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	vertical-align:middle;
	font-weight:120;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:22px;
	padding:10px;
}

.roundedarraytextleftcol /* Used in rounded array box*/
{
	width:50%;
	text-align: right;
	color: #5858f4;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	vertical-align:middle;
	font-weight:100;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:22px;
	padding:10px;
}

div.menuroundedboxheading /*Used*/
{
	color:#5858f4;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:center;
	vertical-align:middle;
	font-weight:100;
	line-height: 150%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:30px;
}

.menuroundedboxtext /* Used in smaller rounded box in menu*/
{
	color:#5858f4;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:left;
	alignment:left;
	vertical-align:middle;
	font-weight:100;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:18px;
}

.menuroundedboxmediumtext /* Used in YouTube Video box*/
{
	color:#5858f4;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:left;
	vertical-align:middle;
	font-weight:100;
	line-height: 150%;/* was 120*/
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:22px;
}


.menuroundedboxsmalltext /* Used in Main menu QuickStart & YouTube Video box*/
{
	color:#0000FF; /*#5858f4;*/
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:left;
	vertical-align:middle;
	font-weight:100;
	line-height: 150%;/* was 120*/
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:19px;
}

.hitsroundedboxtable   /* displays the actual results*/
{
	color:#5858f4;
	background-color:#ECFCFF;  /* white; makes a white border */
	border-style: solid;
	border-color: #888888;
	border-width:4px;
	border-radius: 20px;

	width:640px;
	padding:20px;
	margin: 5px;

	text-align:center;
	align-self: center;
	alignment: center;
	horiz-align: center;
	align-content: center;
}
div.hitsroundedboxheading /*Used*/
{
	color:#888888;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:center;
	vertical-align:middle;
	font-weight:100;
	line-height: 150%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:30px;
}

.hitsroundedboxtext /* Used in YouTube Video box*/
{
	color:#888888;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:left;
	vertical-align:middle;
	font-weight:100;
	line-height: 150%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:24px;
}

/***************************/

div.centeredtextblock /* Used in Gears but does not center!*/
{
	color:#5858f4;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	align-content: center;
	alignment: center;
	horiz-align: center;
	text-align: justify;
	vertical-align:middle;
	font-weight:100;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:25px;
}

div.infotable
{
	background-color:#ECFCFF;  /*  */
}

div.infotext /*used for display all threads in 'gears'*/
	{
	color:#8800FF; /*Purple 8800FF;*/
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	text-align:center;
	vertical-align:middle;
	font-weight:100; 
	line-height: 120%;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	font-size:20px;
	}	

/* USED in Searchbox.php function submitSearchButton($source) */	
.searchbutton
	{
	vertical-align:top;
	}
	
/*********************************************************  RESULTS TABLE FOR GEARS*/
	
.tableheadings
	{
	color:black;
	background-color:white;
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	text-align:center;
	font-weight:200; 
	line-height: 150%;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	font-size:30px;
	}	
	
.tablesubheadings
	{
	color:black;
	background-color:white;  /* Treasury Pale Gold 2012 */
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	text-align:center;
	font-weight:100; 
	line-height: 150%;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	font-size:20px;/*changing this did change text size the next day! Clear History*/
	}

td.descriptioninresultstable/*want smaller text in table-doesnt work*/
{
	color:black;
	background-color:white;  /*white */
	border:solid;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:center;
	font-weight:200;
	line-height: 150%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:12px;
}

.resultsdata
	{
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:center;
	font-weight:200; 
	line-height: 150%;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	font-size:20px;
	}

td.resultslink
{
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:center;
	font-weight:400;
	line-height: 150%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:25px;
	color: #0000FF;
	background-color:white;  /*white */
	border:solid;
	border-color: #00AAFF;
	border-width: 4px;
	border-radius: 10px;
	margin:5px;
}

tr.nonemphasisedresult
{
	color:black;
	background-color:white;  /* light gray */
}
tr.emphasisedresult
	{
	color:black;
	background-color:#EEEEEE;  /* light gray */
	}

table.gearresults   /* displays the actual results*/
	{ 
	color:black;
	background-color:white;  /* */
	border-style: solid;
	border-color: #5858f4;
	border-width:2px;
	border-radius: 20px;

	width:95%; 
	padding:20px;
	text-align:center;
	align-self: center;
	}

table.extratables   /* Encloses several small tables */
	{ 
	color:black;
	background-color:white;  /* */
	/*
	These over-ride HTML */
	border-style:solid;
	border-color: #5858f4;
	border-width:1px;
	border-radius: 20px;
	
	width:95%; 
	padding:5%;
	text-align:center;
	}
	
table.smalltables   /* small tables of gear lists etc */
	{ 
	color:black;
	background-color:white;  /* */
	
	border-style:solid;
	border-color: #5858f4;
	border-width:1px;
	border-radius: 20px;

	width:80%; 
	margin: 10%;
	padding:5px; 
	text-align:center;
	vertical-align:center;
	}

.datainsmalltables
{
	color:black;
	background-color:white;
	border:none;

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:center;
	font-weight:100;
	line-height: 150%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:25px;
}

td.columnheadings
{
	color:black;
	background-color:white;
	border:none; /*solid;*/

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:center;
	font-weight:400;
	line-height: 150%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:25px;
}

td.resultscolumnheading
{
	color:black;
	background-color:white;  /* Treasury Pale Gold 2012 */
	border:none; /*solid;*/

	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:center;
	font-weight:400;
	line-height: 150%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:18px;
}

table.list   /* small tables of gear lists etc */
	{ 
	color:black;
	background-color:#ECFCFF;  /* */
	
	border-style:none;
	border-color: #5858f4;
	border-width:1px;
	border-radius: 10px;

	width:95%; 
	padding:5%;
	text-align:left;
	}

/******************************************* INSTRUCTIONS *************/
table.footnotetext   /* */
	{ 
	color:black;
	background-color:#ECFCFF;  /* */
	
	border-style:none;
	border-color: #5858f4;
	border-width:1px;
	 
	width:80%; 
	padding:5px;
	text-align:center;
	}

div.footnotes /* Used ?*/
	{
	color:#5858f4;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	text-align:left;
	vertical-align:middle;
	font-weight:100; 
	line-height: 120%;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	font-size:20px;
	}	

div.footnoteheadings /*Used? */
	{
	color:black;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	text-align:left;
	vertical-align:middle;
	font-weight:300;
	line-height: 150%;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	font-size:35px;
	}

/************** INSTRUCTIONS AND INFORMATION PAGE ****************/
.infoheadings /*Used*/
{
	color:#0000FF;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:left;
	vertical-align:middle;
	font-weight:300;
	line-height: 150%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:35px;
}

.info /* Used */
{
	color: #050593;/Blue-Black *#5858f4; = blue*/
	background-color:#ECFCFF;  /*  */
	width:90%;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:left;
	vertical-align:middle;
	font-weight:100;
	line-height: 150%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:28px;
}

.keyfeatures /* Used in Ride_Info*/
{
	color: #050593;/Blue-Black *#5858f4; = blue*/
	background-color:#ECFCFF;  /*  */
	width:90%;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:left;
	vertical-align:middle;
	font-weight:100;
	line-height: 120%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:24px;
}

table.googlesearchbox /* CANCELLED GOOGLE SEARCH */
	{
	color:black;
	background-color:#ECFCFF;  /* */
	border-style:none;
	border-color:#5858f4;
	border-width:1px;
	width:80%; 
	padding:20px;
	text-align:center;
	}

table.googletextblock
	{
	color:black;
	background-color:#ECFCFF;  /* */
	border-style:none;
	border-color:#5858f4;
	border-width:1px;
	width:90%; 
	padding:5px;
	text-align:center;
	}
	
td.googletext
	{
	color:#5858f4;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	text-align:center;
	vertical-align:middle;
	font-weight:200; 
	line-height: 150%;
	letter-spacing:0.10em; 
	word-spacing:0.15em;
	font-size:25px;
	width:100px; 
	}
	
/*********************************************************** SEARCH BOX BORDER
Popup Tables such as NOTES are made using two nested tables  
The outer table just creates a box or border 
But search box border has been altered as below.
This can create a border around the Whole search section if desired.
*/
table.searchboxborder   /* Border creates a line around the whole search area */
	{ 
	color:black;
	background-color:#ECFCFF;  /* */
	border-style:solid;
	border-color:#5858f4;
	border-width:2px; 
	width:95%; 
	margin:10%;
	padding:2%;
	}
/*************************************** ADVANCED SEARCHBOX BUTTONS, BOXES AND MENUS
*/
.radiobuttonsize
	{
	font-size:300%;
	width:15px;
	}

/*********************************************************************  ERRORS*/
/**This is used */
table.errortable
{
	color:red;
	background-color:#ECFCFF;  /*  */
	border-style: solid;
	border-color: #5858f4;
	border-width:2px;
	border-radius: 20px;

	width:50%;
	padding:5px;
	text-align:center;
	align-self: center;
}

.errorheading
{
	color:red;
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:center;
	vertical-align:middle;
	font-weight:100;
	line-height: 150%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:30px;
}

.errortext
	{
	color:red;
	background-color:#ECFCFF;
	/*font-variant:all-small-caps;*/
	text-align: center;
	align-self:center;
	font-family: Arial, Helvetica, Verdana,  sans-serif; 
	font-weight:100; 
	letter-spacing:0.10em; 
	word-spacing:0.15em; 
	line-height:1.5;
	font-size:20px; 
	}

.contactus
{
	color:black;
	background-color:#ECFCFF;
	/*font-variant:all-small-caps;*/
	text-align: center;
	align-self:center;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:100;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.5;
	font-size:30px;
}

table.warningtable
{
	color:#55FF38; /* green*/
	background-color:white;  /* */
	border-style: solid;
	border-color: #537f38;
	border-width:2px;
	border-radius: 20px;

	width:50%;
	padding:5px;
	text-align:center;
	align-self: center;
}

.warningheading
{
	color:#226600; /*green*/
	background-color:#ECFCFF;  /*  */
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	text-align:center;
	vertical-align:middle;
	font-weight:100;
	line-height: 150%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:30px;
}
.warningtext
{
	color:#226600; /*green was orange F09000*/
	background-color:#ECFCFF;
	/*font-variant:all-small-caps;*/
	text-align: center;
	align-self:center;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:100;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.5;
	font-size:20px;
}

.dropdownmenu
{
	color:#0000FF; /*black*/
	background-color:white; /* FFFFFF=white*/
	width:100%;
	align-content:center;
	border-color: black;
	border-width: thin;
	border-radius: unset;
	text-align:center;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:100;
	line-height: 150%;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	font-size:100%;
	/* SIZE OF TEXT IN FILTER INPUT BOXES SHOULD DETERMINE SIZE OF BOXES eg 36px ?-No*/
}

/***********************************************************  GENERAL TEXT
table.textblock is used to surround the text with padding 
on the instructions page of RideTheGearTrain*/

table.textblock 
	{ 
	width:100%; 
	border-style:none; 
	padding:10%;
	}

/*******************************************************  HELP
*/
.helpjump /* BIG GREEN DIALOGUE BOX */
{
	color: #008900; /*green was orange F09000*/
	background-color:#ECFCFF;
	border-style:solid;
	border-color: #00d500; /*#5858f4;*/
	border-width:4px;
	border-radius: 20px;
	width: 60%;

	padding:20px;
	margin:10px;
	text-align:center;
	align-self: center;
	align-content: center;
	vert-align: middle;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.5;
	font-size:30px;
}

.returnfromhelp/*Copied from .submitentry */
{
	color:#0000FF; /* Bright blue like the others*/
	background-color:#E0EEFF; /* was bright_gold /* #FAF8EE;*/
	border-style:solid;
	border-color: #FF0000; /*#5858f4;*/
	border-width:2px;
	border-radius: 10px;
	width:350px;
	padding:10px;
	margin:10px;
	text-align:center;
	align-self: center;
	align-content: center;
	vert-align: middle;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:200;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:23px;
}

/* The size of the help icon is now determined by hover .helpimage*/
/*
background-color:#ECFCFF; /*: #0000AA;
width: 75%;
text-align:center;
align-content: normal;
width: 200px;
height: auto;
*/

.helpbutton
{
	alignment: left;
	vertical-align:top;
}

.helpbuttoncenter
{
	alignment: center;
	vertical-align:top;
}

.helpbuttonleft
{
	alignment: left;
	vertical-align:top;
}

.helplabeltext
{
	color:black;
	alignment: left;
	vertical-align:top;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:100;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.0;
	font-size:18px;
}

/* HELP HOVER EFFECT FROM W3 Schools - NOT USED
Images are provided at a URL link in the HTML in this case
Various opacity settings for different browsers I think*/
.helpicon
{
	width: 500px;
	text-decoration: none;
	position: relative;
	display: block;
	border: 1px solid #666;
	padding: 3px;
	margin-right: 5px;
	float: left;
}
.helpicon span.zoom-icon {
	visibility: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.6;
}
a.helpicon:hover span.zoom-icon {
	visibility: visible;
}

/**************************/
/* HOVERING BY CSS FROM W3 Schools -USED!*/
.helpcontainer
{
	position: relative;
	width: 100%;
}
.helpimage
{
	/* This does determine the size of the icon */
	display: block;
	width: 70px;
	height: auto;
}
.helpcontainer .helpoverlay
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: 1s ease;
/*	background-color: #339c57; */
}

.helpcontainer:hover .helpoverlay
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	/*  Width & height have no effect */
}

.helptext /*NOT USED */
{
	color: white;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
/**********************/

td.leftbuttoncolumn
{
	width:220px;
	vertical-align:top;
	text-align:left;
	align-content: normal;
}

td.righttextcolumn
{
	padding:25px;
	vertical-align:top;
	text-align:left;
	align-content:normal
}

/* NOT USED NOW */
table.enclosingallresults   /* Border creates a line around the whole results area -may not be necessary in gears*/
	{ 
	color:black;
	background-color:white;  /* */
	border-style:none;
	border-color:#5858f4;
	border-width:2px; 
	width:95%; 
	padding:5%;
	}

/******************** CONTAINER FOR MENU IN INSTRUCTIONS PAGE ****************/

/* ~~ this fixed width container surrounds all other divs ~~ */
/* This class also includes the title of each lathe
but specifying text size does not work! I will have to change every entry!*/
.container
{
	width:100%; /* was fixed! 960px;*/
	/*background: white;/*white but I was using cream*/
	alignment: bottom;

	padding-left:5px;  /*auto made it move 200 px right!  This doesnt stop main text abutting buttons*/
	padding-right:10px;
	padding-top:10px;
	padding-bottom:0px;

	margin-left:0;  /*This doesnt stop text abutting buttons 200 does nothing!*/
	margin-right:0;
	margin-top:0px;
	margin-bottom:0px;

	/*margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden;
	/* this declaration makes the .container understand
	where the floated columns within ends, and contains them */
}

/* ~~ These are the columns for the layout. ~~

1) Padding is only placed on the top and/or bottom of the divs.
The elements within these divs have padding on their sides.
This saves you from any "box model math".
Keep in mind, if you add any side padding or border to the div itself,
it will be added to the width you define to create the *total* width.
You may also choose to remove the padding on the element in the div
and place a second div within it with no width
and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated.
If you must add margin, avoid placing it on the side you're floating toward
(for example: a right margin on a div set to float right).
Many times, padding can be used instead.
For divs where this rule must be broken, you should add
a "display:inline" declaration to the div's rule to tame a bug
where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document
(and an element can also have multiple classes applied),
the columns have been assigned class names instead of IDs.
For example, two sidebar divs could be stacked if necessary.
These can very easily be changed to IDs if that's your preference,
as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left,
simply float these columns the opposite direction
(all right instead of all left) and they'll render in reverse order.
There's no need to move the divs around in the HTML source.

*/
.sidebar1
{
	/*padding-right: stops main text from abutting button panel
	but fills the space with the fawn sidebar color
	so we have to change the color to match background, or omit it.
	But now the lines between buttons
	are too long.
	If I make them the same color as background it leaves a space between buttons.
	*/
	float: left;
	text-align:center;
	width: 190px;/* works with 240 but leaves agap on the left of buttons that are 170*/
	/*background: #EADCAE; /* Dark Fawn background for the sidebar */
	padding-left: 5px;
	padding-right:20px; /*This leaves a gap before the main text container*/
	padding-top:10px;
	padding-bottom:15px;

	/*margin-left:0px;	/* I added 10 px*/
	/*margin-right:0px;	/* I added it extends the button right into the text*/
	/*margin-top:0px;	/* I added*/
	/*margin-bottom:0px;/* I added*/
}

.content
{
	padding-left: 1px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;

	/*margin-left:10px;	/* I added 10 px*/
	/*margin-right:20px;	/* I added.  It extends the button right into the text*/
	/*margin-top:0px;	/* I added*/
	/*margin-bottom:0px;	/* I added*/

	width: 100%;/*was 780 for content and 160 for sidebar1. I had to make images smaller or they get bumped to end buttons*/
	float: left;
}

/* ~~ If you use unordered or ordered lists in the content
	This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol, .content li
{
	padding-left: 5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:15px;
	/* this padding mirrors the right padding in the headings and paragraph rule above.
    Padding was placed on the bottom for space between other elements on the lists
    and on the left to create the indention.
    These may be adjusted as you wish. */
}

/* ~~ The navigation un-ordered list styles (LI) for the buttons ~~ */
ul.nav
{
	list-style: none; /* this removes the list marker */
	border-top: 1px; 	/*Was 1 px. This creates the top border for the links -
						all others are placed using a bottom border on the LI */
	border-top-style:solid;
	border-color:#ECFCFF;/*Almost white:FFFFEE solid border, Changed to match background color
						between buttons*/
	margin-bottom: 15px; /* this creates the space between the navigation sidebar
	 					and the content below */
}

/* SPACE BETWEEN BUTTONS  & RADIUS*/
ul.nav li
{
	/*border-bottom: 10px; /* was 1px #666 Dark Navy Blue 1 px
			this creates the button separation line. see Sidebar CSS comments*/
	/*border-bottom-style:solid;/*solid border to match background color
								between buttons*/ /* can use hidden*/
	/*border-color:#ECFCFF; /* was light cream #FFFFEE but changed to background */;
	/* EVAN created this version of buttons with round corners to match others.*/

	border-radius: 10px;
	border-style: solid;
	border-color: #5858f4;
	margin-bottom: 15px;
	padding: 3px;
	width:170px;/* 166 works 160 +3+3 padding but not for mouse over */

}

/*Button BEFORE BEING VISITED */
ul.nav a
{
	/* Buttons. grouping these selectors makes sure that your links
	retain their button look even after being visited
	But I decided that I want color to change after visiting - see below*/
	padding-left: 5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:15px;
	/* padding: 5px 5px 5px 15px;*/

	/* this display block  gives the link block properties
	causing it to fill the whole LI containing it.
	This causes the entire area to react to a mouse click. */
	display: block;

	/*this width makes the entire button clickable for IE6.
	If you don't need to support IE6, it can be removed.
	Calculate the proper width by subtracting the padding on this link
	from the width of your sidebar container. */
	width: 160px;
	text-decoration: none;
	background: #d0f0fc;	/* Changed light blue buttons before being visited.*/
}

/*Buttons VISITED */
ul.nav a:visited
{
	/* Buttons. grouping these selectors makes sure that
	your links retain their button look even after being visited.
	Padding the same as ul nav a
	But I decided that I want color to change after visiting - see below*/
	padding-left: 5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:15px;
	/* padding: 5px 5px 5px 15px;*/

	/* this display block  gives the link block properties causing it to
	fill the whole LI containing it.
	This causes the entire area to react to a mouse click. */
	display: block;

	/*this width makes the entire button clickable for IE6.
	If you don't need to support IE6, it can be removed.
	Calculate the proper width by subtracting the padding
	on this link from the width of your sidebar container. */
	/*width: 160px;*/
	text-decoration: none;
	/*buttons change to this color when visited. */
	background-color: #efebfb;
}

/* Buttons ON MOUSE OVER*/
ul.nav a:hover,
ul.nav a:active,
ul.nav a:focus
{
	/* this changes the background and text color for
	both mouse and keyboard navigators */
	color: white;		/*White text on dark blue background*/
	background-color: #3d5287;/* Mouse Over color. Was #E5AF91;Dark Copper FOR MOUSE OVER*/
	border-radius:5px;
	border-style:solid;
	border-width:2px;
	border-color:white; /* #3d5287; */
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltnone
{
	/* The floated element must precede the element
	it should be next to on the page. */
	float:none;
	margin-left: 8px;
}

.fltrt
{
	/* this class can be used to float an element right in your page.
	The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft
{
	/* this class can be used to float an element left in your page.
	The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div
			as the final element following the last floated div
			(within the #container) if the overflow:hidden
			on the .container is removed */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/*######################################################################*/
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@ Text positioning on Gear Graphics @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* Corresponding with the rulers in PhotoShop BUT they have to be converted to %  */
/* Otherwise entries move when you change the window size !*/
/* px positions marked left are counted across to the right from top left corner (x coordinate)*/
/* px positions marked top are counted down from top left corner downwards (y coordinate)*/
/* Other options are bottom and right and % */

/* Container holding the image and the text */
/*CSS Like gearresults used for all the boxes. But radius does not work here! */
.gearcontainer {
	width: fit-content;
	position: relative;
	align-self: center;
	text-align: center;
	color: red;
	font-size: 30px;
	font-weight: 100;
	border-style: solid;
	border-color: #5858f4;
	border-width: 2px;
}
/* CompoundIncluded =0 */
/* Positioning for the number of teeth on the stud gear */
.studposition_0compound
{
	position: absolute;
	left: 71%;
	top: 10%;
}

/* Positioning for the number of teeth on the Leadscrew gear */
.lsgposition_0compound
{
	position: absolute;
	left:85%;
	top:69%;
}

.gearboxposition_0compound
{
	position: absolute;
	left:60%;
	top:85%;
}

/* CompoundIncluded =1 */
.studposition_1compound
{
	position: absolute;
	left: 73%;
	top: 8%;
}

/* Positioning for the number of teeth on the Comp_1 */
.comp_1_position_1compound
{
	position: absolute;
	left: 93%;
	top: 20.5%;
}

/* Positioning for the number of teeth on the Comp_2 */
.comp_2_position_1compound
{
	position: absolute;
	left: 94%;
	top: 31%;
}

.lsgposition_1compound
{
	position: absolute;
	left: 93%;
	top: 62%;
}

.gearboxposition_1compound
{
	position: absolute;
	left:40%;
	top:85%;
}

/* CompoundIncluded =2 */
.studposition_2compound
{
	position: absolute;
	left: 70%;
	top: 7.5%;
}
.comp_1_position_2compound
{
	position: absolute;
	left: 75%;
	top: 16%;
}
.comp_2_position_2compound
{
	position: absolute;
	left: 80%;
	top: 25.5%;
}
/* Positioning for the number of teeth on the Comp_3 */
.comp_3_position_2compound
{
	position: absolute;
	left: 86%;
	top: 36%;
}
.comp_4_position_2compound
{
	position: absolute;
	left: 90%;
	top: 45.5%;
}

.idler_position_2compound
{
	position: absolute;
	left: 92%;
	top: 57%;
}

.lsgposition_2compound
{
	position: absolute;
	left: 94%;
	top: 70%;
}

.gearboxposition_2compound
{
	position: absolute;
	left:75%;
	top:85%;
}

/*######################################################################*/

/* CSS that was in Header to make large radio buttons and check boxes*/
 .box {
	 display: block;
	 position: relative;
	 padding-left: 35px;
	 margin-bottom: 15px;
	 cursor: pointer;
	 font-size: 20px;
 }
/* Hide the default style of the checkbox */
input[type=checkbox] {
	visibility: hidden;
}
/* Create a custom checkbox called box with CSS class mark */
.mark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #999999;
}
/* Specify the background color for the checkbox while hovering */
.box:hover input + .mark {
	background-color: #1c87c9;
}
/* Specify the background color for the checkbox when the checkbox is active */
.box input:active + .mark {
	background-color: #ffcc00;
}
/* Specify the background color for the checkbox when it is checked */
.box input:checked + .mark {
	background-color: #8ebf42;
}
/* Checkmark to be shown in checkbox */
/* It will not be shown when not checked */

.mark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Display checkmark when checked */
.box input:checked + .mark:after {
	display: block;
}
/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degrees and showing only two borders to make it look like a tick mark */
.box .mark:after {
	left: 8px;
	bottom: 5px;
	width: 6px;
	height: 12px;
	border: solid #eee;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*#################################  RADIO BUTTONS  #####################################*/

/*<!-- This is to make custom radio buttons
SEE THIS FOR SIZE AND COLOR:  .container .checkmark:after
-->*/
		  /* The container */
	 .container
	 {
		 display: block;
		 position: relative;
		 padding-left: 30px;
		 margin-bottom: 10px;
		 cursor: pointer;
		 font-size: 20px;

		 -webkit-user-select: none;
		 -moz-user-select: none;
		 -ms-user-select: none;
		 user-select: none;
	 }

/* Hide the browser's default radio button */
.container input
{
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button 25 px
CONFIRMED: background-color:orangered;
determines the color and position of the dot when NOT selected.
Decreasing TOP raised the dot so that I could increase the diameter
ie height and width.
border-radius: 50%; makes it round or OVAL
*/
.checkmark
{
	position: absolute;
	top: 0px;
	left: 25px;
	height:50px;
	width: 50px;
	background-color:orangered; /* #6ad9a1; standard green*/
	border-radius: 50%;
}

/* ########  On mouse-over, add a gray background color
CONFIRMED: Mouse-over color of the dot
*/
.container:hover input ~ .checkmark
{
	background-color:ORANGE; /* #999999;*/
}

/* When the radio button is selected, change the color of the dot background
CONFIRMED: SELECTED COLOR OF THE DOT
*/
.container input:checked ~ .checkmark
{
	background-color:#44CC44;/* #1c87c9; */
}

/* Create the indicator (the dot/circle - hidden when not checked)
CONFIRMED: THERE IS NO CENTRAL DOT WHEN IT IS NOT SELECTED
*/
.checkmark:after
{
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after
{
	display: block;
}

/* ############# Style the indicator (dot/circle) ##########
Confirmed: height and width define a circular or oval dot in the center
top and left position the dot and should match the big dot in .checkmark
which is diameter 50.
But it disappeared !
*/
.container .checkmark:after
{
	top:15px;
	left: 15px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background:#DDFFDD; /*LIGHTGREEN; /*  */

	/* ORIGINAL
	top: 8px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #eeeeee;
	*/
}

/*######################################################################*/
/*The drawing of a gear train made of SVG circles*/

.drawingtitle
{
	text-align: center;
	color:red;
	font-size: 40px;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:300;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.5;
}

table.circlesTable
{
	background-color:white; /* #FCFCD8; */
	width: 1200px;
	border: solid;
	border-width: 2px;
	border-color: #000099;
}

.circlelabels
{
	text-align: center;
	color:red;
	background-color: white;
	font-size: 20px;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:100;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.5;
}

.gearboxcode
{
	/*background-color:white;  */
	color:#FF0000;
	text-align:center;
	alignment: center;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:100;
	letter-spacing:0.05em;
	word-spacing:0.15em;
	line-height:1.5;
	font-size:30px;
}

.gearboxlabel /*NOT USED NOW*/
{
	text-align: center;
	color:#FF0000;
	font-family: Arial, Helvetica, Verdana,  sans-serif;
	font-weight:100;
	letter-spacing:0.10em;
	word-spacing:0.15em;
	line-height:1.5;
	font-size: 17px;
}

.imagecontainer
{
	position: relative;
	width: 7.5%;
	align-content: center;
	alignment: center;
	text-align: center;
	left: auto;
}

.overlay
{
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 100px;
	height: 100%;
	width: 100%;
	opacity: 0.2;
	background-color: #339c57;
	transition: 5s ease;
	background-image:none;
}
.imagecontainer:hover .overlay
{
	opacity: 0.5;
}


/*************** HELP Images overlaying radio buttons ************/
/* from stack overflow
but how do you identify WHICH radio buttons this is applied to? Use ID?
Can you get an image from image folder with CSS ?
Is that why he just drew a square box?
NOT USED
*/

/* HIDE RADIO */
[type=radio] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
	cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
	outline: 2px solid #f00;
}

/****************/
/* HIDE RADIO */
[type=radio]
 {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* IMAGE STYLES */
[type=radio] + img
{
	cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img
{
	outline: 2px solid #f00;
}
