/* CSS placed here will affect users of the Monobook skin */
@import "/index.php?title=MediaWiki:Sig.css&action=raw&ctype=text/css";

#content {border: 1px solid}
        

#p-search {
	position: relative;
	z-index: 3;
}
input.searchButton {
	margin-top: 1px;
	font-size: 95%;
        font-color: #FF00FF;
	background-color: #DED3B9;
	border: 1px solid orange;
}
#searchGoButton {
	padding-left: .5em;
	padding-right: .5em;
	background-color: #DED3B9;
	border: 1px solid orange;
}
#searchInput {border: 1px solid orange}

#searchBody {border: 1px solid orange}

// ==================================================
//	Collapsible Portlets (experimental)
// ==================================================

ul {
    list-style-image: url('http://images.wikia.com/flyff/de/images/6/62/Flyffdot-blue.png');
}
ul li:hover { 
    list-style-image: url('http://images.wikia.com/flyff/de/images/b/b5/Flyffdot-yellow.png'); 
}

.portlet ul {
    list-style-image: url('http://images.wikia.com/flyff/de/images/6/62/Flyffdot-blue.png');
}
.portlet ul li:hover { 
    list-style-image: url('http://images.wikia.com/flyff/de/images/b/b5/Flyffdot-yellow.png');
}

/* Classes for collapsible portlets, customize as needed */
h5.portletCollapsible {
  display:block;
  padding:0;
  height:auto;
}
.portletCollapsible a {
  padding:1px 1px .2em 15px;
  display:block;
  text-decoration:none;
  color:black;
}
.portletClosed { background:center left url("http://wiki.tribalwars.net/images/2/2a/Rightarrow1.gif") no-repeat; }
.portletOpened { background:center left url("http://wiki.tribalwars.net/images/7/7f/Downarrow1.gif") no-repeat; }

#p-cactions .pBody {
	background: transparent;
	border: 0px solid #DED3B9;
}

#p-cactions li.selected {border: none}
#p-cactions li a:hover {background-color: #DED3B9}
#p-cactions li a {border-color: #844100}

a:hover{color: orange}

#p-personal ul {
	background: #DED3B9;
	border-left: 1px solid #844100;
	border-bottom: 1px solid #844100;
	-moz-border-radius-bottomleft: 1em;
	width: auto;
	display: inline;
	position: absolute;
	right: 0px;
	padding-left: 0px;
	padding-bottom: 1px;
}

.portlet h5 {
	background: transparent;
	padding: 0 1em 0 .5em;
	display: inline;
	height: 1em;
	text-transform: lowercase;
	font-size: 120%;
	font-weight: normal;
	white-space: nowrap;
}

/* Main Page Heading colour Fix */
body.page-Main_Page h1 {color:#000000}

/* To put First Heading Central to improve the pages look */
/* Also so that when users put H2 as the pagename you can see */
/* Then clearly as separate */

.firstHeading{text-align:center}