/* @override 
	http://192.168.1.108/mangaball/css/mangaball.css
	http://clients.winnielim.com/mangaball/css/mangaball.css
*/


/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Site-wide definitions */
body{
	background-color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	font-size: 0.78em;
	color: #6f6f6f;
}

h1,h2,h3{
	font-family: "Trebuchet Ms", Tahoma, sans-serif;
	line-height: 1.2em;
	font-weight: bold;
}

h1{
	font-size: 2em;
}

h2{
	font-size: 1.8em;
}

h3{
	font-size: 1.2em;
}

h5{
	font-size:1em;
	font-weight: bold;
	color: #0c80ca;
}

p{
	
}

em{
	color: #2487c5;
}

strong{
	font-style: italic;
	font-weight:bold;
}

input, textarea {
	background-color: #fffee6;
	border: 1px solid;
	font-size: 12px;
	font-weight: bold;
	padding:5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
	color: #747474;

}

textarea{
}

a {
	color: #6f6f6f;
}

ol{
	list-style-type: decimal;
	list-style-position: inside;
}



/* @end */

/* @group site-wide classes */


.left{
	float: left;
}

.right{
	float: right;
}

.clearBoth{
	clear: both;
}

.fourMiniCol{
	width: 223px;
	padding: 10px;
}

.rightMiniCol{
	width: 243px;
	height:600px;
	margin-top:96px;
}

.rightAdv{
	margin-top:10px;
	margin-bottom:10px;
	width: 243px;
}

.rightborder{
	border: 3px solid #e0eeee;
}

.sevenMiniCol{
	width: 428px;
}

.oneCol{
	width:309px;
}

.oneColbox{
	width:289px;
}

.twoCol{
	width: 635px;
}
.allCol{
	width:960px;
}

.wrap{
	margin: auto;
}

.detailWhole{
	width:700px;
}

.chapterCol{
	width: 330px;}
	
.nameCol{
	width: 130px;
}

.dateCol{
	width: 170px;
}


.firstRow{
margin-top:0;
margin-bottom:10px;
padding-bottom:10px;
}

.secRow{
margin-bottom:10px;
padding-bottom:10px;
}


input.button[class] { /*ie ignores [class]*/
    width: auto;
}

input.checkbox {
border:0;background:transparent;
}


.listSelector li{
	display: inline;
	float: left;
	margin: 0;
	position: relative;
	padding: 0 0 0 8px;
}

.mangashelf #browseBy{
	padding-left: 10px;
}

.listSelector li a{
	display: block;
	float: left;
	text-decoration: none;
	color: #21a3be;
	font-weight: bold;
	padding:4px 8px 5px 0;
}

.listSelector li a:hover{
	text-decoration: underline;
	}

.selected {
	background:transparent url(/img/selected_left.png) no-repeat left top;
		
}

.selected a{
	background: transparent url(/img/selected_right.png) no-repeat right top;
}

.user{
	color: #337e95;
	font-weight: bold;
}

.more {
	clear:both;
	text-align: center;
}

	.more a{
		color: #2a90d0;
}

	.addShelf,
	.yellowButton{
		color:#fff;
		font-weight:bold;
		text-decoration: none;
		background:url(/img/addshelf2.png) repeat-x;
		padding: 5px 7px;
		font-family:Arial, Helvetica, sans-serif;
		border:0;
}
	.addShelf2{
		float:right;
		color:#fff;
		font-weight:bold;
		text-decoration: none;
		background:url(/img/button_blue.png) repeat-x;
		padding: 5px 7px;
		font-family:Arial, Helvetica, sans-serif;
		border:0;
}
.addShelf{float:right;}
	 .added{
	color: #666;
	background: #ccc;
	border: 2px solid #ccc;
}

	.addShelf:hover, 
	.yellowButton:hover{
		text-decoration: underline;
}

.editLink{
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;

}



/* @end */

/* @group header */


#header{
	float:left;
	width: 100%;
	background: url(/img/header_bg.png) repeat-x;
	color: #fff;
}

	#header a{
		color: #fff;
}

	#logo{
		padding:0px 15px 0 0;
}

	#miniNav{
	width:600px;
	clear: both;
	text-align: right;
	margin-top:5px;
	padding: 0;
}

	#miniNav, #miniNav a {
		color: #e5ffff;

}

		#miniNav a{
			font-size: 9pt;
}


/* @group top nav */

#topNav{
	margin-top: 0px;
	padding-top:2px;
	*margin-top: 7px;
	}

		#topNav li{
			float:left;
			
			display: inline;
}

			#topNav li a{
				display: block;
				margin: 0;
				margin-right:5px;
				padding: 9px 15px 6px 15px;
				background: transparent url(/img/nav-bg.png) repeat-x 0 bottom;

				text-decoration: none;
				text-align: center;
				
				font-family: "Trebuchet Ms", Tahoma, sans-serif;
				font-weight: bold;
				font-size: 14px;
			
		}
		
				#topNav li a:hover,
				.home #topNav li a#home,
				.browse #topNav li a#browse,
				.contribute #topNav li a#contribute,
				.shelf #topNav li a#shelf,
				.connect #topNav li a#connect,
				.friends #topNav li a#avatar,
				.news #topNav li a#news
				{
					background: #026f93 url(/img/nav-bg_active.png) repeat-x;
					padding-top: 5px;
					border-bottom: 2px solid #026f93;
					border-top: 2px solid #73d8e6;
}

				#topNav li a img.icon{
					float:none;
}



/* @end */
	
	.loginBar {
		clear:both;
		float: right;
		position: relative;
		top: 0px;
		font-size: 11px;
		padding-top:5px;
		padding-bottom:5px;
	}


		.loginBar form{
			margin: 0 5px;
}

		.loginBar input.text{
			border-color: #85dcf8;
}

		.loginBar p{
			padding: 5px 0 10px 0;
}

		.loginBar p strong{
			font-style: normal;
}

/* @end */

/* @group body */

#bodyContent{
	width:100%;
	background: url(/img/body_bg.png) repeat-x;
}

/* @group Startbar */
#startReading{
	margin-top: 15px;
	padding-top:10px;
	background: url(/img/startBar_bg.png) no-repeat;
	height:37px;
}

	#startReading .left{
	margin-right:15px;
}

	#startReading select{
	margin-left:280px;
	font-size: 14px;
	padding: 2px;
	width: 300px;
}

	#startReading input.text{
	width:200px;
	border-color:#fc9c05;
}

	#startReading p{
		font-size: 16px;
		font-weight: bold;
		color: #ff7e00;
}



/* @end */

/* @group introbanner */

#introContent{
	clear: both;	
	font-family: "Trebuchet Ms", Tahoma, "Lucida Grande", "Lucida Sans", sans-serif;
}

#introBanner{
	clear: both;
	float: left;
	padding-bottom: 20px;
	border-bottom:1px dashed #cdeeed;
	margin-top: 15px;
	background: url(/img/introbanner.png) no-repeat;
	
}

#signupText {
	width: 200px;
	position: relative;
	right: 90px;
	top: 25px;
	
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;

	color: #04609a;
	line-height: 1.2em;
}
	
	#signupText img {
		padding-top: 10px;
		
	}

#introPoints {
	padding-top:140px;
}

	#introPoints li{
		display:block;
		float: left;;
		margin:0 0 0 25px;
		width: 190px;
		color:#0778c0;
		font-weight: bold;
		font-size: 1.2em;
	}
	
 	#introPoints h2{
	float: left;
	color: #ff6d00;
	font-size:2.3em;
	padding-right:10px;
}

#mangaViewed{
	float:left;
	padding-top: 15px;;	
	color:#0ca7c1;
}

	#mangaViewed h3{
		width:130px;
		float: left;
		padding-right: 25px;
}

	#mangaViewed ul{
		float: left;
		width: 460px;
}

	#mangaViewed li{
		float: left;
		margin-right: 15px;
}

	#mangaViewed li a{
		display: block;
		border:3px solid #cfecf0;
		}
		
#feednShare {
	background: url(/img/feedshare_bg.jpg) no-repeat left top;
	font-size: 1.2em;
	font-weight: bold;
	color: #2cb3c9;
}

	#feednShare a{
	color: #2cb3c9;
	text-decoration: none;

	
}

	#feed, #share{
	margin: 0px 40px;
}

	#feed{
	text-align: center;
	padding: 20px 0;

	border-bottom:1px dashed #cdeeed;
	
}

		#feed a img {
			float: left;
			margin-right: 10px;
		}
	#share{
	width: 160px;
	margin: auto;
	padding: 15px 0;
	
}
		#share li{
			float: left;
			margin-right: 15px;
}

	

/* @end */


/* @group leftcol */
	#contentLeft{
	padding-top: 40px;
}

	#contentLeft .more{
	text-align:right;
	position:relative;
	right:20px;
}

	#contentLeft h1{
	font-size:25px;
}

	#contentLeft .icon{
	padding: 0px 7px;
	position:relative;
	top:5px;
}

/* @group roundCorner */

.btl{
background:url(/img/cornerleft.png) no-repeat top left;
z-index:1;
}
.btr{
background:url(/img/cornerright.png) no-repeat top right;
z-index:1;
}

.bbl{
background:url(/img/cornerleftBottom.png) no-repeat bottom left;
z-index:1;
}
.bbr{
background:url(/img/cornerrightBottom.png) no-repeat bottom right;
z-index:1;
}

.bottom{
position:relative;
bottom:34px;}

/* @group contribute */

	#contribute {
	background: #effbfb url(/img/contribute_bg.jpg) no-repeat;
	float: left;
	
}

	#contribute h1{

	line-height: 1.8em;
	color: #279FC4;
	text-align: center;
	
}

	#contribute h3{
	color: #025e7b;
	font-size: 1em;
	
	
}

	#contribute p.italicExplain {
	
	font-style: italic;
	color: #3a99d4;
	margin: 0 0 10px 0;
	
}

	#contribute .listSelector{
	margin: 0 0 0 10px;
}



	#contribute #newsContent{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
}

	#contribute li{
	padding-bottom:10px;
}
	
	#news h4 a{
				color: #30a9c1;
				font-weight: bold;
}


	.list{
		clear: both;
		text-align: left;
		padding: 10px 20px;
		line-height: 2em;
}

/* @end */

/* @group updates */
#updates {
	background: #effbfb url(/img/contribute_bg.jpg) no-repeat;
	float: left;
	padding-bottom:10px;
}

	#updates h1{
	line-height: 1.8em;
	color: #279FC4;
	text-align: center;
	
}

	#updates h3{
	color: #025e7b;
	font-size: 1.2em;	
	padding-left:20px;
}

	#updates #newsContent{
	padding-left:20px;
}

/*
	#updates #nameList{
	padding-left:25px;
}
*/

	#updates p.italicExplain {
	font-style: italic;
	color: #3a99d4;
	margin: 0 0 10px 0;
}

	#updates .listSelector{
	margin: 0 0 0 10px;
}

#contentLeft #updates table{
		padding-bottom:10px;
}

#contentLeft #updates .tableList a{
	text-decoration: none;
}

#contentLeft #updates .tableList a:hover{
	text-decoration: underline;
}

#contentLeft #updates .tableList:hover,
#contentLeft #updates .tableList:hover a
{
	background:#019BF8;
	color:white;
	cursor:pointer;
}

#contentLeft #updates .tableList td{
padding-left:25px;
}


/* @group charts */
#chartHeader{
	float:right;
	border-top: 5px solid #97e4ee;
	border-bottom: 1px solid #97e4ee;
	padding: 10px 0;
	margin:20px 0;
}

	#chartHeader h2{
		color: #0c80ca;
		margin-left: 20px;
	}
	
	#mangaCharts{
	margin-bottom: 20px;
}
	
#mangaCharts ol{
	float: left;
	padding: 0 0 0 30px;
	color: #0c80ca;
	list-style-type: none;
}

	#mangaCharts ol li{
	float: left;
	padding:10px 0;
	font-size: 1em;
	position: relative;
	width: 600px;
}

	.mangaInfo{
	position:relative;
	float: left;
	width: 380px;
}
	#mangaCharts span{
	float: left;
	font-size: 1.5em;
	padding-right: 5px;
}

	#mangaCharts img.cover{
	float: left;
	border: 2px solid #cfecf0;
	margin: 0 5px 0 0;
}
	.author {
	color: #2fa9c2;
}

	.mangaInfo p{
	clear: both;
}

	.mangaStats{
	position:absolute;
	right: 20px;
}

		.mangaStats a{
			color: #ce6622;;	
}

		.stars img{
			margin: 0 1px;
}

	.minimized{
		border-top:1px solid #d4f1f1;
}
		.minimized span{
			padding: 0 0 10px 0;
}

			.rating{
				font-size: 1.1em;
				font-weight: bold;
				color: #ce6622;
			}


/* @end */



/* @end */

/* @group rightCol */
#contentRight{
	margin-top: 40px;
}
	#contentRight ul{
		border:3px solid;
		padding: 15px;
		margin: 0 0 20px 0;

	}
	
	#contentRight ul li{
	padding-bottom: 10px;
}
	
	#contentRight h3{
	color: #21a3be;
	padding-bottom: 20px;
	text-align: center;
}

		#contentRight h3 em{
			color: #126883;

	}
		#contentRight ul#news{
			border-color: #f9f5d7;
	background: url(/img/news_bg.png) no-repeat;
}

 			.date{
				color: #1c88cd;
}
			#news h4 a{
				color: #30a9c1;
				font-weight: bold;
}

		#contentRight ul#happenings{
	border-color:#f3f3f3;
		background: url(/img/happenings_bg.png) no-repeat;
}

	#contentRight #welcome,#welcome2,#welcome1,#affiliates{
		border:3px solid #f9f5d7;
		padding: 15px;
		margin: 0 0 20px 0;
		background: url(/images/news_bg.png) no-repeat;
		text-align:center;
	}
	
	#contentRight p{
	padding-bottom: 10px;
}


#newsbody{
	display:inline;
	width:100%;
}

#newsDetail{
	text-indent:2em;
	padding:10px 20px;
}

#error{
	padding:70px 50px;
	line-height: 1.8em;
	color:#279FC4;
	text-align:center;
}



/* @end */



/* @end */

/* @group footer */

#footer{
	clear:both;
	width: 100%;
	border-top: 5px solid #e0f3f3;
	text-align: center;
	background-color: #E0F3F3;
	position: relative;	
}

	#footerContent{
		margin:25px auto;
	}

		.footerBox{
			float: left;
			width: 240px;
			border-right: 1px dotted #208bce;
			height:130px;
			padding:0 40px;
			margin-bottom: 20px;
}


			.footerBox h3{
				color: #0c80ca;
				margin-bottom: 10px;
}

			#footerContent .last{
	
				padding: 0 0 0 40px;
				border: 0;
				
}

#copyright{
		width: 100%;
		clear: both;
		padding: 20px 0px;
		background-color: #e0f3f3;

}

/* @end */

/* @group subpage styles */
.subpage h1{
	font-size: 36px;
	color: #279fc4;	
	font-style: normal;
}

#breadcrumb {
	float: left;
	margin: 10px 0 10px 0;
}

#breadcrumb p, #breadcrumb a{
	color: #024459;

}

/* @group browse styles */

#browseBar{
	float: left;
	margin-top: 15px;
}

	#browseBar ul li{
		float: left;
}

	#browseBar h1{
	float: left;
	margin: 0 50px 0 0;
}


	#browseTop {
	float: left;
	margin:0;
	}

	#browseTop li{
		display: inline;
		position: relative;
		padding: 0 0 0 5px;
		margin: 8px 5px 0 0;
	}
	#browseTop li a{
		display: block;
		padding: 8px 10px 8px 5px;
		margin: 0;
		font-size: 16px;
		font-weight: bold;
		font-family: "Trebuchet MS", "lucida grande", tahoma, sans-seif;
		color: #8acccc;
		text-decoration: none;
		
	}
	
	#browseTop .current {
		background: transparent url(/img/browsetab-left.gif) no-repeat left top;
}
	
	#browseTop .current a{
		color: #fff5af;
		background: transparent url(/img/browsetab-right.gif) no-repeat right top;
}

	#browseTop li a:hover{
	text-decoration: underline;
}

	#browseBy{
	float: left;
	background: #1da1cc;
	padding: 7px 0px 4px 0px;
	margin-bottom:5px;
}

		#browseBy h2{
			font-size: 16px;
			color: white;
			float: left;
			margin: 3px 15px 0 10px;
}
		#browseDisplay{
			width: 190px;
}

		#browseBy a{
			color: #d8edf4; 
}

		#browseBy .selected a{
	 		color: #21a3be;
}
		#browseBy select{
			float: left;
			margin: 5px 10px 0 0;
}

	#sortBy{
		float: left;
		background:#fff7c3;
		padding: 7px 0;
}
		#sortBy h3{
			float: left;
			margin: 0 0 0 10px;
	
}

		#sortBy li{
			margin: 0 10px;
}

		#sortBy li a {
			color: #1886cc;
			text-decoration: none;
}

		#sortBy .sorted a{
			text-decoration: underline;
}

	#checkScan{
	margin: 0 10px 0 0;
}
		#checkScan input{
			border: 0;
}

		#alphaBar{
			clear: both;
			text-align: center;
			background: #f5f5f5;
			margin: 10px 0;
			padding: 7px 0;
}

			#alphaBar li{
				display: inline;
				padding:  0 11px;
				font-weight: bold;
				color: #1b88cd;
				
}
			#alphaBar a{
				color: #1b88cd;
				font-weight: normal;
}

.browse #mangaList{
	float: left;
	margin: 20px 0;
	overflow-x:hidden;
}

	#numNav{
		text-align: center;
		padding-bottom: 20px;
	
}

		#numNav li{
			display: inline;
			padding: 0 4px;
			font-size: 1.3em;
			font-weight: bold;
}

		#numNav a{
			color: #2a90d0;
			font-size: 0.85em;
			font-weight: normal;
}

/* @group manga styles */

.fullManga{
	float: left;
	border: 1px solid #cdf5f5;
	background: #eff9f9;
	width: 309px;
	height: 155px;
	overflow: hidden;
	position: relative;
	margin:4px;
}

	.browse strong a{
	color: #2fa9c2;
	font-size: 14px;
}

	.browse p{
	font-size: 11px;
}

	#browseView{
	/**margin: 20px 0 0 0;**/
	color: #73a8a6;
	font-weight: bold;
}
		#browseView a{
			color: #73a8a6	
}


	.browse .cover{
		border: 2px solid #cfecf0;
		float: left;
		margin: 10px 0 0 10px;
}
	.fullManga{position:relative;}

	.fullManga .mangaInfo{
		float: left;
		width: 200px;
		margin: 10px 0 0 10px;
}

	.textList .mangaInfo{
		float: left;
		width: 960px;
		padding: 10px 0 50px 0;
		border-bottom: 1px solid #dedede;
}


	.fullManga .stars{
		position: absolute;
		bottom:5px;
		float:left;
}


		.fullManga .addShelf,
		.fullManga .addShelf2,{
		position: absolute;
		float:right;
}

	.textList {
	position: relative;
}

	.textList li{
		display:block ;
		padding: 0 0 10px 0;
		}

	.textList ul li{
		display: inline;
		position: absolute;
}

#tableHeader{
	padding: 0 0 10px 0;
}

#titleHD, #authorHD, #ratingHD, #tagsHD, #scansHD, #shelfHD, .tag{
	font-weight: bold;
	font-size: 11px;
}

		.textList .titleText{
		width: 250px;
		float: left;
}

		.textList .authorText{
			left: 260px;
			width: 110px;
}

		.textList .ratingText{
			left: 393px;
}

		.textList .tagsText{
			left: 521px;
			width: 171px;
}

		.textList .scansText{
			left: 700px;
}

		.textList .shelfText{
			left: 844px;
}

		.textList .author{
			font-size: 11px;
}





/* @end */

/* @group author list */

#authorList {
	float: left;
	padding: 0 0 20px 0;
}

#authorList .oneColbox{
	background: #eff9f9;
	padding: 10px;
	float: left;
	margin: 0 11px 0 0;
}

	#authorList li{
		padding: 5px 5px 10px;
}

	#authorList a{
		color: #3399cc;
}

/* @end */


/* @end */

/* @group manga detail styles */

#mangaDetail{
	float: left;
	padding:10px 0 20px 0;
}
#detailCover{
	width: 232px;
	border: 5px solid #cfecf0;
}

	#detailCover a{
	display: block;
	text-align: center;
}

#detailButtons{
	background-color: #ecf7fa;
	padding:  10px 0 10px 45px;
	margin: 1px 0 10px 0;
}


	#detailButtons .addShelf{
	margin: 0 0 0 0;
}

	#detailButtons .publisherDetail{
		margin-left: 50px;
}

.mangashelf #detailButtons{
	padding: 10px 0 10px 18px;
}

#detailText h5{
	margin-top: 5px;
}

#detailMid{
	margin-left:15px;
}

	#mangaDetail h2{
	font-family: "lucida sans", "lucida sans unicode", "lucida grande", sans-serif;
	font-style: italic;
	color: #2fa9c2;
	font-size: 2.5em;
	float: left;
}

	#mangaDetail h3{
		color: #0c80ca;
		clear: both;
}

	#detailMid h3{
	color: #0c80ca;
	font-size: 1.5em;
}

	.popular{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #e16a16;
	margin-left: 5px;
}

#detailIdentity{
	clear: both;
	font-size: 1.1em;
}

#detailRating{
	background-color: #eff9f9;
	padding:8px;
	margin: 10px 0;
	font-size: 1.2em;
	color: #1786cc;
}

	#detailRating a {
		float: left;
		margin:0 100px 0 5px;
		color: #2fa9c2;
		font-weight: bold;
}
	#detailRating p{
	font-size: 1em;
}

	#mangaDetail strong{
	float: left;
	margin-right: 10px;
	color: #1786cc;
	font-style: normal;

}

	#detailRating .stars{
		float: left;
}

#detailChapters,#settings,#private{
	border: 3px solid #e0eeee;
	padding: 10px;
	float: left;
	width: 412px;
	margin:10px 0 20px 0;
}

#detailHeader{
	width: 430px;
}

	ul.chapterNav {
	float: left;
	width: 400px;
		background-color: #ededed;
		padding: 5px;
		margin: 10px 0;
}

		ul.chapterNav li{
			display: inline;
			padding: 0 8px 0 0;
}

			ul.chapterNav li.right{
			padding: 0;
	}
			ul.chapterNav a{
				color: #0c80ca;
}
				ul.chapterNav .currentPage a, ul.chapterNav a:hover{
					text-decoration: none;
}

#chapterListing, #seriesListing{
	font-size: 11px;
	clear: both;
	line-height: 1.2em;
	
}
	#chapterListing ul, #seriesListing ul{
		width:410px;

}
	#chapterListing li, #seriesListing li{
	
	float: left;
	display: block;
	padding: 5px 0 5px 0;
	position: relative;
}

	#chapterListing #chapterHD, #seriesListing #seriesHD{

		font-weight: bold;
		margin: 0;

}



	#chapterListing li li, #seriesListing li li{
		position: absolute;
		z-index: 1;
		
}

		.chapterItem, .seriesItem{
			border-top: 1px solid #b7e5e8;			


}



		.chapterScan{
	
			left: 50px;
}

		.chapterDate{
			left: 320px;
}

		.chapterActions{
			left: 320px;			
}

			.chapterActions a{
				color: #2fa9c2;
}

/* specifically for authors & publisher detail pages*/

	#chapterListing li .chapterNo, #seriesListing li .seriesTitle{
	position: relative;
	
}
	
	.seriesTitle a{
		font-weight: bold;
		font-style: italic;
		display: block;
		width: 180px;
		padding-bottom: 5px;


}

	.mangashelf .seriesTitle a{
	width: 140px;
}

	.seriesTitle a, .seriesPub a{
		color: #2fa9c2;
}
	
	.seriesPub{
	/**left: 185px;**/ left:145px; width:70px;
}

    .mangashelf #seriesListing .seriesItem .seriesPub{
    left: 10px;
    width: 75px;
    position: relative;
}

	.seriesRating{
	/**left: 290px; **mlwong**/ left:220px;
}

		.mangashelf .seriesRating{
			left: 220px;
}

		.mangashelf .seriesRating .yellowButton{
			line-height: 1.5em;
}		

	.seriesRating .stars img{
	margin: 0;
}

	.seriesScans{
	left:330px;
	width:90px; /** to handle IE **/
}

		.mangashelf .seriesScans{
			left: 320px;
}

.seriesActions {
	left: 400px;
}

li.seriesItem.moreMenuActive {
	z-index: 80;
}

#seriesListing .moreMenuList{
	position: absolute;
	top: 25px;
	z-index: 99;
	left: 320px;
	float: left;
	width: 75px;
	background-color: #eff9f9;
	padding: 5px 10px 10px;
	border: 1px solid #cfecf0;
}

	#seriesListing .moreMenuList li{
	position: relative;
	clear: both;
}

	#seriesListing .moreMenuList li{
	padding: 0;
	line-height: 1.8em;
}

	#seriesListing .moreMenuList .active {
	padding-left: 10px;
	background: url(/img/tick.png) no-repeat left center;
	
}

	#seriesListing .moreMenuList a:hover{
		font-weight: bold;
}

	.commentButton{
	float: right;
	margin: 5px;
}



#reviewForm{
	border: 1px solid #CAEDEF;
	float: left;
	background-color: #DDF3F4;
	margin: 10px 0;
}

	#mangaDetail .textbox{
		width: 428px;
		border:0;
		height: 100px;
		overflow-y:auto;
		overflow-x:hidden;
}

#rateSubmit{
	padding:5px 10px;
	float: left;
	position: relative;
	width: 412px;
}

	#rateSubmit strong{
	padding-top: 5px;
	font-size: 14px;
}

	#rateSubmit .stars{
		float: left;
		padding: 5px 0;
}

	#rateSubmit .yellowButton{
			position: absolute;
			right: 10px;
}

.reviewNav{
	border-top: 1px solid #e4eef4;
	margin: 10px 0;
	padding-top: 10px;
}

.reviewNav a{
	float: right;
	font-size: 1em;
	font-weight: bold;
	color: #1b88cd;
}

#reviewListing li{
	float: left;
	margin: 10px 0;
}

.userHolder{
	width: 70px;
	text-align: center;
	float: left;
	display: block;
}

	.userHolder img{
	width: 66px;
	border: 2px solid #b9dddd;
	clear: both;
	
}
	
	.userHolder .user{
		font-size: 11px;
		clear: both;
		display: block;
	}
	
.reviewHolder{
	background: url(/img/bluereviewbg.gif) no-repeat left top;
	float: left;
	margin-left: 10px;
	padding: 0 0 0 10px;
}

.altReview .reviewHolder{
	background: url(/img/greyreviewbg.gif) no-repeat left top;
}

	.review{
			background-color: #ecf7fa;
			float: left;
			padding: 10px;
			width: 325px;
}

	.review .stars{
	padding-top: 5px;
}

	.altReview .review{
			background-color: #f0f1f1;
}

	.reviewDate{
	font-style: italic;
}

		
			
	

.detailRightbox{
	border: 3px solid;
	float: left;
	width: 218px;
	padding: 10px;
	margin: 0 0 20px 0;
}

	.detailRightbox h3{
		font-size: 15px;
		
}

#detailRecommend{
	border-color: #f1eed3;
	background-color: #fffef4;
}

.recommendListing li{
	float: left;
	padding: 5px 0 0 0;

}

.recommendListing .cover{
	float: left;
	margin: 0px;
}



.recommendListing .mangaInfo{
	float: left;
	width: 170px;
	font-size: 0.9em;
	margin-left: 5px;
	line-height: 1.5em;
}

	.recommendListing .mangaInfo strong a{
		font-style: italic;
		font-size: 12px;		
}

	.recommendListing .stars{
		margin: 5px 0;
}

#detailPeople{
	background-color: #eff9f9;
	border-color: #d9efef;
	position: relative;
	
}

#detailFriends{
	border-color: #b1e4ee;
		position: relative;

}

	#detailPeople ul, #detailFriends ul{
		float: left;
		margin: 10px 0;
		
}

	#detailPeople li, #detailFriends li{
	float: left;
	padding: 0 1px 5px 4px;
	
}

	#detailPeople li a, #detailFriends li a{
		display: block;
		background-color: white;
		float: left;
		border: 1px solid #d9efef;	
		width: 36px;
		height: 36px;
}

	.viewAll{
	position: absolute;
	right: 10px;
	top: 10px;
}


/* @end */

/* @group manga read styles */

#mangaRead{
	position: relative;
	padding-bottom: 20px;
	/* just add in  */
	padding-top:20px;
}
.readBar{
	background-color: #dff4f4;
	float: left;
	padding:10px 5px 5px 5px;
	width: 950px;
}


	.readBar h3, .readBar h4{
	float: left;
	color: #0c80ca;
	margin:0 5px 0 0;
}

	.readBar h3{
	font-size: 18px;
	margin:0 10px 0 0;

}

	.readBar select, .readBar .button{
	float: left;
	margin: 0 10px 0 0;
}

	.readBar h4{
	font-weight: bold;
	font-size: 14px;
}


#mangaPage {
	text-align: center;
	margin: auto;
}

	#mangaPage img{
	border: 2px solid #eff9f9;
}
/** login, register, admin chapter uploads form **/
.niceForm {
	margin-bottom:30px;
}
	.niceForm ul li {
		margin-top:10px;
	}
	.niceForm ul li label {
		margin-top:7px;
		position:absolute;
	}
	.niceForm ul li input, .niceForm ul li textarea {
		margin-left:120px;
	}
	.niceForm input, #mainloginform input,#recoverPassWord input{
		width:150px;
	}
#recoverPassWord ul li input{
	margin-left:50px;
}

/* @end */

/*  redirect page   */
#seriesIncomplete, #seriesComplete{
clear:both;
}

#otherSeries{
	display:block;
	margin-left:130px;
}

#otherSeries div{
	width:190px;
	margin:10px;
	float:left;
	display:inline;
}

#otherSeries p{
	width:190px;
	text-align:center;
}

#otherSeries div div {
	display:inline;
	width:80px;
	float:left;
	cursor:pointer;
	margin:0 5px;
}
#otherSeries div div img{	
	padding:10px;
	border:0;
}
#otherSeries div div img:hover{
	background:#019BF8;
}

#otherSeries div div p{
	width:91px;
}

/* @end */

/*  setting page   */
#settings {
color:#2FA9C2;}

#settings h3{
background:#EDEDED;
padding:5px;
}

#settings fieldset{
border-bottom:solid 1px #B7E5E8;
display:block;
padding:5px 0 3px;
}

#settings label{
font-weight:bold;
width:135px;
display:block;
float:left;
}

#settings div{
text-align:left;
width:275px;
float:right;
}

#settings input{
	/**border:0;**/
	background:transparent;
}

#siteSetting{
	padding-bottom:20px;
}
.usersettingform {
	padding-top:20px;
	padding-bottom:20px;
}

.usersettingform .passbox{
background:#FFFFFF;
border:1px solid #CCCCCC;
padding:3px;
float:right;
width:130px;
}

/* @end */



.adv{
text-align:center;
}

.advHorizontal{
text-align:center;
margin: 0 auto 15px auto;
clear:both;
}


/*  style for all the buttons */
.bluebutton, .bluebutton .bluebutton_left{
	background:url(/img/bluebutton.gif) no-repeat;
}
.bluebutton {
	color:#FFF;
	padding:5px 11px 5px 6px;
	background-position:right 0;
	position:relative;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
	border:0px;
}
.bluebutton .bluebutton_left{
	background-position:left top;
	width:10px;
	height:26px;
	position:absolute;
	top:0px;
	left:-6px;
	z-index:10;	
	display:block;
	cursor:pointer; /* mostly needed for internet explorer */
}
.bluebutton:hover {
	text-decoration:underline;
	cursor:pointer;
}



.orangebutton, .orangebutton .orangebutton_left{
	background:url(/img/orangebutton.gif) no-repeat;
}
.orangebutton {
	color:#FFF;
	padding:5px 11px 5px 6px;
	background-position:right 0;
	position:relative;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
	border:0px;
}
.orangebutton .orangebutton_left{
	background-position:left top;
	width:10px;
	height:26px;
	position:absolute;
	top:0px;
	left:-6px;
	z-index:10;
	display:block;
	cursor:pointer; /* mostly needed for internet explorer */
}
.orangebutton:hover {
	text-decoration:underline;
}


.yellowbutton, .yellowbutton .yellowbutton_left{
	background:url(/img/yellowbutton.gif) no-repeat;
}
.yellowbutton {
	color:#FFF;
	padding:5px 11px 5px 6px;
	background-position:right 0;
	position:relative;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
	border:0px;
}
.yellowbutton .yellowbutton_left{
	background-position:left top;
	width:10px;
	height:26px;
	position:absolute;
	top:0px;
	left:-6px;
	z-index:10;
	display:block;
	cursor:pointer; /* mostly needed for internet explorer */
}
.yellowbutton:hover {
	text-decoration:underline;
}



/* @none in the result form*/
#manga_upload label{
float:left;
width:140px;
display:inline;
}

#manga_upload fieldset{
	line-height:30px;
}

#moreresult,
#addnewseries{
	margin: 10px 0px;
}

#searchbox2 h3,
#moreresult h3,
#addnewseries h3{
	line-height:2em;
	color:#279FC4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
}

 .textbox{
background:#FFFFFF;
width:190px;
border-color:#CCCCCC;
padding:3px;;
font-weight:normal;
margin-right:5px;
}

/* @end */


/* link page style  */

			#linkTable{
				border-collapse: separate;
			}
		
			#linkTable tr{

			}
		
			#linkTable td{
				border-bottom:solid thin #fff;
				padding:10px;
			}
			
			#linkTable td img{
				display:inline;
				padding-top:10px;
			}
			
			#linkTable .linkLogo{
				width:250px;
				height:50px;
				vertical-align:top;
				text-align:center;
				
			}
			
			#linkTable .description{
				padding-right:20px;
			}
			 
			#linkTable .description a.link{
				color:#000000;
			}
			
/* @end */	
#overlay {
	background-color:#000000;
	left:0;
	position:absolute;
	width:100%;
	z-index:300;
}

.overlaylink{
	color:#FFFF00;
}

/** reset password form **/
.overlay {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:50;
	cursor:pointer;
}
.overlay_container {
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
	left:-9999em;
	z-index:51;
}
	.overlay_container img {
		float:left;
	}
	.overlay_container form {
		display:block;
		height:312px;
		width:495px;
		z-index:500;
		position:absolute;
		left:-20px;
	}
	.overlay_container form p {
		color: white; 
		text-align: left; 
		font-weight: bold; 
		margin-top: 90px; 
		margin-left: 100px; 
		margin-bottom: 10px; 
		width: 290px;
	}
	.overlay_container fieldset {
		margin-top: 10px; 
		margin-bottom: 15px; 
		margin-left: 100px;
	}
	.overlay_container form label {
		padding-right: 10px; 
		color: rgb(255, 255, 255); 
		font-weight: bold;		
	}

/** shelf add box in manga index, etc **/
#shelfAddBox {
	border: 5px solid rgb(47, 169, 194); 
	padding: 5px; 
	background: #FFFFFF none repeat scroll 0% 0%; 
	width: 200px; 
	height: 190px; 
	position:absolute; 
	z-index: 1000; 
}
	#shelfAddBox span {
		font-size: 16px; 
		color: rgb(12, 128, 202); 
		font-family: tahoma; 
		font-weight: bold; 
		width: 100%;
	}
	#shelfAddBox div {
		font-style: italic; 
		font-size: 14px; 
		font-family: tahoma;	
	}
	#shelfAddBox a {
		font-weight: bold;
	}
	#cancelnclose {
		clear: both; 
		width: 100%; 
		display: block; 
		text-align: right; 
		float: right; 
		margin-top: 20px;	
	}
/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/** facebook xfbml **/
li.fbFriendName a {
	font-size:16px
	font-weight:bold;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}
