/* This is the main css file for www.ihs75.com */

div.wholepage {
  width:100%;
  margin:0px;
  /*border:1px solid gray;*/
  /*line-height:150%;*/
}

h1.header {
  padding:0;
  margin:0;
}

div.left {
  float:left;
  width:200px;
  margin:0;
  /*padding:1em;*/
}

div.right {
  float:right;
  width:200px;
  margin:0;
  text-align: center;
  /*padding:1em;*/
}

div.middle {
  margin-left:200px;
  margin-right:200px;
  /*float:center;*/
  /*width:400px;*/
  /*border-left:1px solid gray;*/
  padding:1em;
}

div.footer {
  text-align: center;
  padding:1em;
}

div.header {
  margin-left:230px;
  padding:1em;
}

div.box {
  border:3px solid red;
  margin: 10px;
  padding: 5px;
}

img.behind {
  z-index: -1;
}

img.topleft {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

a.inset {
  border-style: inset;
}

a:link {
  color: blue;
}

a:visited {
  color: Green;
}

a:hover {
  background-color: yellow;
}

img {
  border: none;
}

.tab {
  margin-left: 40px;
}

.field {
  margin: 5px;
  padding: 5px;
}

.field_label {
  margin: 1px;
  padding: 2px;
  font-weight: bold;
}

.bold {
  font-face: bold;
}

div.indent20 {
  text-indent: 20px;
}

div.indent40 {
  text-indent: 40px;
}

div.blue {
  color: blue;
}

div.green {
  color: green;
}

div.orange {
  color: orange;
}

div.red {
  color: red;
}

div.arial12 {
  font-family:Arial, Helevetica, sans-serif;
  font-size: 12px;
  color: black;
}

div.arial14 {
  font-family:Arial, Helevetica, sans-serif;
  font-size: 14px;
  color: black;
}

div.arial18 {
  font-family:Arial, Helevetica, sans-serif;
  font-size: 18px;
  color: black;
}

div.arial20 {
  font-family: Arial, Helevetica, sans-serif;
  font-size: 20px;
  color: black;
}

div.lucida11 {
  font-family: "Lucida Handwriting", monospace;
  font-size: 11px;
  color: black;
}

div.lucida16 {
  font-family: "Lucida Handwriting", monospace;
  font-size: 16px;
  color: black;
}

div.bookman12 {
  font-family: "Bookman Old Style";
  font-size: 12px;
  color: black;
}

div.bookman16 {
  font-family: "Bookman Old Style";
  font-size: 16px;
  color: black;
}

div.bookman18 {
  font-family: "Bookman Old Style";
  font-size: 18px;
  color: black;
}

div.bookman22 {
  font-family: "Bookman Old Style";
  font-size: 22px;
  color: red;
  /*border:2px solid red;*/
}

div.times15 {
  color: black;
  font: 18px "Times New Roman", bold,  sans-serif;
}

div.times20 {
  color: black;
  font: 20px "Times New Roman", bold,  sans-serif;
}

div.times25 {
  color: black;
  font: 30px "Times New Roman", bold,  sans-serif;
}

div.box_para {
  width: 600px;
  text-align: left;
  color: black;
  font: 15px "Times New Roman", bold,  sans-serif;
  /*border:1px solid red;*/
}
body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/*a { color: #000; }*/
/*a:visited { color: #666; }*/
/*a:hover { color: #fff; background-color:#000; }*/

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */
