.tf_base
{  font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color: black;
}

.tf_table
{  font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color: black;
   border: 1px solid #3D337E;
   background: #FFFFFF;
   width: 100%;
}

.tf_innertable
{  
   width: 200px;
   font-size: 8pt;
   color: black;
}

.tf_tr_header
{  font-weight: bold;
   background: #3e4498;
   color: white;
   line-height: 12pt;
}

.tf_tr_header a
{  font-weight: bold;
   background: #3e4498;
   color: white;
   text-decoration: none;
}

.tf_tr_header a:hover
{  font-weight: bold;
   text-decoration: underline;
   background: transparent;
   color: white;
}

.tf_tr_header a:visited
{  font-weight: bold;
   text-decoration:underline;
   background: transparent;
}

.tf_tr_menubar
{  font-weight: bold;
   background: #F1F1F1;
   color:black;
}

.tf_tr_list_odd
{
	background: transparent;
}

.tf_tr_list_even
{  background: #F9F9F9;
}

.tf_link
{  font-size: 8pt;
   font-weight: bold;
   xcolor: #009093;
   color: #3e4498;
   text-decoration: none;
}

.tf_link:hover
{  
   xcolor: #009093;
   color: #83c2d4;
   text-decoration: underline;
   font-weight: bold;
   background: transparent;
}

.tf_link:visited
{  font-weight: bold;
   xcolor: #BAC0DA;
   font-weight: bold;
   background: transparent;
}

/*
The forum layout is optimal if the column widths obey these rules:
   topic + sender + replies + lastpost = subject + sender + date = body (*)
   lastpost = date
   subject = topic + replies

Total width equals (*) plus two times the space width.
*/

.tf_column_space
{  width: 8px;
}

.tf_column_topic
{  width: 140px;
}

.tf_column_sender
{  width: 120px;
}

.tf_column_replies
{  width: 80px;
}

.tf_column_lastpost
{  width: 120px;
}

.tf_column_date
{  width: 120px;
}

.tf_column_subject
{  width: 120px;
}

.tf_column_body
{  width: 500px;
	background: transparent;
}

.tf_td_message_subject
{  
	font-size: 11pt;
	padding-bottom: 1px;
	color: white;
}

.tf_td_threadlist_subject
{  font-weight: bold;
}

.tf_td_menubar
{  width: 500px;
   font-size: 8pt;
   padding-top: 2px;
   padding-bottom: 2px;
}

.tf_td_input
{  height: 10px;
}

.tf_input_text
{  width: 250px;
   padding-left: 3px;
   padding-right: 3px;
   border: 1px solid #3D337E;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color: black;
}

.tf_input_select
{  padding: 0px;
   border: 1px solid #DFE7F3;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
}

.tf_input_checkbox
{  padding: 0px;
   margin: 0px;
   vertical-align: absmiddle;
}

.tf_input_textarea
{  width: 95%;
   height: 200px;
   padding: 3px;
   xborder: 1px solid #DFE7F3;
	border: 1px solid #3D337E;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color: black;
}

.tf_input_button
{  
	cursor: pointer;
	width: 115px;
	height: 24px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 0px;
	border: none;	
	font-family: arial;
	font-size: 12px;
	color: #3e4498;
}

.tf_input_button_disabled
{  padding: 1px;
   border: 1px solid #8DA9C1;
   color: #C9C9C9;
   background: #8DA9C1;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   cursor: default;
}

.tf_error
{  font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   color: #FF0000;
}