/**************************************************************************************************/
/*                                           Base.css                                             */
/*                                                                                                */
/* The Base.css insures that all the parts are positioned the same on all pages.                  */
/*                                                                                                */
/* Therefore, only modify the base if you want the same change in all pages.                      */
/*                                                                                                */
/* BAW 2022-12-20  Created.                                                                       */
/*                                                                                                */
/**************************************************************************************************/
body
{
  position: static;
  color: #FFFF00;
  background: #00FF77;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 17px;
}

a.dark
{
  color: #000000;
}

img
{
  margin: 0px;
}

p.bigp
{
  font: 1.5em "Trebuchet MS", Verdana, sans-serif;
}

p
{
  font: 1.2em "Trebuchet MS", Verdana, sans-serif;
}

a.biga
{
  font: 1.2em "Trebuchet MS", Verdana, sans-serif;
  color: #00FFFF;
}

a
{
  color: #00FFFF;
}
#page_top
{
  z-index: 8;
  font-size: 12px;
  top: 0px;
  width: 1200px;                                 /*                                                */
  background: #00FF77;
  color: #000000;
  position: fixed;
  left:160px;
  text-align: center;
}

.code
{
  z-index: 5;
  background: #00FFFF;
  border: 1px solid #ddd;
  border-left: 1px solid #F36D33;
  color: #000000;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 16px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: .6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1em;
  display: block;
  word-wrap: break-word;
}

#main_content
{
  z-index: 5;
  width: 88%;
  color: #FFFF00;
  position: absolute;
  top:75px;
  left:150px;
  background-color: #000000;
}

#left_main
{
  z-index: 5;
  background-size: cover;
}

#right_main
{
  z-index: 5;
  background-image: url(../Images/Robot_02.jpg);
  background-size: cover;
}

#page_bot
{
  z-index: 8;
  font-size: 12px;
  background: #00FF77;
  color: #000000;
  text-align: center;
}

