/* CSS rules for iframe content 
   $Revision: 1.2 $
*/

* {
  font-family: verdana, arial;
  font-size: 10px;
  color: black;
}

body {
  border-top-width: 0;
  margin-top: 0;
  background-color: #ffffff;
}

a, a:visited {
  color: #000000;
  font-weight: bold;
}

.b {
  font-weight: bold;
}

em.message {
	color: blue;
}

img {
  vertical-align: middle;
}

/** Let's create some space around buttons. */
.submit {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

caption.upper {
  /** text style */
  text-transform: uppercase;
}

caption {
  /** font settings */
  font-weight: bold;

  /** text style */
  text-align: left;

  /** positioning. */
  margin-top: 0.5em;
}

table {
  margin-top: 0em;
  margin-bottom: 0em;
}

tfoot td {
  padding-bottom: 0.5em;  
}

div#footer {

  text-align: right;

}

/* Progress bar */
div#progress-bar-frame {

  width: 200px;
  min-width: 200px;
  height: 10px;
  min-height: 10px;

  padding: 0px;
  margin:  3px;

  border: solid black 1px;
  background: #ffffff;
}

div#progress-bar {
  float: left;
  height: 10px;
  min-height: 10px;
  background: #c0f0d0;
  overflow: hidden;
}
