/* CSS placed here will affect users of the Quartz skin
See also: [[MediaWiki:Common.css]]
 
Tools: [{{fullurl:{{FULLPAGENAME}}|action=raw&ctype=text/css&smaxage=18000}} reload cache] |  [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fdofus.wikia.com%2Findex.php%3Ftitle%3DMediaWiki%3AMonaco.css%26action%3Draw%26ctype%3Dtext%2Fcss%26smaxage%3D18000&usermedium=all check w3c validation]
 
 This is best view with Moz/Firefox/other gecko Browsers. Color
 based on [[Mediawiki:Monobook.css]].
	__NOTOC__
 
	Monobook common css */
/* @import "http://www.wikia.com/dofus/index.php?title=MediaWiki:Monobook_common.css&action=raw&ctype=text/css"; */
/*<pre style="height:20em;overflow:auto;"><nowiki>*/

/*The equivalent of monobooks content*/
#article {	background-color: White;}
#article table{	background-color: #dbe3e6;}

/*Color customization to Monaco theme*/
/*** MAIN COLORS ***/
.color1, .color1 a, .yui-panel .hd {
	background-color: #448ea3;
	color: White;
}
.color2 {
	background-color: White;
}
#background_strip {
	background-color: White;
	border-color: White;
}

/*** HEADER AND FOOTER ***/
#wikia_header {
	background-color: #7dbad7;
	border-color: #95d9ec;
}
#userData a {		color: #FFF;}
#header_username a {	color: #448ea3;}
#wikia_footer {		color: #000;}
#wikia_footer a {	color: #111;}
.headerMenuButton dt, .headerMenuButton dd {
	background-image: url(http://images.wikia.com/wakfu/images/6/69/Monaco_header_button.png);
	color: #333;
}
* html .headerMenuButton dt, * html .headerMenuButton dd {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/wakfu/images/6/69/Monaco_header_button.png', sizingMethod='crop');
}
#wikia_logo {background-image: url(http://images.wikia.com/wakfu/images/9/9e/Monaco_wikia_logo.png);}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/wakfu/images/9/9e/Monaco_wikia_logo.png', sizingMethod='crop');
}

/*** Ajax logging text and link color ***/
div.wikiaDialog form table {
	color:Black !important;
}
div.wikiaDialog a:link, div.wikiaDialog a:visited, div.wikiaDialog a:active, div.wikiaDialog a:hover {
	color:#005d77;
	text-decoration:underline;
}

/*Extra modifications from base*/
#navigation a{
	background-color:#8dacb4;
}
#navigation li, #navigation .menu-item {
	border-color: #335b66;
}
.widget dd {
        background-color: #c5dce3;
}
#wikia_header {
        /* background: #000 url(http://images.wikia.com/dofus/images/2/22/Monaco_header_banner.png) top center; */
	border-color: #FFF;
	color: #FFF;
}
#page_bar {
	/* background-image:url(http://images.wikia.com/dofus/images/7/77/Monaco_reflected_shadow.png); */
	background-position:top left;
	background-repeat:repeat-x;
	color:white;
	font-family:tahoma;
	font-size:11pt;
	margin:2px 2px 0;
	overflow:hidden;
	padding:0 5px;
}
#search_box{
	/* background-image:url(http://images.wikia.com/dofus/images/7/77/Monaco_reflected_shadow.png); */
	background-position:top left;
	background-repeat:repeat-x;
	height:32px;
	position:relative;
}
#background_strip {
	/* background: #000 url(http://images.wikia.com/dofus/images/5/50/Monaco_background_strip.jpg) no-repeat; */
}

/*** Menu effect table customization ***/
div#link_box table{background-color:#cee6ed;}
 
/*** Footer ***/
#articleFooter table {background-color:#c5dce3;}
#articleFooter {border-top:1px dashed #00c8ff;}
#articleFooter td.col2 {border-left:1px dashed #00c8ff;}
 
/* God i want more compact LinkBox */
#link_box ul {padding:0px 4px}

/*** STYLES FOR TEMPLATES ***/
 .t_item_box {
    width:85%;
    border: 1px solid #999;
    background-color:#dbe3e6;
}

 .t_item_box td, t_item_box th {
    text-align:center;
    vertical-align:middle;
    width: 157px;
    width: 30%;
    background-color:#448ea3;
}

 .t_item_box caption {
   font-size: larger;
   margin-left: inherit;
}

 .t_item_box.bordered {
   border-collapse: collapse;
 }

 .t_item_box.bordered td, .t_item_box.bordered th {
   border: 1px solid #aaaaaa;
 }
 .t_item_box.bordered .t_item_box td,
 .t_item_box.bordered .t_item_box th {
   border: 0;
 }

/*</nowiki></pre>*/