BODY {
	background-image: url(images/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000b0d;
	margin: 0px;
	min-width: 770;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}
.header {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	z-index: 1;
}
.header .topright {
	background-color: black;
	background-image: url(images/header_img0.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #d0d0d0;
	float: right;
	font-size: 8pt;
	padding-left: 10px;
	padding-right: 5px;
	z-index: 2;
}
.header .topright td {
	font-size: 8pt;
}

.header .topright .inputbox {
	font-size: 8pt;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	border: 1px solid #606060;
	color: #c0c0c0;
}
.header .topright .inputbox:focus {
	border: 1px solid #ff6060;
	color: white;
}


.header .topright A,
.header .topright A:visited {
	color: white;
	border-bottom: 1px dotted #c0c0c0;
	text-decoration: none;
}


.header .topright A:active,
.header .topright A:hover {
	border-bottom: 1px solid white;
}

.header .topright .reg A,
.header .topright .red A:visited {
	margin-left: 15px;
	margin-right: 15px;
	color: red;
	border-bottom: 1px dotted white;
	text-decoration: none;
	font-weight: bold;

}

.header .topright A:active,
.header .topright A:hover {
	color: white;
	border-bottom: 1px solid red;

}

.menu {
	position: absolute;
	top: 72px;
	left: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-align: center;
	min-width: 770px;
}

.menu A, .menu A:visited {
	color: #c0c0c0;
	text-decoration: none;
	border-bottom: 1px dotted #d00000;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom:1px;
}

.menu A:hover, .menu A:active {
	color: #f0f0f0;
	text-decoration: none;
	border-bottom: 2px solid red;
	margin-bottom: 0px;
}

.menu .section {
	margin-left: 30px;
	display: inline;
}

.menu .right {
	float: right;
	margin-right: 5px;
	margin-left: 20px;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #e0e0e0;
	margin-top: -10px;
	z-index: 3;
}

.body .content {
	padding: 20px;
}

.body .content h1 {
	margin-top: 5px;
	margin-bottom: 0px;
	color: white;
	font-size: 22pt;
	font-style: italic;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.body .content h2 {
	margin-top: 5px;
	margin-bottom: 0px;
	color: white;
	font-size: 15pt;
	font-style: italic;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.body .content A:link,
.body .content A:visited {
	color: #0094CB; /* used to be C4DF9B */
	border-bottom: 1px dotted #00597A;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
}

.body .content A:hover,
.body .content A:active {
	color: white;
	border-bottom: 1px solid white;
}

.body .content .box {
	margin: 4px;
	background-color: #000000;
	border: 1px solid #202044;
	padding: 10px;
	line-height: 1.5em;
}
.body .content .box h3 {
	margin: 0px;
	margin-top: 3px;
	font-weight: bold;
	font-style: italic;
}
.body .content .box h4 {
	margin: 0px;
	margin-top: 3px;
	font-weight: bold;
	font-style: italic;
}
.body .content .box .requiredfield {
	color: white;
	font-weight: bold;
	border-bottom: 1px solid #505050;
}

.body .content .box .bright,
.body .content .box .requiredfieldtype {
	color: white;
	font-weight: bold;
}

.body .content .box .tinyfont {
	color: #c0c0c0;
	font-size: 8pt;
}


.body .content .box .profiletable .alt0 {
	background-color: #101010;
}
.body .content .box .profiletable .alt1 {
	background-color: #000000;

}
.body .content .box .profiletable .tdval {
	color: #c0c0c0;
}
.body .content .box .profiletable .tdname {
	font-weight: bold;
}


.body .content .box .textbox {
	margin: 3px;
	border: 1px solid #606060;
	background-color: black;
	color: #a0a0a0;
	padding: 2px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.body .content .box .textbox:focus {
	margin: 3px;
	border: 1px solid #c0c0c0;
	background-color: black;
	color: #e9e9e9;
	padding: 2px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.body .content .box .textarea {
	margin: 3px;
	border: 1px solid #c0c0c0;
	background-color: black;
	color: #c0c0c0;
	padding: 2px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.body .content .box .clear_left {
	clear: left;
}

.footer {
	border-top: 1px solid #0389ab;
	background-color: #00252f;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 50px;
	font-size: 8pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #d0d0d0;
}

.footer A:link, .footer A:visited {
	color: #C4DF9B;
	text-decoration: none;
	border-bottom: 1px dotted #C4DF9B;
}

.footer A:active, .footer A:hover {
	color: white;
	border-bottom: 1px solid white;
	text-decoration: none;
}


.footer .right {
	float: right;
}


/* for the front page */
.animelist {
	width: 350px;

}
.animelist #list_image {
	float: right;
	left: 300px;
}

.body .content .animelist A:link,
.body .content .animelist A:visited {
	margin: 1px; 
	width: 350px;
	height: 22px;
	display: block;
	padding: 2px;
	padding-left: 20px;
	border: 0px;
	background-image: url(images/listbackground.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.body .content .animelist A:active,
.body .content .animelist A:hover {
	width: 350px;
	height: 22px;
	color: white;
	text-decoration: underline;
	padding-left: 23px;
	background-image: url(images/listbackgroundhover.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	border: 0px;
	margin: 1px;
}

/* section specific */
.comment_outer {
	border: 1px solid #303030;
	margin: 3px;
	padding: 1px;
	margin-bottom: 30px;
}




.comments {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.comments .comment_header {
	border-bottom: 1px solid #252525;
}
.comments .comment_alt1 {
	background-color: #101010;
	padding: 5px;
	border-bottom: 1px solid #202020;
}
.comments .comment_alt2 {
	background-color: #161616;
	padding: 5px;
	border-bottom: 1px solid #202020;
}
.comments .comment_footer {

}
.comments .anonymous {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
.comments .anonymous A:link,
.comments .anonymouse A:visited {
	border-bottom: 1px dotted #808080;
	color: #c0c0c0;
}
.comments .user {
	font-size: 12pt;
	font-weight: bold;
}
.comments .user A:link,
.comments .user A:visited {
}
.type_anonymous {
	color: #a0a0a0;
	margin-left: 25px;
	font-size: 8pt;
	padding-top: 4px;
}
.type_user {
	color: #f0f0f0;
	margin-left: 25px;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 4px;
}
.comments .date {
	color: #c0c0c0;
	font-size: 8pt;
}
.comments .report {
	font-size: 8pt;
}
.comments .report A:link,
.comments .report A:visited {
	color: #d0d0d0;
	border-bottom: 1px solid #404040;
	margin-bottom: 1px;
}
.comments .report A:hover,
.comments .report A:active {
	color: #f0f0f0;
	border-bottom: 1px solid white;
	margin-bottom: 0px;
}

.comments .seen {
	font-size: 8pt;
	color: #808080;
}

.comments .id {
	font-size: 8pt;
	color: #808080;
}
.comments .id A:link,
.comments .id A:visited {
	color: #a0a0a0;
	border-bottom: 1px solid #909090;
}
.comments .id A:link,
.comments .id A:visited {
	color: #f0f0f0;
	border-bottom: 1px solid white;
}
.comments .sig {
	color: #a0a0a0;
	border-top: 1px solid #232323;
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 10px;
}
.comments .commentreport {
	background-color: black;
	border: 1px solid #404040;
	margin: 5px;
	padding: 0px;
}
.comments .commentreport .comment_header {
	padding: 5px;
	border-bottom: 1px solid #292929;
	background-color: #101010;
}
.comments .commentreport .comment_body {
	padding: 7px;
}




.body .content .box .news_header {
	font-family: Arial Narrow,Arial,Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	color: white;
	display: block;
}
.body .content .box .news_header A:link,
.body .content .box .news_header A:visited {
	color: white;
	border-bottom: 0px;
}
.body .content .box .news_header A:active,
.body .content .box .news_header A:hover {
	color: #d9d9d9;
	border-bottom: 0px;
}
.body .content .box .news_info {
	color: #808080;
	font-size: 7pt;
	display: block;
	font-style: italic;
	margin-bottom: 1px;
	margin-left: 5px;
}
.body .content .box .news_info A:link,
.body .content .box .news_info A:visited {
	color: #b0b0b0;
	text-decoration: underline;
	border-bottom: 0px;
}
.body .content .box .news_info A:active,
.body .content .box .news_info A:hover {
	color: #0094CB;
	text-decoration: underline;
	border-bottom: 0px;
}
.body .content .box .news_post {

}
.body .content .box .news_footer {
	margin-bottom: 30px;
	display: block;
	font-size: 8pt;
}




.body .content .box .animeimage {
	float: right;
	margin: 10px;
}

.body .content .box .animeimage A:link,
.body .content .box .animeimage A:visited {
	border-bottom: 0px;
}

.body .content .box .animeimage A:active,
.body .content .box .animeimage A:hover {
	border-bottom: 0px;
}



.body .content .box .imageblock {
	text-align: center;
	float: left;
	padding: 10px;
	height: 320px;
}
.body .content .box .imageblock A:link,
.body .content .box .imageblock A:visited {
	border-bottom: 0px;
}
.body .content .box .imageblock A:active,
.body .content .box .imageblock A:hover {
	border-bottom: 0px;
}


.body .content .box .page_images .page_imageblock {
	width: 190px;
	height: 220px;
	float: left;
}
.body .content .box .page_images .page_imageblock p {
	font-size: 8pt;
	color: #a0a0a0;
	margin: 0px;
	line-height: 1.8em;
}

.body .content .box .page_images .page_imageblock A:link,
.body .content .box .page_images .page_imageblock A:visited {
	border-bottom: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #0073a5;
}

.body .content .box .page_images .page_imageblock A:hover,
.body .content .box .page_images .page_imageblock A:active {
	border-bottom: 0px;
	color: white;
}



.body .content .box .userrating {
	height: 140px;
}
.body .content .box .userrating .userratingtext {
	height: 15px;
	width: 17px;
	font-size: 8pt;
}
.body .content .box .userrating .userratingtext A:link,
.body .content .box .userrating .userratingtext A:visited {
	border-bottom: 1px solid transparent;
	padding: 2px;
	display: block;
	color: #ffcc00;
	font-weight: bold;
	text-decoration: none;
}
.body .content .box .userrating .userratingtext A:active,
.body .content .box .userrating .userratingtext A:hover {
	border-bottom: 1px solid #c0c0c0;
	font-weight: bold;
	padding: 2px;
	color: #ffffff;
	text-decoration: none;
}


.body .content .box .userratingnote {
	font-size: 8pt;
	color: #c0c0c0;
}

.body .content .box .imagepages {
	background-color: #000000;
	margin-right: 15px;
	padding: 1px;
	border: 1px solid #202020;
	padding-left: 0px;
}
.body .content .box .imagepages .pre {
	background-color: #090909;
	padding: 4px;
	padding-right: 10px;
	font-size: 8pt;
	font-weight: bold;
}
.body .content .box .imagepages A:link,
.body .content .box .imagepages A:visited {
	background-color: #090909;
	padding: 4px;
	font-weight: bold;
	font-size: 8pt;
	border: 0px;
	margin-right: 0px;
	margin-left: 1px;
	margin-right: 1px;
}
.body .content .box .imagepages A:active,
.body .content .box .imagepages A:hover {
	background-color: #191919;
	padding: 4px;
	font-weight: bold;
	font-size: 8pt;
	border: 0px;
}
.body .content .box .imagepages .currentpage {
	background-color: #101010;
	padding: 4px;
	font-weight: bold;
	font-size: 8pt;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 1px;
	margin-right: 1px;
}

.box .content .box blockquote {
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.body .content .box .altheader td {
	background-color: #002C37;
	border-bottom: 1px solid #0A5366;
}
.body .content .box .alt0 td {
	background-color: #00151A;
}
.body .content .box .alt1 td {
	background-color: #002128;
}
.body .content .box .althover td {
	background-color: #032932;
}
.body .content .box .alt0 td A:link,
.body .content .box .alt0 td A:visited,
.body .content .box .alt1 td A:link,
.body .content .box .alt1 td A:visited {
	color: white;
}
