/* http://userstyles.org/styles/16257 */

@-moz-document domain(wikipedia.org), domain(wikimedia.org), domain(wikinews.org), domain(wikibooks.org), domain(wikiquote.org), domain(wikiversity.org), domain(wikisource.org), domain(wiktionary.org), domain(wikimediafoundation.org), domain(mediawiki.org) {

*{background-color: transparent !important; color: #009966 !important;}
div#siteNotice{display:none !important;}
p{border: none !important;}
a{color: lightgrey !important;}
a:visited{color: #7f77b0 !important;}
a:link{color: #4e438e !important; font-style:italic !important;}

#content {
font-family: trebuchet, arial !important; 
font-size: 11pt !important; border: 0 !important
}
body {
	background: #333 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAFCCAMAAAAHcEfNAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABvUExURRMTExISEjMzMzQ0NBERES8vLzExMTIyMjAwMC0tLSEhISoqKh4eHhgYGCUlJSsrKygoKBYWFiMjIxQUFBUVFRsbGycnJx0dHSwsLBoaGhwcHCYmJi4uLh8fHyIiIhkZGSkpKRcXFzU1NSAgICQkJHYC6T4AAAC+SURBVHjadIyJEoIwDETTAnIICnKo4IHH/3+j6TYEcJQ3ecm6TonIMKGO8/S5K5RtpF12hD7UX0Jk/5JZ/IMWbxtJRl92Xy2uxQ3j3VCFqegBOwqkYsUZvvN207Jb0CO53dMR9JSzc/VMRleQKS+9buCwYqe84QHj3FHJM/B0NPJdIpfKSNsv9uKZE5zy9qTKRSalSBxxjn6QMN7rK6EN0uYPFo55x4oVAsmB9lbaQC7XTTylCXRPWLS8PwIMAMwsDV3xKEP4AAAAAElFTkSuQmCC") top left repeat-x !important;
}

/* Unbold 'edit' link*/
#ca-edit a { font-weight: normal !important;}

/* put scrollbar on pre sections. and solid borders */
pre {overflow: auto;}
pre {border: 1px solid #aaa;}

/* gray border for Categories at bottom of page */
#catlinks {padding:0 5px 0 5px; margin-top:0.5em; -moz-border-radius:.5em; border:1px solid #CDCDCD; clear:both;}

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}

/* Removes copyright footer, Edit copy warning */
#footer {display: none;}
#editpage-copywarn2 {display: none;}

.portlet li, #BodyContent li {
    /*list-style-image: url("/style/monobook/bullet.gif");*/
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png");
}

.portlet li:hover, #BodyContent li:hover {
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/4/44/000000_Bullet.png");
}

/* Diff rendering */

table.diff { 
    background:white;
    width: 50%;
    height: 100%;
    overflow: auto;
}
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline { 
    background: #f5f5f5;
    color: #4169e1;
    font-size: 100%;
}
td.diff-deletedline { 
    background: #f5f5f5;
    color: #b22222;
    font-size: 100%;
}
td.diff-context {
    background:#e6e6fa;
    color: #708090;
    font-size: 100%;
}
span.diffchange { color: #00008b; }

/* Standardize messagebox theme */

.messagebox.standard-talk {
   border: 1px solid #696969;
   background-color: #f5f5f5;

}

.messagebox.cleanup {
   border: 1px solid #aaaaaa;
   background-color: #f5f5f5;
}

.messagebox {
   border: 1px solid #aaaaaa;
   background-color: #f5f5f5;
}

.usermessage {
    background-color: lightgreen;
    border-color: #B5F;
    color: black;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
    -moz-border-radius-topleft: 1em; 
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-topright: 1em; 
    -moz-border-radius-bottomright: 1em;
    text-align: center;
}
/* Voting */
.votesupport {

  background-color: lightgreen;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}


.voteoppose {

  background-color: red;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}

.votekeep {

  background-color: lightblue;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}


.votedelete {

  background-color: red;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}


.rfacomment {

  background-color: orange;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}

.commentimportant {

  background-color: red;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}


.commentmediumpriority {

  background-color: yellow;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}


.commentlowpriority {

  background-color: lightgreen;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}



#p-cactions li
{
    position: relative;
    float: left;
}

#p-cactions li li
{
    float: none;
    display: block;
    border: 1px solid #aaaaaa;
    border-top: none;
    text-align: center;
    background: #F8FCFF;
    background-color: #F8FCFF;
}

.tabmenu ul
{
    display: none;
    z-index: 2;
    position: relative;
    top: -2px;
    border-top: 1px solid #aaaaaa;
    padding: 0px;
    margin: 0px;
    background: #F8FCFF;
    background-color: #F8FCFF;
}

.tabmenu:hover ul
{
    display: block;
}

.tabmenu a
{
    padding: 0pt 0.8em !important;
    background: #F8FCFF;
    background-color: #F8FCFF;
}

.tabmenu ul a:hover
{
    font-weight: bold;
}

#searchform input#searchGoButton {display:inline !important; font-weight: normal; 
/* I didn't like the bold */ }
input#wpSave {font-weight: normal;}
#BoardCandidateNotice {display: none;}
#recentchangestext {display: none;}
}