body, input, a, textarea{
	color:white;
}

body{
	background-color:black;
}

div.menu_link a, div.comicControl a, div.submenu_link a{
	color:#886BFA;
	text-decoration:none;
}

div:hover.menu_item div.menu_link a, div:hover.comicControl a, div:hover.submenu_link a{
	color:white;
}

div.menu_item{
	background:url('http://www.derideal.net/data/images/graphics/button_blue.png') no-repeat;
	width:170px;
	height:40px;
}

td.menuRelative_topItem{
	background:url('http://www.derideal.net/data/images/graphics/button_blue.png') no-repeat;
	width:170px;
	height:40px;
}

div:hover.menu_item{
	background:url('http://www.derideal.net/data/images/graphics/button_blue_hover.png') no-repeat;
}

table.comicControl{
	margin-bottom:0px;
}

td.comicControl{
	padding:0px;
	margin:0px;
	padding-left:10px;
	float:left;
}

table.background td, table.background tr{
	border:0px;
	margin:0px;
	padding:0px;
}

td.backgroundRight, td.backgroundLeft{
	background-attachment:fixed;
	background-repeat:repeat-y;
	width:203px;
	height:100%;
}

td.backgroundRight{
	background-image:url('http://www.derideal.net/data/images/graphics/back_blue_right.png');
	background-position:top right;
}

td.backgroundLeft{
	background-image:url('http://www.derideal.net/data/images/graphics/back_blue_left.png');
}

div.commentBox{
	overflow-y:auto;
	max-height:500px;
	width:100%;
	background:black;
	border-left:1px solid #886BFA;
	border-right:1px solid #886BFA;
	height:expression(this.scrollHeight > 500 ? '500px' : 'auto' );;
}

div.commentBoxHolder{
	border:1px solid #886BFA;
	border-radius:10px;
	width:850px;
	background:#555555;
	
	
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
}

tr.comicView td{
	border: solid 1px #886BFA;
}

table.commentBox, table.commentBox tr{
	width:100%;
	padding:0px;
	border:0px;
	margin:0px;
}

div.commentBoxHead{
	border-radius-topleft:10px;
	border-radius-topright:10px;
	border-bottom:1px solid #886BFA;
	
	
	
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-khtml-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-khtml-border-top-right-radius:10px;
}

div.commentBoxFoot{
	border-radius-bottomleft:10px;
	border-radius-bottomright:10px;
	border-top:1px solid #886BFA;
	height:20px;
	
	
	
	
	-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.commentHead{
	width:100%;
}

td.commentHead, td.commentAvatar, td.commentAvatar img{
	background:gray;
	text-align:center;
	padding:0px;
	border:0px;
	margin:0px;
}

div.comicControl a{
	text-decoration:none;
}

div.comicControl{
	float:left;
	width:150px;
	text-align:center;
	border:solid 1px #886BFA;
	border-top:none 0px;
	margin:5px;
	margin-top:-1px;
	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;
}

div:hover.comicControl{
	height:25px;
	margin-bottom:0px;
}

table.menu, .menu_subMenu, body, input, textarea{
	background:black;
}

