body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #000;
    background-color: #fff;
    margin: 0px 0px 0px 0px;
}

h1 { font-size: 133%; }
h2 { font-size: 133%; }
h3 { font-size: 117%; }

h4, h5 {
    font-size: 100%;
}

h1, h2, h3, h4, h5 {
    font-style:  normal;
    font-weight: bold;
    margin-left: 2px;
    margin-top:  2px;
}

p {
    margin-left:   2px;
    margin-right:  2px;
    margin-top:    2px;
    margin-bottom: 2px;
}

pre {
    font-family: "Courier New", Courier, monospace;
    font-weight: normal;
    font-size: 66%;
    color: #000000;
    background-color: #ccc;
    margin-top:   10px;
    margin-right: 10px;
    margin-left:  10px;
    padding: 5px 5px 5px 5px;
    white-space: pre;
}

li {
    margin-bottom: 5px;
}

ul, ol {
    margin: 10px 10px 10px 10px;
}


tt {
    font-family: "Courier New", Courier, monospace;
    font-size: 117%;
}

em {
    font-weight: bold;
}

label {
    font-weight: normal;
}


input {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

textarea {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

select {
    background-color: #fff;
    border: 1px solid #000;
}

a {
    text-decoration: none;
}

a:link {
    color: #0000cc;
}

a:visited {
    color: #0000cc;
}

a:hover {
    color: #0000cc;
}

a:active {
    color: #0000cc;
}

a:link img {
   border-width: 0;
}
a:visited img {
   border-width: 0;
}

a:hover img {
   border-width: 0;
}

a:active img {
   border-width: 0;
}


.dotted:link {
    text-decoration:none;
    border-bottom: 1px dotted;
}

.dotted:visited {
    text-decoration:none;
    border-bottom: 1px dotted;
}

.dotted:hover {
    text-decoration:none;
    border-bottom: 1px dotted;
    background-color: #ddd;
}

.dotted:active {
    text-decoration:none;
    border-bottom: 1px dotted;
}


.navcha {
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
    text-align: justify;
}

.navchi {
    font-size: 100%;
    font-weight: normal;
    text-decoration: none;
    text-align: justify
}

.navqa {
    font-size: 83%;
    font-weight: bold;
    text-decoration: none;
    text-align: justify;
}

.navqi {
    font-size: 83%;
    font-weight: normal;
    text-decoration: none;
    text-align: justify
}

.nava {
    background-color: #CCCCCC ! important;
}

ol.toc-chapter {
}

ol.toc-question {
    list-style-type:lower-roman;
    padding-left: 20px;
    padding-bottom: 10px;
}

ul.nav {
    list-style-type:none;
    padding: 0px;
}

li.nav {
    margin-bottom: 3px;
}

div.message {
    background-color: #eee;
    border: 1px solid black;
    margin-left: 5%;
    margin:top: 5px;
    margin-bottom: 5px;
    width: 90%;
    text-align: center;
}

.search {
    position: absolute;
    top: 75px;
    right: 5px;
    text-align: right;
}

div.list {
    margin-left: 5px;
    text-decoration: none;
    vertical-align: bottom;
}

.masterheader h1 {
    margin-top: 5px;
}

.item {
   font-size: 133%;
}

.subitem {
   font-size: 80%;
   margin-bottom: 5px;
}

.gray {
    background-color: gray;
    color: #000099;
}

.white {
    background-color: white;
    color: #000099;
    vertical-align: middle;
    text-decoration: none;
}

.yellow {
    background-color: yellow;
    color: #000099;
    vertical-align: middle;
    text-decoration: none;
}

.red {
    background-color: red;
    color: white;
    vertical-align: bottom;
    text-decoration: none;
}
.masterheader {
    background-color: #ffffff;
    color: #000099;
    width: 100%;
    padding: 5px 5px 5px 10px;
    margin: 0px 0px 0px 0px;
    border-color: black black #666666 black;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

.masterfooter {
    font-size: 80%;
    font-weight: normal;
    background-color: #ffffff;
    color: #000000;
    padding: 5px 5px 5px 5px;
    width: 100%;
    margin: 5px 0px 0px 0px;
    border-color: #666666 black black black;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
}

.frontpage {
    width: 100%;
}

.frontpageleft {
    width: 67%;
    vertical-align: top;
}

.frontpageright {
    width: 33%;
    vertical-align: top;
}

.small {
    font-size: 80%;
}

.subheader {
    font-size: 100%;
    font-weight: normal;
    background-color: #eee;
    color: #000099;
    padding: 5px;
    width: 100%;
    margin: 0px 0px 5px 0px;
    border-color: black black #666666 black;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    clear: both;
}

.subheader span.left {
  float: left;
  text-align: left;
}

.subheader span.right {
  text-align: right;
}

.subfooter {
    font-size: 117%;
    font-weight: normal;
    background-color: #999999;
    color: #000099;
    padding: 5px 5px 5px 10px;
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.login {
    background-color: #ffffff;
    color: #000099;
    width: 50%;
    padding: 10px 10px 10px 10px;
    margin-top: 100;
    margin-right: 25%;
    margin-left: 25%;
    margin-bottom: 100;
    border: 1px solid black;
}

.frame {
    background-color: #fff;
    color: #000099;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid black;
}

.simple {
    font-size: 75%;
    background-color: #fff;
    color: #000099;
    width: 100%;
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid black;
}

table.simple thead tr {
  background-color: #eee;
}
table.simple tr.even {
  background-color: #fff;
}
table.simple {
    border: 1px solid #ccc;
    border-collapse: collapse;
}
table.simple td,table.simple th{
    border: 1px solid #ccc;
}


div.searchform {
    display: inline;
}

table.toolbar {
    #width: 240px;
    border: 0px;
    background-color: white;
}
table.toolbar tr {
    background-color: white;
}
table.toolbar td, table.simple th {
    border: 0px;
}

div.function {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.multiselect {
    padding: 2px;
}

.right {
    text-align: right;
}
