/*

Colours:

#FF9900 - orange
#5C2300 - brown
black
white
rgb(50, 50, 50) - gray background

*/


/* ------------------- Site layout ------------------------------ */

body
{
  background-color: black;
  color: white;
  font-family: Verdana, helvetica, sans-serif;
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  width: 950px;
}

#topline
{
  width: 100%;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  background-image: url("/img/header.png");
  background-repeat: no-repeat;
  background-position: center;
}

#topline-search
{
  position: relative;
  top: 48px;
  left: 767px;
  width: 180px;
}

#toplinesearchinput
{
  font-size: xx-small;
  width: 116px;
  color: white;
  background-color: #5C2300;
}

#toplinesearchgo
{
  margin-top: 2px;
  width: 50px;
  font-size: xx-small;
  color: black;
  background-color: #FF9900;
}

div.footer
{
  width: 950px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: xx-small;
  color: black;
  line-height: 1.7em;
}

#sb
{
  background-image: url("/img/footer-back.png");
}

#nsb
{
  background-image: url("/img/footer-back-nsb.png");
}

#nsblines
{
  background-image: url("/img/footer-back-nsblines.png");
}

#leftbar
{
  width: 110px;
  margin-left: 0px;
}

#wrapper
{
  float: right;
  width: 946px;
  margin-left: -144px;       /* What does this do ... .. This ...*/
}

#content
{
  margin-left: 132px;        /* ... and this would be the same number, except for border offsets */
  padding-top: 5px;
  padding-bottom: 10px;      /*counteracts p tags having 10px of bottom spacing */
}

div.clearer
{
  clear: both;
  line-height: 0px;
  height: 0px;
}

div.lb-content
{
  width: 104px;
  font-size: small;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0.4em;
  padding-bottom: 0.4em;

  border-right-width: 10px;
  border-right-style: solid;
  border-right-color: #FF9900;
}

div#bodysection
{
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #FF9900;

  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #FF9900;

  background-image: url("/img/back-lines3.png");
/*  background-image: url("/img/ss-bkdrop.png"); */
  background-repeat: no-repeat;
  background-position: top right;
}

div#bodysection2
{
  margin-right: 12px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #FFFFFF;
}

div.lb-title
{
  width: 110px;
  background-image: url("/img/lb-menu-title-back.png");
  background-repeat: no-repeat;

  font-weight: bold;
  color: black;
  padding-top: 0.2em;
  padding-bottom: 0.2em;

  border-right-width: 10px;
  border-right-style: solid;
  border-right-color: #FF9900;
}

span.lb-title-text
{
  margin-left: 5px;
}

/* -------------------               ------------------------------ */

#titletopleft
{
  display: none;

  height: 45px;
  margin-top: 5px;
  margin-left: 7px;
  font-size: xx-large;
  font-family: serif;
  font-weight: bold;
  float: left;
}

#datesearchtopright
{
  display: none;

  margin-right: 3em;
  line-height: 1.5em;
  float: right;
}

#footer-text
{
  position: relative;
  top: 47px;
  left: 12px;
  width: 925px;
}

div.footer a
{
  color: black;
}

#content-top-errorbox
{
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FF9900;
}

div.lowerhrule
{
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FF9900;
}

#lb-userbox
{
  width: 97px;
  font-size: xx-small;
}

#lb-passbox
{
  width: 97px;
  font-size: xx-small;
  font-family: verdana;
}

#lb-loginbutton
{
  font-size: x-small;
  text-align: center;
  margin-top: 1em;
/*  display: block; */

  margin-left: auto;
  margin-right: auto;
  color: black;
  background-color: #FF9900;
}

#lbc-signup-links
{
  font-size: x-small;
  width: 104px;

  padding-top: 0.4em;
}

#lbc-personal-links-username
{
  line-height: 1em;
  font-size: x-small;
}

#lbc-personal-links
{
  width: 104px;
  line-height: 2em;
  padding-top: 0.0em;
}

#lbc-general-links
{
  width: 104px;
  height: 100%;

  line-height: 2em;
  padding-top: 0.0em;
}

span#sp-footer-mailwebmaster
{
  display: none;
}

img#logo-brt-leftbar
{
  margin-left: 31px;
  margin-top: 0px;
}

/* ------------------- tick/cross --------------------------- */

div.iconmessagebox
{
/*  vertical-align: middle; */
  margin-left: 1em;
}

div.iconmessagebox p
{
  vertical-align: middle;
  display: inline;
  margin-left: 0;
}

div.iconmessagebox img
{
  vertical-align: middle;
  display: inline;
}

/* ------------------- menubar  ----------------------------- */

#menubar
{
  display: none;
}

/* ------------------- topbar (old menubar) ---------------- */

#topbar
{
  font-size: x-small;
  background-color: #FF9900;
  color: #000000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

A.topbar-link:link
{
  background-color: #FF9900;
  color: #000000;
  margin-right: 10px;
}

A.topbar-link:visited
{
  background-color: #FF9900;
  color: #000000;
/*  text-decoration: none; */
  margin-right: 10px;
}

A.topbar-link:hover
{
  background-color: black;
  color: #FF9900;
  text-decoration: none;
  margin-right: 10px;
}

/* ------------------- General ------------------------------ */

tr.flip
{
  background-color: #5C2300;
}

tr.flop
{
  background-color: #6D4B36;
}

A:link
{
  color: #FF9900;
  text-decoration: none;
}

A:active
{
  color: white;
  text-decoration: none;
}

A:visited
{
  color: #FF9900;
  text-decoration: none;
}

A:hover
{
  color: red;
  text-decoration: underline;
}

h1  /* the big title */
{
/*  font-family: serif; */
  padding: 2px;
}

h2  /* unused */
{
}

h3  /* Page headings, main page split headers */
{
  font-size: 1.4em;
  margin-top: 0.5em;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

h3.centered
{
  text-align: center;
}

h4  /* unused */
{
}

h5  /* Small inline titles */
{
  margin-left: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: normal;
  text-decoration: underline;
}

table
{
  padding: 0;
}

tr
{
  padding: 0;
}

td
{
  padding: 0;
  vertical-align: top;

}

table.datatable
{
  margin: 0.5em;
}

table.datatable td
{
  padding-right: 1em;
}

table.notetable
{
  margin: 0.5em;
  border-width: 1px 1px 1px 1px;
  border-spacing: 2px;
  border-style: outset outset outset outset;
  border-color: rgb(255, 153, 0) rgb(255, 153, 0) rgb(255, 153, 0) rgb(255, 153, 0);
  border-collapse: collapse;
  background-color: black;
}

table.notetable td
{
  border-width: 1px 1px 1px 1px;
  padding: 1px 1px 1px 1px;
  padding-right: 1em;
  border-style: solid solid solid solid;
  border-color: rgb(255, 153, 0) rgb(255, 153, 0) rgb(255, 153, 0) rgb(255, 153, 0);
  background-color: black;
  -moz-border-radius: 0px 0px 0px 0px;
}

table.notetable td.noteaction
{
  text-align: center;
}

table.notetable td.noteactionrequired
{
  background-color: red;
  text-align: center;
}

table.notetable td.noteactiondone
{
  background-color: green;
  text-align: center;
}

table.notetable td.noteactionrequired A:link
{
  color: black;
}

table.notetable td.noteactionrequired A:hover
{
  color: black;
  text-decoration: underline;
}

tr.onepxrule
{
  line-height: 1px;
  background-color: #FF9900;
}

u
{
  margin-left: 10px;
  margin-bottom: 10px;
}

p
{
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
}

p.centered
{
  text-align: center;
}

img
{
  margin: 0.5em;
}

img.centered
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p.text-tech
{
  margin: 10px;
  font-family: "Courier", monospace;
  font-size: 8pt;
}

p.text-nj
{
  margin: 10px;
}

p.smallitalic
{
  margin: 10px;
  font-style: italic;
  font-size: 50%;
}

p.error-text
{
  margin: 10px;
  color: red;
  font-weight: bold;
}

p.small-error-text
{
  margin: 3px;
  padding: 0;
  color: red;
  font-size: xx-small;
}

/* ------------------- Obselete in international mode ------------------------ */

/*
p.text-title
{
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;

  color: green;
}
*/

p.links
{
  margin: 1px;
  font-size: x-small;
}

#vline
{
  padding: 0;
  background-color: #E0E0A1;
  width: 1px;
}

#vlineblack
{
  padding: 0;
  background-color: #000000;
  width: 1px;
}

tr.linesblack
{
  padding: 0;
  background-color: #000000;
  height: 1px;
}

tr.lines
{
  padding: 0;
  background-color: #E0E0A1;
  height: 1px;
}

/* temporary - delete when p.w. goes live */

p.text-title
{
  font-size: 1em;
  margin-top: 0.5em;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

