/* bruce-1.css */
/* This version 10 Sep 2020 */

body 
{ 
background-color: #b1e5f0;
font-family: arial,georgia,calibri,sans-serif;
font-style: normal;
font-weight: normal;
line-height: 1.4;
margin: 2% 15% 2% 15%;
padding: 0; 
}

a:link
{
color: red;
}

a:visited
{
color: green;
}

a:hover
{
color: navy;
}	

h1
{
font-family: "times new roman",verdana,times,serif;
color: #000000;
text-align: center;
font-size: 2em;
font-weight: bold;
margin-top: 0.5em;
margin-bottom: 0.3em;
}

h2
{
/* font-family sans-serif;*/
color: #00008B; /* Dark Blue */
text-align: left;
font-weight: bold;
font-size: 1.2em;
margin-top: 0.5em;
margin-bottom: 0.3em;
}

h3
{
/* font-family sans-serif;*/
color: #00008B; /* Dark Blue */
text-align: center;
font-weight: bold;
font-size: 1.2em;
margin-top: 0.5em;
margin-bottom: 0.3em;
}

h4
{
/* font-family sans-serif;*/
color: #00008B; /* Dark Blue */
text-align: right;
font-weight: bold;
font-size: 1.2em;
margin-top: 0.3em;
margin-bottom: 0.5em;
margin-right: 0.1em;
}

h5
{
/* font-family sans-serif;*/
color: #006400; /* Dark Green */
font-size: 1.1em;
font-style: italic;
text-align: left;
font-weight: bold;
margin-top: 0.5em;
margin-bottom: 0.3em;
}

p
{
/* font-family sans-serif; */
font-size: 100%;
font-style: normal;
font-weight: normal;
color: black;
line-height: 1.4;
}

/* Defines a narrow box for text etc. Center it in the HTML */
/* Note some items need not be there, such as text-align, margin and background-color */
#narrow
{
	background-color: #b1e5f0;
	width: 75%;
	padding: 20px;
	border: 1px solid navy;
	margin: 25px 0 25px 0;
	text-align: left;
}

#source
 {
font-family: "times new roman",verdana,times,serif;
font-size: 90%;
line-height: 1.25;
color: #000000;
text-align: right;
}

#references
{
font-family: "times new roman",verdana,times,serif;
font-size: 90%;
line-height: 1.25;
color: #000000;
text-align: left;
}

#updated
{
/* font-family sans-serif;*/
font-size: 80%;
font-style: italic
}

a.nav-button 
{
  /* All these links are specified the same, including identifying some space between them */
  margin: 0;
  padding-left: 1em;
  padding-right: 1em;
  border: none;
}

a.nav-button img 
{
  /* All the images in these buttons are sized the same */
  width: 125px;
  height: 25px;
}

/* DATA TABLE design from Michael Hannah */
table.data-table 
{ 
  padding: 6pt; 
  border: medium solid grey; 
  border-collapse: collapse; 
  margin: 4pt 0 4pt 0; 
  /* center the table */ 
  margin-left: auto; 
  margin-right: auto; 
  /* ensure some left/right space */ 
  max-width: 90%; 
} 

table.data-table thead tr:last-child th 
{ 
  border-bottom: thick double grey; 
}
 
table.data-table tfoot tr:first-child th 
{ 
  border-top: thick double grey; 
} 

table.data-table th 
{ 
  border: thin solid grey; 
  padding: 0.3vw 0.4vw 0.2vw; 
  margin: 6pt 6pt 4pt 6pt; 
  background: #f0dcb1; 
} 

table.data-table td 
{ 
  border: thin solid grey; 
  margin: 6pt 0 6pt 0; 
  padding: 0.3vw 0.4vw 0.2vw; 
  vertical-align: middle;
  background: #ececec;
} 

/* Sets a designated row as an empty horizontal spacer - used in passengers.htm */
table.data-table td.minirow
{ margin: 0;
  padding: 0;
  line-height:.3;
  background-color: #b1e5f0;
}

/* Sets a designated link row with invisible borders - used in resources.htm */
table.data-table td.links
{ 
  margin: 5pt;
  background-color: #b1e5f0;
}

/* FRAME TABLE has an outer red frame but no cell borders. */
table.frame-table 
{ 
  padding: 6pt; 
  border: medium solid red; 
  border-collapse: collapse; 
  margin: 4pt 0 4pt 0; 
  /* center the table */ 
  margin-left: auto; 
  margin-right: auto; 
  /* ensure some left/right space */ 
  max-width: 90%; 
} 

table.frame-table td 
{ 
  border: none; 
  margin: 6pt 0 6pt 0; 
  padding: 0.3vw 0.4vw 0.2vw; 
  vertical-align: middle;
  background: #b1e5f0;
} 

/* Sets a designated row as an empty horizontal spacer */
table.frame-table td.minirow
{ margin: 0;
  padding: 0;
  line-height:.3;
  background-color: #b1e5f0;
}

/* Styles Cells in each Header (Title) or Footer (Totals) Row in a Table - bold and centred */ 
P.HeadFoot 
{ 
    display: block; 
    text-align: center; 
    text-indent: 0.0pt; 
    line-height: 1.5; 
    margin-top: 0.0pt; 
    margin-bottom: 0.0pt; 
    margin-right: 0.0pt; 
    margin-left: 0.0pt; 
    font-size: 11.0pt; 
    font-weight: bold; 
    font-style: normal; 
    color: #000000; 
    text-decoration: none; 
    vertical-align: baseline; 
    text-transform: none; 
    font-family: arial,georgia,calibri,sans-serif;	
} 

/* For a Table Cell: BotCtr aligns text to Bottom of the cell and centred horizontally */ 
P.BotCtr 
{ 
    display: block; 
    text-align: center; 
    text-indent: 0.0pt; 
    line-height: 1.5; 
    margin-top: 0.0pt; 
    margin-bottom: 0.0pt; 
    margin-right: 0.0pt; 
    margin-left: 0.0pt; 
    font-size: 11.0pt; 
    font-weight: normal; 
    font-style: normal; 
    color: #000000; 
    text-decoration: none; 
    vertical-align: baseline; 
    text-transform: none; 
    font-family: arial,georgia,calibri,sans-serif;
}

/* For a Table Cell: CtrCtr aligns text to Centre of the cell horizontally and vertically */ 
P.CtrCtr 
{ 
    display: block; 
    text-align: center; 
    text-indent: 0.0pt; 
    line-height: 1.5; 
    margin-top: 0.0pt; 
    margin-bottom: 0.0pt; 
    margin-right: 0.0pt; 
    margin-left: 0.0pt; 
    font-size: 11.0pt; 
    font-weight: normal; 
    font-style: normal; 
    color: #000000; 
    text-decoration: none; 
    vertical-align: center; 
    text-transform: none; 
    font-family: arial,georgia,calibri,sans-serif;	
}

/* For a Table Cell: BotRight aligns text to Bottom of the cell and right aligned with 5pt margin */
P.BotRight 
{ 
    display: block; 
    text-align: right; 
    text-indent: 0.0pt; 
    line-height: 1.5; 
    margin-top: 0.0pt; 
    margin-bottom: 0.0pt; 
    margin-right: 4.0pt; 
    margin-left: 0.0pt; 
    font-size: 11.0pt; 
    font-weight: normal; 
    font-style: normal; 
    color: #000000; 
    text-decoration: none; 
    vertical-align: baseline; 
    text-transform: none; 
    font-family: arial,georgia,calibri,sans-serif; 
}

/* For a Table Cell: TopRight aligns text to the Top of the cell and right aligned with 5pt margin */
P.TopRight 
{ 
    display: block; 
    text-align: right; 
    text-indent: 0.0pt; 
    line-height: 1.5; 
    margin-top: 0.0pt; 
    margin-bottom: 0.0pt; 
    margin-right: 5.0pt; 
    margin-left: 0.0pt; 
    font-size: 11.0pt; 
    font-weight: normal; 
    font-style: normal; 
    color: #000000; 
    text-decoration: none; 
    vertical-align: top; 
    text-transform: none; 
    font-family: arial,georgia,calibri,sans-serif; 
}

/* For a Table Cell: BotLeft aligns text to Bottom of the cell and left aligned with 5pt margin */
P.BotLeft 
{ 
    display: block; 
    text-align: left; 
    text-indent: 0.0pt; 
    line-height: 1.5; 
    margin-top: 0.0pt; 
    margin-bottom: 0.0pt; 
    margin-right: 0.0pt; 
    margin-left: 5.0pt; 
    font-size: 11.0pt; 
    font-weight: normal; 
    font-style: normal; 
    color: #000000; 
    text-decoration: none; 
    vertical-align: baseline; 
    text-transform: none; 
    font-family: arial,georgia,calibri,sans-serif;
}

/* For a Table Cell: BotLeft aligns text to Top of the cell and left aligned with 5pt margin */
P.TopLeft 
{ 
    display: block; 
    text-align: left; 
    text-indent: 0.0pt; 
    line-height: 1.5; 
    margin-top: 0.0pt; 
    margin-bottom: 0.0pt; 
    margin-right: 0.0pt; 
    margin-left: 5.0pt; 
    font-size: 11.0pt; 
    font-weight: normal; 
    font-style: normal; 
    color: #000000; 
    text-decoration: none; 
    vertical-align: top; 
    text-transform: none; 
    font-family: arial,georgia,calibri,sans-serif;
}
