/*This is the core style sheet of the site.*/

body {
  background-color: #CCCCCC;
  color: #0000A0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.8em; /* "em" means a multiple of the "normal" size. */
  font-weight: normal;
  margin: auto 0px;
  text-align: center;
}
/*
body b {
  color: #A00000;
}
*/
legend {
  color: #808080;
  font-weight: normal;
}

#banner {
  width: 770px;
  height: 88px;
  background-color: #FFFFFF;
  background-image: url(../images/toptools.jpg);
  background-repeat: no-repeat;
  background-position: bottom right; 
}
#banner a:link, #banner a:visited {text-decoration: none;}
#banner a:hover, #banner a:active {text-decoration: none;}

#banner a:link    {text-decoration: none;}
#banner a:visited {text-decoration: none;}
#banner a:hover   {text-decoration: none;}
#banner a:active  {text-decoration: none;}

#std_head {
  background: transparent url(headbg.gif) repeat-x;
  color: #000000;
  width: 770px;
  height: 20px;
  text-align: center;
  font-weight: normal;
}
#std_head a:link    { color: #000000; text-decoration: none; font-weight: normal;}
#std_head a:visited { color: #000000; text-decoration: none; font-weight: normal;}
#std_head a:hover   { color: #000000; text-decoration: none; font-weight: bold;}
#std_head a:active  { color: #000000; text-decoration: none; font-weight: normal;}

#std_head .img { 
  vertical-align: text-top;
}

#content {
  text-align: left;
  position: relative;
  margin: 0px auto;
  z-index: 1;
  color: #0000A0;
  background-color: #ffffff;
  border: 1px solid #a0a0a0;
  width: 770px;
  /*
  padding: 1px 0px 1px 0px;
  */
}

#content ul {
  font-weight: normal;
}

#content2 {
  padding: 5px 10px 15px 10px;
  text-align: left;
}
#content2 h1{
  text-align: center;
  color: #A00000;
  background-color: #eeeeee;
  margin: 0px;
}
#content2 h2{
  margin: 0px;
}
#content2 h3, h4 {
  text-align: center;
  color: #A00000;
  background-color: #eeeeee;
  margin: 5px;
}

textarea.down {
  vertical-align: text-top;
}

.membername {
  float: right;
  font-weight: bold;
  margin-right: 20px;
  font-size: 1.2em;
}


#warning {
  border-right: solid #0000A0 3px;
  border-left: solid #A0A0C0 2px;
  border-top: solid #A0A0C0 2px;
  border-bottom: solid #0000A0 3px;
  color: #000070;
  background-color: #DDDDEE;
  padding: 0px 10px 0px 10px;
  font-style: normal;
}
#warning b {
  color: #A00000;
  background-color:  transparent;
}
#main { 
  margin: 15px 10px 20px 175px;
}

#main h1 {
  text-align: center;
  color: #A00000;
  background-color: #eeeeee;
  margin: 5px;
}
#main h2, h3, h4 {
  margin: 5px;
  background-color: #eeeeee;
}

#fagobar {
  background: transparent url(../images/fagosidebar.gif) no-repeat;
  color: #0000A0;
  background-position: top center;
  height: 480px;
  border: none;
  float: left;
  width: 155px;
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
}

#navbar {
  float: left;
  width: 155px;
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  color: #FFFFFF;
  background-color: #0000A0;
  border-right: solid #A0A0C0 4px;
  border-left: solid #C0C0E0 4px;
  border-top: solid #FFFFFF 4px;
}

/* remove padding and margins  from the UL in the navbar section */
#navbar ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/* remove bullet points, padding and margins from list items within the UL in the navbar section */
#navbar ul li {
  list-style-type: none;
  padding-bottom: 1px;
}

/* make links on the navbar behave like a block tag rather than inline 
   This then allows the text to be bold, padded to give space around the
   writing, and a line drawn between each item to give a button like look 
   and feel. Also make visited and unvisited links look the same. */
   
#navbar ul li a:link, #navbar ul li a:visited {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #0000A0;
  border-bottom: solid #FFFFFF 2px;
  margin: 0 0 0 0;
  padding: 10px 5px 10px 5px;
}

#navbar ul li a:active, #navbar ul li a:hover {
  display: block;
  color: #FFFFFF;
  background-color: #A00000;
  text-decoration: none;
  font-weight: bold;
  border-bottom: solid #FFFFFF 2px;
  margin: 0 0 0 0;
  padding: 10px 5px 10px 5px;
}
.sidenote1 {
  float: left;
  width: 200px;
  color: #808080;
}
.sidenote2 {
  float: right;
  width: 180px;
  color: #606060;
  background-color: #FFFFFF;
}

#shiftedContent {
  position: relative;
  top: 0;
  left: 30px;
  width: 740px;
  text-align: left;
}

.spaced {
  margin-right: 5px;
  margin-left: 5px;
}

.message {
  text-align: center;
}

.essential {
  color: #FFFFFF;
  background-color: #666699;
  font-weight: bold;
}

.errbanner {
  color: #FF0000;
  background-color: transparent;
  font-size: 1.4em;
  font-weight: bold;
  /*
  text-decoration: underline;
  */
  text-align: center;
  margin: 5px 0px 5px 0px;
}

h1 {
  font-size: 1.8em;  /* 1.2x the standard text size */
  font-weight: bold;
  text-decoration: none;
  background-color: #eeeeee;
}
h2 {
  font-size: 1.5em;  /* 1.2x the standard text size */
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #A00000;
  background-color: #eeeeee;
}

.alt_head {
  text-align: left;
}

.minorheading {
  font-size: 1.2em;  /* 1.2x the standard text size */
  font-weight: bold;
  text-decoration: underline;
  text-align: left;
}

.formtitle {
  width: 550px;
  text-align: center;
}

img {
  border-style: none;
}
img.asterisk {
  padding: 0;
}
img.stars {
  vertical-align: middle;
}
table {
  color: #0000A0;
  background-color: transparent;
  font-size: 1em;
  font-weight: normal;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #000000;
}

td {
  padding: 2px 0px 2px 4px;
  margin: 0px 0px 0px 0px;
}

.rating {
  font-size: 0.8em;
  font-weight: normal;
}

.mand {
  color: #FF0000;
  background-color: transparent;
}

.fbscore {
  width: 25px;
  text-align: center;
  color: #0000A0;
  background-color: transparent;
}

#form_notes {
  float: right;
  width: 210px;
  margin-bottom: 5px;
}

.panel {
  color: #404040;
  background-color: #EEEEEE;
  /*margin: 6px 3px 6px 3px;*/
  margin: 6px;
  padding: 3px 10px 3px 10px;
  font-weight: normal;
  border-color: #808080;
  border-style: solid;
  border-width: thin;
}

.panel b {
  color: #000000;
  background-color: transparent;
}

.panel  h2 {
  font-size: 1.5em;
  margin: 5px 0px 3px 0px;
  color: #444477;
  background-color: transparent;
  text-align: center;
} 

.panel  h3 {
  color: #444477;
  background-color: transparent;
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  margin: 5px 0px 3px 0px;
} 

.panel  p {
  margin: 8px 0px 8px 0px;
} 

.panel table {
  color: #707070;
  background-color: #EEEEEEaqua;
  font-weight: normal;
} 

.note {
  font-weight: normal;
}

.acceptBox {
  text-align: center;
  text-decoration: underline;
}


select {font-weight: bold}

input.merged {
  background-color: transparent;
  color: #000000;
  margin-right: 3px;
}

#footerbuttons {
  margin-top: 15px;
  padding: 5px 5px 5px 5px;
}

.buttons {
  text-align: center;
  background-color: #eeeeee;
  padding: 5px;
}

.prev {
   float: left;
}

.next {
   float: right;
}
.nextjust {
   float: right;
   text-align: right;
}


.button {
/*  padding-left: 10px;
  padding-right: 10px;
*/
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000000;
  font-size: 1em;
  font-weight: normal;
}
.buttonright {
  position: absolute;
  right: 20px;
  margin-left: 20px;
  margin-right: 20px;
  color: #000000;
  font-weight: normal;
}

.prevbutton {
  position: relative;
  top: 0;
  left: 150px;
  /*
  width: 80px;
  */
  color: #000000;
  font-weight: normal;
}
.nextbutton {
  position: relative;
  top: 0;
  left: 370px;
  color: #000000;
  font-weight: normal;
}
.middlebutton {
  position: relative;
  top: 0;
  left: 260px;
  color: #000000;
  font-weight: normal;
}


textarea {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
}

.inputtable {
  width: 555px;
}

.tablenotes {
  /* Needed by i.e. if we're going to put lots of text across all cols of a table */
  width: 540px;
}

.prompt {
  text-align: right;
  font-weight: bold;
  width: 225px;
}
/*
.field {
  width: 320px;
}
*/
.prompt_simple {
  text-align: right;
  font-weight: bold;
  vertical-align: top;
}
.rj {text-align: right;}

.errtxt {
  color: #FF0000;
  background-color: transparent;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 3px;
}

.instruction {
  color: #0000A0;
  background-color: transparent;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
}
.emphasised {
  color: #0000A0;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.3em;
}
.name {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}

.group {
  border: solid #D0D0FF 1px;
}
.remarks {
  left: 40px;
  width: 590px;
  padding: 0px 40px 0px 40px;
}

.distinct {
  padding: 2px;
  margin: 0px;
  border: solid #D0D0FF 1px;
}

#formSidePanel {
  position: absolute;
  top: 61px;
  left: 1100px;
  border: solid #0000A0 2px;
  width: 400px;
/*
  height: 600px;
*/
}
#formSidePanel table {
  background-color: #EEEEFF;
  color: #0000A0;
}

.rightarrow {
  background: #FFFFFF url(../images/rightarrow.gif);
  float: right;
  text-align: left;
  padding-left: 15px;
}

.leftarrow {
  background: #FFFFFF url(../images/leftarrow.gif);
  float: left;
  text-align: right;
  padding-right: 15px;
}

.rightarrow:hover, .leftarrow:hover  { color: #6666DD;}

.rightarrow, .leftarrow {
  height: 150px;
  width: 130px;
  color: #C0C0C0;
  border: none;
  font-size: 1.5em;
  font-weight: normal;
  font-family: Arial black, Arial, Helvetica, sans-serif;
  margin-top: 10px;
  padding-bottom: 6px;
  background-repeat: no-repeat;
  background-position: center center;
}

.rightarrow table {
  margin-top: 30px;
  padding: 10px 5px 0px 10px;
  width: 80px;
  height: 80px;
}
.leftarrow table {
  margin-top: 30px;
}

.betweenarrows {
  margin-right: 130px;
  margin-left:  135px;
}
.leftofarrow {
  margin-right: 130px;
  margin-left: 0px;
}

.downarrow {
  height: 81px;
  width: 150px;
  background: #CCCCCC url(../images/downarrow.gif);
  background-position: center center;
  color: #AAAAAA;
  border: none;
  font-size: 1em;
  font-weight: normal;
  font-family: Arial black, Arial, Helvetica, sans-serif;
  text-align: center;
}

.downarrow p {
  margin: 0px 30px 0px 27px;
  padding-top: 18px;
}

.leftbar {
  width: 150px;
  float: left;
  margin-left: 3px;
  font-weight: normal;
  font-size: 1em;
  text-align: center;
  background-color: #CCCCCC;
  color: #000000;
  border-right: solid #FFFFFF 2px;
  border-left: solid #FFFFFF 2px;
}

.leftbar b {
  font-size: 1.3em;
  font-weight: bold;
}

.smalltext {
  font-weight: normal;
  font-size: 0.85em;
  color: #000000;
}
p {
  margin: 0;
  padding: 5px 0px 5px 0px;
}
form {
  margin: 0;
  padding: 0;
}
#std_foot { /*
  position: relative;*/
  clear: both;
  background: transparent url(headbg.gif) repeat-x;
  background-position: top left;
  z-index: 3;
  color: #000000;
  width: 770px;
  height: 40px;
  text-align: center;
  font-weight: bold;
}
#std_foot a:link    { color: #000000; text-decoration: none; font-weight: normal;}
#std_foot a:visited { color: #000000; text-decoration: none; font-weight: normal;}
#std_foot a:hover   { color: #000000; text-decoration: none; font-weight: bold;}
#std_foot a:active  { color: #000000; text-decoration: none; font-weight: normal;}

.clear {clear: both;}

.inline {
  vertical-align: middle;
  margin: 3px;
}

.indent {
  margin-left: 20px;
}

.good {
  color: #00CC00;
}
.bad {
  color: #FF0000;
}
.desirable {
  color: #FFFFFF;
  background-color: #9999CC;
  font-weight: bold;
}

.provhead {
  color: #0000A0;
  background-color: #EEEEEE;
  font-weight: normal;
  padding: 3px;
  margin: 5px 0px 5px 0px;
}

.footerbuttons2 {
   margin: 10px 25% 10px 25%;
}

.minwid {width: 8em;}

.foreground {
  background-color: #F8F8F8;
  margin: 5px 0px 5px 0px;
  border-top:    solid #FFFFFF 2px;
  border-right:  solid #EEEEFF 2px;
  border-bottom: solid #EEEEFF 2px;
  border-left:   solid #FFFFFF 2px;
}

a.plainlink:link    {text-decoration: none;}
a.plainlink:visited {text-decoration: none;}
a.plainlink:active  {text-decoration: none;}
a.plainlink:hover   {text-decoration: none;}

