/* Form layout */
INPUT {
  vertical-align: middle;
}
INPUT.radio {
  margin-bottom: 2px;
}
/*TABLE,TD,TR,TF,TH {
  border: 1px solid red;
}*/
TABLE.form,TABLE.formfixwidth {
  background-color: gainsboro;
  border: 3px solid gainsboro;
  position: relative;
  top: -1px;
  left: -1px;
}
TABLE.fixwidth,TABLE.formfixwidth {
  width: 474px;
}
TABLE.shadow0 {
  background-color: lightgray;
  position: relative;
  top: 3px;
  left: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}
TABLE.shadow1 {
  background-color: darkgray;
  position:relative;
  top:-1px;
  left:-1px;
}
TABLE.shadow2 {
  background-color: gray;
  position:relative;
  top:-1px;
  left:-1px;
}
TABLE.note {
  background-color: #ff99ff;
  border: 2px solid black;
}
PRE {
  background-color: lightgrey;
}

/* General layout */
.white {
  background-color: #FFFFFF;
}
.infoline {
  background-color: #1A171B;
  color: white;
}
A:link {
  color: navy;
}
A:visited {
  color: brown;
}
A:active {
  color: crimson;
}
A:hover {
  font-weight: bold;
}
A.form:link,A.form:visited,A.form:active,
A.color:link,A.color:visited,A.color:active,
A.plugin:link,A.plugin:visited,A.plugin:active,
A.infoline:link,A.infoline:visited,A.infoline:active {
  color: black;
  text-decoration: none;
}
A.form:hover,A.color:hover,A.plugin:hover,A.infoline:hover {
  color: black;
  text-decoration: underline;
}
A.white:link,A.white:visited,A.white:active,A.white:hover {
  color: black;
  text-decoration: none;
}
CODE {
  color: brown;
}
BIG.plugin {
  /* Navbar left heading */
  color: black;
  font-size: 20px;
  font-weight: bolder;
  line-height: 25px;
  font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
DIV.plugin {
  /* Navbar left */
  color: black;
  padding-right: 25px;
  font-size: 15px;
  font-weight: bolder;
  font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
DIV.white {
  /* Navbar HR */
  font-size: 0;
  height: 5px;
  width: 100%;
  background-color: white;
}
SPAN.color {
  /* Navbar top */
  color: white;
  font-size: 13px;
  font-weight: bolder;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
ADDRESS.infoline,SPAN.infoline {
  /* Bottom bar */
  color: white;
  font-size: 13px;
  font-weight: border;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
TABLE.body {
  background-color: #F8EB14;
  height: 100%;
  width: 100%;
}
H1,H2,H3 {
  line-height: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 4px;
  font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
H1 {
  font-size: 15px;
}
H2 {
  font-size: 13px;}
H3 {
  font-size: 11px;
}
P,OL,UL,DL,LI,DT,DD,TD,TH {
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
P,OL,UL,DL,PRE {
  margin-top: 4px;
  margin-bottom: 4px;
}
LI,DT,DD,TD,TH {
  margin-top: 1px;
  margin-bottom: 1px;
}
LI {
  list-style-position: outside;
  margin-left: -12px;
}
BODY {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #F8EB14;
}
TD.ffgraz-bg {
  background-image: url(images/ffgraz-bg.png);
  background-position: center bottom";
}