.portlet-message-boards {
	.btn:hover {
		background-color: #F08000;
	}

	.code {
		background: #fff;
		border: 1px solid #777;
		font-family: monospace;
		max-height: 180px;
		overflow-x: auto;
		white-space: pre;
	}

	.quote {
		background: #fff url(@theme_image_path@/message_boards/quoteleft.png) left top no-repeat;
		border: 1px solid #777;
		padding: 5px 0px 0px 5px;
	}

	.quote-content {
		background: transparent url(@theme_image_path@/message_boards/quoteright.png) right bottom no-repeat;
		padding: 5px 30px 10px 30px;
	}

	.quote-title {
		font-weight: bold;
		padding: 5px 0px 5px 0px;
	}

	.entry {
		margin: 0 0 18px;
	}

	.entry-body {
		margin: 0.75em 0;
	}

	.entry-header .answer {
		margin-left: 55px;
	}

	.entry-header .date {
		border-bottom: 1px solid #CCC;
		padding: 2px 0 3px;
	}

	.entry-header .image {
		float: left;
	}

	.entry-aside p {
		font-size: 9px;
		line-height: 18px;
		margin: 0;
	}

	.entry-aside .name {
		font-size: 12px;
		line-height: 18px;
		margin: 9px 0;
	}

	.entry-header .subject,
	.entry-header .date {
		margin-left: 55px;
	}

	.entry-header .subject {
		font-size: 16px;
		line-height: 18px;
		padding: 6px 0;
	}

	.header-back-to {
		float: right;
		font-weight: bold;
		text-decoration: none;
	}

	.lfr-panel-container {
		background: none;
		border-style: none;
	}

	.lfr-textarea.message-edit {
		height: 100%;
		max-width: 100%;
		width: 100%;
	}

	.lfr-textarea.message-edit textarea {
		height: 378px;
		min-height: 100%;
		width: 99.5%;
	}

	#mbMessageAssetLinksPanel {
		display: none;
	}

	.mb-search .field-label {
		padding-right: 40px;
	}

	.mb-commands .subscription {
		float: right;
	}

	.mb-commands ul,
	.entry-controls ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.mb-commands li,
	.entry-controls li {
		margin: 0 5px 9px 0;
	}

	.message-boards-panels .lfr-panel-title {
		display: none;
	}

	.results-header {
		background: none;
	}

	.results-row.hover td {
		background: none;
	}

	.statistics-panel {
		border-width: 0;
	}

	.statistics-panel-content {
		margin: 1em;

		dt {
			float: left;
			font-weight: bold;
			margin-right: 1em;
		}
	}

	.statistics-panel-content .taglib-user-display {
		img {
			display: block;
			margin: 0 auto;
		}

		.user-name {
			text-align: left;
		}

		.user-profile-image {
			height: 107px;
			width: 75px;
		}
	}

	.taglib-flags {
		margin-bottom: .75em;
	}

	.taglib-ratings.thumbs .aui-thumbrating .aui-rating-label-element {
		padding: 0 5px 10px 0;
	}

	.taglib-search-iterator th {
		color: #444;
		font: 12px Arial,Helvetica,sans-serif;
		font-weight: bold;
	}

	.taglib-search-iterator td {
		padding: 8px 10px 9px;
	}

	.taglib-search-iterator thead th {
		text-align: left;
	}

	.taglib-search-iterator td.only {
		padding-left: 0;
		padding-right: 0;
	}

	.taglib-search-iterator td.first {
		padding-left: 0;
	}

	.taglib-search-iterator td.last {
		padding-right: 0;
	}

	.taglib-search-iterator td,
	.taglib-search-iterator th {
		border-bottom: 1px solid #CCC;
	}

	.taglib-search-iterator tr td.col-last-post {
		text-align: left;
	}

	.taglib-search-iterator .col-2,
	.taglib-search-iterator .col-3,
	.taglib-search-iterator .col-4,
	.taglib-search-iterator .col-5 {
		text-align: center;
		width: 15%;
	}

	.taglib-search-iterator tr.last td,
	.taglib-search-iterator tr.last th,
	.taglib-search-iterator tr.only td,
	.taglib-search-iterator tr.only th {
		border-bottom: 0;
		padding-bottom: 10px;
	}

	.thread-controls {
		display: none;
	}

	.thread-view-controls {
		margin-bottom: 0;
	}

	.toggle_id_message_boards_view_message_thread a {
		text-decoration: none;
	}

	.toggle_id_message_boards_view_message_thread td {
		padding: 0 5px;
	}

	#toggle_id_message_boards_view_message_thread_image {
		display: none;
	}
}

.ie6 {
	.portlet-message-boards {
		.code {
			width: 100%;
		}
	}
}

.vplt720 .portlet-message-boards .mb-results p {
	display: none;
}