/**
 * jnp.css
 *
 */
/**
 * Common HTML elements
 */
body {
  background: #f1f1f1;
  color: #444;
  font-size: 1.1em;
  line-height: 1.3em;
  font-family: Arial, Helvetica, sans-serif; }

#container {
  width: 1000px !important; }

#content {
  border-top: 1px solid #ccc;
  font-size: 0.9em; }

#rightSidebar {
  width: 100px;
  margin: 0 0px 0 10px; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.3em; }

#main {
  padding: 0em 0em 2em 0em;
  width: 800px;
  margin-left: 80px; }

#navbar {
  font-size: 0.9em;
  border-bottom: 1px solid #ccc;
  background-color: #444;
  padding: 0;
  width: 800px;
  height: 25px; }
  #navbar a {
    font-size: 15px;
    padding: 5px 0.75em 5px 0.75em; }
  #navbar ul.menu a:active, #navbar a:hover, #navbar a:visited {
    text-decoration: none;
    color: #f1f1f1;
    /*  padding: 5px 0.75em 5px 0.75em;*/ }
  #navbar ul.menu a:active, #navbar a:hover {
    text-decoration: none;
    background-color: #f1f1f1;
    color: #444;
    padding: 5px 0.75em 5px 0.75em; }
  #navbar ul.menu {
    height: 25px;
    width: 800px; }
    #navbar ul.menu li {
      padding: 0; }

#breadcrumb {
  font-size: 0.9em; }
  #breadcrumb a:hover {
    text-decoration: underline; }

#header {
  background-color: transparent;
  width: 800px; }
  #header h1 {
    clear: both;
    font-family: "Helvetica Neue", Arial, sans-serif;
    line-height: 1.3em;
    padding: 0em 0 0em 10%; }

a:link {
  color: #1982d1;
  text-decoration: none; }

a:active, a:hover, a:visited {
  color: #1982d1;
  text-decoration: underline;
  background-color: transparent; }

ul.steplist a:hover {
  text-decoration: underline; }

input.defaultButton {
  background-color: #1982d1; }

/*# sourceMappingURL=jnp.css.map */
