@import url(more.css);

body {
 background-color: #cccc99;
 color: #333300;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, dl, blockquote { text-align: justify }

h1 {
 margin-top: 0;
 border: 0px none;
 padding: 0px;
 text-align: left;
}

h2 {
 margin-top: 0;
 border: 0px none;
 padding: 0px;
 text-align: left;
}

h3, h4, h5, h6 {
 margin-top: 1em;
 margin-bottom: 1em; /* overridden later for h4-6 */
 border: 0px none;
 padding: 0px;
 text-align: left;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.0em; }
h4, h5, h6 { margin-bottom: 0.25em; }

:link:focus, :visited:focus { 
}

:link, :visited {
 background-color: transparent;
 color: #e64f20;
 text-decoration: none;
 font-weight: bold;
}

:link:hover, :visited:hover {
 background-color: #ffe6cc;
 color: #e64f20;
 text-decoration: none;
 font-weight: bold;
}

.img:link:hover, .img:visited:hover {
 background-color: transparent;
 color: #e64f20;
 text-decoration: none;
 font-weight: bold;
}

:link:active, :visited:active {
 background-color: transparent;
 color: #ff0000;
 text-decoration: none;
 font-weight: bold;
}

dt {
 margin-top: 0.5em;
 font-weight: bold;
}

label {
 font-weight: bold;
}

#main-table {
 margin-left: auto;
 margin-right: auto;
}

#pagetext {
 padding-top: 0.25em;
 line-height: 1.33;
}

#pagetext ul {
 padding-left: 1em;
}

#footer {
 margin-bottom: 0.5em;
 border-top: solid 1px #996;
 padding-top: 0.25em;
 font-size: small;
}

#language-selection {
 background-color: #fec;
 font-size: small;
}

#language-selection ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}

#language-selection li {
 float: right;
 width: 5em;
 text-align: center;
}

#language-selection :link, #language-selection :visited {
 font-weight: normal;
}
#language-selection :link:hover, #language-selection :visited:hover {
 background-color: #330;
 color: white;
}

#tooltable {
 margin-top: 1em;
 font-size: small;
}
#pageactions {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
}
#pageactions li { display: inline; margin-right: 1em; }
#pageactions ul {
 display: inline;
 list-style-type: none;
 margin: 0;
 padding: 0;
}
#pageactions form {
 margin: 0;
}
.createlink {
 vertical-align: super;
 font-size: small;
 /*display: none;*/
}
.indent {
 margin-left: 2em;
 margin-right: 1em;
}
.vspace {
 margin-top: 1em;
}
.quickref {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 padding: 0.2em;
 border: solid 1px #330;
 background-color: #f9f9e9;
 font-size: small;
}
