/*--------------------------------------------
 forum main elements
--------------------------------------------*/
TD.ForumHeader {
	background: #c0c0ff;
	color: #000000;
	border-width:1px;
	border-style:solid;
	border-color:blue;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

/*--------------------------------------------
 story properties like author, date, subject
--------------------------------------------*/
TD.ForumDesc {
	background: #d0ffd0;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:green;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: bold;
}

TD.ForumDescFrame {
	background: #f0f0f0;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:green;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:green;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:green;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: normal;
}

TD.ForumDescText {
	background: #f0f0f0;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: normal;
}

TD.ForumDescDate {
	background: #f0f0f0;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: normal;
	font-style: italic;
}

/*--------------------------------------------
 story body
--------------------------------------------*/
TD.ForumStory {
	background: #ffffff;
	border-width:1px;
	border-style:solid;
	border-color:green;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: normal;
}

/*--------------------------------------------
 forum navigation menus
--------------------------------------------*/
TD.MainMenuFrame {
	background: #c0c0ff;
	color: #000000;
	border-width:1px;
	border-style:solid;
	border-color:blue;
}

TD.ForumMenuFrame {
	background: #eaeaff;
	color: #7070c0;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:blue;
	border-top-color:blue;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-color:blue;
	border-bottom-width:1px;
	border-bottom-style:solid;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
}

TD.ForumEmptyMenuFrame {
	background: #d0d0d0;
	color: #000000;
	border-width:1px;
	border-style:solid;
	border-color:black;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

TD.ForumEmptyBodyFrame {
	background: #ffffff;
	color: #000000;
}

TD.ForumMenu {
	background: #eaeaff;
	color: #b0b0e0;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:blue;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
}

A.ForumMenu {
	background: #eaeaff;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
}

A.ForumMenuSelected {
	background: #303080;
	color: #eaeaff;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
}

A.ForumMenu:hover {
	background: #303080;
	color: #eaeaff;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

A.ForumSingleMenu {
	background: #eaeaff;
	color: #000000;
	border-width:1px;
	border-style:solid;
	border-color:blue;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
}

A.ForumSingleMenu:hover {
	background: #303080;
	color: #eaeaff;
	border-width:1px;
	border-style:solid;
	border-color:blue;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/*--------------------------------------------
 story tree view
--------------------------------------------*/
UL.StoryTree {
	list-style-image:url("/images/storyentry.gif");
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

UL.ThreadTree {
	list-style-image:url("/images/threadentry.gif");
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

UL.ForumTree {
	list-style-image:url("/images/forumentry.gif");
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

FONT.SelectedStory {
	text-decoration: none;
	color: green;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

FONT.Story {
	text-decoration: none;
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

A.SelectedStoryLink {
	text-decoration: underline;
	background: white;
	color: green;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

A.SelectedStoryLink:hover {
	text-decoration: underline;
	background: green;
	color: white;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A.StoryLink {
	text-decoration: underline;
	background: white;
	color: blue;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

A.StoryLink:hover {
	text-decoration: underline;
	background: blue;
	color: white;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A.ForumLink {
	text-decoration: underline;
	background: white;
	color: blue;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

A.ForumLink:hover {
	text-decoration: underline;
	background: blue;
	color: white;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}


