/* Defines styles for the IAEA.org Logo */

#header {
  height: auto;
}

#header img#logo {
  height: 30px;
  width: 35px;
  float: left; /* Pocket PC */
  position: absolute;
}

#header #title {
  color: #eef;
  font-family: arial;
  font-style: italic;
  display: block;
  xfont-size: 1.3em;
  font-weight: bold;
  padding: 0;
  line-height: 1.3em;
  padding-left: 40px;
}

#header #title small {
  padding-bottom: 2px;
  font-size: .91em;
}


#breadcrumbs {
  display: none;
}

h1 small {
  font-size: .8em;
}

/* Check lists */

#content ul.check-list {
  padding-left: 0;
  margin-left: 0;
  position: relative;
  list-style-type: none;
}
#content ul.check-list li {
  margin-left: 0;
  padding-left: 20px;
  position: relative;
}
#content ul.check-list li input {
  position: absolute;
  top: 0;
  left: 0;
}

#content .contact-point {
  background: #f3f3f3;
  border: 1px dotted #ccc;
  padding: .3em;
}
#content .contact-point h3 {
  font-weight: bold;
}
#content .contact-point dl {
  margin-top: 0;
}
#content .contact-point dl dt {
  font-style: normal;
  float: left;
  margin-right: .3em;
}

input {
  font-size: 1em;
}