h2.frm { 
	margin-top:0;
	padding-top:0;	
}
div.frm-trail { 
	margin:0; 	
	padding:0;
	font-size: 0.8em;
	font-weight:normal;
	margin-bottom:10px;
}
div.frm-trail a { 
	
}

table.frm-list { 
	width:99%;
	text-align:center;		
	background-color:	#eee;
	font-size:0.9em;
	margin-top:2px;
}
table.frm-list tr { 
	text-align:left;
}
table.frm-list tr.frm-pages { 
	background-color:white;
}
table.frm-list tr.frm-pages td {
	padding-top:2px;
	padding-bottom:2px;			
}

table.frm-list a { 
	font-size:0.9em;
	font-weight:normal;
}
table.frm-list tr.frm-pages { 
	text-align:right;
}
th { 
	background-color: #666699;
	color:white;
	font-family: arial;
	font-size:1.1em;
	text-align:center;
	border-right:1px solid #808080;
	padding-left:5px;
	padding-right:5px;
}


/*  INPUT FORMS */

div.forumForm { 
	margin-left:15px;
}

div.forumForm table.wwFormTable { 
	background-color: #eee;
	border:1px solid #808080;
 	border-collapse: collapse;
 	width:90%;
 }
html>body div.forumForm table.wwFormTable  {
	width:100%;
}


div.forumForm table.wwFormTable th { 
	font-size:0.9em;
}
 
div.forumForm table.wwFormTable td { 
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	vertical-align:top;
	padding:5px;
}

div.forumForm table.wwFormTable td.tdLabel { 
	padding-right:30px;
}

div.forumForm table.wwFormTable input.btn, 
div.frm-trail input.btn { 
	color: #4B0082;
	background-color: #CCCCFF;
	border: 1px outset #00008B;
	width: 7em;
	font-weight: bold;
	font-size: 0.9em;
}

div.forumForm .frm-format-btn { 
	color: #4B0082;
	background-color: #CCCCFF;
	border: 1px outset #00008B;
	font-weight: normal;
	font-size: 0.8em;
}


span.errorMessage { 
	color: red;
	font-weight: bold;
	font-size: 0.8em;
}

span.required { 
	color: red;
	font-weight: bold;
	font-size:1.2em;
	padding-left:2px;
}


/*  END OF INPUT FORMS */


/*  FORUMS LIST */

		td.frm-list-forum { 
			padding:5px;
			border:1px solid #808080;
			border-top:0;
			width:60%;
		}
		td.frm-list-forum-threads { 
			border-right:1px solid #808080;
			border-bottom:1px solid #808080;
			text-align:center;
			width:6em;
		}
		td.frm-list-forum-posts { 
			border-right:1px solid #808080;
			border-bottom:1px solid #808080;
			text-align:center;
			width:6em;
		}
		td.frm-list-forum-lastpost { 
			border-right:1px solid #808080;
			border-bottom:1px solid #808080;
			text-align:center;
		}

/*  END OF FORUMS LIST */

/*  THREADS LIST */

		td.frm-list-thread { 
			padding:5px;
			border:1px solid #808080;
			border-top:0;
			width:60%;
		}
		td.frm-list-thread-creator { 
			border-right:1px solid #808080;
			border-bottom:1px solid #808080;
			text-align:center;
			width:6em;
		}
		td.frm-list-thread-replies { 
			border-right:1px solid #808080;
			border-bottom:1px solid #808080;
			text-align:center;
			width:6em;
		}
		td.frm-list-thread-lastpost { 
			border-right:1px solid #808080;
			border-bottom:1px solid #808080;
			text-align:center;
		}
		
		
/* POSTS LIST */
		


table.frm-list td.frm-list-author { 
	width: 120px;
}

#content table.frm-list td.frm-list-author p { 
 	padding:0;
 	margin-top:5px;
}


table.frm-list tr.frm-list-row-first { 
	background-color:#99CCCC;
}
table.frm-list td.frm-list-author { 
	vertical-align:top;
	border: 1px solid #808080;
	border-top: none;
	padding:5px;
}

td.frm-list-post { 
	vertical-align:top;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding:5px;
}

div.frm-preview { 
	margin:0;
	padding:0 20px 20px 20px;
	margin-bottom:20px;
	border: 1px dotted #808080;
}
div.frm-preview table { 
	width:90%;
	background-color:#eee;
	border: 1px solid #808080;
}
html>body div.frm-preview table {
	width:100%;
}


div.frm-preview h3 { 
	font-size:1em;
	margin:0;
	padding:0;


	color: #333366;	
	
	margin-bottom:10px;
	/*
	padding-right:1em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:40px;
	*/
	
}

td.frm-list-post-title { 
	width:100%;
	font-weight:bold;
}
td.frm-list-post-content { 
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-top:5px;
	padding-bottom:5px;
	height:6em;
}
td.frm-list-post-content div.frm-post-quote { 
	background-color:#CCCCFF;
	border: 2px dotted #808080;
	margin:20px 5px 5px 30px;
	padding:2px;
} 

td.frm-list-post-content span.frm-post-code { 
	font-family: 'Courier New', courier;
} 

td.frm-list-post-details { 
	padding-top:5px;
	color:#808080;
}

td.frm-list-post-details ul { 
	list-style-type: none;
	margin: 0; 
	padding:0;
}

td.frm-list-post-details ul li { 
	float: left;
	margin: 0px 10px 0 0px;
}

td.frm-list-post-controls { 
	text-align:right;
}



/* SEARCH RESULTS */

div.frm-search-result { 
	font-size:0.9em;
	border-bottom: 2px dotted #666699;
	padding-bottom:10px;
	margin-bottom: 10px;
}
div.frm-search-result h3 { 
	font-size:1em;
	margin:0;
	padding:0;
}
div.frm-search-result-details { 
	color: #808080;
	font-style:italic;
	margin:2px;
}
