/* Framework
****************************************/
html, body {
 font-family: Verdana, "DejaVu Sans", sans-serif;
 font-size: 13px; /* base for em-sized calculations */
}
html {
 background-color: #cdc;
}
body {
 position: relative;
 margin: 88px auto 0 auto;
 padding: 0;
 max-width: 70em;
 background-color: #eaf0e0;
 /* min-width: 100px; needed to enable centering */
}
/*
We do not set other font sizes at the top-level divs,
because that would complicate em-based box calculations.
*/
/* Content
****************************************/
#content {
 float: left;
 width: 78%;
 margin: 0; /* 88px 0 0 0; */
 padding: 2% 2% 0.5em 2%;
 background-color: white;
}
/* Footer
*************************/
#footer {
 width: 78%;
 margin: 0;
 padding: 0 2% 0.5em 2%;
 background-color: #eaf0e0;
}

/* Banner
*******************************************/

#mw-page-base {
 position: absolute;
 top: -88px;
 left: 0;
 right: 0;
 width: 100%;
 height: 88px;
 background-image: url(images/summer.jpg);
 background-position: 0 14px;
 background-repeat: repeat-x;
 background-color: #463;
 /*
 display: none;
 */
}
#mw-head-base {
 position: absolute;
 top: -88px;
 left: 0;
 right: 0;
 width: 100%;
 height: 88px;
 /*
 background-image: url(images/garden_text12.png);
 */
 background-position: 2px 0;
 background-repeat: no-repeat;
 display: none;
}
#mw-head {
 position: absolute;
 top: -88px;
 left: auto;
 right: auto;
 width: 100%;
 height: 88px;
 padding: 0;
}
 /* Hide empty portlets */
 div.emptyPortlet {
  display: none;
 }
 div#p-contextgarden p {
   display: block;
   position: absolute;
   top: -3px;
   line-height: 1em;
   left: 0.25em;
   font-size: 12px;
   font-weight: bold;
   color: #ccc;
 }
 /* Personal */
 #p-personal {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 .5em;
  /*
  padding: 0 .5em .25em .5em;
  */
 }
 #p-personal h5 {
  display: none;
 }
 #p-personal ul {
  list-style: none;
  margin: 0;
  padding: 0;
 }
 #p-personal li {
  font-size: 0.75em;
  line-height: 1;
  margin-left: 0.75em;
  margin-top: 2px;
  float: left;
 }
 #p-personal a, #p-personal a:visited {
  color: #ccc;
 }
 #p-personal a.new, #p-personal a.new:visited {
  color: #fcc;
 }
 #p-personal a:hover {
  color: #333;
 }
 /* Navigation Containers */
 #left-navigation {
  position: absolute;
  bottom: 0;
  left: 0.25em;
 }
 #right-navigation {
  position: absolute;
  bottom: 0;
  right: 0.25em;
 }
 /* Navigation Labels */
 #mw-head div.vectorTabs h5,
 #mw-head div.vectorMenu h5 span {
  display: none;
 }
 /* Namespaces and Views */
 #mw-head div.vectorTabs {
  float: left;
  font-size: 0.75em;
  margin: 0;
  margin-bottom: 1px;
 }
 #mw-head div.vectorTabs ul {
  float: left;
  list-style: none;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
 }
 #mw-head div.vectorTabs ul li {
  float: left;
  margin: 0;
  /*
  line-height: 1.3em;
  padding: 0.3em;
  */
 }
 #mw-head div.vectorTabs ul > li {
  display: block;
  float: left;
  padding: 0 .25em;
  margin: 0;
 }
 #mw-head div.vectorTabs ul > li, #mw-head ul li a {
  display: block;
  color: #ccc;
 }
 #mw-head div.vectorTabs li.selected a,
 #mw-head div.vectorTabs li.selected a span,
 #mw-head div.vectorTabs li.selected a:visited,
 #mw-head div.vectorTabs li.selected a:visited span {
  color: white;
  text-decoration: none;
 }
 #mw-head div.vectorTabs li.new a,
 #mw-head div.vectorTabs li.new a span,
 #mw-head div.vectorTabs li.new a:visited,
 #mw-head div.vectorTabs li.new a:visited span {
  color: #fcc;
 }
 #mw-head div.vectorTabs li a:hover,
 #mw-head div.vectorTabs li a:hover span,
 #mw-head div.vectorTabs li a:hover:visited,
 #mw-head div.vectorTabs li a:hover:visited span,
 #mw-head div.vectorTabs li.new a:hover,
 #mw-head div.vectorTabs li.new a:hover span,
 #mw-head div.vectorTabs li.new a:hover:visited,
 #mw-head div.vectorTabs li.new a:hover:visited span,
 #mw-head div.vectorTabs li.selected a:hover,
 #mw-head div.vectorTabs li.selected a:hover span,
 #mw-head div.vectorTabs li.selected a:hover:visited,
 #mw-head div.vectorTabs li.selected a:hover:visited span {
  color: #333;
 }
 /* Variants and Actions */
 #mw-head div.vectorMenu {
  float: left;
 }
 #mw-head div.vectorMenu {
  background-color: transparent;
  margin-left: 1.5em;
  font-size: 0.75em;
 }
 #mw-head div.vectorMenu h5 {
  margin-top: 0;
  padding-top: 3px;
 }
 #mw-head div.vectorMenu h5 > a {
  display: block;
  height: 0.8em;
  width: 2em;
  background-image: url(images/arrow-down-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
 }
 #mw-head div.vectorMenu div.menu {
  position: relative;
  top: -2px; /* need small overlap to make dropdown menu accessible */
  display: none;
  clear: both;
  text-align: left;
 }
 #mw-head div.vectorMenu:hover div.menu {
  display: block;
 }
 #mw-head div.vectorMenu ul {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #364;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  padding: 0 .5em;
  margin: 0;
  text-align: left;
 }
 #mw-head div.vectorMenu ul {
  min-width: 0;
 }
 #mw-head div.vectorMenu li {
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 1.5em;
 }
 #mw-head div.vectorMenu li > a {
  display: block;
 }
 #mw-head div.vectorMenu li a {
  color: #ccc;
  cursor: pointer;
 }
 #mw-head div.vectorMenu li a:hover {
  color: #333;
  background-color: #eaf0e0;
  text-decoration: none;
 }
 /* Search, now part of mw-panel */
 #p-search {
  margin-top: 2em;
  margin-bottom: 1em;
 }
 #p-search #searchform {
  color: #364;
  font-size: 0.75em;
  padding-top: .5em;
 }
 #p-search #searchInput {
  display: block;
  margin-bottom: .35em;
  box-sizing: border-box;
  width: 100%;
  border: 1px inset;
  padding: 0 1px;
  background-color: white;
  /*
  margin-right: .5em;
  */
 }
 #searchbuttons {
  display: -moz-box;
  display: -webkit-box;
  flex-pack: -distribute;
  width: 100%;
  padding: 0;
  margin: 0 0 1em 0;
 }
 #p-search .searchButton {
  border-width: 1px;
  border-style: outset;
  padding: 0 1px;
  margin: .25em 1px 0 0;
  white-space: normal;
  font-size: 1em;
  font-weight: bold;
  color: #364;
  background-color: #cdc;
 }

/* Panel
****************************************/
#mw-panel {
 /*
 position: absolute;
 top: 0;
 bottom: 0;
 right: .25em;
 clear: left;

 no use:
 background color does not extend beyond body wrapper
 background-color: #ff0;
 */
 float: right;
 width: 16%;
 padding: 0 1% 0 1%;
 background-color: #eaf0e0;
 margin: 0; /* 88px 0 0 0; */
}
/* Logo */
/* hide from IE6 */
#p-logo {
 display: none;
}
/* other browsers which understand '>': display logo after all */
div#mw-panel > div#p-logo {
 display: block;
 width: 100%;
 height: 140px;
 padding: 0;
 margin: 0;
}
div#mw-panel > div#p-logo a {
 display: block;
 width: 100%;
 height: 100%;
 background-position: center 20px;
 background-repeat: no-repeat;
}
 #mw-panel div.portal {
  margin: 1.5em 1em;
  /*
  padding: 1em 0.5em 0.5em 1em;
  background-color:  #eaf0e0;
  background-color: #cdc;
  border-radius: 15px;
  margin: 0 0 2em 0;
  */
 }
 #mw-panel div.portal h5 {
  font-weight: bold;
  font-size: .8em;
  color: #7a8;
  padding: 0;
  cursor: default;
  border: none;
 }
 #mw-panel div.portal div.body {
  margin: 0;
  padding-top: 0.5em;
  font-size: .8em;
 }
 #mw-panel div.portal div.body ul {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
 }
 #mw-panel div.portal div.body ul li {
  padding: 0 0 0.5em 0;
  margin: 0;
  overflow: hidden;
 }
 #mw-panel div.portal div.body ul li a {
  color: #66a;
 }
 #mw-panel div.portal div.body ul li a:visited {
  color: #a6a;
 }
 #mw-panel div.portal div.body ul li a:hover {
  color: #333;
  background-color: white;
  text-decoration: none;
 }
 #mw-panel #p-garden h5, #mw-panel #p-search h5 {
  font-size: .9em;
  color: #364;
 }
 #mw-panel #p-garden div.body ul li a {
  color: #226;
 }
 #mw-panel #p-garden div.body ul li a:visited {
  color: #626;
 }
/* Footer */
#footer ul {
 float: left;
 list-style: none;
 list-style-image: none;
 list-style-type: none;
 margin: 0 0 0.25em 0;
 /*
 margin-right: 100px;
 */
 padding: 0;
}
#footer ul#footer-info {
 padding-top: 0.5em;
}
/*
#footer ul#footer-places {
 clear: top;
}
*/
#footer ul li {
 margin: 0 2em 0 0;
 padding: 0;
 float: left;
 color: #333;
 font-size: 0.75em;
}
 /*
#footer ul#footer-icons {
 position: absolute;
 bottom: 1em;
 margin: 1em 2em 0 0;
 top: 16px;
 margin-top: 0;
 left: 1em;
}
 */

/* Preferences */
#preftoc {
 /* Tabs */
 width: 100%;
 float: left;
 clear: both;
 margin: 0 !important;
 padding: 0 !important;
 background-color: white;
}
 #preftoc li {
  /* Tab */
  float: left;
  margin: 0;
  padding-right: 3px;
  white-space: nowrap;
  list-style-type: none;
  list-style-image: none;
 }
 /* IGNORED BY IE6 */
 #preftoc li:first-child {
  padding-left: 3px;
 }
 #preftoc a {
  display: inline-block;
  position: relative;
  color: #777;
  padding: 0 0.5em;
  text-decoration: none;
  background-image: none;
  background-color: #eaf0e0;
  font-size: 0.9em;
 }
 #preftoc a:hover {
  background-color: white;
  text-decoration: none;
 }
 #preftoc li.selected a {
  background-color: #f7f7f7;
  color: #333;
 }
#preferences {
 float: left;
 width: 100%;
 margin: 0;
 margin-top: -2px;
 clear: both;
 border: none;
 background-color: #f7f7f7;
}
#preferences fieldset.prefsection {
 border: none;
 padding: 0;
 margin: 1em;
}
#preferences fieldset.prefsection fieldset {
 border: none;
}
#preferences legend {
 color: #364;
 font-weight: bold;
}
#preferences fieldset.prefsection legend.mainLegend {
 display: none;
}
#preferences td {
 padding-left: 0.5em;
 padding-right: 0.5em;
}
#preferences td.htmlform-tip {
 font-size: x-small;
 padding: .2em 2em;
 color: #666666;
}
#preferences div.mw-prefs-buttons {
 padding: 1em;
}
#preferences div.mw-prefs-buttons input {
 margin-right: 0.25em;
}

/* Styles for the user login and create account forms
 * TODO
 */
#userlogin, #userloginForm {
 border: solid 1px #364;
 padding: 1.2em;
 margin: .5em;
 float: left;
}

#userlogin {
 min-width: 20em;
 max-width: 90%;
 width: 40em;
}

/* Main content
********************************************/
#content {
 line-height: 1.3em;
}
.editsection {
 display: none;
}
/* Links */
x:-moz-any-link, x:default {
  min-width: 0;
 }
a {
 text-decoration: none;
 color: #361;
 background: none;
}
a:visited {
 color: #613;
}
a:active {
 color: #faa700;
}
a:hover {
 background-color: #eaf0e0;
 text-decoration: none;
}
a.stub {
 color: #772233;
}
a.new, a.new:visited {
 color: #b00;
}

/* Inline Elements */
img {
 border: none;
 vertical-align: middle;
}
hr {
 height: 1px;
 color: #aaa;
 background-color: #aaa;
 border: 0;
 margin: .2em 0 .2em 0;
}

/* Structural Elements */
h1,
h2,
h3,
h4,
h5,
h6 {
 color: #364;
 background: none;
 font-weight: bold;
 margin: 0;
 padding-top: .5em;
 padding-bottom: .1em;
 border: none;
}
h1 { font-size: 150%; }
h2 { font-size: 135%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 90%;  }
p {
 margin: .3em 0 .5em 0;
 line-height: 1.3em;
}
 p img {
  margin: 0;
 }
abbr,
acronym,
.explain {
 border-bottom: 1px dotted black;
 color: black;
 background: none;
 cursor: help;
}
/*
q {
 font-family: Times, "Times New Roman", serif;
 font-style: italic;
}
*/
/* Disabled for now
blockquote {
 font-family: Times, "Times New Roman", serif;
 font-style: italic;
}*/
code {
 background-color: #f7f7f7;
}
pre, code, texcode, tt {
 font-family: "DejaVu Sans Mono", "Lucida Grande", "Lucida Console", monospace;
}
pre, texcode {
 padding: 1em;
 border: none;
 line-height: 1.5em;
 font-size: .85em;
 color: black;
 background-color: #eaf0e0;
 overflow: auto;
}
ul {
 line-height: 1.5em;
 list-style-type: square;
 margin: .3em 0 0 1.5em;
 padding: 0;
 list-style-image: url(images/bullet-icon.png);
}
ol {
 line-height: 1.5em;
 margin: .3em 0 0 3.2em;
 padding: 0;
 list-style-image: none;
}
li {
 margin-bottom: .1em;
}
dt {
 font-weight: bold;
 margin-bottom: .1em;
}
dl {
 margin-top: .2em;
 margin-bottom: .5em;
}
dd {
 line-height: 1.5em;
 margin-left: 2em;
 margin-bottom: .1em;
}
/* Tables */
table {
 font-size: 100%;
 color: black;
 /* we don't want the bottom borders of <h2>s to be visible through
  * floated tables */
 background-color: white;
}
fieldset table {
 /* but keep table layouts in forms clean... */
 background: none;
}
/* Forms */
fieldset {
 border: 1px solid #364;
 margin: 1em 0 1em 0;
 padding: 0 1em 1em;
 line-height: 1.5em;
}
 fieldset.nested {
  margin: 0 0 0.5em 0;
  padding: 0 0.5em 0.5em;
 }
legend {
 padding: .5em;
 font-size: 95%;
}
form {
 border: none;
 margin: 0;
}
textarea {
 width: 100%;
 padding: .1em;
}
select {
 vertical-align: top;
}
/* Table of Contents */
#toc,
.toc,
.mw-warning {
 border: none;
 background-color: #eaf0e0;
 padding: 5px;
 font-size: 95%;
}
#toc h2,
.toc h2 {
 display: inline;
 border: none;
 padding: 0;
 font-size: 100%;
 font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
 text-align: center;
}
#toc ul,
.toc ul {
 list-style-type: none;
 list-style-image: none;
 margin-left: 0;
 padding-left: 0;
 text-align: left;
}
#toc ul ul,
.toc ul ul {
 margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
 font-size: 94%;
}
/* Images */
div.floatright, table.floatright {
 clear: right;
 float: right;
 position: relative;
 margin: 0 0 .5em .5em;
 border: 0;
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
 float: left;
 clear: left;
 position: relative;
 margin: 0 .5em .5em 0;
 border: 0;
}
div.floatleft p { font-style: italic; }
/* Thumbnails */
div.thumb {
 margin-bottom: .5em;
 border-style: solid;
 border-color: white;
 width: auto;
 background-color: transparent;
}
div.thumbinner {
 border: 1px solid #ccc;
 padding: 3px !important;
 background-color: #f7f7f7;
 font-size: 94%;
 text-align: center;
 overflow: hidden;
}
html .thumbimage {
 border: 1px solid #ccc;
}
html .thumbcaption {
 border: none;
 text-align: left;
 line-height: 1.4em;
 padding: 3px !important;
 font-size: 94%;
}
div.magnify {
 float: right;
 border: none !important;
 background: none !important;
}
div.magnify a, div.magnify img {
 display: block;
 border: none !important;
 background: none !important;
}
div.tright {
 clear: right;
 float: right;
 border-width: .5em 0 .8em 1.4em;
}
div.tleft {
 float: left;
 clear: left;
 margin-right: .5em;
 border-width: .5em 1.4em .8em 0;
}
img.thumbborder {
 border: 1px solid #dddddd;
}
.hiddenStructure {
 display: none;
}
/* Warning */
.mw-warning {
 margin-left: 50px;
 margin-right: 50px;
 text-align: center;
}
/* User Message */
.usermessage {
 background-color: #ffce7b;
 border: 1px solid #ffa500;
 color: black;
 font-weight: bold;
 margin: 2em 0 1em;
 padding: .5em 1em;
 vertical-align: middle;
}
/* Site Notice */
#siteNotice {
 text-align: center;
 font-size: 0.8em;
 margin: 0;
}
 #siteNotice div,
 #siteNotice p {
  margin: 0;
  padding: 0;
  margin-bottom: 0.9em;
 }
/* Categories */
.catlinks {
 border: 1px solid #aaa;
 background-color: #f7f7f7;
 padding: 5px;
 margin-top: 1em;
 clear: both;
}
/* Sub-navigation */
#siteSub {
 display: none;
}
#jump-to-nav {
 display: none;
}
#contentSub, #contentSub2 {
 font-size: 84%;
 line-height: 1.2em;
 margin: 0 0 1.4em 1em;
 color: #7d7d7d;
 width: auto;
}
span.subpages {
 display: block;
}
/* Emulate Center */
.center {
 width: 100%;
 text-align: center;
}
*.center * {
 margin-left: auto;
 margin-right: auto;
}
/* Small for tables and similar */
.small, .small * {
 font-size: 94%;
}
table.small {
 font-size: 100%;
}
/* Edge Cases for Content */
h1, h2 {
 margin-top: 1em;
 margin-bottom: .6em;
}
h3, h4, h5 {
 margin-top: .5em;
 margin-bottom: .3em;
}
#firstHeading {
 padding-top: 0;
 margin-top: .5em;
 padding-top: 0;
 margin-bottom: 0.5em;
 line-height: 1.2em;
 font-size: 1.6em;
 padding-bottom: 0;
}
#content a.external {
 background: url(images/external.png) center right no-repeat;
 padding: 0 13px 0 0;
}
/*
#content a[href ^="gopher://"] {
}
*/
#content a[href ^="https://"],
.link-https {
 background: url(images/lock-icon.png) center right no-repeat;
 padding: 0 18px 0 0;
}
#content a[href ^="mailto:"],
.link-mailto {
 background: url(images/mail-icon.png) center right no-repeat;
 padding: 0 18px 0 0;
}
#content a[href ^="news://"] {
 background: url(images/news-icon.png) center right no-repeat;
 padding: 0 18px 0 0;
}
#content a[href ^="ftp://"],
.link-ftp {
 background: url(images/file-icon.png) center right no-repeat;
 padding: 0 18px 0 0;
}
#content a[href ^="irc://"],
#content a.extiw[href ^="irc://"],
.link-irc {
 background: url(images/talk-icon.png) center right no-repeat;
 padding: 0 18px 0 0;
}
#content a.external[href $=".ogg"], #content a.external[href $=".OGG"],
#content a.external[href $=".mid"], #content a.external[href $=".MID"],
#content a.external[href $=".midi"], #content a.external[href $=".MIDI"],
#content a.external[href $=".mp3"], #content a.external[href $=".MP3"],
#content a.external[href $=".wav"], #content a.external[href $=".WAV"],
#content a.external[href $=".wma"], #content a.external[href $=".WMA"],
.link-audio {
 background: url("images/audio-icon.png") center right no-repeat;
 padding: 0 18px 0 0;
}
#content a.external[href $=".ogm"], #content a.external[href $=".OGM"],
#content a.external[href $=".avi"], #content a.external[href $=".AVI"],
#content a.external[href $=".mpeg"], #content a.external[href $=".MPEG"],
#content a.external[href $=".mpg"], #content a.external[href $=".MPG"],
.link-video {
 background: url("images/video-icon.png") center right no-repeat;
 padding: 0 18px 0 0;
}
#content a.external[href $=".pdf"], #content a.external[href $=".PDF"],
#content a.external[href *=".pdf#"], #content a.external[href *=".PDF#"],
#content a.external[href *=".pdf?"], #content a.external[href *=".PDF?"],
.link-document {
 background: url("images/document-icon.png") center right no-repeat;
 padding: 0 18px 0 0;
}
/* Interwiki Styling  (Disabled) */
#content a.extiw,
#content a.extiw:active {
 color: #36b;
 background: none;
 padding: 0;
}
#content .printfooter {
 display: none;
}
/* Icon for Usernames */
#pt-userpage,
#pt-anonuserpage,
#pt-login {
 background: url(images/user-icon.png) left top no-repeat;
 padding-left: 15px !important;
 text-transform: none;
}

.toccolours {
 border: 1px solid #aaa;
 background-color: #f7f7f7;
 padding: 5px;
 font-size: 95%;
}
#bodyContent {
 position: relative;
 width: 100%;
}
#mw-js-message {
 font-size: 0.8em;
}
div#bodyContent {
 line-height: 1.5em;
}

/* Watch/Unwatch Icon Styling */
#ca-unwatch.icon,
#ca-watch.icon {
 margin-right:1px;
}
#ca-unwatch.icon a,
#ca-watch.icon a {
 margin: 0;
 padding: 0;
 outline: none;
 display: block;
 width: 26px;
 height: 2.5em;
}
#ca-unwatch.icon a {
 background-image: url(images/watch-icons.png);
 background-position: -43px 60%;
}
#ca-watch.icon a {
 background-image: url(images/watch-icons.png);
 background-position: 5px 60%;
}
#ca-unwatch.icon a:hover {
 background-image: url(images/watch-icons.png);
 background-position: -67px 60%;
}
#ca-watch.icon a:hover {
 background-image: url(images/watch-icons.png);
 background-position: -19px 60%;
}
#ca-unwatch.icon a.loading,
#ca-watch.icon a.loading {
 background-image: url(images/watch-icon-loading.gif);
 background-position: center 60%;
}
#ca-unwatch.icon a span,
#ca-watch.icon a span {
 display: none;
}
/*
div.vectorTabs ul {
 background-image:url(images/tab-break.png);
 background-position:right bottom;
 background-repeat:no-repeat;
}
*/

h4.mw-specialpagesgroup {
    background-color: #eaf0e0;
    margin: 0.3em 0 0;
    padding: 2px;
}@charset "UTF-8";

/* Style for horizontal lists (separator following item) */
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
    line-height: 1.5em;
}
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
}
.hlist dd,
.hlist dt,
.hlist li {
    display: inline;
    margin: 0;
}
/* Display nested lists inline */
.hlist dl dl,
.hlist ol ol,
.hlist ul ul {
    display: inline;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ":";
}
.hlist dd:after,
.hlist li:after {
    content: " ·";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* for IE 8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
    content: none;
}
/* Add parens around nested lists */
.hlist dl dl dd:first-child:before,
.hlist ol ol li:first-child:before,
.hlist ul ul li:first-child:before {
    content: "(";
}
.hlist dl dl dd:last-child:after,
.hlist ol ol li:last-child:after,
.hlist ul ul li:last-child:after {
    content: ")";
    font-weight: normal;
}
/* For IE8 */
.hlist dl dl dd.hlist-last-child:after,
.hlist ol ol li.hlist-last-child:after,
.hlist ul ul li.hlist-last-child:after {
    content: ")";
    font-weight: normal;
}
/* Put numbers in ordered lists */
.hlist.hnum ol li {
    counter-increment: level1;
}
.hlist.hnum ol li:before {
    content: counter(level1) " ";
}
.hlist.hnum ol ol li {
    counter-increment: level2;
}
.hlist.hnum ol ol li:first-child:before {
    content: "(" counter(level2) " ";
}
.hlist.hnum ol ol li:before {
    content: counter(level2) " ";
}


/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
    border: 1px solid #aaa;
    width: 100%;
    margin: auto;
    clear: both;
    /* if font is not small try the !important version*/
    font-size: 88%;
    /*font-size: 88% !important;*/
    text-align: center;
    padding: 1px;
}
.navbox-inner,
.navbox-subgroup {
    width: 100%;
}
.navbox th,
.navbox-title,
.navbox-abovebelow {
    text-align: center;       /* Title and above/below styles */
    padding-left: 1em;
    padding-right: 1em;
}
.navbox-group {             /* Group style */
    white-space: nowrap;
    /* @noflip */
    text-align: right;
}
.navbox,
.navbox-subgroup {
    background: #fdfdfd;      /* Background color */
}
.navbox-list {
    border-color: #fdfdfd;    /* Must match background color */
}
.navbox th,
.navbox-title {
    background: #77aa88;      /* Level 1 color */
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: #ccddcc;      /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #dfeedf;      /* Level 3 color */
}
.navbox-even {
    background: #f7f7f7;      /* Even row striping */
}
.navbox-odd {
    background: transparent;  /* Odd row striping */
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)       */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
    padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
.navbox .hlist dd,
.navbox .hlist dt,
.navbox .hlist li {
    white-space: nowrap;      /* Nowrap list items in navboxes */
    white-space: normal !ie;  /* IE < 8 no-wraps entire list, so disable it */
}
.navbox .hlist dd dl,
.navbox .hlist dt dl,
.navbox .hlist li ol,
.navbox .hlist li ul {
    white-space: normal;      /* But allow parent list items to be wrapped */
}
ol + table.navbox,
ul + table.navbox {
    margin-top: 0.5em;        /* Prevent lists from clinging to navboxes */
}
 
/* Default styling for Navbar template */
.navbar {
    display: inline;
    /* if font is not small try the !important version*/
    font-size: 88%;
    /*font-size: 88% !important;*/
    font-weight: normal;
}
.navbar ul {
    display: inline;
    white-space: nowrap;
}
.navbar li {
    word-spacing: -0.125em;
}
.navbar.mini li span {
  font-variant: small-caps;
}
/* Navbar styling when nested in navbox */
.navbox .navbar {
    display: block;
    font-size: 100%;
}
.navbox-title .navbar {
    /* @noflip */
    float: left;
    /* @noflip */
    text-align: left;
    /* @noflip */
    margin-right: 0.5em;
    width: 6em;
}
