/***** CSS placed here will be applied to all skins on the entire site. *****/

/* rounded corners - Mozilla/Firefox only */
.pBody {
    padding: 0.1em 0.1em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
}

#p-cactions ul li, #p-cactions ul li a {  
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
}

#content, #catlinks, .toc, pre, h4.mw-specialpagesgroup, #filetoc, fieldset, .gallery, table.gallery td, .thumb, div.mw-warning-with-logexcerpt, .smwfact, .templateForm, .fieldBox {
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    -webkit-border-radius-bottomright: 0.5em;
    -webkit-border-radius-bottomleft: 0.5em;
}

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: bold;
    font-style: italic;
    color: #01459A;
}

/* User highlighting by [[w:c:admintools:User:Rswfan]] */

/* Administrators – Light Green */

table.diff a[href|="/wiki/User:Manticore"], 
ul.special li a[href|="/wiki/User:Manticore"], 
span.changedby a[href|="/wiki/User:Manticore"], 
div table tr td a[href|="/wiki/User:Rswfan"], 
ul#pagehistory li a[href|="/wiki/User:Manticore"] { font-weight: bold;color:#009900 }

table.diff a[href|="/wiki/User:Darth_Storm"], 
ul.special li a[href|="/wiki/User:Darth_Storm"], 
span.changedby a[href|="/wiki/User:Darth_Storm"], 
div table tr td a[href|="/wiki/User:Darth_Storm"], 
ul#pagehistory li a[href|="/wiki/User:Darth_Storm"] { font-weight: bold;color:#009900 }

table.diff a[href|="/wiki/User:George_Skywalker"], 
ul.special li a[href|="/wiki/User:George_Skywalker"], 
span.changedby a[href|="/wiki/User:George_Skywalker"], 
div table tr td a[href|="/wiki/User:George_Skywalker"], 
ul#pagehistory li a[href|="/wiki/User:George_Skywalker"] { font-weight: bold;color:#009900 }

table.diff a[href|="/wiki/User:Michaeldsuarez"], 
ul.special li a[href|="/wiki/User:Michaeldsuarez"], 
span.changedby a[href|="/wiki/User:Michaeldsuarez"], 
div table tr td a[href|="/wiki/User:Michaeldsuarez"], 
ul#pagehistory li a[href|="/wiki/User:Michaeldsuarez"] { font-weight: bold;color:#009900 }

/* Bureaucrats– Light Blue */

table.diff a[href|="/wiki/User:Darth_Storm"], 
ul.special li a[href|="/wiki/User:Darth_Storm"], 
span.changedby a[href|="/wiki/User:Darth_Storm"], 
div table tr td a[href|="/wiki/User:Darth_Storm"], 
ul#pagehistory li a[href|="/wiki/User:Darth_Storm"] { font-weight: bold;color: #00BDD8; }

table.diff a[href|="/wiki/User:George_Skywalker"], 
ul.special li a[href|="/wiki/User:George_Skywalker"], 
span.changedby a[href|="/wiki/User:George_Skywalker"], 
div table tr td a[href|="/wiki/User:George_Skywalker"], 
ul#pagehistory li a[href|="/wiki/User:George_Skywalker"] { font-weight: bold;color: #00BDD8; }

table.diff a[href|="/wiki/User:Michaeldsuarez"], 
ul.special li a[href|="/wiki/User:Michaeldsuarez"], 
span.changedby a[href|="/wiki/User:Michaeldsuarez"], 
div table tr td a[href|="/wiki/User:Michaeldsuarez"], 
ul#pagehistory li a[href|="/wiki/User:Michaeldsuarez"] { font-weight: bold;color: #00BDD8; }

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
    font-style: italic;
}
.allpagesredirect:after {
    color: #808080; content: " (redirect)"
}
.watchlistredir {
    font-style: italic;
}

/* Overflow */
pre, h1, h2, h3, h4, h5, h6 {
    overflow: auto;
}

#siteNotice {
    text-align: center;
}

/* Infobox template styling */
.infobox {
	float: right;
	clear: right;
	margin: 0 0 .5em 1em;
	width: 250px;
	background: none;
	border-collapse: collapse;
	border-width: 0px;
	font-size: 0.8em;
	line-height: 1.5;
}
.infobox table.infoboxtable {
	background: #f0f0f0;
	float: right;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}
.infobox td.infoboximage {
	 padding: 0;
	 text-align: center; 
}
.infobox th.infoboxheading {
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	font-size: larger;
}
.infobox th.infoboxsubheading {
	vertical-align: top;
	text-align: left;
	font-weight: normal; 
}
.infobox td.infoboxlabel, .infobox td.infoboxcell {
	vertical-align: middle;
/*	border-top:1px solid #999;
	border-bottom:1px solid #999; */
}

/* ugly hack to force normal height for infobox cells */
.infoboxcell p { margin-top: 0px; margin-bottom: 0px; }
/* .infoboxcell ul { list-style-type: disc; } */

.infoboxcell ul {
	padding-left: 10px;
	margin-left: 10px;
}

.infoboxcell ul li {
	padding-left: 0;
	margin-left: 0;
	list-style-type: square;
}

.infobox div.plainlinks {
	color: #fff;
}

.infobox div.plainlinks a {
	color: #f0f0f0;
}

/* class for message box template styling */
.messagebox {
	clear: both;
	width: 85%;
	margin: 0px auto 3px auto;
	padding: 3px;
	font-size: 95%;
}

/* in-universe and out-of-universe message boxes */
.iumb, .ooumb { 
	border-width: 0;
	text-align:left;
	padding: 0;
}

.iumb table, .ooumb table {
	padding: 5px 10px 5px 10px;
	background: transparent;
	color: inherit;
}

.iumb table.hidable-content, .ooumb table.hidable-content {
	padding: 0;
}

.iumb-icon, .ooumb-icon {
	vertical-align: middle;
	padding: 0;
}

.iumb-main, .ooumb-main {
	padding: 0 0 0 10px;
}

.iumb-caption {
	font-size: 1.3em;
	font-weight: bold;
}

.ooumb-caption {
	font-size: 1em;
	font-weight: bold;
}

.iumb-comment {
	font-size: 0.8em;
}

.iumb-hidable-button, .ooumb-hidable-button {
	text-align: right;
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 0.8em;
	vertical-align: bottom;
}

.iumb-table-container, .ooumb-table-container {
	width: 100%;
}

.iumb p {
	margin-top: 0;
	margin-bottom: 0;
}

/* class for article disambiguation templates */
.disambig {
	background: #f2f5fd;
	font-size: 0.85em;
	text-align: center;
	width: 85%;
	margin: 0 auto 3px auto;
}

/* Reference styling */
.references-small {
    font-size: 90%;
}

/* Era icons – by Michaeldsuarez */
.eraicon {
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    -webkit-border-radius-bottomright: 0.5em;
    -webkit-border-radius-bottomleft: 0.5em;
    width: 30px;
    height: 30px;
    border: 2px outset #A3B3FF;
    background: #A3B3FF url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png) repeat;
    font-weight: bold;
    color: white;
    text-align: center;
}

/* class for forum navigation templates */
.forumheader {
   background: #F2F5FD;
   border: none; 
   padding: 5px;
}

/* Forumtable */

.forumlist {
    width: 100%;
    background: #F2F5FD;
}
.forumlist-header {
    background: #F2F5FD;
}
.forumlist-header th, .forumlist th {
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    -webkit-border-radius-bottomright: 0.5em;
    -webkit-border-radius-bottomleft: 0.5em;
    background: #D8E9FC;
    padding: .5em;
    text-align: left;
}
.forumlist td {
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    -webkit-border-radius-bottomright: 0.5em;
    -webkit-border-radius-bottomleft: 0.5em;
    background: #E7F2FF;
    padding: .5em 1em .5em 1em;
}
.forumlist td.forum_created {
    color: black;
    text-decoration: none;
}
.forumlist td.forum_title a.forum_new {
    font-weight: bold;
    background: url(/images/4/4e/Forum_new.gif) center left no-repeat;
}
.forumlist td.forum_title a.forum_new:visited {
    font-weight: normal;
    background: none;
}
.forumlist td.forum_author {
    color: black;
    text-decoration: none;
}
.forumlist td.forum_edited {
    color: black;
    text-decoration: none;
}
.forumlist td.forum_editor {
    color: black;
    text-decoration: none;
}

/* User message */
.usermessage, .usermessage plainlinks, .editsimilar {
    background:#FFCE7B url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png) repeat;
    border:1px outset #FFA500;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    -webkit-border-radius-bottomright: 0.5em;
    -webkit-border-radius-bottomleft: 0.5em;
}

#catlinks, #edittools, #editpage-specialchars, .toc, #filetoc, h4.mw-specialpagesgroup, .smwfact {
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    -webkit-border-radius-bottomright: 0.5em;
    -webkit-border-radius-bottomleft: 0.5em;
    background: #F9F9F9 url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png) repeat;
    border: 1px outset #F9F9F9 !important;
}

.smwfacttable, .smwfacttable th, .smwfacttable td {
    background-color: transparent !important;
}

#csCategoryInput {
    background: white !important;
    border: 1px inset #F9F9F9 !important;
    -moz-border-radius-topleft: 0.5em !important;
    -moz-border-radius-topright: 0.5em !important;
    -moz-border-radius-bottomleft: 0.5em !important;
    -moz-border-radius-bottomright: 0.5em !important;
    -webkit-border-radius-topright: 0.5em !important;
    -webkit-border-radius-topleft: 0.5em !important;
    -webkit-border-radius-bottomright: 0.5em !important;
    -webkit-border-radius-bottomleft: 0.5em !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

#csCategoryInput:focus {
    background: #fffff0 !important;
}

#csAddCategorySwitch, #csAddCategoryButton {
    border: 1px outset #bbb !important;
}

#csAddCategorySwitch:focus, #csAddCategoryButton:focus {
    border: 1px inset #bbb !important;
}

.CSitem {
    border: 1px outset #82ADD8 !important;
}

.CSitem:focus {
    border: 1px inset #82ADD8 !important;
}

#csMainContainer {
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    -webkit-border-radius-bottomright: 0.5em;
    -webkit-border-radius-bottomleft: 0.5em;
    background: #F9F9F9 url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png) repeat;
    border: 1px outset #F9F9F9 !important;
}

#csWikitext {
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    -webkit-border-radius-bottomright: 0.5em;
    -webkit-border-radius-bottomleft: 0.5em;
}

/* Special pages headings */
h4.mw-specialpagesgroup {
    padding: 0 .5em 0 .5em;
}

/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */
.IPA {
    font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt, "DejaVu Sans", Code2000, "TITUS Cyberbit Basic", "Arial Unicode MS", "Lucida Sans Unicode", "Chrysanthi Unicode";
    font-family /**/:inherit;
}
.Unicode {
    font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";
    font-family /**/:inherit;
}
.latinx {
    font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
    font-family /**/:inherit;
}
.polytonic {
    font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000; 
    font-family /**/:inherit;
}
.mufi {
    font-family: Alphabetum, Cardo, LeedsUni, Junicode, "TITUS Cyberbit Basic", ALPHA-Demo;
}
 
/* Pseudo-classes in support of [[Template:lang]]. */
 
:lang(he) {
    font-family: "SBL Hebrew", "Ezra SIL SR", "Ezra SIL", Cardo, "Chrysanthi Unicode", "TITUS Cyberbit Basic", "Arial Unicode MS", Narkisim, "Times New Roman";
    font-family /**/:inherit;
}
:lang(fa) {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
    font-family /**/:inherit;
}
:lang(ps) {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
    font-family /**/:inherit;
}
:lang(ur) {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
    font-family /**/:inherit;
}
:lang(sux-Xsux) {
    font-family: Akkadian;
    font-family /**/:inherit;
}
:lang(ja) {
       font-family: Code2000, "Arial Unicode MS", "Bitstream Cyberbit", "Bitstream CyberCJK", IPAGothic, IPAPGothic, IPAUIGothic, "Kochi Gothic", IPAMincho, IPAPMincho;
    font-family /**/:inherit;
}
:lang(ko) {
    font-family: "Adobe Myungjo Std M", AppleMyungjo, "Baekmuk Batang", "Baekmuk Gulim", Batang, Dotum, DotumChe, Gulim, GulimChe, HYGothic-Extra, HYMyeongJo-Extra, "New Gulim", UnBatang, UnDotum, UnYetgul, UWKMJF;
    font-family /**/:inherit;
}
:lang(zh-Hans) {
    font-family: "Adobe Song Std L", "AR PL ShanHeiSun Uni", "AR PL ShanHeiSun Uni MBE", "MS Hei", "MS Song", SimHei;
    font-family /**/:inherit;
}
:lang(zh-Hant) {
    font-family: "Adobe Ming Std L", "AR PL New Sung", "AR PL ZenKai Uni", "AR PL ZenKai Uni MBE", MingLiU, PMingLiU;
    font-family /**/:inherit;
}
:lang(grc) {
    font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
    font-family /**/:inherit;
}

/* Recent changes byte indicators */
.mw-plusminus-pos {
   color: #006500;
}
.mw-plusminus-neg {
   color: #8B0000;
}

/* Image frame fix */
div.tright, div.tleft, .gallery, .thumb {
    border: 1px outset #ccc !important;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    -webkit-border-radius-bottomright: 0.5em;
    -webkit-border-radius-bottomleft: 0.5em;
}

div.thumbinner {
   background: inherit;
   border: none;
   color: inherit;
}
#article div.thumb {
   color:inherit;
}

/* rounded corners */
.rtop, .rbottom { display: block; padding: 0px; margin: 0px; }
.rtop *, .rbottom * { display: block; height: 1px; overflow: hidden; padding: 0px; }
.r1 { margin: 0 5px; }
.r2 { margin: 0 3px; }
.r3 { margin: 0 2px; }
.r4 { margin: 0 1px; height: 2px; }
/* end rounded corners */

/*Input boxes*/
button, input[type="submit"], input[type="button"], input[type="reset"] {
    cursor: pointer;
}

input[type="text"], input[type="password"] {
    border: 1px inset #aaa;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    -webkit-border-radius-bottomright: 0.5em;
    -webkit-border-radius-bottomleft: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

select {
    border: 1px inset #aaa;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    -webkit-border-radius-bottomright: 0.5em;
    -webkit-border-radius-bottomleft: 0.5em;
    padding-left: 0.5em;
}

textarea {
    border: 1px inset #aaa;
}  

input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
    background: #fffff0;
}

/* 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 {display:none;}
.toclimit-3 .toclevel-3 {display:none;}
.toclimit-4 .toclevel-4 {display:none;}
.toclimit-5 .toclevel-5 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
.toclimit-7 .toclevel-7 {display:none;}

/* === Babel === */

div.babelbox {
   float: right;
   margin-left: 1em;
   margin-bottom: 0.5em;
   width: 246px;
   border: 1px solid #99B3FF;
   padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
   margin: 2px 4px 2px 4px; /* t, l, b, r */
   width:238px;
   border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
   text-align:center;
   font-size:14pt;
   width:45px;
   height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
  font-size:8pt;
  padding:4pt;
  line-height:1.25em;
}

.lang-block0 {
   border:1px solid #FFB3B3;
}
td.lang-code0 {
  background-color: #FFB3B3;
  color: black;
}
td.lang-description0 {
  background-color: #FFE0E8;
  color: black;
}

.lang-block1,  .lang-block2, .lang-block3  {
   border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
  background-color: #99B3FF;
  color: black;
}
td.lang-description1,  td.lang-description2, td.lang-description3 {
  background-color: #E0E8FF;
  color: black;
}

.lang-blockN {
   border:1px solid #6EF7A7;
}
td.lang-codeN {
  background-color: #6EF7A7;
  color: black;
}
td.lang-descriptionN {
  background-color: #C5FCDC;
  color: black;
}

/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
    background: url("http://images3.wikia.nocookie.net/tesfanon/images/5/5d/Checker-16x16.png") repeat;
}

/* Navboxes */
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
    float: right;          /* by the CollapsibleTables javascript in    */
    font-weight: normal;   /* [[MediaWiki:Common.js]]are styled here    */
    text-align: right;     /* so they can be customised.                */
    width: auto;
}
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
    width: 6em;            /* the vde links from [[Template:Tnavbar]],   */
}                          /* so they need to be the same width.         */

/* TabView extension */

/*set the base backcolor of the 'off' tabs */
.yui-navset .yui-nav li {
    border-top: 1px inset #D4DEE8;
    border-right: 1px inset #D4DEE8;
    border-bottom: 1px solid #D4DEE8;
    border-left: 1px inset #D4DEE8;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    background: #D4DEE8 url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png) repeat;
    padding-left: 10px;
    padding-right: 10px;
}

/*set the background color of the content and the 'on' tab the same*/
.yui-content, .yui-navset .yui-nav li.selected {

}

/** style the 'on' tab **/
.yui-navset .yui-nav .selected {
    border-top: 1px outset #E7F2FF;
    border-right: 1px outset #E7F2FF;
    border-bottom: 1px solid #E7F2FF;
    border-left: 1px outset #E7F2FF;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    background: #E7F2FF url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png) repeat;
    font-weight: bold;
}

/* Hover inactive tabs */
.yui-nav li:hover, .yui-nav li:focus {
    border-top: 1px outset #A3B3FF;
    border-right: 1px outset #A3B3FF;
    border-bottom: 1px solid #A3B3FF;
    border-left: 1px outset #A3B3FF;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    background: #A3B3FF url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png) repeat;
    font-weight: bold;
}

/* keep the side padding, but enforce no gap between content area and tabs */
.yui-content {
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-bottomright: 0.5em;
    -webkit-border-radius-bottomleft: 0.5em;
    background: #E7F2FF;
    margin-top: 0;
    padding-top: 0.25em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

/* Tabs */
.activetab {
    border-top: 1px outset #E7F2FF;
    border-right: 1px outset #E7F2FF;
    border-bottom: 1px solid #E7F2FF;
    border-left: 1px outset #E7F2FF;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    background: #E7F2FF url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png) repeat;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.inactivetab {
    border-top: 1px inset #D4DEE8;
    border-right: 1px inset #D4DEE8;
    border-bottom: 1px solid #D4DEE8;
    border-left: 1px inset #D4DEE8;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    background: #D4DEE8 url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png) repeat;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.inactivetab:hover, .inactivetab:focus {
    border-top: 1px outset #A3B3FF;
    border-right: 1px outset #A3B3FF;
    border-bottom: 1px solid #A3B3FF;
    border-left: 1px outset #A3B3FF;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    background: #A3B3FF url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png) repeat;
    font-weight: bold;
}

/* Form button */
.formbutton, td.formbutton {
    border: 2px outset #D4DEE8;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    -webkit-border-radius-bottomright: 0.5em;
    -webkit-border-radius-bottomleft: 0.5em;
    background: #D4DEE8 url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png) repeat;
    padding: 0.2em;
    text-align: center;
}

.formbutton:hover, td.formbutton:hover {
    border: 2px outset #A3B3FF;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    -webkit-border-radius-bottomright: 0.5em;
    -webkit-border-radius-bottomleft: 0.5em;
    background: #A3B3FF url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png) repeat;
    font-weight: bold;
}

.formbutton:focus, td.formbutton:focus {
    border: 2px inset #E7F2FF;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    -webkit-border-radius-bottomright: 0.5em;
    -webkit-border-radius-bottomleft: 0.5em;
    background: #E7F2FF url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png) repeat;
    font-weight: bold;
}

/* smw button */
#p-powered_by ul, #p-powered_by li {
   list-style: none;
   padding:0;
}
#p-powered_by li#n- a {
   border:0px solid white;
   display:block;
   width:88px;
   height: 31px;
   background: white url(http://images4.wikia.nocookie.net/tesfanon/images/e/ec/Smw_button.png) no-repeat 0 0
}