/***** Edit this file to customize the Monaco 'custom' theme. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. See Help:Customizing_Monaco for details *****/
.color1, .color1 a {
   background-color: #464646;
   color:            white;
}
.color2 {
   background: #464646;
}
#background_strip {
   background-color: #464646;
   border-color:     #464646;
}
#page_bar {
   background-color: #000000;
}
#search_box {
   background-color: #000000;
}
#search_button {
   background-image: url(http://images.wikia.com/hardyboys/images//c/c4/Monaco_search_button_template.png);
}
* html #search_button {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/hardyboys/images//c/c4/Monaco_search_button_template.png', sizingMethod='crop');
}
#wikia_header {
        border-color: #464646;
}
#wikia_header a {
	color:        #464646;
}
#userData a, #wikiaBranding a {
	color: #FFFFFF;
}
#header_username a {
	color: white;
}
.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/help/images//d/dc/Whiteheaderbutton.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/help/images/help/d/dc/Orange Wikia Logo.png', sizingMethod='crop');
}


#wikia_logo {
   background-image: url(http://images.wikia.com/help/images//b/b2/Whitelogo.png);
}

* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/help/images//b/b2/Whitelogo.png', sizingMethod='crop');
}

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/help/images//d/dc/Whiteheaderbutton.png);
   color: #FFBF00;
}

* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/help/images//d/dc/Whiteheaderbutton.png', sizingMethod='crop');
}

.widget dt {
   background-color: #000000;
   color:            white;
}

#link_box, #link_box_dynamic {

   background: #c0c0c0;
}

#page_tabs li {
   background-color: #f5f5f5;
}

#page_tabs li.selected {
   background-color: white;
Proxy-Connection: keep-alive
Cache-Control: max-age=0
}


#navigation a:hover, .navigation-hover {
   background-color: #464646;
   color:            white;
}
#navigation a {
   background-color: #c0c0c0;
   color:            #000000;
}

.community_details {
        background: #c0c0c0;
        color:      #000000;
}
#wikia_footer {
color: #464646;
}
#wikia_footer a {
color: #c0c0c0;
}

/* Book list table formatting */
table.books {
         width: 100%;
         border: 1px solid #464646;
         margin: 0;
         font-size: 95%;
         background-color: #000000;
         text-align: center;
         border-collapse: collapse;
}

table.smaller {
         border: 1px solid #000000;
         margin: 0;
         font-size: 95%;
         background-color: #000000;
         text-align: center;
         border-collapse: collapse;
}

table.books th, table.smaller th {
         background: #8112350;
         text-align: center;
         color: #000;
         margin: 0;
}

table.books td, table.smaller td {
         text-align: center;
         vertical-align: middle;
         padding: 2px 5px 2px 5px;
         margin: 0;
}

table.books td.description, table.smaller td.description {
         text-align: left;
         vertical-align: top;
}

td.spacer {
         background: #000;
         height: 10px;
}