body,td {
	font-family:  MS Sans Serif, Arial, Tahoma, Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	margin-top: 0;
	background-color : White;
}

a:link, a:visited {
	color: #998670;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
		color: #A7DBBA;
}

.viewHeader {
	font-size: 16px;
	font-weight: bold;
}

.formHeader {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

.formSubHeader {
	font-size: 11px;
	font-style: italic;
}

.formHelpText {
	font-size: 11px;
	font-style: italic;
}

.formSmallEdit {
	font-size: 12px;
	color: #000000;
	border: 1px solid #CCCCCC;
	width: 95%;	/* 100% is clipped on the right edge in IE */
}

.formEdit {
	font-size: 13px;
	color: #000000;
	border: 1px solid #CCCCCC;
	width: 99%; /* 100% is clipped on the right edge in IE */
}

.formCombo {
	font-size: 13px;
	color: #000000;
	border: 1px solid #CCCCCC;
}

.formTextArea {
	font-family:  MS Sans Serif, Arial, Tahoma, Verdana;
	font-size: 13px;
	border: 1px solid #CCCCCC;
	width: 100%;
}

.formButton {
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #999999;
	background-color: #CBDFD2;
}
.formButton:hover {
	background-color: #B5EBC9;
}
.formButtonSmall {
	font-size: 12px;
	font-weight: bold;
	border:1px solid #999999;
	background-color:#CBDFD2;
}
.formButtonSmall:hover {
	background-color:#B5EBC9;
}

.formLabel {
	font-weight: bold;
	text-align: right;
	vertical-align: top;	
}

.formLabelRequired {
	font-weight: bold;
	text-align: right;
	vertical-align: top;	
	color: #C03C2B;
}

.formDividerHeader {	
	font-size: 14px;
	background-color: #fafafa;
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
}

.sectionHeader {
	font-family:  MS Sans Serif, Arial, Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	border-bottom:1px solid #000000;
}

.formTable {
	padding: 5px;
}

.viewTable {
	padding: 5px 5px 5px 5px;
}

.message  {
	color: #009933;
	font-weight: bold;	
	text-decoration: none;	
}

.error  {
	color: #FF0000;
	font-weight: bold;	
	text-decoration: none;	
}

.editLink:link, .editLink:visited {
	color: #666666;
	font-size: 10px;
}

.editLink:hover{
	text-decoration:underline;
}

.minorHeaderLink:link, .minorHeaderLink:visited {
	font-size: 10px;
}
.minorHeaderLink:hover{
	text-decoration:underline;
}

.deletedObject, .deletedObject:link, .deletedObject:visited, .deletedObject:active, .deletedObject:hover {
	color: #CC0000;
}

.draftObject, .draftObject:link, .draftObject:visited, .draftObject:active, .draftObject:hover {
	color: #666666;
}

.storyHeader {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

.storyDescription {
	font-size: 13px;
	background-color:#FFFFFF;
}

.newsDate {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

.newsText {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.sidebarText {
	font-size: 12px;
}

.readActionLink,.readActionLink:link,.readActionLink:visited {
	font-size: 12px;
}

.newsCell_NotFirst {
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
}

.formSubmitRow {
	border: 1px solid #666666;
	background-color: #fafafa;
	text-align: center;
}

.storyTitle {
	font-size: 17px;
	font-weight: bold;
	color: #000000;	
}

.chapterCell {
	border: 1px solid #000000;
	background-color: #fafafa;	
}

.chapterTitle {
	font-size: 15px;
	font-weight: bold;
	color: #000000;	
}

.chapterText {
	font-size: 13px;
	color: #000000;	
}

.chapterPreface {
	font-size: 11px;
	font-style: italic;
	color: #000000;	
}

.leftSideBar {
	background-color: #fafafa;
	border-right: 1px solid #44668C;
}

.rightSideBar {
	background-color: #fafafa;
	border-left: 1px solid #44668C;
}

.sidebarSectionHeader {
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
}

.objectBookmarkTable {
	
	background-color: #FFFFFF;
}

.bookmarkName {	
	font-weight: bold;
}

.bookmarkNotes {	
	font-style: italic;
}

.readForkBox {
	padding: 5px;
	border: 1px dotted #CCCCCC;
}

.viewForkBox {
	padding: 5px;
	cursor: pointer;
	border: 1px dotted #CCCCCC;
}

.readSceneBox {
	background-color: #f9f9f9;
	padding: 5px;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	cursor:pointer;
	text-align:center;
}

.readSceneBox:hover {
	background-color:#fafafa;
}

.viewSceneBox {
	background-color: #fafafa;
	padding: 5px;
	cursor: pointer;
	border: 1px solid #ccccCC;
	font-weight: bold;
}

.viewStoryBox {
	padding: 2px;
	cursor: pointer;
	font-size: 12px;
}

.viewLabel {
	font-weight: bold;
}

.viewBoxDescription {
	background-color:#FFFFFF;
	font-size:10px;
	color:#000000;
	text-indent: 10px;
}

.sceneImage {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.tableHeader {
	background-color:#fafafa;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}

.tableColumnCellFirstMiddle{
	border-right: 1px dotted #CCCCCC;	
}

.tableClass {
	border: 1px solid #CCCCCC;
}

.internalBlockTable {
	border: 1px solid #CCCCCC;

}

.internalBlockHeader {
	background-color: #fafafa;
}

.helpText {
	font-size: 11px;
	color: #666666;
}

/******************/
/* NAVIGATION BAR */
/******************/
.navCellActive:link,.navCellActive:active,.navCellActive:visited{
	color:#B59F8A;
	background-color : #F0FFDF;

}
.navCellActive {
	padding-top: 2px;
	padding-bottom: 2px;	
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
	font-size: 11px;
	color:#B59F8A;
	background-color : #F0FFDF;
}

.navCellInactive:link,.navCellInactive:active,.navCellInactive:visited{
	color:#b59f8a;
	background-color : #F0FFDF;
}
.navCellInactive {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color:#B59F8A;
	background-color : #F0FFDF;
}

.statLabel {
	font-weight: bold;
}

.statValue {
	font-weight: bold;
	font-size: 14px;
	background-color:#DDF4F7;
}

.menuItem:link,.menuItem:visited
{
	font-weight:bold;
	font-size:12px;	
	background-color : #F0FFDF;
}

.menuItem {
	font-weight: bold;
	font-size: 14px;
}

.menuHighlighter {
	cursor: pointer;	
}

.menuHighlighter:hover {
	background-color:#E1F0FF;	
}

.storyAuthor {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.topMenuText {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.featuredMemberHeader {
	border-bottom:1px solid #CCCCCC;
	background-color: #F0FFDF;
 	padding: 5px; 
	font-size: 12px; 
	font-weight: bold
}
.featuredStoryHeader {
	border-bottom:1px solid #CCCCCC;
	background-color: #F0FFDF;
 	padding: 5px; 
	font-size: 12px; 
	font-weight: bold
}

.subnavLink:link,.subnavLink:visited {
	color: #b59f8a;
}
.subnav {
	background-image:url(../images/starthere_arrow.gif);
	background-repeat:no-repeat;	
	font-weight: bold;
	padding-left: 35px;
	font-size: 14px;
}

.blockHeader {
	font-size: 14px; 
	font-weight: bold;
}

.contribStory {
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background-color: #fafafa;
	
}

.contribScene {
	padding-left: 5px;
	font-size: 11px;
}
.contribFork {
	padding-left: 5px;
	font-size: 11px;
}

.contribText {
	padding-left: 4px;
	font-size: 10px;
	font-style: italic;
	color: #666666;
}

.warning {
	font-size:10px;
	color: #800000;
}