.forum {
	clear: both;
}

.forum h2 {
	background-color: darkBlue;
	color: #FFEE88;
	font-weight: bold;
	font-size: 100%;
	padding: 1px 0 1px 4px;
	margin: 0 !important;
	border: #003 1px inset;
	border-bottom: none;
}

.forum h2:before {
	margin-bottom: -1px;
	content: url(imgs/forumsubject.gif);
}

.forum .comments-table {
	width: 100%;
	border-spacing: 0;
	border: #003 1px inset;
	border-top: none;
	border-bottom: 1px solid #aaa;
}

.forum .comments-table-last {
	border-bottom: 3px solid #aaa !important;
}

.forum .comments-table th {
	background-color: #FFC;
	text-align: left;
}

.forum .comments-table th:before {
/*	content: url(../../common/images/Calendar-Logo-16x16.png);
*/
}

.forum .comments-table textarea {
	width: 98%;
}

.forum textarea {
	width: 75%;
	margin-top: 2px;
}

.forum input[type=text] {
	width: 75%;
	margin-bottom: 5px;
	margin-top: 2px;
}

.forum .comments-author {
	background-color: lightgrey;
	width: 200px;
	border-left: thin solid #aaa;
}

.forum .replyImage {
	margin: 0 0 5px 5px;
	width: 47px;
	height: 19px;
	background-image: url(imgs/reply.png);
}

.forum .replyImage:hover,
.forum .replyImage:active	{
	background-position: 0 19px;
}

.forum .postImage	{
	width: 47px;
	height: 19px;
	background-image: url(imgs/post.png);
	margin-left: 5px;
	margin-bottom: 10px;
}

.forum .postImage:hover, 
.forum .postImage:active 	{
	background-position: 0 19px;
}

.forum td {
	vertical-align: top;
}

.sig-user {
	padding: 2px 7px 5px;
	font-size: 90%;
}

.sig-user a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 120%;
}

.sig-user img {
	float: right;
	width: 50px;
}

.sig-date {
	font-weight: normal;
	font-style: italic;
	background-color: #dca;
	padding-left: 4px;
}

.forum p {
	margin-left: 6px;
}

.forum .comments-table #commentFormId {
	margin-top: -20px;
}

.forum .commentHeader {
	text-shadow: #033;
	color: #030;
	font-weight: bold;
}

.forum .mw-headline {
	vertical-align: top;
}

.no-forum-comments {
	font-size: 105%;
	margin-left: 5px;
}

.forum h2 .editsection {
	font-size: 100%;
	color: #6F9;
}

.forum h2 .editsection a {
	color: #6F9;
}