.welcomebox { 
  width: 90%;
  margin: auto;
  background: url(images/wb-background.png) repeat;
}

.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;
  background-image: url(/images/BodyBK.jpg);
  background-repeat: repeat;
}

table
{
  width:100%;
  text-align:left;
}

tr.odd
{
  color: black;
  background-color: #e0e0e0;
}

tr.even
{
  color: black;
  background-color: #f0f0f0;
}

tr.tableheader
{
  color: black;
  background-color: #B0C4DE;
}

tr.ADSBtableheader
{
  color: black;
  background-color: #E9F3EA;
}

tr.HSCDSBtableheader
{
  color: black;
  background-color: #B0C4DE;
}

table.BackGround
{

  color: black;
  background-color: #B0C4DE;
}

table.ADSB
{
  width: 800px;
  color: black;
  background-color: #307430;
}

table.HSCDSB
{                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
  width: 800px;
  color: black;
  background-color: #669ACC;
}

table.HSCDSBBackGround
{
  width:765;
  color: black;
  background-color: #669ACC;
}

table.HSCDSBBackGroundlite
{
  color: black;
  background-color: #669ACC;
}

table.ADSBBackGround
{
  color: black;
  background-color: #307430;
}

table.ADSBBackGroundlite
{
  color: black;
  background-color: #E9F3EA;
}

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;
}
table.ADSBWarning
{
  width:100%; 
  color:white;
  background-color: #307430;
  border: solid;
  border-width: thick;
  border-color: #e0e0e0;
  margin-top: 10px;
  margin-bottom: 10px;
}
table.HSCDSBWarning
{
  width:100%; 
  color:white;
  background-color: #669ACC;
  border: solid;
  border-width: thick;
  border-color: #e0e0e0;
  margin-top: 10px;
  margin-bottom: 10px;
}
