
html {
	height: 100%;
}

body {
	background:  #000000;

	text-align: left;

	color: #8F98A0;
	font-size: 14px;

	margin:0;
	padding:0;

	padding-bottom: 10px;
}

body.flat_page {
	position: relative;
	min-height: 100%;
}

body.flat_page.blue {
	color: #636363;
}

/* this makes the footer appear at the bottom of the window on short pages */
body.flat_page .responsive_page_frame {
	position: static;
}

body.standard_page {
	min-width: 958px;
}

body, textarea {
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

.pagecontent {
	padding-bottom: 128px;
}
.pagecontent.in_client, .pagecontent.no_header {
	background-position: center top;
}
body.flat_page.blue .pagecontent {
	background: none;
}
@media screen and (max-width: 910px)
{
	html.responsive .pagecontent {
	   padding-bottom: 0;
	}

}
	html.responsive.touch .pagecontent {
	   padding-bottom: 0;
	}

.pagecontent.no_footerpad {
	padding-bottom: 0;
}

.maincontent {
	width: 948px;
	margin: 0 auto;
	min-height: 900px;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

a, .whiteLink {
	color: #ebebeb;
	text-decoration: none;
	cursor: pointer;
}


a:hover {
	text-decoration: underline;
}

a.hoverunderline:hover {
	text-decoration: underline;
}

a.underlinedLink, span.underlinedLink {
	color: #ebebeb;
	text-decoration: underline;
	cursor: pointer;
}

a.whiteLink:hover, .whiteLink:hover, a.linkStandard:hover, a.linkTitle:hover, a.underlinedLink:hover, span.underlinedLink:hover {
	color: #66C0F4;
	text-decoration: none;
	cursor: pointer;
}

form {
	margin:0;
	padding:0;
}

input[type=text], input[type=password], select {
	color: #909090;
	background-color: rgba( 0, 0, 0, 0.2 );
	border: 1px solid #000;
	/* should set this on individual styles we know look good with it */
	/* box-shadow: 1px 1px 0 0 rgba( 91, 132, 181, 0.2 ); */
	border-radius: 3px;
}



#footer {
	position:relative;
	text-align:left;
	width: auto;
	font-size: 12px;
	color: #8F98A0;
	border:0;
	margin: 0;
	padding: 32px 0;
	background-color: rgba( 0, 0, 0, 0.4 );
}

body.flat_page #footer, body.headerless_page #footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	padding-top: 16px;
	background: transparent;
}
body.flat_page #footer {
	background-color: #000000;
}
body.flat_page.blue #footer {
	background: none;
}

body #footer .responsive_optin_link {
	display: none;
}

body.flat_page #footer_spacer, body.headerless_page #footer_spacer {
	height: 78px;
	padding-top: 16px;
}

#footer .footer_content {
	position: relative;
	width: 958px;
	margin: 0 auto;
}

#footer a {
	color: #C6D4DF;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

#footerText {
	padding: 2px 0 0 123px;
	line-height: 14px;
	display: block;
	color: #8F98A0;
}

#footerLogo {
	position: absolute;
	left: 16px;
	top: 4px;
}


.friendBlock {
	height:36px;
	padding: 4px 0 4px 4px;
	margin-bottom:4px;
	font-size:11px;
	line-height:13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	position: relative;

	background-color: rgba( 84, 133, 183, 0.2);
}
a.friendBlock {
	display: block;
}

.friendBlockLinkOverlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;

	z-index: 2;
}

.friendBlock a.friendBlockInnerLink {
	position: relative;
	z-index: 3;
	color: #ffffff;
}

.friendBlock:hover {
	cursor:pointer;
	background-color: rgba( 117, 204, 255, 0.3);
}

.friendBlock .playerAvatar {
	float:left;
	margin-right: 7px;
}

.friendBlock .friendBlockContent {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.friendBlock .friend_join_game_link {
	text-decoration: underline;
}

.friendBlock .friend_join_game_link:hover {
	color: white;
}

.friendBlock .blockedText {
	color: red;
	font-weight: bold;
}

.friendBlockStatusIcon {
	float: right;
	height: 40px;
	line-height: 40px;
	padding: 0 7px;
}
.friendBlockStatusIcon img {
	vertical-align: middle;
}


.friendBlock .friendPlayerLevel {
	float: right;
	margin: 4px 4px 0 0;
}

.responsive_friendblocks_ctn {
	max-width: 898px;
	margin: 0 auto;
}

@media screen and (max-width: 910px)
{
	html.responsive .responsive_friendblocks .friendBlock,
	html.responsive .responsive_friendblocks .friendBlock:nth-child(3n) {
		margin-right: 0.8%;
	}
}

@media screen and (max-width: 910px) and (min-width: 601px)
{

	html.responsive .responsive_friendblocks .friendBlock {
		width: 32%;
	}

	html.responsive .responsive_friendblocks .friendBlock:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 600px ) and (min-width: 401px)
{
	html.responsive .responsive_friendblocks .friendBlock {
		width: 48%;
	}

	html.responsive .responsive_friendblocks .friendBlock:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 400px )
{
	html.responsive .responsive_friendblocks .friendBlock {
		width: auto;
		float: none;
	}
}

@media screen and ( max-width: 500px )
{
	html.responsive .commentthread_paging.has_view_all_link .pagebtn,
	html.responsive .commentthread_paging.has_view_all_link .commentthread_pagelinks,
	html.responsive .commentthread_paging.has_view_all_link .commentthread_pagedropdown	{
		display: none;
	}
}


@media screen and (max-width: 910px)
{

	html.responsive .commentthread_pagelinks {
		display: none;
	}

	html.responsive .commentthread_pagedropdown {
		display: inline;
	}

	html.responsive .commentthread_comment_author .community_ban_action {
		display: none;
	}

	html.responsive .commentthread_comment_author .actionlink:not(.community_ban_action) {
		visibility: visible;
	}

}

	html.responsive.touch .commentthread_pagelinks {
		display: none;
	}

	html.responsive.touch .commentthread_pagedropdown {
		display: inline;
	}

	html.responsive.touch .commentthread_comment_author .community_ban_action {
		display: none;
	}

	html.responsive.touch .commentthread_comment_author .actionlink:not(.community_ban_action) {
		visibility: visible;
	}

/* used to display the " - public" next to a group name */
.pubGroup {
	font-size:11px;
	color:#d05f29;
	font-weight:bold;
}

body.flat_page > .perf_timing_area .perf_timing_link, body.headerless_page > .perf_timing_area .perf_timing_link {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.perf_timing_area {
	display: block;
	text-align: center;
	margin-bottom: 14px;
}

.perf_timing_data {
	position: relative;
	background-color: #000000;
	margin: 0px auto 48px auto;
	padding: 8px;
	text-align: left;
	width: 936px;
	font-size: 14px;
}
.nowrap {
	white-space: nowrap;
	overflow: hidden;
}

/* note that the old gameLogoHolder_default style does nothing now */

.gameLogo {
	width:184px;
	height:69px;
	border:0;
	padding: 4px;
	margin:0;
	background: rgba( 0, 0, 0, 0.5 );
}

.gameLogo img {
	border:0;
	width:184px;
	height:69px;
}


/* ---------------- comment threads -------------*/
.commentthread_header, .commentthread_footer {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 1px;
	padding-bottom: 2px;
}
.commentthread_header {
	border-bottom: 1px solid #363f4c;
}
.commentthread_footer {
	border-top: 1px solid #363f4c;
}

.commentthread_header .commentthread_count {
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUNJREFUeNqkU11Og0AQnm04QI/AEfQGcAO9QXnRUJuGqml8M75oUhOlhEqtD3IDewO5QfcIHKEH2B8/WqBgTAr4JcMAM/Ptt7OzjIAgjAaMMZOOQGudjkduXP3H/GDxCu9Rc/je+GpSfPSklB6MWlhtMTZ7ftHUHrbCdu6mN2lPgLWLKSk3j08z05BSUEf0YQNDCkn/gSE6KMCRcxzpngAK1vBnLeoTTdpixHICJR3SlOLdQuCkthKx5FcxR84c+V95feGIrm+nFtx3JdnRSmUE1Qk1If+eDlP7YBQRKaq9YI7SiiN5w/bd/gtbxOOSIDvbXFKMBq0R/NQ7yTsFZq0QOVAxDwM/LQkwGBzuNHoLef7rPHu4w1EfhNnWiv7wZbSYHPrUABeXbpUk+Vgt7fIyNSFYvUdbXCJbCMGFqM/NjwADANx60v2kqu2YAAAAAElFTkSuQmCC );
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 24px;
	overflow: hidden;
}

.commentthread_count_label {
	margin-right: 8px;
}

.commentthread_subscribe_ctn {
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
	cursor: pointer;
}

.commentthread_subscribe_hint {
	font-size: 10px;
	line-height: 12px;
	vertical-align: text-top;
	cursor: default;
}

.commentthread_subscribe_hint .commentthread_subscribe_hint_q {
	color: #66c0f4;
}

.commentthread_subscribe_checkbox {
	display: inline-block;
	position: relative;
	height: 12px;
	width: 12px;
	vertical-align: middle;

	border: 1px solid #385377;
	border-top-color: #070a0f;
	border-left-color: #070a0f;

	border-top-right-radius: 1px;
	border-bottom-left-radius: 1px;

	background: rgba( 0, 0, 0, 0.2 );
}

.commentthread_subscribe_check {
	position: absolute;
	display: none;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;

	background: url( 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASJJREFUeNpi/P//PwMlgIVcjcGLD70H0UzkaA6cv/cpkBIgywC/mdvOMLGwSsHMIskA145FM1m5eIxB7B+Pnz9YG2t3gGgDrArbi/mkFdJA7J+fPxzYWhWuSLQXlF0CfSUMLOtB7H9/fj87NaW+ESaHYoBJelWaXdWkBnQDdMIzehiZmHhB7Du71pS8unb+AFYD5G08ZopqGtQ7Nc3uZWRkBPvVa9K6TSwcnGog9uvrFxovL5++HFkPI3JC8p+98yayYhANMhBEf3//ZvP2/OBGoPqzOA1AN+T/v3+fQU7/8+P7reP9FenITsfqBRAAKQRpAJsO1Awy5MrKGSXYNGN1AQwELTzwCWTA83NHS471V/biiiFGSjMTEwOFgGIDAAIMAKHJfj735eNRAAAAAElFTkSuQmCC' ) no-repeat center;
}

.commentthread_subscribe_ctn.checked .commentthread_subscribe_check {
	display: block;
}

.commentthread_subscribe_ctn.waiting .commentthread_subscribe_check {
	display: block;
	background-image: url( 'http://steamcommunity-a.akamaihd.net/public/images/login/throbber.gif' );
	background-size: contain;
}

.commentthread_paging {
	float: right;
}

.commentthread_pagelink {
	cursor: pointer;
	color: #ffffff;
}

.commentthread_pagedropdown {
	display: none;
}

/* fix some bad workshop.css styles */
.commentthread_pagedropdown select {
	width: auto;
}

.commentthread_pagelink:hover {
	text-decoration: underline;
}

.commentthread_pagelink.active {
	cursor: default;
	color: #939393;
}

.commentthread_pagelink.active:hover {
	text-decoration: none;
}

.commentthread_entry {
	min-height: 44px;
	background-color: rgba( 0, 0, 0, 0.2 );
	position: relative;

	padding: 8px;
}

.commentthread_allcommentslink {
	margin-right: 12px;
}

a.commentthread_allcommentslink:hover {
	text-decoration: underline;
}

.commentthread_user_avatar {
	float: left;
	margin-right: 8px;
}

.commentthread_entry_quotebox_quote {
	position: absolute;
	left: 50px;
	top: 13px;
	width: 17px;
	height: 18px;
}

.commentthread_entry_quotebox {
	border: none;
	padding: 4px 6px 4px 6px;
	font-size: 12px;
	background-color: rgba( 0, 0, 0, 0.4 );
	border-radius: 4px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #354357;
	border-bottom: 1px solid #354357;
	overflow: hidden;
}

.commentthread_textarea {
	resize: none;
	outline: none;
	background-color: transparent;
	border: none;
	width: 100%;
	overflow: hidden;
	color: #BFBFBF;
}

.commentthread_entry_submitlink {
	text-align: right;
	padding-top: 5px;
}

.commentthread_entry_submitlink .emoticon_button {
	margin-right: 8px;
}

.commentthread_entry_autosubscribe {
	padding-bottom: 8px;
}

.commentthread_entry_error {
	color: #ff0000;
}

.commentthread_textarea::-webkit-input-placeholder{
	font-style: italic;
	color: #515152;
}

.commentthread_textarea:-moz-placeholder {
	font-style: italic;
	color: #515152;
}

.commentthread_comment_container {
	margin-top: 19px;
}

.commentthread_comment {
	position: relative;
	padding-bottom: 19px;
	min-height: 40px;
	padding-left: 58px;

	/* The descendant comment text element has overflow set, but a chrome bug allows some unicode characters to spill out of that.  overflow at this level seems to stop it */
	overflow: hidden;
}

.valve_links {
	margin: 15px 0 0 0;
	display: block;
}

.commentthread_comment_avatar {
	position: absolute;
	left: 5px;
	top: 0px;
}

.commentthread_valve_icon
{
	vertical-align: middle;
	margin-left: 5px;
	width: 59px;
	height: 16px;
}

.commentthread_comment_author {
	margin-bottom: 2px;
	line-height: 16px;
}

.commentthread_comment_author a {
	font-size: 14px;
}

.commentthread_comment_author a.actionlink {
	color: #B0AEAC;
	font-size: 11px;
	visibility: hidden;
}

.commentthread_comment_author a.actionlink:hover {
	text-decoration: underline;
}

.commentthread_comment:hover .commentthread_comment_author a.actionlink {
	visibility: visible;
}

.commentthread_comment_timestamp {
	font-size: 11px;
	color: #535354;
	margin-left: 4px;
}

.commentthread_comment_text {
	font-size: 13px;
	color: #acb2b8;
	word-wrap: break-word;
	overflow-y: auto;
	max-height: 400px;
	line-height: 18px;
}

.commentthread_comment_text a {
	color: #c6d4df;
	text-decoration: underline;
}

.commentthread_comment_text a:hover {
	color: #EBEBEB;
	text-decoration: underline;
}

.commentthread_comment_friendindicator {
	position: absolute;
	left: 33px;
	top: 24px;
	background-image: url( 'http://steamcommunity-a.akamaihd.net/public/images/skin_1/comment_friendindicator_small.png' );
	width: 20px;
	height: 20px;
	z-index: 2;

	cursor: pointer;
}

.commentthread_edit_buttons {
	text-align: right;
}

.commentthread_workshop_authorbadge {
	color: #e9d528;
}

.commentthread_workshop_publishedfilesbadge {
	display: inline-block;
	padding: 0 6px;
	border-radius: 3px;
	line-height: 22px;
	margin: 0 4px;
	background-color: #425979;
}

.commentthread_steamworks_developerbadge {
	display: inline-block;
	padding: 0 6px;
	border-radius: 3px;
	line-height: 22px;
	margin: 0 4px;
	background-color: #AC966A;
}

.commentthread_prepopulate_prompt {
	margin-bottom: 8px;
	color: #67c1f5;
}

/** Styles for modal popup */

.modal_top_band {
	background-color:#37516d;
	width:548px;
	height:25px;
	margin-bottom:1px;
}

.modal_close {
	float:right;
	width:9px;
	height:9px;
	margin-right:9px;
	margin-top:7px;
	line-height: 9px;
	cursor: pointer;
}

.modal_box {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,rgba(102,192,244,1)), color-stop(95%,rgba(47,137,188,1)));background: -moz-linear-gradient( top, rgba(102,192,244,1) 5%, rgba(47,137,188,1) 95%);background: -webkit-linear-gradient( top, rgba(102,192,244,1) 5%, rgba(47,137,188,1) 95%);background: -o-linear-gradient( top, rgba(102,192,244,1) 5%, rgba(47,137,188,1) 95%);background: -ms-linear-gradient( top, rgba(102,192,244,1) 5%, rgba(47,137,188,1) 95%);background: linear-gradient( to bottom, rgba(102,192,244,1) 5%, rgba(47,137,188,1) 95%);	padding: 3px;
	width:542px;

	font-size: 12px;
	color: #ffffff;
	text-align: left;
}
.modal_box .modal_box_ctn
{
	width:502px;
	background-color:#1a2635;
	padding:20px;
}
.modal_box #forum_movetopic_modal_content #forum_movetopic_form {
	background: transparent;
}

.modal_box h1, .modal_box h5 {
	font-weight: normal;
}

.modal_box h2 {
	color: #c6d4df;
	font-family: "Motiva Sans Light", "Motiva Sans", arial, tahoma, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}

.modal_low_block {
	background-color:#171717;
	padding:20px 20px 0px 20px;
	height:54px;
	padding-top:24px;
	color:#b0aeac;
}


.modal_steam_ico {
	float:left;
	padding-right:18px;
	margin-top:-4px;
}



#modalBG {
	position:fixed;
	z-index:900;
	background-color:#000000;
	filter:alpha(opacity=60);
	opacity:0.8;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.modal_frame {
	width:508px;
	position:absolute;
	z-index:1000;
	background-color:#000000;
}


/* big gray buttons for the modal */
.gray_square_button {
	height: 34px;
	line-height: 34px;
	color: #e5e2df;
	font-size: 14px;
	padding: 0 2px;
	margin: 0 8px;

	border: none;

	position: relative;
	display: inline-block;

	cursor: pointer;
}

a.gray_square_button:hover {
	text-decoration: none;
	color: #e5e2df;
}

.modal_box .gray_square_button {
	margin-left: 0;
	margin-right: 16px;
}

.gray_square_button .left, .gray_square_button .right, .gray_square_button .button_label {
	background-image: url( 'http://steamcommunity-a.akamaihd.net/public/images/economy/gray_square_button.png' );
}

.gray_square_button .left, .gray_square_button .right {
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	height: 34px;
	width: 2px;
}

.gray_square_button .left {
	background-position: 0 0;
	left: 0;
}

.gray_square_button .right {
	background-position: -2px 0;
	right: 0;
}

.gray_square_button .button_label {
	background-repeat: repeat-x;
	background-position: 0 -34px;
	padding: 0 32px;
	text-align: left;
}

.modal_box .gray_square_button .button_label {
	min-width: 62px;
}

.gray_square_button.active .left {
	background-position: 0 -68px;
}

.gray_square_button.active .right {
	background-position: -2px -68px;
}

.gray_square_button.active .button_label {
	background-position: 0 -102px;
}

button.gray_square_button::-moz-focus-inner
{
	padding: 0;
	border: none;
}


	/* not logged in modal dialog */

.notLoggedInText {
	font-size: 20px;
	padding-bottom: 20px;
	padding-top: 0;
	text-align: center;
}

.notLoggedInButtons {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.notLoggedInButtons > a {
	margin-right: 5px;
}


/* new input styles */

input.gray_bevel:-moz-placeholder, textarea.gray_bevel:-moz-placeholder, .gray_bevel textarea:-moz-placeholder, .gray_bevel input:-moz-placeholder {
	font-style: italic;
	color: #7c7c7c;
}

input.gray_bevel::-webkit-input-placeholder, textarea.gray_bevel::-webkit-input-placeholder, .gray_bevel textarea::-webkit-input-placeholder, .gray_bevel input::-webkit-input-placeholder {
	font-style: italic;
	color: #7c7c7c;
}

input.gray_bevel, textarea.gray_bevel, .gray_bevel, .commentthread_comment_edit_textarea_ctn {
	background-color: rgba( 0, 0, 0, 0.2 );
	border-radius: 3px;
	border: 1px solid #000;
	box-shadow: 1px 1px 0 0 rgba( 91, 132, 181, 0.2 );
	color: #C6D4DF;

	margin-bottom: 6px;
	outline: none;


	padding: 4px 6px;
}

.gray_bevel.for_text_input {
	display: inline-block;
	padding-bottom: 1px;
	height: 25px;
}

.gray_bevel input {
	line-height: 21px;
	height: 21px;
}

.newmodal_prompt_textarea {
	height: 396px;
}

.newmodal_prompt_with_textarea {
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 500px;
}

.gray_bevel input, .gray_bevel textarea {
	border: none;
	outline: none;
	box-shadow: none;
	background-color: transparent;
	font-size: 13px;
	color: #C6D4DF;
}

.gray_bevel.fullwidth {
	display: block;
}

.gray_bevel.fullwidth.for_text_input input, .gray_bevel.fullwidth textarea {
	width: 100%;
}

input.gray_bevel {
	height: 20px;
}

textarea.gray_bevel, .gray_bevel textarea {
	resize: none;
}

select.gray_bevel {
	background-color: #212f43;
	border-radius: 3px;
	border: 1px solid rgba( 91, 132, 181, 0.2 );
	box-shadow: 1px 1px 0px #000000;
	color: #BFBFBF;

	margin-bottom: 6px;
	outline: none;

	padding: 0px;
	line-height: 27px;
	height: 27px;
	font-size: 14px;
}


/* sharing published files*/
#SharePopup
{
	min-width: 550px;
	background-color: #323232;
	border: 1px solid #4a4943;
	padding: 10px;
	text-align: left;
}

.share_controls_steam, .share_controls_steam a
{
	float: left;
	display: inline-block;
	width: 328px;
	height: 50px;
	margin-right: 15px;
	font-size: 16px;
	font-family: Arial;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	background-image: url( 'http://steamcommunity-a.akamaihd.net/public/images//sharedfiles/share_status_off.jpg' );
}

.share_controls_steam:hover, .share_controls_steam:hover a
{
	background-image: url( 'http://steamcommunity-a.akamaihd.net/public/images//sharedfiles/share_status_on.jpg' );
	text-decoration: none;
}

.share_controls_other
{
	padding-top: 10px;
}

.share_controls_divider
{
	background-color: #161616;
	border-bottom: 1px solid #4c4c4c;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.share_controls_page_link
{
	padding-top: 5px;
	line-height: 26px;
	height: 26px;
	font-size: 12px;
	color: #8f8f8f;
}

.shareItemLink
{
	float: left;
	padding-left: 5px;
}

.shareItemLink .btn_medium > span
{
	padding: 0px 10px;
	line-height: 28px;
}

.share_controls_page_link form
{
	display: inline-block;
}

.share_controls_page_link input
{
	top: 0px;
	padding: 5px;
	min-width: 500px;
	background-color: #272626;
	border: 1px solid #000000;
	color: #8f8f8f;
}

#ShareOnSteamDialog
{
	min-height: 290px;
	width: 560px;
}


.migrated_profile_page_old .pagecontent {
	padding-bottom: 0;
}

.migrated_profile_page_old #BG_bottom, .migrated_profile_page_old #BG_top {
	margin: 0 auto;
}

.emoticon_button {
	display: inline-block;

	height: 36px;
	width: 36px;

	background-image: url( 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMzAyRkRGRkFGMjNFMjExQTExQ0E1RUVDNzk3QzRFRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozMzgxRUQ1QjYwOTMxMUU1OUQzNzkwMUIxQjA3MDExNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozMzgxRUQ1QTYwOTMxMUU1OUQzNzkwMUIxQjA3MDExNSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDRDU0MzUwNDM0NUVFNTExOTQ4NEY2QkZCMzgwMjBBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMzAyRkRGRkFGMjNFMjExQTExQ0E1RUVDNzk3QzRFRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pkg7SNkAAAKgSURBVHjatFftcdswDGV5HsAjqBM0mSDKBFUmqDVBkt/+EefO/m1nAqkTxJnA6gRRJrA6QdkJWjL36HtFKeorxh3Osk2BjwAeAH5ar9dqgKTQK6tzqxf43VitrTZW36zu8dwpy+VSzXqsc5vdWb3Fc9ualL5vrVZWH/EZlS4QbvMHsXkDwz9pgwR6RWC819yae3hqEAi36bM4XWn1KWaM3s0APoGNA4CUoRd04DcX51cC4E7y2WreA4DPj5LeMQBWIEydILwHEnx36K/7JllAHJhLAn8HjYI4EAB3ip2aLg0OUlPSZm0gVkS51viNFCOAFJzsmrL7Fs/7D/JACEhOYd9KEJ6GvPAcUqN2OFn40GuilAIFjUhUx5Q/eGmIOJu/rB4pzApeNgTkHURG8SkDdPUGvg0E4StsIhLRIOQnmxpVTlHtl5lt6P8h8kOEgeXF5+Jms0lmRMmXFnpdYk01EMSKTixB7NnbM6qMdYTnzYREjP33Hm4tYiVFxnOMXEQo29o7FGXuEWX8CPemPTf2jCuIXasxrXyP7E3hkQcou9O0DD4h1+9iIAxRKVRqUwGmy81y8++gvgmE+gSixgZfWgxVxAw/0s0jIGoa90wkXB5ExSAyNK6u+l8FaKZGVNMTaM2FY0DiTZWvHoAddI3GyZqRpXmMJKJXnSj6RLQ8tzcK2UM0Na6GJp/5mQDwIR994mpCdU/U254BANv9p25oUZx2hLj4YAAHGpxuYoMuz5YLlOypockEgP+m91DvyAlIhr6xGMmCZzqIHHZVVwPLaRb0F5cj7gxJj5P79RnlwHVba5/1GEq21De2UD9jOKO/UfLnAXob0H815UJciyaWUd2PVdgGm5eR/tEbhGxiOd22Fc2nDW7pjajAveSvAAMANCO6us8cVJgAAAAASUVORK5CYII=' );
	background-repeat: no-repeat;
	background-size: 100% 100%;

	cursor: pointer;
}

.emoticon_button:hover, .emoticon_button.focus {
	background-image: url( 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMzAyRkRGRkFGMjNFMjExQTExQ0E1RUVDNzk3QzRFRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQjU1MUI0MDYwOTMxMUU1OTUyMjlCQ0MwQTgyRDc5MCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQjU1MUIzRjYwOTMxMUU1OTUyMjlCQ0MwQTgyRDc5MCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDRDU0MzUwNDM0NUVFNTExOTQ4NEY2QkZCMzgwMjBBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMzAyRkRGRkFGMjNFMjExQTExQ0E1RUVDNzk3QzRFRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp+wFVoAAAI+SURBVHjavFiBcYMwDHS4DOARvEHZIGSCskEZgU5QOkGuE9BOQDtB2glIJ4BOAJ2AyncyJ1Tj2AlEd3+kYMvvty3J3QzDIAIsQewAEhDj+x5wArSAb8A7/vYzTeIMJKAAdEOYHQGJh3+xOaNEDnjCWRvTM/wE/OBTm0LsUClqus0jKhWkhMSZUCsBsadyGaAhfTt8Z+1jexkzB5qM8pHVgowt48GHhGQE8gsHp9ATqF0+eQfaOFuAAJ0c9Z3OkSgWVsBFpMO/JyQUWbtqBQJ0v9GNPiFR2hiuBKq4MiQkUaFwSBi6R1L027Cj/W88c4wmzAgSdlRDSNA4wydnlNcERYRRTpDYL1h07Mn3EPsiv3nfj0mkJYwLxzlPrtiIc1F2PK5i7uzeAGavFRGRqLdIquVKxXUWz7wfx4scnTNAA6jwWVgy5JxJJF8Cap0nsb/VdCo3uXxPUrNxVDkGPs2ol8y03bP2R2z7vMUPEqXncu2x4QM+lYfMfPA3wKuF8Ohriw31AHczjj6JQqakkw4SJ1Lu9Y7lUqN/zPFj4LgRaICUEQscibiN3U9UQ2YNz2wrQvGaxXzIyYdkZRJHnrFtZV29YjrPbIUTT73DissSkxReu2rMw0pEKIGOlwy2DiUhUi2wNCkjEPvcOziR7sLKW+EkBhcBFwleC5pglntchFI2CbMH4kvvojo0HyxBrEXoYPOLIV9a2umw/eLKoL63clNrlgE3c6OaXOJW7vofhSD1aYu3dHNjb0Mc/gkwADlAbL3OpPROAAAAAElFTkSuQmCC' );
}

.emoticon_button.small {
	height: 22px;
	width: 22px;
	vertical-align: middle;
}

.emoticon_popup_ctn {
	position: absolute;
}

.emoticon_popup {
	background-color: #3b3938;
	padding: 8px;
	box-shadow: 0 0 12px #000000;
}

.emoticon_popup_content {
	max-height: 96px;
	max-width: 352px;
	overflow-y: auto;
}

.large .emoticon_popup_content {
	max-height: 200px;
	max-width: 352px;
}

.large .emoticon_popup_content .emoticon_option {
	width: 60px;
	height: 60px;
	margin: 10px;
}

img.emoticon {
	vertical-align: text-bottom;
	height: 18px;
	width: 18px;
}

.emoticon_popup_content .emoticon_option {
	width: 28px;
	margin: 2px;

	text-align: center;

	line-height: 18px;
	height: 18px;
	padding: 5px 0;

	float: left;
}

.emoticon_popup_content .emoticon_option:hover {
	background-color: #201f1d;
	cursor: pointer;
}


.economyitem_hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1200;
}
.economyitem_hover_content {
	width: 350px;
	margin: 12px;
	box-shadow: 0 0 12px #000000;
}

.tooltip_hint {
	cursor: default;
	font-size: 12px;
	font-style: normal;
	color: #686868;
}

.community_tooltip {
	background: #c2c2c2;
	color: #3d3d3f;
	font-size: 11px;
	border-radius: 3px;
	padding: 5px;
	max-width: 225px;
	white-space: normal;
	box-shadow: 0 0 3px #000000;
}

/* formatting help dialog */
.tagrow {
	margin-bottom: 8px;
	padding: 0 4px;
	position: relative;
	font-size: 12px;
}

.tagrow.tagrow_header {
	background-color: #1E1E1F;
	color: #626467;
	line-height: 18px;
}

.tagrow .tag {
	color: #cccccc;
}

.tagsyntax {
	float: left;
	width: 57%;
	margin-left: 1%;
	margin-right: 3%;
}

.tagexample {
	float: left;
	width: 38%;
}

.tagexample a {
	text-decoration: underline;
}

.tagexample a:hover {
	color: #ffffff;
}


@media screen and (max-width: 910px)
{
	html.responsive .maincontent {
		width: auto;
		margin-left: 1%;
		margin-right: 1%;
	}

	html.responsive .emoticon_popup_ctn {
		position: fixed;
		left: 5px;
		right: 5px;
		bottom: 5px;
		overflow-y: auto;
		z-index: 20;
		height: 176px;
		max-height: 40%;
	}

	html.responsive .emoticon_popup_content {
		max-width: none;
		max-height: none;
	}

	/* 16px font size prevents iphone from zooming */
	html.responsive .gray_bevel input,
	html.responsive .gray_bevel textarea {
		font-size: 16px;
	}
}


@media screen and (max-width: 910px)
{
	html.responsive textarea.commentthread_textarea {
		font-size: 16px;
	}

}
	html.responsive.touch textarea.commentthread_textarea {
		font-size: 16px;
	}

/* styles that hide things on non-migrated pages */
.responsive_menu_only {
	display: none;
}

.nonresponsive_hidden {
	display: none;
}


#tabs_baseline {
	clear:left;
}

.responsive_tab_baseline {
	background-color: #417B9C;
	max-width: 958px;
	height: 5px;
}

.responsive_tab_ctn.sharedfiles_responsive_tab {
	text-align: center;
}

.responsive_tab_ctn.sharedfiles_responsive_tab .responsive_tab_control {
	display: inline-block;
	padding: 6px 8px;
	font-size: 16px;
	color: #ffffff;

	background: #57749e; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#66C0F4), color-stop(95%,#417B9C));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66C0F4', endColorstr='#417B9C',GradientType=0 );background: -moz-linear-gradient( top, #66C0F4 5%, #417B9C 95%);background: -webkit-linear-gradient( top, #66C0F4 5%, #417B9C 95%);background: -o-linear-gradient( top, #66C0F4 5%, #417B9C 95%);background: -ms-linear-gradient( top, #66C0F4 5%, #417B9C 95%);background: linear-gradient( to bottom, #66C0F4 5%, #417B9C 95%);}

@media screen and (max-width: 480px)
{
	html.responsive .responsive_tab_ctn.sharedfiles_responsive_tab .responsive_tab_control
	{
		display: block;
		text-align: center;
	}
	html.responsive .responsive_tab_ctn.sharedfiles_responsive_tab .responsive_tab_control select {
		width: 98%;
	}
	html.responsive div.responsive_tab_baseline,
	html.responsive div.responsive_tab_baseline.nonresponsive_hidden {
		display: none;
	}
}
/*
     FILE ARCHIVED ON 13:55:45 Jul 28, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:47:13 Jul 11, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.74
  exclusion.robots: 0.058
  exclusion.robots.policy: 0.042
  esindex: 0.017
  cdx.remote: 115.166
  LoadShardBlock: 433.928 (3)
  PetaboxLoader3.resolve: 604.101 (4)
  PetaboxLoader3.datanode: 251.222 (5)
  load_resource: 525.824 (2)
*/