2004-10-27 01:40:09 +00:00
|
|
|
.menu {
|
|
|
|
padding: 0.33em;
|
|
|
|
font-family: sans-serif;
|
|
|
|
text-align: left;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.menusection {
|
|
|
|
list-style-type: none;
|
|
|
|
font-weight: bold;
|
2004-10-27 02:18:38 +00:00
|
|
|
margin-left: .25em;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
padding-left: 0em;
|
2004-10-27 01:40:09 +00:00
|
|
|
line-height: 1.8;
|
|
|
|
}
|
|
|
|
.menuitem {
|
|
|
|
padding-top: .2em;
|
|
|
|
list-style-type: none;
|
|
|
|
font-weight: normal;
|
2004-10-27 02:18:38 +00:00
|
|
|
margin-right: .5em;
|
|
|
|
margin-left: 1em;
|
|
|
|
padding-left: 0em;
|
2004-10-27 01:40:09 +00:00
|
|
|
line-height: 1.25;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
.version {
|
|
|
|
position: relative;
|
|
|
|
top: 2em;
|
|
|
|
right: 0%
|
|
|
|
width: 100%;
|
|
|
|
padding: .33em;
|
|
|
|
|
|
|
|
}
|
|
|
|
.titlebar {
|
|
|
|
position: relative;
|
|
|
|
top: 0%;
|
2004-10-27 03:49:02 +00:00
|
|
|
height: 3.1em;
|
2004-10-27 01:40:09 +00:00
|
|
|
width: 100%;
|
2004-10-27 03:49:02 +00:00
|
|
|
background-color: #C4D6F2;
|
2004-10-27 01:40:09 +00:00
|
|
|
}
|
|
|
|
.pagename {
|
|
|
|
font-weight: bolder;
|
2004-10-27 03:49:02 +00:00
|
|
|
font-size: 14pt;
|
2004-10-27 01:40:09 +00:00
|
|
|
color: black;
|
|
|
|
position: relative;
|
|
|
|
top: 0%;
|
|
|
|
left: 0%;
|
|
|
|
padding-top: .33em;
|
|
|
|
padding-left: .33em;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mainbar {
|
|
|
|
position: relative;
|
|
|
|
left: 20%;
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-size: 14pt;
|
|
|
|
}
|
|
|
|
.bodytext {
|
|
|
|
font-family: sans-serif;
|
|
|
|
margin: 1em;
|
|
|
|
}
|
|
|
|
.sidebar {
|
|
|
|
text-align: left;
|
|
|
|
position: absolute;
|
2004-10-27 03:49:02 +00:00
|
|
|
top: 3.1em;
|
2004-10-27 01:40:09 +00:00
|
|
|
left: 0%;
|
|
|
|
width: 20%;
|
|
|
|
}
|