
@media screen {

  .welcomebox { 
    width: 75%;
    margin: auto;
    background-color: #ece4ca;
  }

  .wbtop div  { background: url(images/wb-topleft.png) no-repeat top left; }
  .wbtop      { background: url(images/wb-topright.png) no-repeat top right; }
  .wbbot div  { background: url(images/wb-bottomleft.png) no-repeat bottom left; }
  .wbbot      { background: url(images/wb-bottomright.png) no-repeat bottom right; }

  .wbtop div, .wbtop, .wbbot div, .wbbot {
    width: 100%;
    height: 10px;
    font-size: 1px;
  }

  .wbcontent  { 
    margin: 0 14px 0 14px;
    font-size: 13px;
  }

  .welcomebox h2 { 
    padding: 0;
    margin: 0 0 12px 0;
  }

  .welcomebox p  { 
    padding: 0;
    margin: 0 0 0 0;
  }

  body
  {
    margin-left: 5%; 
    margin-right: 5%; 
    font-family: "century gothic", sans-serif;
  }

  table
  {
    width: 100%;
    text-align: center;
  }

  tr.odd
  {
    color: black;
    background-color: #e0e0e0;
  }

  tr.even
  {
    color: black;
    background-color: #f0f0f0;
  }

  tr.tableheader
  {
    color: black;
    background-color: #B0C4DE;
  }

  table.BackGround
  {
    color: black;
    background-color: #B0C4DE;
  }

  table.Records
  {
    color: black;
    background-color: white;
    width: 96%;
    text-align: left;
    padding-left: 1.0%;
    padding-right: 1.0%;
    margin-top: 2.0%;
    margin-bottom: 2.0%;
  }

  div.ThinBlackBorder
  {
    border: solid;
    border-width: thin;
    border-color: black;
  }

  div.ThinGrayBorder
  {
    border: solid;
    border-width: thin;
    border-color: #e0e0e0;
  }

  div.ThickBlueBorder
  {
    border: solid;
    border-width: thick;
    border-color: #000066;
  }

  table.Warning
  {
    width: 100%; 
    color: white;
    background-color: #0000A0;
    border: solid;
    border-width: thick;
    border-color: #e0e0e0;
    margin-top: 10px;
    margin-bottom: 10px;
  }

}
