/** BLOCK SECTIONS **/
.oneColFixCtr
{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.oneColFixCtr #ff_container {
	max-width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:expression(document.body.clientWidth > 1004? "1004px": "auto" );
}

#ff_container
{
	font-family:verdana,helvetica,sans-serif;
	font-size:.8em;
	color:#000000;
	background-color:#ffffff;
}

#ff_container #contentBlock
{
	margin-top:5px;
}

/** MAIN HEADERS **/
#ff_container div.ff_mainHeader {
	font-size: 1.25em;
	font-weight: bold;
	color: #ffffff;
	background-color: #323232;
	text-align:left;
	margin-top:2px;
}

#ff_container div.ff_mainHeaderContent
{
	padding:5px;
}

/** SUB HEADERS **/
#ff_container div.ff_subHeader {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	background-color: #cccccc;
	margin: 5px;
	text-align:left;
}

#ff_container div.ff_subHeaderContent
{
	padding:5px;
}

/** HEADER AREA CONTENT **/
#ff_container div.ff_headerBlockContent {
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
	background-color: #f6f6f6;
	margin:5px;
}

#ff_container div.ff_headerBlockContentContent
{
	padding:5px;
}

#ff_container div.ff_headerBlockSearchResultItem {
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	margin:5px;
}

#ff_container div.ff_headerBlockSearchResultItemContent {
	padding:5px;
}

#ff_container div.ff_blockContent {
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
	background-color: #f6f6f6;
	margin:5px;
}

#ff_container div.ff_blockContentSearchResult {
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
	background-color: #f6f6f6;
	margin:0px;
}

#ff_container div.ff_blockContentItem {
	padding:5px;
}


#ff_container div.ff_bookChapterItem {
	padding-left:10px;
	padding-right:10px;
}

#ff_container div.ff_blockContentPagingNav
{
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
	background-color: #ffffcc;
	margin:5px;
}

#ff_container div.ff_dividerLine
{
	height:1px;
	background-color: #cccccc;
	width:100%;
}

#ff_container .storyTitle
{
	color:#676767;
}

#ff_container .chapterNumberDisplay
{
	color:#676767;
}

#ff_container .authorDisplay
{
	color:#676767;
}

#ff_container .fandomDisplay
{
	color:#676767;
}

#ff_container .createdOnDisplay
{
	color:#676767;
}

#ff_container .modifiedOnDisplay
{
	color:#676767;
}

#ff_container .createdByIpDisplay
{
	color:#676767;
}

#ff_container .modifiedByIpDisplay
{
	color:#676767;
}

#ff_container .copyrightDisplay
{
	color:#676767;
}

#ff_container .contentRatingDisplay
{
	color:#676767;
}

#ff_container .disclaimerDisplay
{
	color:#676767;
}

#ff_container .authorsNotesDisplay
{
	color:#676767;
}

#ff_container .summaryDisplay
{
	color:#676767;
}

#ff_container .totalViewsDisplay
{
	color:#676767;
}

#ff_container #ff_welcomeBlock 
{
	text-align: right;
	margin: 5px;
	padding: 5px;
}

#ff_container #ff_welcomeBlock
{
	color:#006600;
	font-weight:bold;
}

#ff_container #ff_welcomeBlock a,
#ff_container #ff_welcomeBlock a:active,
#ff_container #ff_welcomeBlock a:hover,
#ff_container #ff_welcomeBlock a:visited
{
	color:#000000;
}

#ff_container .stdbtn {
	border:1px solid #000000; 	
	padding:5px;
	background-color:#676767;
	font-size:12px;
	color:#ffffff;
}

#ff_container .error
{
	color:#ff0000;
	font-size:110%;
}

#ff_container .message
{
	color:#0000ff;
	font-size:110%;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ff_container #mainmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#ff_container #mainmenu ul{
font-weight: bold;
font-size: 11px;
font-family: Arial;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#ff_container #mainmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#ff_container #mainmenu a{
	float: left;
	display: block;
	color: #000000;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #ffffff; /*Default menu color*/
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:2px solid #000000;
}

#ff_container #mainmenu a:hover{
	background-color: #ffffff; /*Menu hover bgcolor*/
	border-left:1px solid #676767;
	border-right:1px solid #676767;
	border-top:2px solid #676767;
}

#ff_container #mainmenu #current a{ /*currently selected tab*/
	background-color: #eeeeee; 
	border-left:1px solid #676767;
	border-right:1px solid #676767;
	border-top:2px solid #676767;
}

#ff_container #mainmenuline{
clear: both;
padding: 0;
width: 100%;
height: 1px;
line-height: 5px;
background-color: #000000; /*Brown color theme*/ 
}
