/* Stylesheets for Geant4 LXR
 *
 */

/* generic (begin) */
:link {
  color: #336699;
  background-color: transparent;
}

:visited {
  color: #336699;
  background-color: transparent;
}

:link:hover, :visited:hover {
  color: #666699;
  background: #CCCC99;
  text-decoration: none;
}

:link:active, :link:active {
  color: #000;
}
/* generic (end) */

/* global (begin) */
body {
  background: #fff;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10pt;
  color: #333333;
  background-color: #FFFFFF;
  margin-left: 10px;
  margin-right: 10px;
  color: #333333
}

h2 {
  font-size: 14pt;
  border-bottom: 1px solid #e0e0c2;
}

h3 {
  font-size: 12pt;
  border-bottom: 1px solid #e0e0c2;
}

h4 {
  font-size: 10pt;
}

hr {
  border-top: 1px #e0e0c2 solid;
  border-bottom: 0px;
  height: 0px;
}
/* global (end) */


/* titles (begin) */
#titles {
  width: 100%;
  background-color: #404D6C;
  color: #fff;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  font-size: 110%;
  margin: 0;
  padding: 0.5em;
  vertical-align: bottom;
}

#titles p {
  margin: 0;
  padding: 0;
}

#titles #title {
  font-weight: bold;
  white-space: nowrap;
}
/* titles (end) */


/* contents(begin) */
#contents {
  padding: 0.2em 0.2em 0.15em 0.2em;
  font-size: 10pt;
}

#contents ul, #contents li {
  margin: 0pt;
  padding-left: 0.8em;
}

#contents ul {
  padding-bottom: 0.5em;
}

#contents li {
  list-style: none;
  line-height: 2em;
}

/* contents (end) */


/* footer (begin) */
#footer {
  width: 100%;
  margin-top: 5px;
  /*padding-top: 50px;*/
  /*padding-bottom: 50px;*/
  text-align: right;
  background: #edf2f2;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/* footer (end) */


/*
 * local settings
*/
pre {
  border: 1px solid #99cccc;
  padding: 8px;
  color: #333333;
  /*background-color: #e0e0e0;*/
  white-space: pre;
  width: 90%;
  margin-left: 24px;
  font-family:  monospace;
  font-size: 10pt;
}

#nav_header_top {
  background-color:#E9F0FE;
  /*background-color:#CCCC99;*/
  padding: 4px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}

#nav_header_logo {
  float:left;
}

#nav_header_title {
  font-size:10pt;
  font-weight: bold;
  color:#3378B9;
  text-align:right;
  white-space: nowrap;
  line-height:40px;
}


#login_navigation {
  font-size: 10pt;
  padding: 10px;
  border-style: solid;
  border-color: #E0E0C2;
  border-width: 1px;
  background-color: #EDF2F2;
  color:#333333;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}

#subtitle {
  font-size: 10pt;
  font-weight: bold;
}

#menu .table {
  border: 0pt;
  padding: 2pt;
  width: 100%;
}

#menu #item {
  width: 6em;
  text-align: right;
  padding-right: 4pt;
}

#description {
  font-size: 9pt;
}
