body,td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

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

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

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

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

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

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

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

.formTextArea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	width: 100%;
}

.formButton {
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
}

.formButtonSmall {
	font-size: 10px;
	font-weight: bold;
}

.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: 13px;
	background-color: #EEEEEE;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
}

.sectionHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: 9px;
}

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

.minorHeaderLink:link, .minorHeaderLink:visited {
	font-size: 9px;
}
.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: 16px;
	font-weight: bold;
	border-bottom: 2px solid #EEEEEE;
}

.storyDescription {
	font-size: 14px;
	background-color:#EEEEEE;
	border: 1px solid #CCCCCC;
}

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

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

.sidebarText {
	font-size: 11px;
}

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

.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: #EEEEEE;
	text-align: center;
}

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

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

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

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

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

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

a:hover {
	text-decoration: underline;
}

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

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

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

.objectBookmarkTable {
	
	background-color: #FFFFFF;
}

.bookmarkName {	
	font-weight: bold;
}

.bookmarkNotes {	
	font-style: italic;
}

.readForkBox {
	background-attachment: scroll;
	background-color: #96C1DF;
	background-image: url(../images/fork_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	border: 1px dashed #666666;
	height: 30px;
}

.viewForkBox {
	background-attachment: scroll;
	background-color: #96C1DF;
	background-image: url(../images/fork_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	cursor: pointer;
	border: 1px dashed #666666;
	height: 20px;
	font-size: 11px;
}

.readSceneBox {
	background-attachment: scroll;
	background-color: #EBC643;
	background-image: url(../images/scene_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
	cursor: pointer;
	border: 1px solid #666666;
	height: 30px;
	font-weight: bold;
}

.viewSceneBox {
	background-attachment: scroll;
	background-color: #EBC643;
	background-image: url(../images/scene_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 29px;
	cursor: pointer;
	border: 1px solid #666666;
	height: 20px;
	font-weight: bold;
	font-size: 11px;
}

.viewStoryBox {
	background-attachment: scroll;
	background-color: #A3EF96;
	background-image: url(../images/story_small.gif);
	background-repeat: no-repeat;
	background-position: -15px 0px;
	padding-left: 29px;
	cursor: pointer;
	border: 1px solid #666666;
	height: 20px;
	font-weight: bold;
	font-size: 11px;
}

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

.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:#EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}

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

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

.internalBlockTable {
	border: 1px solid #CCCCCC;

}

.internalBlockHeader {
	background-color: #EEEEEE;
}

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

/******************/
/* NAVIGATION BAR */
/******************/
.navCellActive:link,.navCellActive:active,.navCellActive:visited{
	color:#FFFFFF;
}
.navCellActive {
	padding-top: 2px;
	padding-bottom: 2px;	
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
	font-size: 11px;
	color:#FFFFFF;
}

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

.statLabel {
	font-weight: bold;
}

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

.menuItem {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #EEEEEE;
	color: #45658E;
}

.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 #F3D671;
	text-indent: 20px; 
	background-position: 5px 3px;
	background-image:url(../images/member_small.gif);
	background-repeat:no-repeat;
	padding-top: 10px;
 	padding-left: 10px; 
	font-size: 16px; 
	font-weight: bold
}
.featuredStoryHeader {
	border-bottom:1px solid #F3D671;
	text-indent: 35px; 
	background-position: left middle;
	background-image:url(../images/story_small.gif);
	background-repeat:no-repeat;
	padding-top: 10px;
 	padding-left: 10px; 
	font-size: 16px; 
	font-weight: bold
}

.subnavLink:link,.subnavLink:visited {
	color: #45658E;
}
.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: #EEEEEE;
	
}

.contribScene {
	padding-left: 27px;
	background-image:url(../images/scene_small.gif); 
	background-repeat:no-repeat;
}
.contribFork {
	padding-left: 27px;
	background-image:url(../images/fork_small.gif); 
	background-repeat:no-repeat;
}

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