/* 'Zeroing' code to iron out browser differences */
/* --------------------------------------------------------
---------------------------------------------------------- */
html { height: 100%; }

body, h1, h2 {
  padding: 0;
  margin: 0;
}
h1, h2 { font-size: 1em; }
a      { text-decoration: none; }
a img  { border: none; }

/* https://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* remember to define focus styles! */
/* remember to highlight inserts somehow! */
/* tables still need 'cellspacing="0"' in the markup */
/*
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*/

/* ---------------------------------------------------- */
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*/
/* -------------------------------------------------------- */

/*
table {
  border-width:     4px;
  border-spacing:   8px;
  border-style:     outset;
  border-color:     rgb(126,151,177);
  border-collapse:  separate;
  background-color: rgb(255,255,255);
}
*/

/*  *********************************************************************** */

div #headTable {
  margin:  4px;
  padding: 8px;
  width:  100%;
  /* border: 4px rgb(150,180,210) solid; */
  /* border: 4px rgb(126,151,177) solid; */
  /* border: 4px rgb(97,122,151) solid; */
  /* border: 4px rgb(74,106,140) solid; */
  /* border-collapse: collapse; */
  border-spacing: 8px;
}
div #headTable td {
  font-size: 150%;
}

#Small, #Large {
  font-size: 120%;
  font-style: italic;
  color: rgb(255,255,255);
}
#TextOnly {
  font-size: 120%;
  font-style: italic;
  color: white;
}
#Print {
  font-size: 120%;
  font-style: italic;
  color: white;
}
#Logout {
  font-size: 120%;
  font-style: italic;
  color: white;
}

#innerTable {
  margin:  4px;
  padding: 8px;
  width:  100%;
  /* border: 4px rgb(150,180,210) solid; */
  /* border: 4px rgb(126,151,177) solid; */
  /* border: 4px rgb(97,122,151) solid;  */
  /* border: 4px rgb(74,106,140) solid;  */
  /* border-collapse: collapse;          */
  border-spacing: 8px;
}
div #innerTable td {
  font-size: 100%;
}

div #footTable {
  margin:  4px;
  padding: 8px;
  width:  100%;
  /* border: 4px rgb(150,180,210) solid;  */
  /* border: 4px rgb(126,151,177) solid;  */
  /* border: 4px rgb(97,122,151) solid;  */
  /* border: 4px rgb(74,106,140) solid;   */
  /* border-collapse: collapse;           */
  border-spacing: 8px;
  font-size: 100%;
}
div #footTable td {
  font-size: 100%;
}

#Fatal {
  font-size: 150%;
  background-color: rgb(250,250,204);
  text-align: left;
}

/* ************************************************************************ */

body {
  font: normal 100% Georgia;
  margin-top: 15px;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 15px;
  /* background-color: rgb(74,106,140); */
  background-color: rgb(126,151,177);
  /*background-image: url(./files/paper.jpg); */

.innerBorder {
  padding: 0;
  margin: 0;
  /* background-color: rgb(150,180,210); */
}

#data {
  width: 100%;
  color: white;
}

#headTitle {
  font: normal 110% Georgia;
}

#Help {
  font-size: 150%;
  background-color: white;
  text-align: left;
}

#main {
  color: white;
}

#Welcome {
  font-size: 150%;
  /*background-color: white;*/
  background-color: rgb(126,151,177);
}

#News {
  font-size: 100%;
  background-color: rgb(126,151,177);
}

}


