
BODY {
  background-image: url("/finex/html/img/finex_bg.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed;
  background-color: #FFF;
  font-family: sans-serif;
  font-size: 10pt;
}

H1, CAPTION {
  font-size: 12pt;
  font-weight: 600;
  text-align: left;
  margin: 0;
  padding-top: 1em;
  padding-bottom: .25em 
}

H2 {
  font-size: 11.5pt;
  font-weight: 600;
  margin: 2ex 0 .5ex 0;
}

HR {
  margin: 0 auto;
}

A       { text-decoration: none; }
A:hover { text-decoration: underline; }
IMG     { border-width: 0; }

P {
  width: 90%;
  margin: 1em 0;
  text-indent: 2em;
  text-align: justify;
}

INPUT, LABEL { vertical-align: middle }

#header {
  margin: 2.5% 0 0 5%;
  width: 75%;
  min-width: 760px;
  max-width: 1240px;
  padding: 0 14px 0 8px;

  border-bottom: 1px solid black;
}

#header_links {
  display: block;
  margin: -1.5em 0 0 auto;
  text-align: right;
}

#header_links A {
  color: #575;
}

#body {
  width: 75%;
  min-width: 760px;
  max-width: 1240px;
  margin-left: 5%;
  padding: 10px;

  border-left: 1px dotted silver;
  border-right: 1px dotted silver;
  display: block;
  overflow: hidden;
}

#body_left {
  float: left;
  width: 20%;
  text-align: center;
}

#body_right {
  float: right;
  width: 79%;
}

#footer {
  width: 75%;
  min-width: 760px;
  max-width: 1240px;
  margin-left: 5%;
  padding: 5px 5px 5px 17px;

  border-top: 1px solid black;
  border-bottom: 2px solid black;
  text-align: right;
}

.create_new {
  color: #393;
}

.err {
  padding: 1.5em;
  border: 1px dotted #884;
  background-color: #FFF8C8;
  list-style-type: none;
  line-height: 150%;
  font-weight: 600;
  color: #D44;
}

.warning {
  text-align: center;
  padding: 1.5em;
  margin: 1.5em;
  border: 1px dashed #D44;
  background-color: #FFF8C8;
  font-size: 12pt;
  line-height: 250%;
}

.warning .details {
  line-height: 150%;
  font-size: 10pt;
}


.small_links {
  margin-left: 1ex;
  font-size: 9pt;
  font-weight: 400;
}

.side_list {
  padding: 0;
  margin: 2ex;
  line-height: 180%;
  list-style-type: none;
}

.side_list .selected {
  font-weight: 600;
}

.text_input      { width: 75px; }
.text_input_long { width: 175px; }
.select_input    { width: 145px; }

.text_input, .text_input_long {
  background-color: #FFF;
  border: 1px inset black;
  padding: 5px;
  margin: .5ex 0;
}
.select_input, .select_nowid {
  padding: 3px;
}
.button_input {
  margin: .5ex;
  padding: 5px;
  font-weight: 600;
}

.text_input:focus, .text_input_long:focus {
  background-color: #FFB;
}

.noshow { display: none; }

.shadow {
  margin-bottom: 35px;
  display: block;
  width: 95%;
  font-size: 1px;  /* fuckin IE6 */
}
.shadow B {
  display: block;
  height: 1px;
}
.shadow .c1 { margin: 0 1px; background-color: #444 }
.shadow .c2 { margin: 0 2px; background-color: #777 }
.shadow .c3 { margin: 0 4px; background-color: #aaa }
.shadow .c4 { margin: 0 7px; background-color: #ddd }

.registration_form {
  width: 75%;
}

.registration_form LABEL {
  display: inline-block;
  text-align: right;
  margin-right: 1ex;
  width: 10em;
}
