/* Revision: $Id: forum.css 4115 2009-01-31 01:04:36Z uri $. */

.ForumThreadBox {
	margin-bottom: 5px;
}

td.ForumThreadBox {
	background-color: #eeeeee;
	border-top: solid white 1px;
	border-right: solid white 1px;
	border-left: solid #cccccc 1px;
	border-bottom: solid #cccccc 1px;
}

tr.ForumMessageHeader td {
	font-size: 12px;
}

tr.ForumMessageHeader td a {
	color: #f09000;
}

tr.ForumRootMessageHeader td {
	font-weight: bold;
	font-size: 12px;
}

table.ForumMessageBox {
	width: 100%;
}

table.ForumMessageBox td.MessageContent {
	background-color: #dddddd;
	color: #000000;
	border-top: solid white 1px;
	border-left: solid white 1px;
	border-right: solid #808080 1px;
	border-bottom: solid #808080 1px;
	min-width: 200px;
	white-space: normal;
}

span.ForumMessageNoContentFlag {
	color: #f00000;
	font-weight: bold;
}

span.ForumMessageAuthorHighlight {
	color: #fa4000;
}

select.ForumPageSelect {
	background-color: #cccccc;
	border: solid #808080 1px;
}

table.ForumLegendBox {
	border-left: solid #eeeeee 1px;
	border-right: solid #808080 1px;
	border-bottom: solid #808080 1px;
	width: 100%;
}

iframe.SmileyFrame {
	border: outset #808080 1px;
	position: absolute;
}

option.Selected {
	font-weight: bold;
	color: #f09000;
}

span.ForumMessageBullet {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(forum_bullet.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

span.ForumNewMessageBullet {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(forum_bullet_new.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

span.ForumMessageSticky {
	display: -moz-inline-box;
	display: inline-block;
	height: 16px;
	width: 16px;
	background-image: url(forum_sticky.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

span.ForumMessageLocked {
	display: -moz-inline-box;
	display: inline-block;
	height: 16px;
	width: 16px;
	background-image: url(forum_lock.png);
}

span.ForumMessageAttachmentsFlag {
	display: -moz-inline-box;
	display: inline-block;
	height: 18px;
	width: 16px;
	background-image: url(attach.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

span.ForumMessageAdmin {
	display: -moz-inline-box;
	display: inline-block;
	height: 18px;
	width: 16px;
	background-image: url(forum_wand.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

div.ForumProfileInfo {
	background-color: white;
	float: left;
	border-top: solid #ccc 1px;
	border-left: solid #ccc 1px;
	border-right: solid #888 1px;
	border-bottom: solid #888 1px;
	margin: 2px;
	text-align: center;
}


