/*General Look of the Page*/
body
{
	background-color: white; color: black;
	/*scrollbar only works in IE*/
	/*scrollbar-face-color: #760E0E; scrollbar-arrow-color: #cc0000; scrollbar-track-color: #cc0000; scrollbar-highlight-color: red; scrollbar-3dlight-color: red; scrollbar-shadow-color: black; scrollbar-darkshadow-Color: black;*/
	/*font-family: "Times New Roman", Arial, sans-serif; font-size: 12pt;*/
}
/*Normal, Unused Link*/
a:link{text-decoration: none; color: #000066;}
/*Visited Link*/
a:visited{text-decoration: none; color: black;}
/*cursor hovering over link*/
a:hover{text-decoration: underline; color: red;}
/*Link in Use*/
a:active{text-decoration: none; color: red;}
/*Header Navi*/
#headernavi{/*height: 50px;*/ text-align: center;}
#headernavi ol, #headernavi ul{margin: 0px;}
#headernavi ol
{
	padding-top: 5px; 
	font-weight: bold; 
	color: #330066;
}
#headernavi ol li
{
	list-style-image: none; 
	background: url('redball.gif') 0 3px no-repeat;
	padding: 1px 0px 0px 17px; 
	display: inline;
}
#headernavi ul{margin: 0px; padding: 2px;}
#headernavi ul li
{
	background-position: 0 2px;
	padding-right: 25px;
	display: block;
}
#menu{margin: 0px; padding: 0px;}
ul.subnavi
{
	background: white; border: black solid 1px;
	position: absolute;
	left: 480px;
	width: 150px;
	font-size: 75%;
	text-align: left;
	display: none;
}
/*Title of Fic*/
#infoHeader
{
	background: #ffffcc; border: #000066 double; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	padding: 0px 2px 2px 2px;
}
#navNote
{
	background-color: #ffffcc; border-top: #cc0000 dashed 1px; border-bottom: #cc0000 dashed 1px; border-left: #ffa500 dotted 1px; border-right: #ffa500 dotted 1px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	margin: 0px auto; padding: 10px 2px 10px 2px; 
	text-align: center;
}
h2, .title{font-weight: bold; color: #cc0000;}
h4{color: #330066;}
/*Chapter of Fic*/
#chapter{padding: 2px; float: right;}
.chapter{font-weight: bold;}
/*Horizontal Line*/
hr{background-color: #cc0000; border: #cc0000 dotted 1px;}
hr.sec
{
	border: white solid 1px; background: white url('riskybar.jpg');
	width: 491px; height: 10pt;
	text-align: center;
}
ul {list-style-image: url('redball.gif');}
table.ficlist{border: black solid 3px;}
td {vertical-align: top;}
img.banner{/*float: left;*/}
.myHighlight{background: lightblue;/*#8781bd;*/ color: black;}
.myDefault{background: white; color: black;}
.zechsLeft
{
	background: white url(leftzechs.jpg); 
	margin-right: 0px; 
	width: 200px; height: 373px; 
	float: left;
}
.duoRight
{
	background: white url(rightduo.jpg) 100% 50% no-repeat; 
	margin-left: 0px; 
	width: 200px; height: 373px; 
	float: right;
}
