﻿
div.NavTable.Top
{
	margin:0 0 10px 0;
}

div.NavTable.Bottom
{
	margin:40px 0 10px 0;
}

h1.ThreadTitle
{
	font-weight: normal;
	color: Navy;
	font-style: normal;
	font-family: Arial,Helvetica,sans-serif;
	font-size:1.5em;
	margin:20px 0;
	padding-bottom:0;
}

h1.ThreadTitle:before
{
	content:">> ";
	color:#ac000c;
	font-weight:bold;
}

div.ForumContribution
{
	border:solid 1px #c30; 
	padding:5px; 
	margin-bottom:10px; 
	overflow:hidden;
	background:#eeeeee;
}

p.UserAndDate
{
	margin:10px 0 0 0;
}

ul.Command
{
	margin:5px 0 5px 0;
	padding:0;
	list-style:none;
}

ul.Command li
{
	padding:0;
	float:left;
	margin-right:5px;
}

ul.Command li:not(:first-child):before
{
	content:"/ "
}