html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 1em;

}



table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

PRE.lua
{
  padding: 5px;
  overflow: Scroll;
}

pre {
  padding: 1em;
  border: 2px dashed #2f6fab;
  color: black;
  background-color: #f9f9f9;
  line-height: 1.1em;
}

SPAN.usr_1,
SPAN.usr_2,
SPAN.usr_4
{
  background-color: #ffa;
 font-weight: bold;
}

DIV.lual, DIV.lua1, DIV.lua2
{
    border-bottom: 1px solid #eee;
    color: #333;
}

DIV.lua2
{
    background-color: #fafafa;
}

DIV.lual
{
  color: #555;
}

.collapseButton {         /* 'show'/'hide' buttons created dynamically by the        */
    float: right;         /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
    font-weight: normal;  /* are styled here so they can be customised.              */
    text-align: right;
    width: auto;
}

/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS).
 */
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 { display: none; }

H2, H1
{
    font-size: 25px;  
    font-family: arial black;
    letter-spacing: -1px;
    color: #445;
    text-shadow: 1px 1px 4px #ddd;
    border-bottom: 0;
}

H1
{
    font-size: 35px !important;
    font-family: arial black;
    letter-spacing: -2px;
    color: #445;
}

A
{
    color: #df33ee !important;
}

A:visited
{
    color: #26d !important;
}


A:hover
{
    color: #59f !important;
    text-decoration: none;
}

PRE
{
    font-size: 12px;
}


BODY, #mw-head
{
    width: 1000px !important;
    position: absolute !important;
    left: 50% !important;
    margin-left: -500px !important;
    background-color: #f3f3f3;
    background-image: url(../img/page_gradient.png);
}

#mw-head {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
#mw-head h5 {
    margin: 0;
    padding: 0;
}

#mw-page-base {
    height: 5em;
}
#mw-head-base {
    height: 5em;
    background-image: url(../img/border.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

#footer {
    margin-left: 0;
    margin-top: 0;
    padding: 0.15em;
    background-image: url(images/border.png);
    background-position: bottom left;
    background-repeat: repeat;
}
#footer ul {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    margin: 3;
    padding: 0;
}
#footer ul li {
    margin: 0;
    padding: 0;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    color: #333333;
    font-size: 0.7em;
}
#footer #footer-icons {
    float: right;
}
/* @noflip */
body.ltr #footer #footer-places {
    float: left;
}
#footer #footer-info li {
    line-height: 1em;
}

#gmed-logo {
    display: block;
    width: 120px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: left left;
    text-decoration: none;
}

BODY
{
    background-image: url("../img/page_gradient.png") !important;
    background-image: url("../img/page_gradient.png"), url( "../img/trollface.png" ) !important;
    background-position: top !important;
    background-repeat: repeat-x, repeat !important;
    background-color: #eaeaef !important;
}

.editsection
{
 font-family: Arial !important;
 font-size: 13px !important;
 letter-spacing: 0;
}

A.new
{
 color: red !important;
}

#content {
    padding: 2em;
    background-image: url(../img/border.png);
    background-position: bottom right;
    background-repeat: repeat-x;
    background-color: white;
}


#comment_box
{
    background-color: #fafafa !important;
    padding: 10px;
    padding-top: 0px;
    position: relative;
    left: -15px;
    width: 818px;
    border-top: 1px solid #ace;
}

#comment_box H3
{
    display: none;
}

#comment_box UL, #comment_box LI, #comment_box OL
{
    list-style-image: none !important;
}

.dsq-global-toolbar-container
{
    background-color: #fafafa !important; 
    display: none;
}

#dsq-sort-by, #dsq-footer, #dsq-account-dropdown
{
    display: none;
}

.dsq-comment-message
{
    padding: 20px 10px;
}

.dsq-comment-footer
{
    padding: 0;
    font-size: 11px;
}

/* Logo */
#p-logo {
    position: absolute;
    top: -160px;
    left: 0;
    width: 120px;
    height: 100px;
}
#p-logo a {
    display: block;
    width: 120px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
}
