@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.mangatoshokan.com")
{

/*************/
/* Home Page */
/*************/

/* Black Background */
	body, div#glare, div#content, div#content_top, div#content_mid, div#content_bot {
		background: #000 !important;
		color: #808080 !important;
	}

/* Hide Middle Text & Tabs */
	div#content_mid em, div#content_mid br, div#tabs, div#fpcontent, div[class="spacer"] {
		display: none !important;
	}

/* New Manga Listing Color Main */
	ul#contentcontainer_mid li {
		background: #000 !important;
	}

/* New Manga Listing Color Alternate */
	ul#contentcontainer_mid li[class="malt"] {
		background: #000033 !important;
	}

/* New Manga Listing Link Color */
	ul#contentcontainer_mid li a {
		color: #59B5E9 !important;
	}

/* fix for date header colors in manga listing */
	ul#contentcontainer_mid li[class="tbg"] {
		background:url("http://static.mangatoshokan.com/images2/grad.png") repeat-x scroll 0 -83px !important;
		padding:4px 5px 3px 5px !important;
		text-shadow:1px 1px 0 #383f42 !important;
		font-family:Arial !important;
		font-style:italic !important;
		font-size:12px !important;
		color:#f1f1f1 !important;
		cursor:default !important;}

/* Hides big MANGAtoshokan banner */
	a#banner {
		display: none !important;
	}


/**********************/
/* Manga Library Page */
/**********************/

/* Alphabet Directory */
	div[style="text-align: left ! important;"] span[style="background-color: rgb(255, 255, 255); border: 1px solid rgb(153, 153, 153); padding: 5px; font-size: 12px;"] {
		background: #000 !important;
	}

	div[style="text-align: left ! important;"] span[style="background-color: rgb(255, 255, 255); border: 1px solid rgb(153, 153, 153); padding: 5px; font-size: 12px;"] a:hover {
		background: #333333 !important;
	}

/* Manga List Color Main */
	table[class="mdirectorytable"] tr[class="crow1"] {
		background: #000 !important;
	}

/* Manga List Color Alternate */
	table[class="mdirectorytable"] tr[class="crow2"] {
		background: #000033 !important;
	}

/* Manga List Link Color */
	table[class="mdirectorytable"] tr[class="crow1"] a, table[class="mdirectorytable"] tr[class="crow2"] a {
		color: #59B5E9 !important;
	}


/*******************/
/* Manga Info Page */
/*******************/

/* Chapter List Color Main */
	tr[class="crow1"] {
		background: #000 !important;
		color: #808080 !important;
	}

/* Chapter List Color Alternate */
	tr[class="crow2"] {
		background: #000033 !important;
		color: #808080 !important;
	}

/* Chapter List Link Color */
	td[class="ccell"] a, td[class="ccell"] a:visited{
		color: #59B5E9 !important;	
	}

/* Hide Sponsored Link */
	div[style="padding-top: 25px; padding-bottom: 15px;"] {
		display: none !important;
	}

}

/***********************/
/* Manga Reading Pages */
/***********************/

@-moz-document url-prefix("http://www.mangatoshokan.com/read/")
{

/* Hide Second Menu Bar */
	div#menu {
		display: none !important;
	}

/* Black Background for Image Section*/
	tbody, td[class="rpage"] {
		background: #000 !important;
	}


/* Form Boxes and buttons */
	input {
		background: #000 !important;
		border-color: #000 !important;
		-moz-appearance: none !important;
		color: #808080 !important;
	}

/* Search Form */
	input#s {
		background: #000 !important;
		border-color: #000 !important;
		-moz-appearance: none !important;
		color: #808080 !important;
	}

/* Reply Box */
	textarea {
		background: #000 !important;
		border-color: #000 !important;
		-moz-appearance: none !important;
		color: #808080 !important;
	}

/* Drop-down menus */
	select {
		background:#000 !important;
		border-color:#000 !important;
		color:#808080 !important;
		-moz-appearance:none !important;
	}

/* Search Bar fix */
	div#infobar input {
		background:url("http://static.mangatoshokan.com/images2/infobar.png") no-repeat top right !important;
		padding:6px 12px 8px 0 !important;
		float:left !important;
	}

/* Hide Bottom Copyright Bar */
	div#copyright {
		display: none !important;
	}

}