/* fix for mozilla <button> elements */
button::-moz-focus-inner
{
	padding: 0;
	border: none;
}

.discussions_forumlist_header {
	font-size: 11px;
	color: #a6a4a1;
	margin-bottom: 8px;
}

.discussions_forumlist_topiccount, .discussions_forumlist_lastpost {
	float: right;
	text-align: right;
	color: #a6a4a1;
}

.discussions_forumlist_topiccount {
	width: 140px;
	padding-right: 16px;
	overflow: hidden;
}

.discussions_forumlist_lastpost {
	width: 140px;
}

.discussions_forum_row {
	position: relative;
	height: 67px;
	background-color: #ffffff;
	margin-bottom: 2px;
	color: #858381;
	border: 1px solid #e6e7e8;
}
.discussions_forum_row:nth-child(even) {
	background-color: #f9f9f9;
}

.discussions_forum_row:hover {
	background-color: #f9f9f9;
}
.discussions_forum_row .discussions_forumlist_topiccount{
	color: #e24912;
}

.discussions_forum_row .discussions_forumlist_topiccount, .discussions_forum_row{
	line-height: 67px;
}

.discussions_forumlist_lastpost.elem{
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	padding: 4px 0 0;
}

.discussions_forum_topics_list_lastpost{
	font-size: 12px;
	line-height: 32px;
	text-align: center;
	width: 140px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom:0px;
	padding-left: 0px;
	float:right;
}

.discussions_forum_row.unread .discussions_forumlist_topiccount, .discussions_forum_row.unread .discussions_forumlist_lastpost {
	color: #e1e1e1;
}

.discussions_forumlist_icon {
	float: left;
	width: 44px;
	line-height: 67px;

	text-align: center;
}

.discussions_forumlist_icon img {
	vertical-align: middle;
}

.discussions_forumlist_forumname {
	color: #164C89;
	font-size: 14px;
	font-weight: bold;
}

.discussions_forum_row.unread .discussions_forumlist_forumname {
	font-weight: bold;
}

.discussions_forumlist_forumname.no_description {
	line-height: 67px;
}

.discussions_forumlist_linkoverlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-left: 40px;
	margin-right: 140px;
}

.discussions_forumlist_linkoverlay img {
	width: 100%;
	height: 67px;
}

.discussions_forum_none{
	font-weight: bold;
	line-height: 58px;
}

.discussion_tab_content_area h2 {
	font-size: 18px;
	margin-bottom: 18px;
}

.discussion_tab_content_area h2.discussion_primary_header {
	font-size: 24px;
	margin-bottom: 34px;
}


.global_discussion_search_ctn {
	float: right;
	margin-top: -6px;
}

/* override a funky workshop style */
input {
	width: auto;
}

.forum_area {
	color: #bfbfbf;
}

.forum_newtopic_header {
	color: #8a8a8a;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.new_topic_show{
	background: -moz-linear-gradient(center top , rgba(132, 210, 214, 1) 0%, rgba(98, 194, 200, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	float: right;
	font: 12px "Open Sans",Arial,Helvetica,sans-serif;
	margin: 0 5px 0 0;
	padding: 8px 15px 6px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	vertical-align: top;
}

.forum_newtopic_area {
	padding-bottom: 14px;
	display: none;
}

.forum_newtopic_box, .forum_formarea_box {
	border: 1px solid #E7E7E7;
	padding: 14px 11px 14px 11px;
	margin-bottom: 8px;
}

.forum_newtopic_textcontrols {

	margin-bottom: 13px;
	text-align: right;
}

.forum_newtopic_box {
	position: relative;
	padding-left: 60px;
	overflow: hidden;
}

.forum_newtopic_currentuser {
	position: absolute;
	left: 11px;
	top: 14px;
}

.forum_newtopic_box input.gray_bevel, .forum_newtopic_box textarea.gray_bevel {
	width: 536px;
}

.forum_newtopic_box textarea.gray_bevel {
	overflow: hidden;
}

/* override a workshop.css style */
.forum_area input {
	width: auto;
}

.forum_newtopic_box .gray_bevel.for_text_input {
	display: block;
}

.forum_newtopic_box .gray_bevel input {
	width: 100%;
}

.forum_topics_container {
	overflow: hidden;
}

.forum_topic {
	border: 1px solid #E7E7E7;
	height: 54px;
	margin-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}

.forum_topic.rejected{
	background: url("../../images/forum/trash1.png") no-repeat scroll center 8px transparent;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.forum_topic.to_moderate{
	background: url("../../images/forum/moderated.png") repeat scroll 0 0 transparent;
}


.forum_topic_overlay {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.forum_topic.bulk_edit_mode a.forum_topic_overlay {
	cursor: default;
}

.forum_topic.locked {
	background-image: url( '../../images/forum/forum_topic_locked.png' );
}

.forum_topic.locked.sticky {
	background-image: none;
}

.forum_topic.deleted {
	background-image: none;
	background-color: #242425;
}

.forum_topic .forum_topic_label {
	font-weight: bold;
}

.forum_topic_label.sticky_label {
	color: #E24912;
}

.forum_topic.moved {
	background-color: #29292a;
}

.forum_topic.moved .forum_topic_name.op_hidden {
	line-height: 48px;
}


.forum_topic:hover {
	background-color: #f9f9f9;
}

.forum_topic:hover .forum_topic_name {
	color: #ffffff;
}

.forum_topic.selected_for_bulk {
	border: 1px solid #529cde;
	padding-left: 4px;
	padding-right: 14px;
}

.forum_topic_icon {
	float: left;
	height: 16px;
	width: 16px;
	padding: 16px 12px 22px 6px;
	position: relative;
	z-index: 4;
}

.forum_topic_details {
	color: #969696;
	line-height: 55px;
}

.forum_topic_details.section{
	text-align: center;
}

.forum_topic_views_counter{
	font-size: 14px;
	float: right;
	color: #E73E18;
	padding: 17px;
	width: 114px;
	text-align: right;
}

.forum_topic_author{
	font-size: 14px;
	float: right;
	color: #E73E18;
	padding: 17px 0 0;
	width: 122px;
	text-align: right;
	height: 37px;
	overflow-y: hidden;
}

.forum_topic_reply_count {
	font-size: 14px;
	float: right;
	color: #E73E18;
	padding: 17px;
}

.forum_topic_reply_count img {
	vertical-align: middle;
}

.forum_topic_lastpost {
	font-size: 11px;
	float: right;
	/*padding-right: 28px;*/
	line-height: 24px;
}

.forum_topic_name {
	font-size: 14px;
	color: #dcdcdc;
	line-height: 51px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 20px;
}

.forum_topic_name {
	color: #dcdcdc;
}

.forum_topic.unread .forum_topic_name {
	font-weight: bold;
	color: #164C89;
}

.forum_topic_op {
	color: #717171;
	font-size: 11px;
}

.forum_paging {
	color: #A6A4A1;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	margin: 8px 0;
	padding: 0 6px;
	position: relative;
}

.forum_paging_header {
	margin-top: 0px;
}

.forum_paging_controls {
	position: absolute;
	top: 0px;
	right: 6px;
}

.forum_paging_controls .pagebtn {
	height: 17px;
	line-height: 17px;
}

.forum_paging_pagelink, .forum_paging_controls .commentthread_pagelink {
	cursor: pointer;
	margin: 0px 3px;
}

.forum_paging_pagelink:hover, .forum_paging_controls .commentthread_pagelink:hover {
	text-decoration: underline;
}

.forum_paging_pagelink.active, .forum_paging_controls .commentthread_pagelink.active {
	color: #747474;
	cursor: default;
}

.forum_paging_pagelink.active:hover {
	text-decoration: none;
}

/* discussion page */
.forum_op {
	border: 1px solid #E7E7E7;
	margin-bottom: 8px;
	position: relative;
	padding-bottom: 15px;
}

.forum_op.rejected{
   background: url("../../images/forum/trash.png") no-repeat scroll center center transparent;
   opacity: 0.5;
   filter: alpha(opacity=50);
}

.forum_op_body{
	padding: 7px 12px 0px 7px;
}

.forum_op.to_moderate{
	background: url("../../images/forum/moderated.png") repeat scroll 0 0 transparent;
}

.forum_op.inactive.to_moderate{
	background: url("../../images/forum/moderated_inactive.png") repeat scroll 0 0 transparent;
}

.topic_body{
	float: left;
	width: 85%;
}

.forum_user_info{
	width: 15%;
	float: left;
	text-align: center;
	padding-bottom: 15px;
}

.forum_op_avatar {

}

.forum_op .commentthread_comment_friendindicator {
	top: 31px;
	left: 40px;
}

.forum_op .editlink {
	position: absolute;
	right: 5px;
	top: 5px;
	visibility: hidden;
}

.forum_op:hover .editlink {
	visibility: visible;
}

.forum_op .authorline {
	line-height: 40px;
}

.forum_op_author {
	font-size: 14px;
	color: #e24912;
	font-weight: bold;
}

.forum_op_author .forum_author_action_pulldown, .forumtopic_comments .commentthread_author_link .forum_author_action_pulldown {
	display: inline-block;
	background-image: url("../../images/forum/arrow.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 16px;
	width: 17px;
	vertical-align: middle;
}

.forumtopic_comments .commentthread_deleted_comment .commentthread_author_link {
	padding-right: 0px;
	background: none;
}

.forum_op .date {
	font-size: 11px;
	color: #747474;
}

.forum_op .topic {
    color: #164C89;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 12px;
    word-wrap: break-word;
    font-weight: 600;
}

.forum_op .content {
	color: #8F8F8F;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	padding: 10px 0 20px;
	word-wrap: break-word;
}

.forum_op .content a {
	text-decoration: underline;
	color: #dbdbdb;
}

.forum_op .content a:hover {
	color: #ffffff;
}

.forumtopic_comments .commentthread_user_avatar {
	left: 9px;
	top: 12px;
}

.forumtopic_comments .commentthread_comment_container {
	margin-top: 0px;

	/* hack in some space for the friend indicator */
	margin-left: -22px;
	padding-left: 22px;
}

.forumtopic_comments .commentthread_comment {
	border: 1px solid #E7E7E7;
	color: #8F8F8F;
	margin-bottom: 2px;
	overflow: hidden;
	position: relative;
}

.commentthread_comment.to_moderate{
	background: url("../../images/forum/moderated.png") repeat scroll 0 0 transparent;
}

.commentthread_comment.rejected{
   background: url("../../images/forum/trash.png") no-repeat scroll center center transparent;
   opacity: 0.5;
   filter: alpha(opacity=50);
}

.commentthread_comment.inactive.to_moderate{
	background: red url("../../images/forum/moderated_inactive.png") repeat scroll 0 0;
    color: #FFFFFF !important;
    font-weight: bold !important;
}

.commentthread_comment.inactive.to_moderate a{
	color: #FFFFFF !important;
}

.forumtopic_comments .commentthread_comment.commentthread_deleted_comment {
	padding: 4px 11px;
	height: auto;
	min-height: 0px;
}

.forumtopic_comments .commentthread_comment.commentthread_deleted_comment, .forumtopic_comments .commentthread_comment.commentthread_deleted_expanded {
	background-color: #2E2E2F;
}

.commentthread_deleted_comment_audit {
	font-style: italic;
	font-size: 12px;
}

.forumtopic_comments .commentthread_comment_timestamp {
	color: #999999;
}

.forumtopic_comments .commentthread_comment_text {
	max-height: none;
	color: ##8F8F8F;

	overflow: visible;
	overflow-y: visible;
}

.forumtopic_comments .commentthread_comment_text a {
	color: #cccccc;
}

.forumtopic_comments .commentthread_comment_text a:hover {
	color: #ffffff;
}

.forumtopic_comments .commentthread_comment.commentthread_newcomment {
	border-color: #4c4c4d;
	background-color: #3b3b3d;
}

.forumtopic_comments .commentthread_comment.commentthread_newcomment .forum_comment_permlink {
	color: #909092;
}


.forumtopic_comments .commentthread_comment .commentthread_comment_avatar {

}

.forumtopic_comments .commentthread_comment .commentthread_comment_author {
	line-height: 42px;
	margin-bottom: 16px;
}

.forumtopic_comments .commentthread_comment:hover .commentthread_comment_author,
.forumtopic_comments .commentthread_comment.permlinked .commentthread_comment_author{
	opacity: 1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.forumtopic_comments .commentthread_comment .commentthread_comment_author a {
	color: #E24912;
	font-size: 14px;
	font-weight: bold;
}

a.commentthread_author_valve, a.commentthread_author_developer {
	color: #aedd08;
}

a.commentthread_author_globalmoderator {
	color: #df7708;
}

a.commentthread_author_officer {
	color: #ffcc00;
}

.forumtopic_comments .commentthread_comment .commentthread_comment_friendindicator {
	top: 35px;
	left: 39px;
}

.forum_comment_actions {
	float: right;
	background-color: #f9f9f9;
	visibility: hidden;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-bottom: 15px;
}

a.forum_comment_action {
	display: inline-block;
	text-align: center;
	line-height: 28px;
	width: 34px;
	height: 28px;
	margin: 10px 0 0 2px;
}


.commentthread_comment:hover .forum_comment_actions, .forum_op:hover .forum_comment_actions {
	visibility: visible;
}


a.forum_comment_action img {
	vertical-align: middle;
}

a.forum_comment_action:hover {
	text-decoration: none;
}

.forum_comment_actions_separator {
	background: url("../../images/forum/forum_comment_actions_separator.png") no-repeat scroll center top transparent;
	clear: both;
	display: inline-block;
	height: 4px;
	margin: 5px auto;
	width: 100%;	
}

.forum_comment_permlink {
	position: absolute;
	right: 4px;
	bottom: 4px;
}

.forum_comment_permlink img.forumcomment_unread_indicator {
	visibility: hidden;
	vertical-align: text-bottom;
}


.forumtopic_comments .commentthread_comment.commentthread_newcomment:hover .forumcomment_unread_indicator {
	visibility: visible;
}

.forumtopic_comments .commentthread_comment_editcontrols {
	padding-right: 8px;
}

.forumtopic_comments .commentthread_comment_editcontrols .commentthread_edit_buttons {
	padding-right: 1px;
}


.forum_comment_permlink a {
	color: #535354;
	font-size: 11px;
	text-decoration: none;
}

.forumtopic_comments .commentthread_comment.permlinked {
	border-color: #689ee0;
}

.forumtopic_comments .commentthread_comment.permlinked .forum_comment_permlink a {
	color: #689ee0;
}

.discussionSearchTextContainer {
	border: 1px solid #E7E7E7;
	box-shadow: 0 0 6px #E7E7E7;
	height: 28px;
	margin: 10px 0 0;
	padding: 0;
	position: relative;
	width: 276px;
}

input.discussionSearchText
{
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	height: 20px;
	left: 10px;
	margin: 0;
	outline: medium none;
	padding: 0;
	position: absolute;
	top: 5px;
	width: 244px;
}
input[type="text"].discussionSearchText:focus, input[type="password"].discussionSearchText:focus, input[type="email"].discussionSearchText:focus, textarea.discussionSearchText:focus{
	border: 0 none;
}
input.discussionSearchText::-webkit-input-placeholder {
	color: #555555;
	font-style: italic;
}

input.discussionSearchText:-moz-placeholder {
	color: #555555;
	font-style: italic;
}


.discussionSearchTextSubmitImg
{
	border: medium none;
	cursor: pointer;
	height: 14px;
	left: 255px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 8px;
	width: 14px;
}

h3.moderated{
	font-size: 11px;
	left: 42px;
	position: absolute;
	top: 52px;
	margin: 0;
	padding: 0;
	line-height: 15px;
	color: red;
}

h3.description{
	font-size: 11px;
	left: 42px;
	position: absolute;
	top: 40px;
	margin: 0;
	padding: 0;
	line-height: 15px;
	padding: 0 0 0 2px;
}

.forum_newtopic_area .form .select select,
.forum_newtopic_area .form .integer input,
.forum_newtopic_area .form .date input,
.forum_newtopic_area .form .float input,
.forum_newtopic_area .form .text input,
.forum_newtopic_area .form .textarea textarea,
.forum_newtopic_box .form .select select,
.forum_newtopic_box .form .integer input,
.forum_newtopic_box .form .date input,
.forum_newtopic_box .form .float input,
.forum_newtopic_box .form .text input,
.forum_newtopic_box .form .textarea textarea {
    border: 1px solid #E7E7E7;
    box-shadow: 0 0 6px #E7E7E7;
    color: #888888;
}
.forum_newtopic_area .form .field.textarea .counter {
	right: 10px;
}
.forum_newtopic_box .form .field.textarea .counter {
	right: 15px;
	top: 5px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.forum_newtopic_box .form .buttons.submit-buttons,
.forum_newtopic_area .form .buttons.submit-buttons {
	border-top: 0 none;
	float: right;
	width: 510px;
}

.forum-msg-info{
	color: #E24912;
	background: #E6E7E8;
	padding: 50px;
}
.clearboth{
	clear: both;
}
.clearright{
	clear: right;
}

.forum_user_description{
	border-top:1px dashed #E7E7E7; 
	padding:7px 12px 7px 2px;
	font-size:10px;
}

#post{
	margin-top: 20px;
}

#user_description{
	margin-top: 15px;
}
.italic{
	font-style: italic;
}
.linethrough{
	text-decoration: line-through;
}

.jQcomment div.quote{
    border-left: 1px solid #808080;
    margin-left: 10px;
    padding: 5px 10px;
    margin-bottom: 5px;
}



.form .file input#user_avatar_input, #photo_input {
    border: 1px solid #c9c9c9;
    float: left;
    margin: 0 0 20px 23px;
    padding-bottom: 9px;
    width: 40%;
}

.form .file{
	overflow: hidden;
	position: relative;
}

.inputfile {
    float: left;
    left: 9999px;
    margin-left: 22px;
    margin-top: 5px;
    position: absolute;
    width: 76% !important;
}


.form .file input#user_avatar_button, .form .file input#user_avatar_remove, #photo_button, #photo_remove {
    float: right;
    margin: 2px 0 0 10px;
    width: 15% !important;
}
.form .file input {
    width: 100%;
}
.button {
    background: none repeat scroll 0 0 #e34913;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font: 12px "Open Sans",Arial,Helvetica,sans-serif;
    margin: 2px 5px 0 0;
    padding: 8px 15px 6px;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    vertical-align: top;
    width: 20% !important;
}

img.user_avatar_preview.marked-to-delete{
	border: 2px solid red;
}

div.moderator-info{
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	margin-top: 20px;
}

div.user-locked,
div.user-active{
	display: none;
}

div.user-locked.active,
div.user-active.active{
	display: block;
}

.red{
	color: red;
}

.green{
	color: green;
}
