body, input, a, textarea{
	text-align:center;
	font-family:"Arial";
}

a img{
	border:none;
}

body{
	overflow:hide;
}

#topbar{
	border:solid 1px #886BFA;
	border-top:none 0px;
	padding:5px;
	padding-bottom:20px;
	border-radius-bottomleft:10px;
	border-radius-bottomright:10px;
	
	
	
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-khtml-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-khtml-border-bottom-right-radius:10px;
}

td.menu_item{
	width:158px;
}

.menu_subMenu{
	z-index:100;
	width:158px;
}

div.menu_subMenu{
	margin-left:6px;
}

div.menu_subMenu div.menu_subMenu{
	left:150px;
}

td.menu_item a{
	width:100%;
}

td.pageListHeader, div.acpEditLogoHeader{
	height:150px;
	width:700px;
}

div.acpEditLogo{
	height:240px;
	width:169px;
}

div.menu{
	z-index:100;
	opacity:0.9;
	filter:alpha(opacity=90);
	zoom:1;
}

table.menu, div.menu{
	width:1024px;
}

div.menu_link{
	padding-top:7px;
	margin-bottom:-12px;
}

div.spacer{
	width:1px;
	height:1px;
}

tr.comicView td{
	width:865px;
	padding:10px;
	text-align:center;
	border-radius:15px;
	margin-bottom:0px;
	
	
	
	
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	-webkit-border-radius:15px;
}

span.disabled{
	color:#201f1f;
	text-decoration:underline;
}

table.comicList, td.commentPost{
	width:100%;
	text-align:center;
}

div.characters{
	background:#1A1C31;
	border:none;
	width:1000px;
	border-radius:15px;
	margin-bottom:0px;
	padding:10px;
	
	
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	-webkit-border-radius:15px;
}

a.latestFiller{
	text-decoration:none;
}

table.background{
	position:absolute;
	top:0px;
	left:0px;
	border:0px;
	margin:0px;
	padding:0px;
	height:100%;
	z-index:-1;
	width:100%;
}

td.commentAvatar, td.commentAvatar img{
	top:0px;
	width:100px;
}

td.comment{
	width:745px;
	text-align:left;
}

.hidden{
	display:none;
}

table.stats{
	border:1px $var->color$ solid;
	border-radius:10px;
	padding-top:5px;
	padding-bottom:5px;
	
	
	
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
}

table.stats td{
	min-width:200px;
	width:expression(this.width < 200 ? '200px' : 'auto' );;
}

td.statsHead{
	text-align:center;
	font-size:150%;
	border-bottom:1px #886BFA solid;
}

