﻿a:focus {
	color: inherit !important;
}

#contentarea
{
	float: none !important;
	width: auto !important;
}

#maincontentarea{
    max-width:1280px;
    margin:auto;
}

.forum-container
{
	width: 100%;
	margin: 0px auto;
	margin-top: 25px;
}

.forum-post-form
{
	margin-bottom: 25px;
}

.forum-post-form table
{
	width: 100%;
	table-layout: fixed;
}

.forum-post-form .forum-post-preview
{
	margin-top: 10px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px dashed #c3c3c3;
}

.forum-post-breadcrumb,
.forum-post-breadcrumb a,
.forum-post-breadcrumb a:hover
{
	font-size: 13px;
  color: #8d8d8d;
	text-decoration: none;
}

.forum-post-breadcrumb a {
  text-decoration: underline;
}


.forum-post-breadcrumb .forum-post-breadcrumb-current
{
	font-weight: bold;
}

.forum-post-form .forum-post-addfile
{
	margin-bottom: 10px;
	width: 365px;
}

.forum-post-form #FilesList
{
  padding: 2px 2px 0px 2px;
}

.forum-post-form #FilesListPosted
{
	padding: 0px 2px 2px 2px;
}

.forum-post-form .forum-post-file .file-name
{
	float: left;
	width: 350px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
}

.forum-post-form .forum-post-file .file-delete
{
	text-decoration: none;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: url('/Admin/Images/Ribbon/Icons/Small/Delete.png') top left no-repeat;
}

.forum-post-form .forum-post-file .file-delete:hover
{
	text-decoration: none;
}

.forum-post-clear
{
	clear: both;
	width: 0px;
	height: 0px;
	content: '.';
}

.forum-post-form div#FilesList div input
{
	display: block;
	float: right;
}

.forum-post-form .forum-post-submit
{
	margin-top: 20px;
}

.forum-post-form .forum-post-submit input.blue
{
	margin-right: 0px !important;
	font-size: 14px;
	width: 150px;
	height: 30px;
	line-height: 30px;
}

.forum-post-form .forum-post-input
{
	width: 300px;
}

.forum-post-form .forum-post-label
{
	width: 130px;
}

.forum-post-form .forum-post-editor,
.forum-post-form .forum-post-editor iframe
{
	margin: 0px;
	padding: 0px;
}

.forum-post-form .forum-post-subscribe ul,
.forum-post-form .forum-post-subscribe ul li
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.forum-post-form .forum-post-tabs ul,
.forum-post-form .forum-post-tabs ul li
{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.forum-post-form .forum-post-tabs ul li
{
	float: left;
	font-size: 11px;

	height: 16px;
	line-height: 16px;
	padding-left: 20px;

	margin-right: 5px;
}

.forum-post-form .forum-post-tabs ul li.tab-separator
{
	width: 1px;
	background-color: #c3c3c3;
	margin: 0px;
	padding: 0px;

	margin-left: 10px;
	margin-right: 10px;
}

.forum-post-form h3
{
	margin-top: 15px;
}

.forum-post-form .forum-post-original
{
	margin-top: 10px;
	padding: 10px;
	border: 1px dashed #c3c3c3;
	margin-bottom: 20px;
}

.forum-post-form .forum-post-tabs ul li a,
.forum-post-form .forum-post-tabs ul li a:hover,
.forum-post-form .forum-post-tabs ul li a:focus,
.forum-post-form .forum-post-tabs ul li a:active
{
	text-decoration: none;
	outline: none;
}

.forum-post-form .forum-post-tab-contents
{
	clear: both;
	width: 440px;
	height: 286px;

	-ms-height: 303px;
	*height: 303px;
}

.forum-post-form .forum-post-tabs ul li.forum-post-tab-active
{
	font-weight: bold;
}

.forum-post-form .forum-post-tabs ul li.forum-post-tab-active a
{
	text-decoration: underline !important;
}

.forum-image {
   width: 90px;
   height: auto;
}

#tabMessage
{
	background: url('/Admin/Images/Ribbon/Icons/Small/EditDocument.png') top left no-repeat;
}

#tabAttachments
{
	background: url('/Admin/Images/Ribbon/Icons/Small/paperclip_add.png') top left no-repeat;
}

#tabSubscription
{
	background: url('/Admin/Images/Ribbon/Icons/Small/flag_green.png') top left no-repeat;
}
.forum-post-form .forum-post-attach-description,
.forum-post-form .forum-post-subscribe-description
{
	height: 50px;
}

.forum-post-form .forum-post-attach-description
{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 40px;
	background: url('/Admin/Images/Ribbon/Icons/paperclip_add.png') top left no-repeat;
}

.forum-post-form .forum-post-subscribe-description
{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 40px;
	background: url('/Admin/Images/Ribbon/Icons/flag_green.png') top left no-repeat;
}

.forum-thread .forum-thread-begin,
.forum-threadlist .forum-thread-begin
{
	height: 1px;
	background-color: #4d4d4d;
	margin-bottom: 5px;
}

.forum-thread-end
{
	height: 1px;
	background-color: #dddddd;
	margin-bottom: 5px;
}

.forum-thread table.forum-thread-post
{
	border: none;
	margin-top: 10px;
	margin-bottom: 40px;
	border-bottom: 1px solid #efefef;
	width: 100%;
}

.forum-thread table.forum-thread-post-answer td.forum-thread-post-message
{
	border: 2px solid #b8e1b2;
	padding: 5px !important;
}

.forum-thread table.forum-thread-post td.forum-thread-post-user
{
	width: 128px;
	/*background-color: #f9fbff;*/
	background-color: #f7fbff;
	padding: 5px;
}

.forum-thread table.forum-thread-post td.forum-thread-post-user .forum-thread-post-image
{
	margin-top: 10px;
	display: block;
	text-align: center;
}

.forum-thread table.forum-thread-post td.forum-thread-post-user .forum-thread-post-image img
{
	border: 2px solid #ffffff;
}

.forum-thread table.forum-thread-post td.forum-thread-post-user .forum-thread-post-image img.forum-image-anon
{
	border: 0px solid black !important;
}

.forum-thread table.forum-thread-post td.forum-thread-post-message
{
	padding: 0px;
	margin: 0px;
}

.forum-thread table.forum-thread-post td.forum-thread-post-message > div
{
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

.forum-thread table.forum-thread-post td.forum-thread-post-user .forum-thread-post-name
{
	overflow: hidden;
	margin-top: 5px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

.forum-thread table.forum-thread-post .forum-thread-post-misc
{
	margin-top: 15px;
	padding-bottom: 1px;
	font-size: 11px;
	color: #c3c3c3;
}

.forum-thread table.forum-thread-post .forum-thread-post-misc *
{
	margin-bottom: 2px;
	margin-right: 2px;
}

.forum-container div.forum-post-original .forum-post-original-misc a,
.forum-container div.forum-post-original .forum-post-original-misc a:hover,
.forum-thread table.forum-thread-post .forum-thread-post-misc a,
.forum-thread table.forum-thread-post .forum-thread-post-misc a:hover
{
	float: left;
	color: #000000;
	height: 18px;
	line-height: 18px;
	display: block;
	text-decoration: none;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #c3c3c3;
	background-color: #f4f4f4;
}

.forum-thread table.forum-thread-post .forum-thread-post-misc a:hover
{
	background-color: #e1e1e1;
}

.forum-thread-post-misc {
    margin-bottom: 10px;
}

.forum-message-author {
  text-align: center;
  float: left;
  width: 150px;
}

.forum-message-author .name {
    margin-top: 5px;
  	font-weight:bold;
}

.forum-message-author .title {
    margin-top: 5px;
  	color:#9b9b9b;
  	font-size: 90%;
}

.forum-message-block {
    background: white;
    border: 1px #ddd solid;
    padding: 12px;
    margin-bottom: 12px;
}

.forum-message-block.is-answer {
    border: 1px #4caf50 solid;
}

.forum-message-block.is-answer .is-answer-title {
    font-weight: bold;
    color: #4caf50;
    margin-bottom: 10px;
}

.forum-message-block.is-answer .is-answer-title i.fa {
    margin-right: 5px;
}

blockquote {
  	display: block;
    border-left: 5px solid #eee;
    font-size: 14px;
    line-height: 24px;
	padding: 10px 15px;
    margin: 5px 0 20px;
}

.forum-thread-post-misc .forum-thread-post-date
{
	display: inline-block;
    font-weight: bold;
}

.forum-post-original-misc .forum-post-original-buttons,
.forum-thread-post-misc .forum-thread-post-buttons
{
	float: right;
	text-align: right;
	margin-left: 5px;
}

.forum-thread-post-misc .forum-thread-post-mark a
{
	background-color: #ebf4e9 !important;
	color: #006b0a !important;
	border: 1px solid #006b0a !important;
}

.forum-thread-post-misc .forum-thread-post-edit a,
.forum-thread-post-misc .forum-thread-post-delete a
{

}

.forum-thread-post-misc .forum-thread-post-mark a:hover
{
	background-color: #dff3d8 !important;
}

.forum-thread-post-misc .forum-thread-post-edit a:hover,
.forum-thread-post-misc .forum-thread-post-delete a:hover
{

}

.forum-thread-post-images,
.forum-thread-post-files
{
	margin-top: 22px;
}

.forum-thread-post-files a
{
	display: inline-block;
    margin-top: 3px;
}

.forum-thread-post-images-inner a
{
	display: inline-block;
	margin-right: 10px;
	border: 1px #ddd solid;
	outline: none;
}

.forum-thread-post-images-inner a img
{
    padding: 0;
	outline: none;
    opacity: 0.7;
}

.forum-thread-post-images-inner a:hover img {
    opacity: 1;
}

.forum-message-block {
 	position: relative;
}

.forum-message-block .actions-panel {
    position: absolute;
    bottom: 12px;
  	left: 192px;
    right: 12px;
}

.forum-message-block .actions-panel a,
.forum-message-block .actions-panel a:active,
.forum-message-block .actions-panel a:focus {
    vertical-align: top;
    color: white !important;
}

.forum-message-block .actions-panel .editing a {
    visibility: hidden;
}

.forum-message-block:hover .actions-panel .editing a {
    visibility: visible;
}

.forum-message-block .actions-panel span.votes-n {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    color: #4caf50;
}

.forum-message-block .forum-message {
    margin-left: 180px;
}

.forum-message-block.with-panel .forum-message {
	padding-bottom: 37px;
}

.forum-quote-head {
    font-size: 13px;
    color: #9b9b9b;
}

.code-outer
{
	position: relative;
	width: 750px;
	overflow: auto;
}

.forum-post-form .forum-post-preview .code-outer,
.forum-post-form .forum-post-original .code-outer
{
	width: 890px !important;
}

div.forum-quote {
    border-color: #BCC8D6;
    border-style: solid;
    border-width: 1px;
    font-size: 1em;
    margin: 0.5em 0 1em;
    table-layout: fixed;
    width: 100%;
}

div.forum-quote .forum-quote-head {
    background: none repeat scroll 0 0 #E7ECF1 !important;
    color: #676768;
    padding: 0.25em 1em;
    text-align: left;
}

div.forum-quote .forum-quote-text {
    background: none repeat scroll 0 0 #F8F9FA !important;
    color: #676768;
    padding: 0.9em 1em;
}

.syntaxhighlighter .toolbar
{
	display: none !important;
}

.forum-categories
{
	margin-top: 10px;
}

.forum-category {
    background: white;
    border: 1px #ddd solid;
    padding: 12px;
    margin-bottom: 12px;
}

.thread-list .forum-thread-resume {
    font-size: 90%;
    color: #9b9b9b;
    line-height: 1.4;
    margin-top: 4px;
}

.thread-list .forum-thread-lastreply-date,
.thread-list .forum-thread-started {
    font-size: 100%;
    color: #9b9b9b;
}

.thread-list .forum-headers,
.thread-list .thread-tr {
	border-bottom: 1px #ddd solid;
    padding: 8px;
}

.forum-categories .forum-category
{
	display: block;
}

.forum-categories .forum-category a.forum-category-name
{
	font-size: 18px;
}

.forum-categories .forum-category a.forum-category-name:hover
{

}

.forum-categories .forum-category div.forum-category-fields
{
	margin-top: 15px;
	margin-left: 0;
}

.forum-categories .forum-category p.description
{
	font-size: 90%;
    line-height: 1.4;
}

.forum-categories .forum-category div.forum-category-stats,
.forum-category .forum-category-fields .forum-category-moderators
{
	font-size: 12px;
	color: #878787;
	height: auto
}

.forum-categories .forum-category div.forum-category-stats .forum-category-lastreply
{
	margin-top: 10px;
}

.forum-category-lastreply em {
	font-size: 86%;
}

.forum-category .subscription-settings {
  display: none;
  margin-left: 20px;
}

.forum-category:hover .subscription-settings {
  display: inline-block;
}

.forum-category .forum-category-fields .forum-category-fields-header
{
	border-bottom: 1px solid #dddddd;
	font-weight: bold;
	padding: 5px;
	padding-left: 0px;
}

.forum-category .forum-category-fields .forum-category-fields-header div
{

}

.forum-container .red {
  color: #f44336;
}

.forum-container .green {
  color: #4caf50;
}

.forum-category .forum-category-fields .forum-category-stats
{
	margin-right: 50px;
  	width: 300px;
    max-width: 100%;
  	display: inline-block;
}

.forum-category .forum-category-fields .forum-category-stats .forum-category-fields-header div i
{
	margin-right: 5px;
}

.forum-category .forum-category-fields .forum-category-moderators .forum-category-fields-header div i
{
	margin-right: 5px;
}

.forum-category .forum-category-fields .forum-category-moderators
{
	margin-right: 20px;
}

.forum-category .forum-category-fields .forum-category-moderators {
    width: 300px;
    max-width: 100%;
  	display: inline-block;
}

.forum-category .forum-category-fields .forum-category-moderators .moderator {
    margin-right: 10px;
    display: inline-block;
    margin-top: 4px;
    color: #474747;
}

.forum-category-moderators .forum-category-moderator img,
.forum-category-moderators .forum-category-moderator div
{
	float: left;
}

.forum-category-moderators .forum-category-moderator img
{
	border: 1px solid #c3c3c3;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
}

.forum-category-moderators .forum-category-moderator div
{
	margin-top: 5px;
	height: 32px;
	line-height: 32px;
}


a.forum-reply-anchor,
a.forum-reply-anchor:active,
a.forum-reply-anchor:focus,
a.forum-reply-anchor:hover
{
	text-decoration: none;
	cursor: default;
	display: block;
	width: 0px;
	height: 0px;
}

.forum-paging a,
.forum-paging a:active,
.forum-paging a:hover,
.forum-paging a:focus
{
	outline: none;
	text-decoration: none;
}

.forum-paging a
{
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #f8f8f8;
	border: 1px solid #c3c3c3;
	margin-right: 5px;
	margin-top: 5px;
}

.forum-paging a.forum-paging-active
{
	background-color: #e7f1ff;
	border: 1px solid #a4a4a4;
}

.forum-threadlist-split h3
{
	margin-top: 35px;
  	border-bottom: 0;
}
.forum-threadlist-split a i.fa {
  	width: 14px;
    text-align: center;
}

.forum-thread-replies a i.fa,
.forum-thread-original a i.fa,
.forum-threadlist-split a i.fa {
    margin-right: 5px;
}

.forum-threadlist-split .right a
{
	display: inline-block;
	margin-top: 5px;
	background: transparent;
	margin-left: 20px;
}

.forum-threadlist-split .left {
	float: left;
}

.forum-threadlist-split .right {
	float: right;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
 	color: white !important;
}

.forum-pag.pagination li a {
    margin-bottom: 5px;
}

.forum-threadlist-split {
  	margin-bottom: 15px;
}

i.fa.green {
  color: #4caf50;
}

i.fa.red {
  color: #f44336;
}

.forum-list-empty
{
	margin-top: 25px;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.forum-category-numbers
{
	margin-top: 4px;
}

.forum-post-makenew
{
	margin-bottom: 25px;
}

.thread-sticky
{
	color: #f44336;
	font-weight: bold;
}

.thread-tr a.subscription-settings {
    visibility: hidden;
}

.thread-tr:hover a.subscription-settings {
    visibility: visible;
}

.thread-hasanswer {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 2px;
	*left: 4px;
}

h4.modal-title {
    border-bottom: 0;
    padding-bottom: 0;
}

.thread-tr:hover .thread-manager-panel {
  visibility: visible;
}

.thread-manager-panel
{
	margin-top: 5px;
  	visibility: hidden;
}

.thread-manager-panel a,
.thread-manager-panel a:focus,
.thread-manager-panel a:active {
	display: inline-block;
	margin-right: 5px;
    color: white !important;
}

.thread-manager-panel a i {
    margin-right: 3px;
}

a.thread-sticky
{
	display: block;
	background: url('/Admin/Images/Ribbon/Icons/Small/document_info.png') top left no-repeat;
	width: 16px;
	height: 16px;
	margin-right: 5px;

	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity = 30);
}

a.thread-sticky:focus,
a.thread-sticky:active,
a.thread-sticky:hover
{
	text-decoration: none;
	outline: none;
}

a.thread-sticky-active,
a.thread-sticky:hover
{
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity = 100);
}

.forum-dialog-overlay
{
	z-index: 99;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
}

div.forum-dialog
{
	position: absolute;
	z-index: 101;
	top: 250px;
	left: 350px;
	border: 1px solid #c3c3c3;
	background-color: #ffffff;
}

div.forum-dialog h3.forum-dialog-title
{
	height: 22px;
	border-bottom: 1px solid #c3c3c3;
	background-color: #eaeaea;
}

div.forum-dialog h3.forum-dialog-title a,
div.forum-dialog h3.forum-dialog-title a:focus,
div.forum-dialog h3.forum-dialog-title a:active,
div.forum-dialog h3.forum-dialog-title a:hover
{
	text-decoration: none;
	outline: none;
}

div.forum-dialog h3.forum-dialog-title span
{
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 3px;
}

div.forum-dialog h3.forum-dialog-title a
{
	float: right;
	width: 11px;
	height: 11px;
	margin-right: 5px;
	margin-top: 4px;
	background-color: #ffffff;
	border: 1px solid #c3c3c3;
	background: url('/Admin/Images/minus.gif') top left no-repeat;
}

div.forum-dialog div.forum-dialog-content
{
	margin: 10px;
}

.half-width {
  width: 50%;
}

div.forum-dialog div.forum-dialog-content ul,
div.forum-dialog div.forum-dialog-content ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

div.forum-dialog div.forum-dialog-content ul
{
	//white-space: nowrap;
}

.files-list {
    margin: 0;
    padding-left: 0;
    width: 300px;
}

.files-list button.delete {
    background: transparent;
    color: #f44336;
    border: 0;
    padding: 0;
    font-size: 16px;
    margin-top: 3px;
    outline: none;
}

.files-list li {
    border-bottom: 1px #ddd solid;
    padding: 5px 0;
}

.forum-headers {
    font-weight: bold;
}

.forum-category .threads-count,
.forum-category .replies-count,
.forum-category .last-post {
    padding-top: 22px;
}

.forum-category .threads-count,
.forum-category .replies-count {
    text-align: center;
}

.forum-category-moderators .no {
    color: #9b9b9b;
}

.forum-category-fields {
    display: none;
}

.last-reply-thread {
    display: block;
}

.thread-manager-panel-xs {
    position: absolute;
    top: 0;
    right: 15px;
}

.actions-panel-xs {
    position: absolute;
    top: 12px;
    right: 12px;
}

.thread-manager-panel-xs button,
.actions-panel-xs button {
    padding: 0 8px;
    border: 0 !important;
  	box-shadow: none !important;
  	-webkit-box-shadow: none !important;
    background-color: transparent !important;
}

.thread-manager-panel-xs .dropdown-menu,
.actions-panel-xs .dropdown-menu {
    left: auto;
    right: 0;
  	top: 0;
}

.thread-manager-panel-xs .dropdown-menu i.fa,
.actions-panel-xs .dropdown-menu i.fa {
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

.post-body {
	word-wrap: break-word;
}

.forum-container h4 {
 	margin-top: 40px;
}

#show_preview {
	margin-top: 40px;
}

.form-group span.error {
 	color: #f44336;
  	display: none;
}

.form-group.has-error span.error {
 	display: block;
}

.btn-danger:focus {
 	color: white !important;
}

@media (max-width: 1035px) {
	.forum-list-column.category,
    .forum-list-column.last-post {
    	width: 100%;
    	float: none;
    	clear: both;
    	left: 0;
    	padding-top: 0;
  	}

    .forum-list-column.threads-count,
    .forum-list-column.replies-count {
        right: 0;
        display: none;
    }

  	.forum-category-fields {
        display: block;
  	}

    .forum-category .subscription-settings {
        float: right;
    }

  	.forum-category-moderators.large {
        display: none;
    }

  	.forum-categories .forum-category p.description {
  		margin-bottom: 3px;
  	}

    .forum-container .forum-headers {
        display: none;
    }

  	.last-reply-thread {
    	display: inline-block;
  	}

    .thread-list .forum-headers {
    	display: block;
  	}
}

@media (max-width: 991px) {
 	.forum-category .subscription-settings span {
    	display: none;
  	}

  	.forum-category .subscription-settings {
        display: block;
    }

  	.thread-manager-panel {
    	visibility: visible;
  	}

  	.thread-tr a.subscription-settings {
    	visibility: visible;
  	}

  	.forum-message-block .actions-panel .editing {
    	display: none;
  	}

  	.forum-message-block.with-buttons .forum-thread-post-buttons {
    	display: none;
  	}

  	.forum-message-block .forum-thread-post-buttons {
    	position: absolute;
    	top: 12px;
    	right: 12px;
  	}
}

@media (max-width: 767px) {
    .forum-category-numbers .visible-xs {
        display: inline-block !important;
    }

    .forum-category-moderators .visible-xs {
        display: inline-block !important;
    }

  	.forum-message-author .forum-image {
    	width: 30px;
    	display: inline-block;
  	}

  	.forum-message-author .name {
    	display: inline-block;
    	margin-top: 0;
  	}

  	.forum-message-author {
    	margin-bottom: 10px;
    	text-align: left;
    	float: none;
    	width: auto;
  	}

  	.forum-message-block .forum-message {
    	margin-left: 0;
  	}

  	.forum-message-block.with-panel .forum-message {
    	padding-bottom: 0;
  	}

  	.forum-message-block .actions-panel {
    	position: relative;
    	margin-top: 13px;
    	left: 0;
    	right: 0;
    	bottom: 0;
  	}

    .forum-categories .forum-category div.forum-category-stats,
    .forum-category .forum-category-fields .forum-category-moderators {
        margin-right: 20px;
        width: 250px;
    }

    .forum-category .forum-category-fields .forum-category-moderators .moderator {
      	margin-top: 0;
    }

    .thread-list .forum-headers {
        display: none;
    }

    .thread-list .forum-thread-subject,
    .thread-list .forum-thread-replies,
    .thread-list .forum-thread-startedby,
    .thread-list .forum-thread-lastreply {
        width: 100%;
        float: none;
        left: 0;
    	right: 0;
    }

    .thread-list .forum-thread-subject .forum-thread-resume {
    	display: none;
    }

    .thread-list .thread-tr {
        border: 1px #ddd solid;
        margin-bottom: 10px;
    }

  	.category.forum-list-column {
    	padding-right: 38px;
  	}

    .forum-category .subscription-settings {
    	float: none;
        position: absolute;
        right: 15px;
        top: 0;
  	}

    .thread-list .forum-thread-startedby {
    	font-size: 90%;
    }

    .thread-list .forum-thread-startedby .forum-thread-started {
        display: inline-block;
        font-size: 100%;
    }

  	.thread-list .forum-thread-subject {
        font-weight: bold;
   		padding-right: 35px;
    }

  	.thread-list .bottom-block {
    	padding-left: 15px;
    	padding-right: 15px;
  	}

  	.thread-list .bottom-block .replies-count {
    	display: inline-block;
  	}

  	.thread-list .bottom-block .subscription-settings {
    	float: right;
    	visibility: visible;
	}

  	.thread-list .forum-thread-lastreply {
    	font-size: 90%;
    	margin-top: 10px;
  	}
}

@media (max-width: 635px) {
	.forum-categories .forum-category p.description {
		display: none;
  	}
}

@media (max-width: 462px) {
 	 .forum-threadlist-split .right a {
    	display: block;
    	text-align: right;
  	}
}

#PostForm{
	background-color:#F9F9F9;
	border: 1px solid #ccc;
	padding: 15px;
}
