.wikipage span { margin: 4px; }

#banner {
    border-bottom: 1px solid #5f99cf;
    position: relative;
    _height: 0px; /*ie6 hack*/
    background-color: #cee3f8;
}

.wikipage {
    font-family: Arial,Verdana,Helvetica,sans-serif; 
    font-size: small;
    padding-left: 18px;
}

.wikipage a {
    border-bottom: none !important;
    background: none !important;
    color: #336699 !important;
}

.wikipage a.ext-link .icon {
    background: transparent no-repeat scroll right center
                url(http://code.reddit.com/chrome/common/extlink-blue.gif);
    padding-left: 0px;
    padding-right: 16px;
}

.wikipage .no-ext-link-icons a.ext-link .icon {
    background: none;
    padding-right: 0;;
}

.wikipage a:hover {
    text-decoration: underline !important;
}

.wikipage h1, .wikipage h2, .wikipage h3, .wikipage h4 {
    font-weight: bold;
    color: #ccc;
    margin: 0 0 0 -18px;
    font-family: Arial,Verdana,Helvetica,sans-serif;
}

.wikipage h1 {
    font-size: 19px;
    text-decoration: underline;
    margin-top: 25px;
    margin-bottom: 6px;
}

.wikipage h2 {
    font-size: 16px;
}

.wikipage h3 {
    font-size: 14px;
}

.wikipage .tablefloaty {
   margin-right: 2em;
   min-height: 300px;
   float: left;
   font-size: larger;
}

.wikipage .tablefloaty h1, .wikipage .tablefloaty h2, .wikipage .tablefloaty h3 {
   margin: 1em 0 0 !important;
   text-decoration: underline;
}

.wikipage .tablefloaty p {
   margin: 0.3em 0 1em !important;
}

.wikipage p {
    margin: 0.75em 0;
}

/* Add as needed:
   div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td,iframe */
.wikipage ol, .wikipage ul {
   margin: 1em;
}

.wikipage strong {
   font-weight: bold;
}
/*
.wikipage li {
   margin: 0.5em;
   margin-left: 3em;
}
*/
.wikipage ol, .wikipage ul {
    list-style-type: disc;
    margin-left: 40px;
    padding: 0;
}
.wikipage table {
    border-collapse: collapse;
    border: solid black 1px;
}

.wikipage table th, .wikipage table td {
    border: solid black 1px;
    padding: 0.3em;
}

.wikipage .borderless, .wikipage .borderless th, .wikipage .borderless td {
    border: none !important;
}

.wikipage .infobar {
    background-color: #f6e69f;
    border: 1px solid orange;
    padding: 5px;
    margin: 0px;
    display: inline-block;
    -moz-border-radius: 4px;
}

.wiki .editlink {
    font-size: small;
    margin-left: 1em;
    margin-right: 1em;
}
.wiki .editlink a {
}
.wiki .editlink hr {
    height: 1px;
    border-style: none;
    color: #f0f0f0;
    background-color: #f0f0f0;
    margin-bottom: 3px;
}
.wikipage .wiki-toc {
   background: none;
   float: none;
   border: none;
   font-size: 125%;
   margin-bottom: 0;
   margin-left: 0;
   padding-left: 0;
}
.wikipage .wiki-toc ol {
   margin-top: 0;
   margin-left: 1em;
   margin-bottom: 0.75em;
   padding-left: 0;
}

