/* This is a style for the main table*/
.main_table {
  border:solid 1px;
  border-color:#664455;
  table-layout:fixed;
}

/* This style is for the title of the topic*/
.main_table_cell {
	background:#FFDDEE;
}

/* This table contains the main level of posts*/
.post_table {
	border-top:solid 0px;
	border-left:solid 1px;
	border-right:solid 1px;
	border-bottom:solid 1px;
	border-color:#FFFFFF;
	width:100%;
	table-layout:fixed;
}

.title_table_titlecell {
	padding-left:5px;
	padding-top:1px;
	padding-bottom:1px;
	border-top:solid windowtext 1px;	
	border-color:#FFFFFF;
}

/* style for td elements in forum_topic.php (title of the post)*/
.title_table_titlecell3 {
  padding-top:1px;
  padding-bottom:1px;
  border-top:solid windowtext 1px;	
  border-color:#FFFFFF;
}

/* style for right td elements in forum_topic.php */
.title_table_titlecell2 {
  padding-left:5px;
  padding-top:1px;
  padding-bottom:1px;
  border-top:solid windowtext 1px;	
  border-color:#FFFFFF;
  text-align:left;
}

.title_table_postcell {
  padding-left:5px;
  border-top:solid windowtext 1px;	
  border-color:#FFFFFF;
}




.level_indent {
	background:#FFFFFF;
}

.post_table_level1 {
	border:0px;
	border-color:#FFFFFF;
	background:#006600;
	width:771px;
	table-layout:fixed;
}
.post_table_level2 {
	border:0px;
	border-color:#FFFFFF;
	background:#006600;
	width:746px;
	table-layout:fixed;
}
.post_table_level3 {
	border:0px;
	border-color:#FFFFFF;
	background:#006600;
	width:721px;
	table-layout:fixed;
}
.post_table_level4 {
	border:0px;
	border-color:#FFFFFF;
	background:#006600;
	width:696px;
	table-layout:fixed;
}
.post_table_level5 {
	border:0px;
	border-color:#FFFFFF;
	background:#006600;
	width:671px;
	table-layout:fixed;
}
.post_table_level6 {
	border:0px;
	border-color:#FFFFFF;
	background:#006600;
	width:646px;
	table-layout:fixed;
}
.post_table_level7 {
	border:0px;
	border-color:#FFFFFF;
	background:#006600;
	width:621px;
	table-layout:fixed;
}



.topic_title_text {
	font-family:Tahoma;
	font-size:14.0pt;
	color:#000000;
}

.topic_title_remark_text {
	font-family:Verdana;
	font-size:8.0pt;
	font-weight:bold;
	color:#000000;
}

.topic_title_section_link {
	font-family:Verdana;
	font-size:8.0pt;
	font-weight:bold;
	color:#006600;
}

.post_title_text {
	font-family:Verdana;
	font-size:8.0pt;
	font-weight:bold;
	color:#000000;
}

.post_title_remark_text {
	font-family:Verdana;
	font-size:8.0pt;
	font-weight:bold;
	color:#FFFFFF;
}

.reply_link {
	font-family:Verdana;
	font-size:8.0pt;
	font-weight:bold;
	color:#000066;
}

.post_text {
  font-family:Verdana;
  font-size:10.0pt;
  color:#000000;
}

.number_of_replies {
	font-family:Verdana;
	font-size:10.0pt;
	color:#990099;
	font-weight:bold;
	font-style:italic;
}

