/* wikitable class for skinning normal tables */
#content table.wikitable,
#article table.wikitable {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #aaa solid;
	border-collapse: collapse;
}
table.wikitable th,
table.wikitable td {
	border: 1px #aaa solid;
	padding: 0.2em;
}
table.wikitable th {
	background: #f2f2f2;
	text-align: center;
}
table.wikitable caption {
	font-weight: bold;
}

/* Limpieza del encabezado de la Portada */
.page-Main_Page #lastmod,
.page-Main_Page #siteSub,
.page-Main_Page #contentSub,
.page-Main_Page h1.firstHeading { display: none !important; }

/*~ Checker Background and hover effect for transparent images on images namespace ~*/
body.ns-6 #file img {background:transparent url(/skins/common/images/Checker-16x16.png) repeat fixed 0 0;}
body.ns-6 #file img:hover,
body.ns--1 .gallerybox img:hover /*~ images on galleries on special namespace ~*/
{background:#333333 none repeat scroll 0 0;}

/*~ Scrollable when exceed, and space fix for template displays ~*/
pre {
	overflow: auto;
	padding:0.5em;
}

/*~ Add/delete number colors on Recent Changes ~*/
.mw-plusminus-pos {	color: #1E90FF;} 
.mw-plusminus-neg {	color: #E42217;}
.mw-plusminus-null {	color: #555555;} 

/*~ SiteNotice improve in space ~*/
#siteNotice {	font-family:"Trebuchet MS";}
#siteNotice td { width:95%; }

/*~ H's not appearing behind floating objects ~*/
h1, h2, h3, h4, h5, h6 {	overflow:hidden; }

/* remove talk link from forum namespace (monobooks/newskins/quartzskins/monaco) -Splarka */
body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li  { display: none;}

/* Users Bot name coloring */
table.diff a[title="User:CizBot"],	ul#pagehistory li a[title="User:CizBot"],ul.special li a[title="User:CizBot"]
{ color: Gray;}
 
/* Users Admins name coloring */
table.diff a[title="User:Cizagna"],	ul#pagehistory li a[title="User:Cizagna"], ul.special li a[title="User:Cizagna"]
{ font-weight:bold; color:#009900;}

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect:after,
.watchlistredir:after {
	content: " (redirect)"}
.allpagesredirect a,
.watchlistredir a {
	background: url(http://images.wikia.com/dofus/images/5/5c/Allpagesredirect.gif) center left no-repeat; 
	padding-left: 13px;}
.allpagesredirect,
.watchlistredir {
	font-style: italic;}