		/* Inline CSS */
		
/* CSS: ipb_mlist_addon*/
#member_alpha_ru li {
	padding: 2px 7px;
}

	#member_alpha_ru li.active {
		padding: 7px 15px;
	}
	</style>
	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: elegant_general*/
/*
SKIN BY WWW.SKINBOX.NET
*/

/************************************************************************/
/* WRAPPER */
/************************************************************************/

#ipbwrapper {
	width: 98%;
	min-width: 980px;
	margin: 0 auto;
}

#wrapper_container {
	position: relative;
	margin: 0 auto;
	border: 1px solid #b0bbc4;
	background: #f4f7fa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#wrapper_borders {
	background: #dbe3ea;
	margin: 25px auto 0 auto;
	border: 1px solid #c7d2db;
	padding: 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/************************************************************************/
/* WELCOME MESSAGE */
/************************************************************************/

.welcome {
	background: #f0f4f9;
	border-top: 1px solid #fff;
	border-bottom: 1px solid rgba(0,0,0,0.12);
	color: #82889a;
	line-height: 1.8em;
	padding: 20px 0;
	box-shadow: inset 0 -1px 2px rgba(0,0,0,0.035);
	-webkit-box-shadow: inset 0 -1px 2px rgba(0,0,0,0.035);
	-moz-box-shadow: inset 0 -1px 2px rgba(0,0,0,0.035);
}

	.welcome span {
		color: #334060;
	}

	.welcome p {
		display: inline;
	}

	.welcome .buts {
		margin-top: 10px;
		font-size: 0.9em;
	}

	.welcome .icon {
		padding-right: 12px;
		margin: 5px 6px 0 15px;
		float: left;
		display: inline;
	}

	.welcome .txt {
		font-size: 1.25em;
		padding-right: 10px;
	}

.hideit {
	float: right;
	display: inline;
	font-weight: normal;
	font-size: 0.8em;
	position: relative;
	right: 3px;
	top: -5px;
}

	.hideit a {
		background: #f4f8fc;
		border: 1px solid #c4cfda;
		padding: 3px 8px;
		text-decoration: none !important;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		color: #66798d;
		opacity: 0.7;
	}

	.hideit a:hover {
		opacity: 1;
		color: #66798d;
	}

	.hideit a:active {
		opacity: 0.6;
	}

	.hideit img {
		position: relative;
		margin-top: -1px;
	}

/************************************************************************/
/* BREADCRUMB */
/************************************************************************/

ul.breadcrumb {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 8px 0;
}

	ul.breadcrumb li {
		display: inline-block;
		padding: 0;
		margin: 0 -22px 0 0;
		position: relative;
		font-size: 1em;
		text-shadow: 1px 1px 1px #fff;
	}

	ul.breadcrumb li:nth-child(1) { z-index: 10; }
	ul.breadcrumb li:nth-child(2) { z-index: 9; }
	ul.breadcrumb li:nth-child(3) { z-index: 8; }
	ul.breadcrumb li:nth-child(4) { z-index: 7; }
	ul.breadcrumb li:nth-child(5) { z-index: 6; }

		ul.breadcrumb li a {
			display: block;
			background-color: #dfe4ec;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#dfe4ec)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #dfe4ec 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #dfe4ec);
			border: 1px solid #c0c9d5;
			box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			padding: 2px 10px 3px 28px;
			text-decoration: none;
			color: rgba(0,0,0,0.8);
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
		}

		ul.breadcrumb li.first a {
			background-color: #dfe4ec;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#dfe4ec)) !important; /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #dfe4ec 100%) !important; /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #dfe4ec) !important;
			border: 1px solid #c0c9d5 !important;
			box-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
			padding: 2px 10px 3px 7px !important;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			font-weight: normal !important;
		}

			ul.breadcrumb li a:hover {
				background-color: #f2f4f7;
				background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f2f4f7)); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f2f4f7 100%); /* FF */
				background-image: linear-gradient(top, rgba(255,255,255,0.6), #f2f4f7);
				border-color: #a7b2c0;
				color: #000;
				text-decoration: none;
			}

			ul.breadcrumb li a:active {
				background-color: #e9edf4;
				background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0,0,0,0.1))); /* Saf-Chrome */
				background-image: -moz-linear-gradient(bottom, transparent 0%, rgba(0,0,0,0.1) 100%); /* FF */
				background-image: linear-gradient(bottom, transparent, rgba(0,0,0,0.1));
				color: rgba(0,0,0,0.5);
				text-decoration: none;
			}

		ul.breadcrumb li:last-child a {
			background-color: #dfe4ec;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#dfe4ec), to(rgba(255,255,255,0.6))); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, #dfe4ec 0%, rgba(255,255,255,0.6) 100%); /* FF */
			background-image: linear-gradient(top, #dfe4ec, rgba(255,255,255,0.6));
			padding: 2px 15px 3px 28px;
			font-weight: bold;
			color: #000;
			cursor: default;
			text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
		}

/************************************************************************/
/* LOGIN PANEL */
/************************************************************************/

#signin {
	background: #25496f;
	color: rgba(255,255,255,0.6);
	padding: 0 7px 5px 7px;
}

	#signin a {
		color: rgba(255,255,255,0.8);
		text-decoration: none;
	}

	#signin ul li {
		float: left !important;
		display: inline !important;
	}

	#signin fieldset {
		float: left !important;
		display: inline !important;
	}

	#signin .button {
		background-color: rgba(0,0,0,0.3);
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.05)), to(transparent)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, transparent 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.05), transparent);
		padding: 4px 8px !important;
		margin: 0 !important;
		color: rgba(255,255,255,0.7);
		border: 0;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-family: verdana;
		font-size: 12px;
	}

		#signin .button:hover {
			background-color: rgba(0,0,0,0.4);
		}

		#signin .button:active, #signin .button.alt:active {
			color: rgba(255,255,255,0.4);
			box-shadow: inset 0 2px 8px rgba(0,0,0,0.3);
			-webkit-box-shadow: inset 0 2px 8px rgba(0,0,0,0.3);
			-moz-box-shadow: inset 0 2px 8px rgba(0,0,0,0.3);
		}

	#signin .button.alt {
		background-color: rgba(0,0,0,0.15);
	}

		#signin .button.alt:hover {
			background-color: rgba(0,0,0,0.25);
		}

	#signin .input {
		padding: 5px 5px 5px 28px;
		margin: 1px 6px 0 0;
		border: 0;
		color: #7c7c7c;
		font-size: 12px;
	}

		#signin .input:focus {
			background-color: #fffff3;
			box-shadow: inset 0 1px 4px rgba(0,0,0,0.4);
			-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.4);
			-moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.4);
		}

		#signin .input.login, #signin .input.pass {
			background-image: url(http://talk.prowebber.ru/public/style_images/elegant/_custom/form_login.png);
			background-repeat: no-repeat;
			background-position: 3.5% 50%;
		}

		#signin .input.pass {
			background-image: url(http://talk.prowebber.ru/public/style_images/elegant/_custom/form_pass.png);
		}

/************************************************************************/
/* FORUM VIEW STUFF */
/************************************************************************/

.topic_list tr.unread a { font-weight: bold; }

.topic_list tr .mini_pagination {display: none; }
	.topic_list tr:hover .mini_pagination { display: inline; }

.topic_list tr.unread a.topic_title { font-weight: bold; }

.topic_list tr.moved .sb-avatar-frame { opacity: 0.4; }
.topic_list tr.read .sb-avatar-frame { opacity: 0.4; }
.topic_list tr.unread .sb-avatar-frame { }
.topicblock_read .sb-avatar-frame { opacity: 0.3; }

/************************************************************************/
/* SUPER UBER DUPER FEATURES */
/************************************************************************/

/* No Flickering */
[data-dropdown] ul, [data-box], [data-dombox], [data-store] { display: none;}

/* IE Fixes */
.msie-7 ul.breadcrumb li, .msie-8 ul.breadcrumb li { margin: 0; }
.msie-7 ul.breadcrumb li a, .msie-8 ul.breadcrumb li a { padding: 2px 10px 3px 10px; }
.msie-7 .sb-avatar-frame img, .msie-8 .sb-avatar-frame img { filter: alpha(opacity=100); }
.msie-7 .maintitle a, .msie-8 .maintitle a, .msie-9 .maintitle a { color: #fff; }

.active[data-target-style] { font-weight: bold !important; }

/* Popup */
#sb-popbox-inner {
	padding: 10px 20px 20px 20px;
	font-size: 1em;
	line-height: 150%;
}

/* Dropdown Menu */
[data-dropdown] { position: relative; }

/* Submenu */
[data-dropdown] ul {
	background-color: #e7ebf1;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	border: 1px solid #8b96a3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1em !important;
	width: 200px;
	position: absolute;
	z-index: 1000;
	margin: 0;
	padding: 0 !important;
}

	[data-dropdown] ul li {
		margin: 0 !important;
		padding: 0 !important;
		display: block !important;
		float: none !important;
		text-align: left !important;
		text-transform: none !important;
		border-bottom: 1px solid rgba(0,0,0,0.08);
	}

		[data-dropdown] ul li a {
			background: transparent !important;
			border-radius: 4px !important;
			-moz-border-radius: 4px !important;
			-webkit-border-radius: 4px !important;
			box-shadow: none !important;
			-webkit-box-shadow: none !important;
			-moz-box-shadow: none !important;
			margin: 0 !important;
			padding: 4px !important;
			color: #495f78 !important;
			text-shadow: none !important;
			border: 0 !important;
			display: block !important;
			float: none !important;
		}

		[data-dropdown] ul li a img {
			position: relative;
			margin-top: 1px;
			margin-right: 2px;
			opacity: 0.3;
			filter: Alpha(opacity=30);
		}

			[data-dropdown] ul li a:hover {
				background: #d5e0e8 !important;
				color: #000 !important;
				border: 0 !important;
			}

			[data-dropdown] ul li a:hover img {
				opacity: 0.8;
				filter: Alpha(opacity=80);
			}

			[data-dropdown] ul li a:active {
				background: #ccd9e2 !important;
				border: 0 !important;
				color: rgba(0,0,0,0.5) !important;
			}

.sb-dropdown_arrow {
	position: relative;
	margin-top: 0px;
	margin-left: 1px;
}

/* Background Picker */
#background-picker { display: none; }

/* Avatars */
.sb-avatar, .avatar a img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.sb-avatar-frame, .avatar a {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 2px rgba(0,0,0,0.5);
	display: inline-block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Tooltips */
.tooltip {
	height: auto;
	line-height: 1.5;
	padding: 4px 10px;
	background: none repeat scroll 0 0 rgba(0,0,0, 0.7);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.2);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.2);
	color: #fff;
	font-size: 12px;
	cursor: default;
	display: none;
	max-width: 230px;
	z-index: 1000;
	margin-left: 10px;
}

	.tooltip span {
		border-style: solid solid solid none;
		border-color: transparent rgba(0,0,0, 0.7) transparent black;
		border-width: 6px 6px 6px 1px;
		line-height: 0;
		bottom: auto;
		position: absolute;
		left: -6px;
		margin-top: -6px;
		top: 50%;
		height: 0;
		width: 0;
	}

/* Top Link */
#sb-toplink {
	background: transparent url(http://talk.prowebber.ru/public/style_images/elegant/_custom/toplink.png) no-repeat center center;
	display: none;
	position: fixed;
	right: 5px;
	bottom: 5px;
	text-decoration: none;
	border: 0;
	padding: 15px;
}

	#sb-toplink:hover {
		opacity: 0.8;
		filter: Alpha(opacity=80);
	}

	#sb-toplink:active {
		opacity: 0.5;
		filter: Alpha(opacity=50);
	}

/* Hide Login Panel By Default */
[data-collapsible=login] { display: none; }

/* Internals */
.sb-feature-dropdowns-off [data-dropdown] { display: none; }
.sb-feature-popups-off [data-dombox=appearance] { display: block; }
.sb-feature-background_picker-off #switch_wrap { display: none; }

/************************************************************************/
/* MISC */
/************************************************************************/

.logo {
	float: left;
}

	.logo:active {
		opacity: 0.6;
	}

.top {
	height: 5px;
	background-color: #25496f;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.fancybut {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

	.fancybut:hover {
		opacity: 1;
		filter: Alpha(opacity=100);
	}

	.fancybut:active {
		opacity: 0.5;
		filter: Alpha(opacity=50);
	}

.stats_arrow {
	display: inline;
	float: right;
	position: relative;
	margin-top: -25px;
	margin-right: 3px;
	opacity: 0.6;
}

	.stats_arrow:hover {
		opacity: 1;
	}

	.stats_arrow:active {
		opacity: 0.6;
	}

.smalltext {
	font-size: 0.95em;
	padding-top: 2px;
}

.last_post {
	border-left: 1px solid rgba(0,0,0,0.1);
	padding-left: 12px;
}

#ipbredirectwrapper {
	width: 50%;
	margin: 0 auto;
}

.textRight { text-align: right; }
.padLeft { padding-left: 10px; }
.padRight { padding-right: 10px; }
.noNothing { padding:0 !important;margin:0 !important; }

/************************************************************************/
/* BRANDING - PLEASE DO NOT REMOVE */
/************************************************************************/

.branding_skin {	
	margin: 10px auto;
}

	.branding_skin a {
		color: #000;
		text-decoration: none;
	}

	.branding_skin a:hover {
		color: #000;
		text-decoration: underline;
	}

.branding_moreinfo {
	position: relative;
	margin-top: -1px;
	opacity: 0.5;
}

	.branding_moreinfo:hover {
		opacity: 0.8;
	}

	.branding_moreinfo:active {
		opacity: 0.5;
	}

.branding_logo {
	float: right;
	opacity: 0.7;
}

	.branding_logo:hover {
		opacity: 1;
	}

	.branding_logo:active {
		opacity: 0.7;
	}
	</style>
	

	<style type="text/css"  media="screen">
		/* Inline CSS */
		
/* CSS: ipb_help*/
/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services 	*/
/************************************************************************/
/* ipb_help.css													*/
/************************************************************************/

/************************************************************************/
/*  HELP & PORTAL STYLES */
	
#help_topics {
	border: 1px solid rgba(0,0,0,0.2);
	border-top: 0;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-botto-left-radius: 4px;
}

#help_topics li {
	padding: 8px 10px;
	margin-bottom: 0;
}

	#help_topics li h3 {
		padding: 2px 0 0 0;
	}

.help_doc {
	padding: 10px;
	bottom: 1px solid rgba(0,0,0,0.05);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	#help_topics .help_doc ul,
	#help_topics .help_doc ol {
		padding: 8px 0;
	}

	#help_topics .help_doc li {
		background: none;
		padding: 2px;
	}
	</style>
	

	<style type="text/css" title="blue" rel="stylesheet">
		/* Inline CSS */
		
/* CSS: variation_blue*/
Please don't delete!
	</style>

	

	<style type="text/css" >
		/* Inline CSS */
		
/* CSS: SOS_BBCodes*/
.noticeui
{
	background: url(http://talk.prowebber.ru/public/style_images/elegant/noticebg.png) repeat-x 0 0;
	color: #FFF;
	width: 83%;
	font-weight: normal;
	padding: 13px 15px 0;	
	margin-bottom: 2.5em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
	box-shadow: 1px 1px 2px rgba(0,0,0,.4);
	position: relative;
	left: 34px;
}

.noticeui p { margin-bottom: 1.5em; }
.noticeui p:last-child  { margin-bottom: 0; }

.noticeui ul { margin-left: 8px; margin-bottom: 1.5em; }
.noticeui ul:last-child { margin-bottom: 0; }

	.noticeui li { background: url(http://talk.prowebber.ru/public/style_images/elegant/noticetabs.png) no-repeat 0 -95px; list-style-type: none; padding-left: 18px; margin-bottom: .75em; }
		.noticeui-success li { background-position: 0 -95px; }
		.noticeui-warn li { background-position: 0 -895px; }
		.noticeui-error li { background-position: 0 -495px; }
		.noticeui-info li { background-position: 0 -1295px; }

.noticeui h5 { font-size: 14px; font-weight: bold; margin-bottom: .65em; }

.noticeui span { background: url(http://talk.prowebber.ru/public/style_images/elegant/noticetabs.png) no-repeat 100% 0; width: 33px; height: 40px; position: absolute; left: -34px; top: 9px; }

.noticeui-success { background-color: #EEF4D4; color: #596C26; border: 1px solid #8FAD3D; }
	.noticeui-success span { background-position: 100% 0;  }
.noticeui-warn { background-color: #FFEA97; color: #796100; border: 1px solid #E1B500; }
	.noticeui-warn span { background-position: 100% -800px;  }
.noticeui-error { background-color: #EFCEC9; color: #933628; border: 1px solid #AE3F2F; }
	.noticeui-error span { background-position: 100% -400px;  }
.noticeui-info { background-color: #C6D8F0; color: #285797; border: 1px solid #4381CD; }
	.noticeui-info span { background-position: 100% -1200px;  }
}
            
	</style>
	

	<style type="text/css"  media="screen">
		/* Inline CSS */
		
/* CSS: calendar_select*/
.calendar_date_select {
  color:white;
  border:#777 1px solid;
  display:block;
  width:195px;
  z-index: 1000;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window.  This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
  position: absolute;
  z-index: 999;
}

.calendar_date_select thead th {
  font-weight:bold;
  background-color: #000;
  border-top:1px solid #777;
  border-bottom:2px solid #333;
  color: white !important;
}

.calendar_date_select .cds_buttons {
  text-align:center;
  padding:5px 0px;
  background-color: #555;
}

.calendar_date_select .cds_footer {
  background-color: black;
  padding:3px;
  font-size:12px;
  text-align:center;
}

.calendar_date_select table {
  margin: 0px;
  padding: 0px;
}


.calendar_date_select .cds_header {
  background-color: #ccc;
  border-bottom: 2px solid #aaa;
  text-align:center;
}

.calendar_date_select .cds_header span {
  font-size:15px;
  color: black;
  font-weight: bold;
}

.calendar_date_select select { font-size:11px;}

.calendar_date_select .cds_header a:hover {
  color: white;
}
.calendar_date_select .cds_header a {
  width:22px;
  height:20px;
  text-decoration: none;
  font-size:14px;
  color:black !important;
}

.calendar_date_select .cds_header a.prev {
  float:left;
}
.calendar_date_select .cds_header a.next {
  float:right;
}
.calendar_date_select .cds_header a.close {
  float:right;
  display:none;
}

.calendar_date_select .cds_header select.month {
  width:90px;
}

.calendar_date_select .cds_header select.year {
  width:61px;
}

.calendar_date_select .cds_buttons a {
  color: white;
  font-size: 9px;
}
.calendar_date_select td {
  font-size:12px;
  width: 24px;
  height: 21px;
  text-align:center;
  vertical-align: middle;
  background-color: #666666;
}
.calendar_date_select td.weekend {
  background-color: #606060;
}

.calendar_date_select td div {
  color: #fff;
}
.calendar_date_select td div.other {
  color: #888;
}
.calendar_date_select td.selected div {
  color:black;
}

.calendar_date_select tbody td {
  border-bottom: 1px solid #555;
}
.calendar_date_select td.selected {
  background-color:white;
}

.calendar_date_select td:hover {
  background-color:#ccc;
}

.calendar_date_select td.today {
  border: 1px dashed #999;
}

.calendar_date_select td.disabled div {
  color: #454545;
}


.fieldWithErrors .calendar_date_select {
  border: 2px solid red;
}
	</style>
	

	<style type="text/css" media="print">
		/* Inline CSS */
		
/* CSS: ipb_print*/
* {
	font-family: Georgia, "Times New Roman", serif;
}

html #content {
	font-size: 10pt;
}

ol,ul { list-style:none; }

ul.pagination {
	margin-left: -35px;
}

ul.pagination a,
ul.pagination li.active, 
ul.pagination li.pagejump,
ul.pagination li.total {
	text-decoration: none;
	padding: 1px 4px 1px 0px;
	display: block;
}

ul.pagination li {
	font-size: 0.9em;	
	margin: 0 2px 0 2px;
	float: left;
}

	ul.pagination li.total,
	ul.pagination li.active {
		background: none;
		border: 0;
		margin-left: 0px;
	}

	ul.pagination li.active {
		color: #000;
		font-size: 1em;
		font-weight: bold;
	}
	
	ul.pagination li.pagejump {
		display: none;
	}

#admin_bar,
#header,
#footer_utilities,
#utility_links,
.post_mod,
.author_info,
.rep_bar,
.post_controls,
.top,
#content_jump,
.topic_buttons,
.topic_options,
h1,
.post_id,
h3 img,
.ip,
hr,
.moderation_bar,
.topic_jump,
.topic_share,
#fast_reply,
#reputation_filter,
.statistics,
.rating,
.message,
#debug_wrapper,
fieldset,
.signature {
	display: none;
}

#breadcrumb {
	display: block !important;
}
	#breadcrumb li {
		float: left;
	}

.topic, .hfeed {
	clear: both;
}

.post_block {
	margin-bottom: 10pt;
	border-top: 2pt solid gray;
	line-height: 60%; 
	padding-top: 10px;
}

.posted_info {
	color: gray !important;
	font-size: 8pt !important;
	text-decoration: none !important;
	padding-bottom: 3px;
	float: right;
	margin-top: -30px;
}

span.main_topic_title {
	font-size: 1.7em;
	padding-left: 2px;
}

.post_block h3 {
	display: inline !important;
	margin: 0px 0px 10px !important;
	padding: 0px !important;
	float: left;
}

.post_block h3 a {
	color: black !important;
	text-decoration: none !important;
	font-style: normal !important;
}

	.post_block .post_body a:after {
	    content: " (" attr(href) ") ";
	}

.post_body {
	line-height: 100%;
	margin-top: 15px;
	clear: both;
	display: block;
	padding: 10px;
	border-top: 1pt solid #d3d3d3;
}

h1, h2, h3 {
	font-weight: bold;
}

#copyright {
	text-align: center;
	color: gray;
	font-size: 9pt;
}

a img {
	border: 0px;
}

abbr.published {
	text-decoration: none !important;
	border: 0px;
}
	</style>
	

	<style type="text/css"  media="screen">
		/* Inline CSS */
		
/* CSS: ipb_common*/
/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services 	*/
/************************************************************************/
/* ipb_common.css														*/
/************************************************************************/

	
/************************************************************************/
/* LIGHTBOX STYLES */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 16000 !important; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #000; width: 250px; height: 250px; margin: 0 auto; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; box-shadow: 5px 5px 25px rgba(0,0,0,0.9); -webkit-box-shadow: 5px 5px 25px rgba(0,0,0,0.9); -moz-box-shadow: 5px 5px 25px rgba(0,0,0,0.9); }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(http://talk.prowebber.ru/public/style_images/elegant/spacer.gif); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://talk.prowebber.ru/public/style_images/elegant/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://talk.prowebber.ru/public/style_images/elegant/lightbox/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #000; padding-top: 10px; margin: 10px auto 0 auto; line-height: 1.4em; overflow: auto; width: 100%; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}
#overlay{ position: fixed; top: 0; left: 0; z-index: 15000 !important; width: 100%; height: 500px; background-color: #000; }

/************************************************************************/
/*  BBCODE STYLES */
/* 	NOTE: These selectors style bbcodes throughout IPB. It is recommended that you DO NOT change these 
	styles if you are creating a skin since it may interfere with user expectation
	of what certain BBCodes look like (quote boxes are an exception to this). */

strong.bbc				{	font-weight: bold !important; }
em.bbc 					{	font-style: italic !important; }
span.bbc_underline 		{ 	text-decoration: underline !important; }
acronym.bbc 			{ 	border-bottom: 1px dotted #000; }
span.bbc_center, div.bbc_center	{	text-align: center; display: block; }
span.bbc_left, div.bbc_left		{	text-align: left; display: block; }
span.bbc_right , div.bbc_right	{	text-align: right; display: block; }
div.bbc_indent 			{	margin-left: 50px; }
del.bbc 				{	text-decoration: line-through !important; }
ul.bbc 					{	list-style: disc outside; margin-left: 30px; }
	ul.bbc ul.bbc 			{	list-style-type: circle; }
		ul.bbc ul.bbc ul.bbc 	{	list-style-type: square; }
ul.bbcol.decimal 				{ margin-left: 30px; list-style-type: decimal; }
	ul.bbcol.lower-alpha		{ margin-left: 30px; list-style-type: lower-alpha; }
	ul.bbcol.upper-alpha		{ margin-left: 30px; list-style-type: upper-alpha; }
	ul.bbcol.lower-roman		{ margin-left: 30px; list-style-type: lower-roman; }
	ul.bbcol.upper-roman		{ margin-left: 30px; list-style-type: upper-roman; }
hr.bbc 					{ 	display: block; border-top: 2px solid #777; }
div.bbc_spoiler 		{	 }
div.bbc_spoiler span.spoiler_title    {     font-weight: bold; }
div.bbc_spoiler_wrapper	{ 	border: 1px inset #777; padding: 4px; }
div.bbc_spoiler_content	{ 	 }
input.bbc_spoiler_show	{ 	width: 45px; font-size: .7em; margin: 0px; padding: 0px; }
pre.prettyprint 		{ padding: 5px; background: #f8f8f8; border: 1px solid #c9c9c9; overflow: auto; margin-left: 10px; font-size: 11px; line-height: 140%; 	border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 46px; }
.bbc_member, .bbc_url, .bbc_email    {    color: inherit; }

/* Quote boxes */
p.citation {
	background: #e0e9f0 url(http://talk.prowebber.ru/public/style_images/elegant/citation_bg.png) no-repeat right;
	color: #3c464f;
	font-size: 0.9em;
	font-weight: bold;
	border-width: 1px 1px 0 3px;
	border-style: solid;
	border-color: #b4c7d7;
	padding: 5px 8px;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

	div.blockquote {
		background: #e9eff6;
		font-size: 1em;
		font-style: italic;
		font-family: georgia, "trebuchet ms";
		border-width: 1px 1px 1px 3px;
		border-style: solid;
		border-color: #b4c7d7;
		margin: 0px;
		margin-top: 0px;
		-moz-border-radius: 0 0 4px 4px;
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
	}

		div.blockquote p.citation {
			background-color: #ced7e1;
			color: #3c464f;
			border-color: #98a9ba;
		}
		
		div.blockquote div.blockquote {
			background: #d4dee7;
			font-size: 1em;
			border-color: #98a9ba;
			margin: -0px 15px 0px 15px;
		}

			div.blockquote div.blockquote p.citation {
				background-color: #abb9c8;
				color: #3c464f;
				border-color: #798f9f;
			}

			div.blockquote div.blockquote div.blockquote {
				background: #bfcdd8;
				border-color: #798f9f;
			}
			
			div.blockquote p.citation {
				margin: 6px 15px 0 15px;
				font-size: 1em;
			}

div.quote {
	padding: 12px;
} 

div.quote p.blockquote {
	margin-left: -12px;
}

cite {
	display: block;
	font-weight: bold;
}

	blockquote cite {
		font-size: 1em;
	}
	</style>
	

	<style type="text/css"  media="screen">
		/* Inline CSS */
		
/* CSS: ipb_editor*/
/***************************************************************/
/* IP.Board 3 Editor CSS                                       */
/* ___________________________________________________________ */
/* By Rikki Tissier                                            */
/* (c)2008 Invision Power Services                             */
/***************************************************************/
/* ipb_editor.css - Styles for the editor (colors in main css) */
/***************************************************************/

#ipboard_body .input_rte {
	width: 100%;
	height: 250px;
}

	#ipboard_body .ips_editor.lite_edition .input_rte {
		height: 60px;
	}
	
	#ipboard_body .ips_editor .input_rte.unloaded_editor {
		font-family: arial, verdana, tahoma, sans-serif;
		font-style: italic;
		font-size: 11px;
		color: #b4b4b4;
		padding: 5px 0px;
		text-indent: 5px;
	}
	
#ipboard_body .ips_editor {
	/*background-color: #d5dde5;*/
	border: 2px solid #d5dde5;
	margin: 8px;
	margin-right: 0px;
	/*padding: 6px;*/
	position: relative;
	line-height: 100% !important;
}

	#ipboard_body .ips_editor.with_sidebar .controls,
	#ipboard_body .ips_editor.with_sidebar .editor{
		margin-right: 200px;
	}
	
	#ipboard_body .ips_editor .controls {
		position: relative;
	}
	
	/* Sidebar go bye-bye-bye (like Keith) */
	#ipboard_body .ips_editor.with_sidebar .sidebar {
		position: absolute;
		top: 0px;
		right: 1px;
		width: 195px;
		bottom: 1px;
		margin: 0;
		border-width: 1px;
		border-style: solid;
		border-color: #f6f8fa #d5dde5 #d5dde5 #f6f8fa;
	}
		
		#ipboard_body .ips_editor.with_sidebar .sidebar h4 {
			background-color: #e4ebf2;
			height: 25px;
			color: #1d3652;
			font-size: 10px;
			font-weight: bold;
		}
		
			#ipboard_body .ips_editor.with_sidebar .sidebar h4 span {
				padding: 6px 0 0 6px;
				display: block;
			}
			
			#ipboard_body .ips_editor.with_sidebar .sidebar h4 img {
				float: right;
				margin: 6px 6px 0 0;
				cursor: pointer;
			}
		
		#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder {
			width: 100%;
			overflow: auto;
			position: absolute;
			bottom: 25px;
			top: 25px;
		}
		
		#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder  td {
			padding: 5px 0;
		}
		
		#ipboard_body .show_all_emoticons {
			bottom: 0px;
			position: absolute;
			width: 100%;
			text-align: center;
			background: #e4ebf2;
			height: 25px;
		}
		
			#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder.no_bar {
				bottom: 0px;
			}

	#ipboard_body .ips_editor .toolbar {
		height: 30px;
		background: #e4ebf2 url(http://talk.prowebber.ru/public/style_images/elegant/gradient_bg.png) repeat-x left 50%;
		border-width: 1px;
		border-style: solid;
		border-color: #f6f8fa #d5dde5 #d5dde5 #f6f8fa;
	}
		
		#ipboard_body .ips_editor .toolbar li {
			float: left;
			padding: 3px;
		}
		
			#ipboard_body .ips_editor .toolbar li.sep {
				padding-right: 4px;
				border-right: 1px solid #d5dde5;
				margin-right: 4px;
			}
			
			#ipboard_body .ips_editor .toolbar li.left {
				float: left;
			}
			
			#ipboard_body .ips_editor .toolbar li.right {
				float: right;
			}
		
		#ipboard_body .ips_editor .toolbar li span {
			display: block;
			padding: 3px;
		}
		
	#ipboard_body .ips_editor ul.ipbmenu_content,
	#ipboard_body .ips_editor ul.ipbmenu_content li {
		display: block;
		float: none;
		background-color: #fff;
	}
		
#ipboard_body .ips_editor .toolbar li .rte_control.rte_menu {
	font-size: 11px;
	height: 14px;
	border: 1px solid #aeb9c5;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	margin-top: 1px;
	padding: 4px 15px 2px 7px;
	background-color: #fff;
	background-image: url(http://talk.prowebber.ru/public/style_images/elegant/rte_icons/rte_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#ipboard_body .rte_title {
	background-color: #d5dde5;
	padding: 4px;
	margin: -4px -4px 5px -4px;
	color: #1d3652;
	font-size: 10px;
	font-weight: bold;
}

#ipboard_body .rte_fontsize {
	min-width: 50px;
}

#ipboard_body .rte_font {
	min-width: 85px;
}

#ipboard_body .rte_special {
	min-width: 90px;
}

#ipboard_body .ipb_palette {
	padding: 4px;
	background-color: #eef3f8;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #d5dde5;
	font-size: 11px;

}

	#ipboard_body .ipb_palette label {
		display: block;
		font-weight: bold;
		clear: both;
		width: auto !important;
		float: none !important;
		text-align: left !important;
	}
	
	#ipboard_body .ipb_palette input {
		clear: both;
		width: 96%;
		margin-bottom: 5px;
		font-size: 11px;
		margin-right: 6px;
	}
	
	#ipboard_body .ipb_palette input[type="submit"], 
	#ipboard_body .input_submit.emoticons {
		background-color: #d5dde5;
		border: 1px solid #d5dde5;
		margin: 5px auto 5px auto;
		text-align: center;
		padding: 2px;
		color: #1d3652;
		font-size: 11px;
		display: block;
		width: auto !important;
	}
	
	#ipboard_body .ipb_palette.extended {
		min-width: 250px;
		max-width: 320px;
	}
	
	#ipboard_body .ipb_palette pre {
		padding: 5px 7px 10px 7px;
	}

#ipboard_body ul.fontsizes li {
	padding: 0.3em 0px !important;
}

#ipboard_body .ipb_palette table.rte_colors {
	border-collapse: separate;
	background-color: #fff;
	border-spacing: 1px;
}

#ipboard_body table.rte_colors td {
	padding: 6px;
	border: 1px solid #777;
	margin: 1px;
	font-size: 1px;
	cursor: pointer;
	height: 18px;
}

#ipboard_body .rte_control {
	cursor: pointer;
	border: 1px solid #e4ebf2;
}		

#ipboard_body .rte_hover {
	background-color: #d5dde5;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

#ipboard_body .rte_selected {
	background-color: #c4cdd6;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
	</style>
	

	<style type="text/css"  media="screen">
		/* Inline CSS */
		
/* CSS: ipb_styles*/
/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services 	*/
/************************************************************************/
/* ipb_styles.css														*/
/************************************************************************/

/************************************************************************/
/* RESET (Thanks to YUI) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } 
table {	border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
hr { display: none; }
address{ display: inline; }

/************************************************************************/
/* ELEMENT STYLES */

body {
        background: #cee1ea url("http://talk.prowebber.ru/public/style_images/elegant-blue/headwide.jpg") repeat-x;
	
	color: #586070;
	font: normal 12px tahoma, arial, verdana, tahoma, sans-serif;
	position: relative;
}

h3, h4, h5, h6, strong { font-weight: bold; }
em { font-style: italic; }
img, .input_check, .input_radio { vertical-align: middle; }
legend { display: none; }
table { width: 100%; }
td { padding: 3px; }

h2 {
	font-family: arial;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 5px 0;
	clear: both;
}

body h3 {
	font-weight: bold;
	font-size: 1.1em;
	padding: 5px 8px 3px 8px;
	color: #586070;
}

	h3 img {
		margin-top: -2px;
	}
	
	h3 a {
		text-decoration: none;
	}
	
a {
	color: #284b72;
	outline: none;
}

	a:hover {
		color: #000;
		text-decoration: underline;
	}

	a:active {
		color: #7c7c7c;
		text-decoration: none;
	}

#copyright { float: right; }
	#copyright a { text-decoration: none; }
	#copyright a:hover { text-decoration: underline; }
	
/************************************************************************/
/* COLORS */

.row1, .row1 td, .post_block.row1 {
	background-color: #f6f9fc;
}

	.row1 .altrow, .row1.altrow,
	.general_box {
		background-color: #f6f9fc;
	}
	
.row2, .row2 td, .post_block.row2,
.message {
	background-color: #e5eaf0;
}

	.row2 .altrow, .row2.altrow,
/*	ul.post_controls,*/
	ul.topic_moderation {
		background-color: #e5eaf0;
	}
	
.moderated, body .moderated td,
.moderated td.altrow, .post_block.moderated,
body td.moderated, body td.moderated {
	background-color: transparent; /* Light red */
}

	.moderated, .moderated a {
		color: #6f3642;
	}

body .maintitle {
	background-color: #3b648d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.25))); /* Saf-Chrome */
	background-image: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.25) 100%); /* FF */
	background-image: linear-gradient(top, transparent, rgba(0,0,0,0.25));
}

	body .maintitle a {
		color: rgba(255,255,255,0.8);
		text-decoration: none;
	}

		body .maintitle a:hover {
			color: #fff;
			text-decoration: underline;
		}

	body .maintitle .button {
		background-color: rgba(0,0,0,0.3);
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.05)), to(transparent)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, transparent 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.05), transparent);
		float: right;
		font-size: 0.8em;
		font-weight: normal;
		padding: 3px 6px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	
ul.post_controls,
div.post_controls {
	background-color: #ebf0f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.03)), to(transparent)); /* Saf-Chrome */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.03) 0%, transparent 100%); /* FF */
	background-image: linear-gradient(top, rgba(0,0,0,0.03), transparent);
}

/* Bar */
.bar {
	background-color: #ebf0f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.03)), to(transparent)); /* Saf-Chrome */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.03) 0%, transparent 100%); /* FF */
	background-image: linear-gradient(top, rgba(0,0,0,0.03), transparent);
}
	
	.altbar {
		background-color: #ebf0f5;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.03)), to(transparent)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.03) 0%, transparent 100%); /* FF */
		background-image: linear-gradient(top, rgba(0,0,0,0.03), transparent);
		color: #586070;
	}

/* Table column headers */
.header {
	background-color: #cedbe7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.09))); /* Saf-Chrome */
	background-image: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.09) 100%); /* FF */
	background-image: linear-gradient(top, transparent, rgba(0,0,0,0.09));
	color: #4c5f71;
}

	body .ipb_table .header a,
	body .topic_options a {
		color: #4c5f71;
	}

/* General block */
.general_box {
	background: #eef3f8;
	border: 1px solid #c0ccd9;
	padding: 6px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

	.general_box h3 {
		margin: 0 0 2px 0;
		padding: 5px 6px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background: rgba(0,0,0,0.05);
		font-size: 1em;
		color: #586070;
	}

/* Post background */
.post_block {
	background: #fdfeff;
	border: 1px solid #c0ccd9;
	border-bottom: 5px solid #c0ccd9;
	border-top: 0;
}

.post_block h3 {
	background-color: #e5eaf0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.03))); /* Saf-Chrome */
	background-image: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.03) 100%); /* FF */
	background-image: linear-gradient(top, transparent, rgba(0,0,0,0.03));
}

/* Post screen background */
div.post_form fieldset {
	background-color: #eef3f8;
}

/* Dates */
.date, .poll_question .votes {
	color: #a9a9a9;
	font-size: 0.8em;
}

/* "No Messages" message */
.no_messages {
	background-color: rgba(0,0,0,0.02);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #586070;
	padding: 25px 30px;
}
	
/* Filter & moderation bars */
.filter_bar {
	background: #eef3f8;
	border: 1px solid #ced8e2;
	color: #5b7997;
}
	
	.filter_bar a, .filter_bar label {
		color: #5b7997;
	}
	
.moderation_bar {
	background: rgba(0,0,0,0.025);
}

/* Comments */
.comment_wrap .comment.by_author,
.comment_wrap .comment.by_author.row1 {
	background: rgba(0,0,0,0.06);
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.comment_wrap .comment.row1 {
	background: rgba(0,0,0,0.03);
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.comment_wrap .comment.draft {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background: #f6ecee;
}

/* Topic prefix */
.topic_prefix {
	background-color: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.05))); /* Saf-Chrome */
	background-image: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.05) 100%); /* FF */
	background-image: linear-gradient(top, transparent, rgba(0,0,0,0.05));
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border: 1px solid #dedede;
	color: #767676;
}

/* Toggle for the sidebar */
.sidebar_toggle {
	background-color: #fff;
}

/* Menu popups */
.ipbmenu_content, .ipb_autocomplete {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

	.ipbmenu_content li, .ipb_autocomplete li {
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	
		.ipb_autocomplete li.active {
			background: #e6ecf2;
		}
		
/* Forms */
.input_submit {
	background-color: #e5eff8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.07))); /* Saf-Chrome */
	background-image: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.07) 100%); /* FF */
	background-image: linear-gradient(top, transparent, rgba(0,0,0,0.07));
	border: 1px solid #98a9b9;
	color: #364f66;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

	a.input_submit:hover {
		color: #000;
		text-decoration: none;
	}

	a.input_submit:active {
		color: rgba(0,0,0,0.5);
	}

	.input_submit:hover {
		background-color: #eef6fd;
		border-color: #8494a3;
	}

	.input_submit:active {
		background-color: #b3c4d5;
		background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0,0,0,0.1))); /* Saf-Chrome */
		background-image: -moz-linear-gradient(bottom, transparent 0%, rgba(0,0,0,0.1) 100%); /* FF */
		background-image: linear-gradient(bottom, transparent, rgba(0,0,0,0.1));
	}
	
	.input_submit.alt {
		background-color: #d9e3ed;
		font-weight: normal;
	}
	
		.input_submit.alt:hover {
			background-color: #e0e9f3;
		}

		.input_submit.alt:active {
			background-color: #adbac7;
		}

	.input_submit.delete {
		background-color: #710000;
		color: #fff;
	}
	
		.input_submit.delete:hover {
			background-color: #840000;
			color: #fff;
		}

		.input_submit.delete:active {
			background: #710000 url(http://talk.prowebber.ru/public/style_images/elegant/_custom/bg-submit_active.png) repeat-x bottom left;
			color: #b75d5d;
			text-shadow: -1px -1px 1px #000;
		}
	
body#ipboard_body fieldset.submit,
body#ipboard_body p.submit {
	background-color: rgba(0,0,0,0.03);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/************************************************************************/
/* HEADER */

h1, #content_jump {
	text-indent: -9999px;
	height: 0px;
	width: 0px;
}

#header {
	position: relative;
}

#branding {
	background-color: #234c75;
	background-image: url(http://talk.prowebber.ru/public/style_images/elegant/branding_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 60px;
}

#admin_bar {
	background: #2e2e2e;
	color: #d2d2d2;
	font-size: 0.8em;
	padding: 7px;
	height: 14px;
}

	#admin_bar li {
		color: #767676;
		padding: 0 3px 0 5px;
	}
	
		#admin_bar li.active, #admin_bar li.active a {
			color: #e74242;
		}
	
/* Navigation */
#primary_nav {
	background-color: #183558;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.4)), to(transparent)); /* Saf-Chrome */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, transparent 100%); /* FF */
	background-image: linear-gradient(top, rgba(0,0,0,0.4), transparent);
	font-size: 1.1em;	
	color: #b8c4ce;
	height: 36px;
	text-shadow: 1px 1px 1px #000;
}

	#primary_nav ul {
		padding: 5px;
	}

	#primary_nav ul li, #primary_nav ul li a {
		color: #b8c4ce;
		text-decoration: none;
	}
	
	#primary_nav ul li {
		margin-right: 2px;
	}
		
		#primary_nav ul li.active a, #primary_nav ul li.active a:hover {
			background-color: #d3d9e0;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#eff3f8), to(#d3d9e0)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, #eff3f8 0%, #d3d9e0 100%); /* FF */
			background-image: linear-gradient(top, #eff3f8, #d3d9e0);
			color: #163253;
			text-shadow: none;
			text-decoration: none;	
			font-weight: bold;
		}

			#primary_nav ul li.active a img {
				opacity: 0.9;
			}
		
	#primary_nav ul li a {
		background: transparent;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		padding: 4px 10px 5px;
		display: block;	
		color: #b8c4ce;
		text-decoration: none;
	}

			#primary_nav ul li a img {
				position: relative;
				opacity: 0.8;
				margin-right: 3px;
				margin-top: -2px;
			}

		#primary_nav ul li a:hover {
			background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.15)), to(transparent));
			background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, transparent 100%);
			color: #fff;
			text-decoration: none;
		}

			#primary_nav ul li a:hover img {
				opacity: 1;
			}

		#primary_nav ul li a:active {
			background: rgba(0,0,0,0.1);
			box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 5px 15px rgba(0,0,0,0.4);
			-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 5px 15px rgba(0,0,0,0.4);
			-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 5px 15px rgba(0,0,0,0.4);
			color: rgba(255,255,255,0.5);
			text-decoration: none;
			text-shadow: -1px -1px 1px #000;
		}

			#primary_nav ul li a:active img {
				opacity: 0.6;
			}
		
#user_navigation {
	background: #25496f;
	border-radius: 0 4px 0 4px;
	-moz-border-radius: 0 4px 0 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.18));
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.18);
	padding: 0 0 1px 4px;
	margin-top: -4px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	font-size: 1em;
	position: relative;
	float: right;
	z-index: 9999;
}

	#user_navigation .photo {
		background: 0;
		border: 0;
		padding: 0;
		margin: 4px 0 0 0;
		float: left;
	}
	
	#user_navigation p {
		color: #a9bcd2;
		white-space: nowrap;
	}
	
		#user_navigation p a {
			color: #a9bcd2;
		}

	#user_info {
		width: 212px;
	}
		
	#user_navigation #new_msg_count {
		background-color: #242424;
		font-weight: bold;
		font-size: 0.9em;
		padding: 3px 7px;
		top: 0px;
		left: 45px;
		position: absolute;
	}
		
		#user_navigation ul {
			font-size: 0.95em;
			margin-top: 4px;
		}
			#user_navigation ul a {
				color: #a9bcd2;
			}

			#user_navigation ul a:hover {
				color: #fff;
			}
			
			#user_navigation ul#user_other {	
				margin: 3px 4px 0;
			}
			
			#user_navigation ul#user_other li {
				float: right;
			}

			#user_navigation ul#user_other li a {
				border: 1px solid transparent;
				padding: 5px 7px 4px;
				border-radius: 4px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				text-decoration: none;
				display: block;
			}

				#user_navigation ul#user_other li a img {
					position: relative;
					margin-right: 3px;
					margin-top: -2px;
				}

				#user_navigation ul#user_other li a:hover {
					background-color: #224a77;
					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.15)), to(transparent)); /* Saf-Chrome */
					background-image: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, transparent 100%); /* FF */
					background-image: linear-gradient(top, rgba(255,255,255,0.15), transparent);
					box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
					-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
					-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
					border: 1px solid #173457;
				}

				#user_navigation ul#user_other li a:active {
					background-color: #224266;
					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3)), to(transparent)); /* Saf-Chrome */
					background-image: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, transparent 100%); /* FF */
					background-image: linear-gradient(top, rgba(0,0,0,0.3), transparent);
					box-shadow: 0 1px 0 rgba(255,255,255,0.1);
					-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
					-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
					color: rgba(255,255,255,0.4);
					text-shadow: -1px -1px 1px rgba(0,0,0,0.8);
				}

	#user_navigation ul#user_link_menucontent {
		background-color: #e7ebf1;
		box-shadow: 0 1px 5px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
		border: 1px solid #8b96a3;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		padding: 0;
		margin-top: 1px;
		width: 200px;		
		float: left;
		z-index: 10000;
		text-shadow: none;
	}

		#user_navigation ul#user_link_menucontent li {
			border-bottom: 1px solid rgba(0,0,0,0.08);
			padding: 0;
			margin: 0;
			float: none;
		}

		#user_navigation ul#user_link_menucontent a {
			color: #586070;
			text-decoration: none;
			padding: 5px;
			display: block;
		}

		#user_navigation ul#user_link_menucontent a img {
			position: relative;
			margin-top: -2px;
			margin-right: 5px;
		}

			#user_navigation ul#user_link_menucontent a:hover {
				background: rgba(255,255,255,0.3);
				color: #000;
			}

			#user_navigation ul#user_link_menucontent a:active {
				background: rgba(0,0,0,0.05);
				color: rgba(0,0,0,0.5);
			}

				#user_navigation ul#user_link_menucontent a:active img {
					opacity: 0.5;
				}
			
	#user_navigation #user_link {
		background-color: #224a77;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.15)), to(transparent)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, transparent 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.15), transparent);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
		border: 1px solid #173457;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		position: relative;
		padding: 4px 26px 5px 10px;
		margin: 3px 0 0 5px;
		min-width: 118px;
		outline: 0px;
		display: inline-block;
		overflow: hidden;
	}

		#user_navigation #user_link:hover, #user_navigation #user_notifications_link:hover, #user_navigation.not_logged_in #sign_in:hover {
			background-color: #1e426a;
		}

		#user_navigation #user_link:active, #user_navigation #user_notifications_link:active, #user_navigation.not_logged_in #sign_in:active {
			background-color: #224266;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3)), to(transparent)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, transparent 100%); /* FF */
			background-image: linear-gradient(top, rgba(0,0,0,0.3), transparent);
			box-shadow: 0 1px 0 rgba(255,255,255,0.1);
			-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
			-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
			color: rgba(255,255,255,0.4);
			text-shadow: -1px -1px 1px rgba(0,0,0,0.8);
		}

		#user_navigation #user_link img {
			position: absolute;
			right: 5px;
			top: 9px;
		}

		#user_navigation #user_link span {
			display: inline-block;
			overflow: hidden;
			max-width:110px;
		}

		/* Sign in services icons (Facebook, twitter, etc) */
		.services img { margin-top: -2px }

		#user_navigation.not_logged_in .links {
			float: left;
			margin: 0 4px 0;
			display: block;
			color: #e0e0e0;
		}
			
			#user_navigation.not_logged_in .links a {
				font-weight: bold;
				float: none;
			}
			
		#user_navigation.not_logged_in #sign_in {
			background-color: #224a77;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.15)), to(transparent)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, transparent 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.15), transparent);
			box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
			-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
			-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
			border: 1px solid #173457;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			float: left;
			display: block;
			min-width: 160px;
			margin: 3px 0;
			padding: 4px 8px;
			cursor: pointer;
		}

		#user_navigation.not_logged_in {
		*max-width: 300px;
		}
		
		/* Notifications */
		#user_navigation #user_notifications_link {
			background-color: #224a77;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.15)), to(transparent)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, transparent 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.15), transparent);
			box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
			-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
			-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
			border: 1px solid #173457;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			padding: 4px 15px 5px 5px;
			margin: 3px 0 0 0;
			min-width: 25px;
			outline: 0px;
			position: relative;
			display: inline-block;
			overflow: hidden;
			float: right;
			white-space: nowrap;
			text-decoration: none;
		}
					
			#user_navigation #user_notifications_link img#notify-down-arrow {
				right: 5px;
				top: 9px;
				position: absolute;
			}

			#user_navigation #user_notifications_link small {
				position: relative;
				background: rgba(0,0,0,0.25);
				color: #a9bcd2;
				font-weight: bold;
				top: 0px;
				right: 0px;
				padding: 1px 4px;
				border-radius: 4px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			}
			
			#user_navigation #user_notifications.no-new small {
				background-color: rgba(0,0,0,0.15);
				border: 0;
				color: #a9bcd2;
			}
			
			#user_navigation #user_notifications.no-new small:hover {
				background-color: rgba(0,0,0,0.25);
				color: #fff;
			}
			
			#user_notifications_link_menucontent {
				background-color: #e7ebf1;
				box-shadow: 0 1px 5px rgba(0,0,0,0.3);
				-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
				-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
				border: 1px solid #8b96a3;
				border-radius: 4px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				padding: 0;
				margin-top: 1px;
				min-width: 315px;		
				float: right;
				z-index: 9999;
				font-size: 0.9em;
			}
			
			#user_notifications_link_menucontent li {
				padding: 5px;
				border-bottom: 1px solid rgba(0,0,0,0.08);
				float: none;
				clear: both;
				/*border-top: thin solid #000;*/
			}
			
			#user_notifications_link_menucontent li a {
				/*text-decoration: none;*/
			}
			
				#user_notifications_link_menucontent li.view-all {
					text-align: center;
					background-color: transparent;
					font-weight: bold;
				}
				
				#user_notifications_link_menucontent li.no-notifications {
					text-align: center;
					font-style: italic;
				}

			#user_notifications_link_menucontent img {
				float: left;
				margin: 5px 7px 0 0;
			}
	
				#user_notifications_link_menucontent li.notify:hover {
					background-color: rgba(0,0,0,0.01);
				}

				#user_notifications_link_menucontent li.notify:first-child, #user_notifications_link_menucontent li.notify:first-child:hover {
					border-radius: 4px;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
				}
				
				#user_notifications_link_menucontent li p {
					display: inline;
					margin-left: 0px;
				}
				
				#user_notifications_link_menucontent li span.desc {
					font-size: 0.8em;
					padding-top: 2px;
				}
				
			#user_notifications_link_menucontent .unread,
			#user_notifications_link_menucontent .unread a {
				font-weight: bold;
			}
		/* End notifications */
		
#search {
	color: rgba(0,0,0,0.6);
	font-size: 1em;
	margin: 6px 0 0 0;	
	position: relative;
	right: 6px;
	float: right;
	z-index: 5000;
	min-width: 260px;
}

	#search .submit_input {
		background: rgba(0,0,0,0.1) url(http://talk.prowebber.ru/public/style_images/elegant/search_icon.png) no-repeat 50%;
		text-indent: -3000em;
		width: 25px;
		height: 24px;
		border: 1px solid #1a2735;
		padding: 0;
		float: left;
	}

	#search input#main_search {
		padding: 0 18px 0 0;
		border: 0;
		width: 150px;
		background: transparent url(http://talk.prowebber.ru/public/style_images/elegant/search_icon.png) no-repeat center right;
		color: #rgba(0,0,0,0.9);
		font-size: 1em;
	}
	
		#search input#main_search.inactive {
			color: rgba(0,0,0,0.6);
		}
	
	#search_wrap {
		background-color: #d3d9e0;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#eff3f8), to(#d3d9e0)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, #eff3f8 0%, #d3d9e0 100%); /* FF */
		background-image: linear-gradient(top, #eff3f8, #d3d9e0);
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		padding: 3px 8px 4px;
		float: left;
		white-space: nowrap;
	}
	
		#search .choice {
			background: url(http://talk.prowebber.ru/public/style_images/elegant/search_expand.png) no-repeat right;
			border-left: 1px solid rgba(0,0,0,0.1);
			padding: 0 15px 0 7px;
			color: rgba(0,0,0,0.6);
			text-shadow: none;
			min-width: 60px;
			display: inline-block;
		}
		
		#search_options_menucontent {
			background-color: #e7ebf1;
			box-shadow: 0 1px 5px rgba(0,0,0,0.3);
			-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
			-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
			border: 1px solid #8b96a3;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			padding: 0 !important;
			margin-top: 4px;
			min-width: 130px;
			display: inline-block;
			z-index: 1000;
			text-shadow: none;
		}
		
			#search_options_menucontent li {
				color: #3c3c3c !important;
				margin: 0 !important;
				padding: 4px 5px 5px !important;
				border-bottom: 1px solid rgba(0,0,0,0.1);
			}

				#search_options_menucontent li a {
					color: rgba(0,0,0,0.8) !important;
					background: transparent !important;
				}

				#search_options_menucontent li a:active {
					color: #000 !important;
					text-shadow: none !important;
					background: transparent !important;
					box-shadow: none !important;
					-webkit-box-shadow: none !important;
					-moz-box-shadow: none !important;
				}

				#search_options_menucontent li:hover {
					background: rgba(255,255,255,0.4);
				}
				
				#search_options_menucontent li.special {
					background: rgba(0,0,0,0.05);
					border: 0;
				}
				
				#search_options_menucontent li.special + li.app,
				#search_options_menucontent li.title + li.special {
					border-top: 0;
				}
			
				#search_options_menucontent li input {
					margin-right: 5px;
				}
		
	#adv_search {
		width: 25px;
		height: 20px;
		margin: 2px;
		background: url(http://talk.prowebber.ru/public/style_images/elegant/advanced_search.png) no-repeat 50%;
		float: left;
		display: inline-block;
	}
		
#secondary_nav {
	background: transparent;
	color: #878787;
	font-size: 1em;
	margin: 0 0 8px 0;
	clear: both;
}

	#secondary_nav li {
		display: block;
		float: left;
		list-style: none;
		position: relative;
	}

		#secondary_nav li:last-child {
			font-weight: bold;
		}

	#secondary_nav a {
		background-color: #dfe4ec;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#dfe4ec)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #dfe4ec 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #dfe4ec);
		border: 1px solid #c0c9d5;
		box-shadow: 0 1px 2px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
		padding: 2px 7px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-weight: normal;
		display: block;
		color: #393939;
		text-decoration: none;
	}

#section_links {
	display: inline;
	float: right;
}

	#section_links li {
		padding: 0 0 0 6px;
		display: block;
		float: left;
		list-style: none;
		position: relative;
	}

	#section_links li a {
		background-color: #dfe4ec;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#dfe4ec)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #dfe4ec 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #dfe4ec);
		border: 1px solid #c0c9d5;
		box-shadow: 0 1px 2px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
		padding: 2px 7px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-weight: normal;
		display: block;
		color: #54687a;
		text-decoration: none;
	}

		#section_links li a img {
			position: relative;
			margin-top: -3px;
		}

	#section_links li a:hover {
		background-color: #f2f4f7;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f2f4f7)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f2f4f7 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #f2f4f7);
		border-color: #a7b2c0;
		color: #000;
	}

	#section_links li a:active {
		background-color: #e9edf4;
		background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0,0,0,0.1))); /* Saf-Chrome */
		background-image: -moz-linear-gradient(bottom, transparent 0%, rgba(0,0,0,0.1) 100%); /* FF */
		background-image: linear-gradient(bottom, transparent, rgba(0,0,0,0.1));
		color: rgba(0,0,0,0.5);
	}

		#section_links .rss a {
			background-color: #f3f0e2;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ece8df)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ece8df 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #ece8df);
			border-color: #cbc0b0;
			color: #6a4516;
		}

	#secondary_nav #section_links #rss_menu li {
		padding: 0;
		display: block !important;
		float: none;
	}

	#section_links #rss_menu li a {
		display: block !important;
		background: transparent;
		border: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		padding: 0 6px;
		display: block;
		float: none;
	}

#rss_menu {
	background-color: #f3f0e2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ece8df)); /* Saf-Chrome */
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ece8df 100%); /* FF */
	background-image: linear-gradient(top, rgba(255,255,255,0.6), #ece8df);
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	border: 1px solid #a79c8b;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0;
	width: 230px;
	display: block;	
	z-index: 500;
	font-size: 1em;
	line-height: 23px;
}

	#rss_menu li a {
		display: block;
	}

		#rss_menu li a:hover {
			text-decoration: underline;
		}
		
#pm_notification {
	background: url(http://talk.prowebber.ru/public/style_images/elegant/trans_bg.png);
	color: #515151;
	padding: 0;
	margin: 15px 20% 0;
	width: 60%;
	position: fixed;
	z-index: 2000;
}

	#pm_notification #pm_wrap {
		background: #f3f3f3;
		padding: 0px 0 0px 0;
		margin: 10px;
	}

	#pm_notification h2 {
		font-size: 1.1em;
		font-weight: bold;
		clear: none;
		padding-left: 18px;
		margin: -8px 0 0 10px;
		color: #586070;
	}
	
		#pm_notification.open h2 {
			background: url(http://talk.prowebber.ru/public/style_images/elegant/folder_open.png ) no-repeat 2px 2px;
		}
		#pm_notification.closed h2 {
			background: url(http://talk.prowebber.ru/public/style_images/elegant/folder_closed.png ) no-repeat 2px 2px;
		}
		
	#pm_notification p.excerpt { 
		margin: 15px 20px 0;
		line-height: 150%;
		overflow: auto;
		max-height: 400px;
	}
	
	#pm_notification p.desc {
		margin: 0px 15px 0;
		float: right;
	}
	
	body#ipboard_body #pm_notification p.submit {	
		margin: 15px 0 0;
		padding-left: 15px;
		text-align: left;
	}
	
	#pm_notification a.configure {
		font-size: 0.9em;
		float: right;
		margin-right: 15px;
	}
	
	#pm_notification .ok_thanks {
		text-align: center;
		padding: 6px;
		clear: both;
	}
	
	#pm_notification h3 {
		background-color: #dae4ed;
		font-size: 1.2em;
		padding: 6px;
		margin-bottom: 2px;
	}
	
	#pm_notification h3 a {
		text-decoration: underline;
	}
	
	#pm_notification h3 img {
		margin-right: 6px;
	}
	


/************************************************************************/
/* FOOTER */
#board_footer {
	color: #606060;
	font-size: 0.85em;
	padding: 5px 0;
	margin: 5px 8px;
}

	#board_footer ul#utility_links li {
		float: left;
		padding-right: 8px;
	}

	#board_footer p {
		text-align: right;
	}

	#board_footer a {
		color: #606060;
	}
	
#footer_utilities {
	background: transparent;
	color: #586070;
	font-size: 0.8em;
	padding: 4px 0;
	margin: 0 8px 0 8px;
}

	#footer_utilities form {
		margin: 7px 5px 0 5px;
	}

	#footer_utilities ul {
		padding: 2px 0;
		margin: 8px 0 0 0;
	}
		#footer_utilities ul li:first-child {
			color: #586070;
		}

		#footer_utilities li {
			float: right;
			padding: 0 8px 4px 8px;
		}

/************************************************************************/
/* GENERAL CONTENT */
#content {
	padding: 7px 8px 0 8px;
	clear: both;
}

#ajax_loading {
	background: rgba(0,0,0,0.6);
	color: #fff;
	box-shadow: 2px 5px 25px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 5px 25px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 5px 25px rgba(0,0,0,0.3);
	font-size: 1.3em;
	color: #fff;
	text-align: center;
	padding: 5px 15px;
	width: 5%;
	top: 46%;
	left: 46%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 10000;
	position: fixed;
}

#ipboard_body.redirector {
	background: #f0f0f0;
	margin: 150px auto;
	color: #6a6a6a;
}

#ipboard_body.redirector a {
	color: #6a6a6a;
	text-decoration: none;
}

#ipboard_body.redirector h2 {
	color: #6a6a6a;
}

#ipboard_body.redirector p {
	font-size: 1.2em;
	line-height: 1.5em;
	background: #f0f0f0;
	border: 2px solid #e4e4e4;
	color: #6a6a6a;
	padding: 15px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
	
.topic_options, .generic_bar, .tab_filters {
	color: #586070;
	font-size: 0.85em;
	font-weight: bold;
	height: 33px;
}
	.generic_bar, .tab_filters {
		background: transparent;
	}
	
	.generic_bar {
		display: none;
	}
	
	.tab_filters {
		background: transparent;
	}
	
	.topic_options {
		background: #e5eaf0;
	}
	
	.topic_options li {
		padding: 10px;
		float: right;
	}
	
	.topic_options a {
		text-decoration: none;
	}

#index_stats .general_box {
	margin-bottom: 8px;
	overflow: hidden;
	padding: 0px;
	padding-bottom: 1px;
}

	#index_stats .general_box h3 {
		margin: 4px;
	}
	
	#index_stats.portal .general_box div.inner_portal_box {
		padding: 5px;
	}

.general_box.alt {
	background: #e8edf2;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 0 0 2px 0;
	font-size: 0.95em;
}

.general_box.alt h3 {
	font-size: 1.1em;
	background: transparent;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin: 0 0 5px 0;
}

.general_box a {
	text-decoration: none;
}

	.general_box .block_list {
		font-size: 0.9em;
		padding-top: 5px;
		margin: 0;
	}		
		.general_box .block_list li {
			padding: 6px;
			margin: 0;/* -8px;*/
		}

.progress_bar {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}

	.progress_bar span {
		background: #d8dfe6 url(http://talk.prowebber.ru/public/style_images/elegant/gradient_bg.png) repeat-x left 50%;
		color: #fff;
		font-size: 0em;
		font-weight: bold;
		text-align: center;
		text-indent: -2000em; /* Safari fix */
		height: 10px;
		display: block;
		overflow: hidden;
	}

	.progress_bar.limit span {
		background: #b82929 url(http://talk.prowebber.ru/public/style_images/elegant/progressbar_warning.png) repeat-x center;
	}

	.progress_bar span span {
		display: none;
	}

.progress_bar.user_warn {	
	margin: 0 auto;
	width: 80%;
}

	.progress_bar.user_warn span {
		height: 6px;
	}

.progress_bar.topic_poll {
	border: 1px solid rgba(0,0,0,0.1);
	margin-top: 2px;
	width: 40%;
}

img.resized {
	display: block;
}

.resized_img img {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	padding: 2px;
	margin: 0 4px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.resized_img span {
	background: #777;
	color: #fff;
	padding: 4px 8px;
	font-size: 11px;
}

.resized_img {
	clear: right;
}

li.rating a {
	outline: 0;
}

.antispam_img {
	margin-left: 215px;
	margin-bottom: 3px;
}

.tagList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	.tagList li { display: inline; }
	li.level1 	{ font-size: 12px; }
	li.level2	{ font-size: 14px; }
	li.level3	{ font-size: 16px; }
	li.level4 	{ font-size: 18px; }
	li.level5	{ font-size: 20px; }
	li.level6 	{ font-size: 22px; }
	
span.error {
	color: #ad2930;
	font-weight: bold;
	clear: both;
}

.maintitle .desc {
	font-size: 0.9em;
	color: #fff;
}

/************************************************************************/
/* GENERIC REPEATED STYLES */
/* Inline lists */
#admin_bar ul, #admin_bar li, #stat_links li, 
.tab_filters ul, .tab_filters li,
fieldset.with_subhead span.desc, fieldset.with_subhead label,
.user_controls li {
	display: inline;
}

/* Floats */
.right { float: right; }
.left { float: left; }

/* Visibility */
.hide { display: none; }

/* Bullets */
.bullets ul, .bullets ol,
ul.bullets, ol.bullets {
	list-style: disc;
	margin-left: 30px;
	line-height: 150%;
	list-style-image: none;
}

/* Rounded corners */
#user_navigation #new_msg_count, .message, .popupWrapper, .poll_question h4, .reputation,
.rounded {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* Center */
.short {
	text-align: center;
	font-size: 0.9em;
}

/* Description */
.desc, p.posted_info, .warn_panel strong {
	font-size: 0.8em;
	color: #606060;
}

/* Cancel */
.cancel {
	color: #ad2930;
	font-size: 0.9em;
	font-weight: bold;
}
	
/* Maintitle */
body .maintitle {
	color: rgba(255,255,255,0.7);
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	padding: 5px 6px 5px 10px !important;
	margin: 0 !important;
	overflow: hidden;
}

/* Photo */
.photo {
	border: 1px solid rgba(0,0,0,0.2);
	background: #fff;
	padding: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
}

/* Moderation */
em.moderated {
	background: transparent;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 8px;
	display: block;
	clear: both;
}

/* Positive/Negative */
.positive {
	color: #6f8f52;
}
.negative {
	color: #c7172b;
}

/* Clickable */
.clickable {
	cursor: pointer;
}

/* Clear */
.clear {
	clear: both;
}

	.clearfix, .stats_list {
		overflow: auto;
	}

/* Block wrap */
.block_wrap {
	padding: 5px 0;
	margin-bottom: 5px;
}

/* White links */
#admin_bar a,
#user_navigation.not_logged_in, #user_navigation.not_logged_in a,
#user_navigation #user_link, #user_navigation #new_msg_count,
#user_navigation ul, #user_navigation ul#user_link_menucontent,
#search .submit_input, .message.user_status #update_status,
table.ipb_table th a, .topic_buttons li a, .topic_buttons li span,
.message.user_status #update_status,
.members li.positive a, .members li.negative a, #footer_utilities a {
	color: #fff;
	text-decoration: none;	
}

#stat_links a {
	color: #5b7997;
	text-decoration: none;	
}

/* Search highlighting */
.searchlite
{
	background-color: yellow;
	color: red;
	font-size:14px;
}

/* Users posting */
.activeuserposting {
	font-style: italic;
}
	
/************************************************************************/
/* COLUMN WIDTHS FOR TABLES */
.col_f_icon, .col_f_picon,
.col_m_status, .col_r_icon {
	width: 3%;
}

.col_c_icon
{
	width:53px;
}

.col_m_replies
{
	width: 5%;
}
.col_m_to, .col_m_from {
	width:15%;
}
.col_f_topic, .col_m_subject {
	width: 49%;
}
.col_f_views, .col_f_starter,
.col_r_total, .col_r_comments {
	width: 10%;
}
.col_f_post, .col_m_date,
.col_r_updated, .col_r_section {
	width: 18%;
}
.col_c_stats {
	width: 15%;
}
.col_c_post {
	width: 30%;
}
.col_c_forum {
	width: 55%;
}
.col_mod, .col_f_mod, .col_r_mod {
	width: 3%;
}
.col_r_title {
	width: 26%;
}

/************************************************************************/
/* TABLE STYLES */

table.ipb_table {
	line-height: 120%;
	border: 1px solid #c0ccd9;
	border-bottom: 5px solid #c0ccd9;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	overflow: hidden;
	/*table-layout: fixed;*/
}
	
	table.ipb_table a {
		text-decoration: none;
	}
	
		table.ipb_table a:hover,
		body table.ipb_table th a {
			text-decoration: underline;
		}
		
	table.ipb_table caption span.desc {
		font-size: 0.6em;
	}
		
	table.ipb_table h4,
	table.ipb_table .topic_title {
		font-size: 1em;
		font-weight: normal;
		display: inline;
	}

	table.ipb_table h4 {
		font-weight: bold;
	}
	
	table.ipb_table tr td {
		/*border-bottom: 1px solid #d8e1ea;*/
		padding: 6px;
		border-bottom: 0px solid #dbe6ee;
		/*border-bottom: 2px solid #fff;*/
	}
	
		table.ipb_table tr .stats {
			text-align: right;
			white-space: nowrap;
		}

		body table.ipb_table tr td p {
			font-size: 0.9em;
			padding-top: 3px;
		}
		
	table.ipb_table th,
	div#current_calendar ol#week_view li.month_bar {
		font-size: 0.85em;
		font-weight: bold;
		padding: 6px;
		border-top: 1px solid #c0ccd9;
	}
	
	  .subforums { 
 float:left; 
 width:50%;
 
}

 .subforums1 { 
 width:50%; 

}

 table.ipb_table ol.subforums {
 margin-top:5px;
 width:50%;
 float: left;

}
 
 table.ipb_table ol.subforums li {
 background: transparent url(http://talk.prowebber.ru/public/style_images/elegant/bullet_black.png) no-repeat 3px 4px;
 color: #495457;
 font-size: 0.85em;
 padding: 0 4px 0 15px; 
 float: left;
 }
 
 table.ipb_table ol.subforums li.newposts {
 background: transparent url(http://talk.prowebber.ru/public/style_images/elegant/bullet_green.png) no-repeat 0px 0px;
 color: #495457;
 font-size: 0.85em;
 padding: 0 4px 0 16px; 
 float: left;
 }

		
	table.ipb_table tr.announcement td {
		background: #f8f8ea;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		font-weight: bold;
		font-size: 1em;
		color: #565238;
	}

		table.ipb_table tr.announcement td a {
			color: #423522;
		}
	
	table.ipb_table tr.subhead th {
		font-weight: bold;
		font-size: 1em;
		padding: 8px;
	}
	
	table.ipb_table ul li {
		font-size: 0.95em;
	}
	
/************************************************************************/
/* FORM STYLES */

body#ipboard_body fieldset.submit,
body#ipboard_body p.submit {
	padding: 15px 6px 15px 6px;
	text-align: center;
}

body#ipboard_body fieldset.submit .left-align {
	text-align: left;
}

.input_text, .input_textarea, .status_textarea, #statusUpdate {
	background: #fff;
	font-size: 1.1em;
	font-family: arial, serif;
	border: 1px solid #9c9c9c;
	padding: 4px 6px;
	margin: 2px 0 0 0;
	color: #5e5e5e;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}

	.input_text:hover, .input_textarea:hover, .status_textarea:hover, #statusUpdate:hover {
		border-color: #7a7a7a;
	}

	.input_text:focus, .input_textarea:focus, .status_textarea:focus, #statusUpdate:focus {
		background: #fffff3;
		border-color: rgba(0,0,0,0.6);
	}

textarea {
	width: 90%;
}

	.input_text.error {
		background-color: #fcf2f2;
	}

	.input_text.accept {
		background-color: #f7fcf2;
	}

.input_text.email,
.input_text.password {
	width: 18em;
}

.input_submit {
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	padding: 3px 8px 4px;
	cursor: pointer;
}
	
	.input_submit.alt {
		text-decoration: none;
	}		

p.field {
	padding: 15px;
}

li.field {
	padding: 5px;
	margin-left: 27px;
}

	li.field label,
	li.field span.desc {
		display: block;
	}
	
li.field.error {
	color: #ad2930;
}

	li.field.error label {
		font-weight: bold;
	}

li.field.checkbox, li.field.cbox {
	margin-left: 0;
}

li.field.checkbox .input_check,
li.field.checkbox .input_radio,
li.field.cbox .input_check,
li.field.cbox .input_radio {
	margin-right: 10px;
	vertical-align: middle;
}

	li.field.checkbox label,
	li.field.cbox label {
		width: auto;
		float: none;
		display: inline;
	}
	
	li.field.checkbox p,
	li.field.cbox p {
		position: relative;
		left: 245px;
		display: block;
	}

	li.field.checkbox span.desc,
	li.field.cbox span.desc {
		padding-left: 27px;
		margin-left: auto;
		display: block;
	}
	
/************************************************************************/
/* MESSAGE STYLES */

.message {
	background: #f1f6ec url(http://talk.prowebber.ru/public/style_images/elegant/information.png) no-repeat 8px 10px;
	padding: 10px 10px 10px 30px;
	border: 1px solid #b0ce94;
	color: #3e4934;
	line-height: 150%;
}

	.message h3 {
		padding: 0;
		color: #323232;
	}
	
	.message.error {
		background-color: #f3dddd;
		background-image: url(http://talk.prowebber.ru/public/style_images/elegant/exclamation.png);
		border-color: #deb7b7;
		color: #281b1b;
		font-size: 1.1em;
	}
	
	.message.error.usercp {
		background-image: none;
		padding: 4px;
		float: right;
	}
	
	.message.unspecific {
		background-color: #f3f3f3;
		border-color: #d4d4d4;
		color: #515151;
		margin: 0 0 10px 0;
		clear: both;
	}
	
	.message.user_status {
		background: #f9f7e0;
		color: #6c6141;
		font-size: 1em;
		border: 1px solid #eadca0;
		padding: 5px 5px 5px 15px;
		margin-bottom: 10px;
	}
	
		.message.user_status.in_profile {
			font-size: 1.2em;
			position: relative;
			padding-left: 15px;
			overflow: auto;
		}
		
	.message.user_status #update_status {
		background: #d8dfe6;
		font-size: 0.8em;
		font-weight: bold;
		padding: 3px 8px;
		margin-left: 10px;
	}
	
	.message.user_status .cancel {
		font-size: 0.75em;
	}
	
/************************************************************************/
/* MENU & POPUP STYLES */

.ipbmenu_content, .ipb_autocomplete {
	font-size: 0.9em;
	min-width: 85px;
	padding: 5px;
	z-index: 2000;
}
	
	.ipbmenu_content li, .ipb_autocomplete li {
		padding: 5px;
	}
	
	.ipbmenu_content li:last-child {
		border-bottom: 0;
		padding-bottom: 0px;
	}
	
	.ipbmenu_content li:first-child {
		padding-top: 0px;
	}
	
	.ipbmenu_content a {
		text-decoration: none;
	}

.popupWrapper {
	background-color: rgba(0,0,0,0.5);/*url(http://talk.prowebber.ru/public/style_images/elegant/trans_bg.png);*/
	box-shadow: 5px 10px 40px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 10px 40px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 10px 40px rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 0;
}

	.popupInner {
		background-color: #eff3f8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#eff3f8)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #eff3f8 30%, #eff3f8 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #eff3f8);
		color: #586070;
		box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
		-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
		-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		margin: 8px;
		padding: 5px;
		width: 500px;
		overflow: auto;
	}

		.popupInner.black_mode {
			background: #000;
			border: 3px solid #b3bbc3; 
			color: #eee;
			border: 3px solid #555;
			}
        
		.popupInner.warning_mode {
			border: 3px solid #7D1B1B; 
		}
	
		.popupInner h3 {
			background: transparent;
			font-size: 1.5em !important;
			color: #586070;
			font-weight: normal !important;
			padding: 2px 7px 5px;
		}

			.popupInner.black_mode h3 {
				background-color: #545C66;
				color: #ddd;
			}
            
			.popupInner.warning_mode h3 {
				background-color: #7D1B1B;
				padding-top: 6px;
				padding-bottom: 6px;
				color: #fff;
			}
            
			.popupInner.warning_mode input.input_submit {
				background-color: #7D1B1B;
			}
		
.popupClose {
	position: absolute;
	right: 2px;
	top: 2px;
}

.popupClose.light_close_button {
	background: transparent url(http://talk.prowebber.ru/public/style_images/elegant/close_popup_light.png) no-repeat top left;
	opacity: 0.8;
	width: 13px;
	height: 13px;
	top: 18px;
	left: 16px;
}

.popupClose.light_close_button img {
	display: none;
}

.popup_footer {
	padding: 15px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.popup_body {
	padding: 10px;
}

.stem {
	width: 31px;
	height: 16px;
	position: absolute;
}

	.stem.topleft {
		background-image: url(http://talk.prowebber.ru/public/style_images/elegant/stems/topleft.png);
	}
	.stem.topright {
		background-image: url(http://talk.prowebber.ru/public/style_images/elegant/stems/topright.png);
	}
	.stem.bottomleft {
		background-image: url(http://talk.prowebber.ru/public/style_images/elegant/stems/bottomleft.png);
	}
	.stem.bottomright {
		background-image: url(http://talk.prowebber.ru/public/style_images/elegant/stems/bottomright.png);
	}
	
.modal {
	background-color: #3e3e3e;
}

.userpopup {
	padding-bottom: 25px;
	overflow: hidden;
	position: relative;
	font-size: 0.9em;
}

	.userpopup .info {
		position: relative;
	}
	
	.userpopup h3 {
		font-size: 1.2em;
	}
	
	.userpopup > div {
		padding: 8px;
	}

		.userpopup dl {
			border-bottom: 1px solid #d4d4d4;
			padding-bottom: 10px;
			margin-bottom: 4px;
		}
		
	.userpopup .photo {
		top: 0px;
		right: 0px;
		position: absolute;
	}
	
	.userpopup .user_controls {
		left: 10px;
		position: absolute;
	}
	
	.userpopup .reputation {
		right: 4px;
		position: absolute;
	}
	
.info dt {
	float: left;
	font-weight: bold;
	padding: 3px 6px;
	clear: both;
	width: 30%;
}

.info dd {
	padding: 3px 6px;
	width: 60%;
	margin-left: 35%;
}

/************************************************************************/
/* TOPIC/POST BUTTONS STYLES */

.topic_controls {
	min-height: 30px;
}

.topic_buttons li {
	background: transparent;
	padding: 0;
	margin: 0 0 10px 5px;
	float: right;
	font-size: 1.1em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
	
	.topic_buttons li a,
	.topic_buttons li span {
		font-weight: normal;
		display: block;
		margin: auto 0 auto 4px;
		outline: 0;
	}
	
	.topic_buttons li span {
		padding: 8px 12px 5px 3px;
	}
	
	.topic_buttons li a {
		background-color: #185d90;
		background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.15))); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.15) 100%); /* FF */
		background-image: linear-gradient(top, transparent, rgba(0,0,0,0.15));
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		padding: 5px 12px 5px 10px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	}
	
		.topic_buttons li a img,
		.topic_buttons li span img {
			margin: -1px 5px 1px 0;
		}
		
		.topic_buttons li a img.arrow { margin-right: -3px; }

		.topic_buttons li:hover a {
			background-color: #2b76ad;
		}	

		.topic_buttons li a:active {
			background-color: #154f79;
			background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0,0,0,0.3))); /* Saf-Chrome */
			background-image: -moz-linear-gradient(bottom, transparent 0%, rgba(0,0,0,0.3) 100%); /* FF */
			background-image: linear-gradient(bottom, transparent, rgba(0,0,0,0.3));
			color: rgba(255,255,255,0.5);
		}

		.topic_buttons li.disabled a {
			background: transparent url(http://talk.prowebber.ru/public/style_images/elegant/_custom/topic_button.png) no-repeat top right;
			color: #757575;
		}

		.topic_buttons li.disabled span {
			background: #d0d0d0 url(http://talk.prowebber.ru/public/style_images/elegant/_custom/topic_button.png) repeat-x top left;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
			-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
			-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
			color: #757575;
			padding: 5px 12px 6px 12px;
		}	

		.topic_buttons li.closed span,
		.topic_buttons li.closed a {
			background: #702020 url(http://talk.prowebber.ru/public/style_images/elegant/_custom/topic_button.png) repeat-x top left;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
			-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
			-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
			color: #ca8080;
			padding: 5px 12px 4px 12px;
		}
	
ul.post_controls {
	font-size: 0.8em;
	text-align: right;
	padding: 4px 3px 28px 0;
	clear: both;
}

		ul.post_controls li {
			background: transparent;
			padding: 0;
			margin: 0 2px;
			float: right;
		}

			ul.post_controls li.report,
			ul.post_controls li.top,
			ul.post_controls.left li {
				float: left;
			}

		ul.post_controls a {	
			background-color: #dfe4ec;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#dfe4ec)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #dfe4ec 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #dfe4ec);
			border: 1px solid #c0c9d5;
			box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			color: #424f5d;
			text-decoration: none;
			padding: 3px 11px 3px 8px;
			margin-left: 2px;
			display: block;
		}

		ul.post_controls a img {
			margin-top: -2px;
		}

		ul.post_controls a:hover {
			background-color: #f2f4f7;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f2f4f7)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f2f4f7 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #f2f4f7);
			border-color: #a7b2c0;
			color: #000;
		}

		ul.post_controls a:active {
			background-color: #e9edf4;
			background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0,0,0,0.1))); /* Saf-Chrome */
			background-image: -moz-linear-gradient(bottom, transparent 0%, rgba(0,0,0,0.1) 100%); /* FF */
			background-image: linear-gradient(bottom, transparent, rgba(0,0,0,0.1));
			color: rgba(0,0,0,0.5);
		}

		/* Selected button */
		ul.post_controls li.selected {
			background: transparent;
		}

			ul.post_controls li.selected a {
				background-color: #e5e9f0;
				background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0,0,0,0.1))); /* Saf-Chrome */
				background-image: -moz-linear-gradient(bottom, transparent 0%, rgba(0,0,0,0.1) 100%); /* FF */
				background-image: linear-gradient(bottom, transparent, rgba(0,0,0,0.1));
				box-shadow: 0 1px 1px #fff;
				-webkit-box-shadow: 0 1px 1px #fff;
				-moz-box-shadow: 0 1px 1px #fff;
				border-color: #a7b2c0;
				border-radius: 4px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				color: #000;
				text-decoration: none;
				padding: 3px 11px 3px 8px;
				margin-left: 2px;
				display: block;
			}

body .topic_buttons li a:hover,
body ul.post_controls a:hover {
	text-decoration: none;
}

/************************************************************************/
/* PAGINATION STYLES */

span.pagination.no_pages {
	color: #5d6b7c;
	font-size: 0.9em;
	padding: 10px 0;	
	height: 15px;
	display: block;
	display: none;
}

	ul.pagination.top {
		padding: 0 0 5px 0;
		margin-bottom: 15px;
		height: 18px;
	}

	ul.pagination.bottom {
		padding: 5px 0 0 0;
		margin-top: 15px;
		height: 18px;
	}

ul.pagination a,
ul.pagination li.active, 
ul.pagination li.pagejump,
ul.pagination li.total {
	background-color: #f2f4f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f2f4f7)); /* Saf-Chrome */
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f2f4f7 100%); /* FF */
	background-image: linear-gradient(top, rgba(255,255,255,0.6), #f2f4f7);
	border: 1px solid #c0c9d5;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	padding: 1px 5px;
	display: block;
	color: #5d6b7c;
}

ul.pagination li.pagejump img {
	margin-top: -2px;
}

	ul.pagination a:hover {
		color: #4b5868;
		border-color: #a7b2c0;
	}

	ul.pagination a:active {
		background-color: #e9edf4;
		background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0,0,0,0.1))); /* Saf-Chrome */
		background-image: -moz-linear-gradient(bottom, transparent 0%, rgba(0,0,0,0.1) 100%); /* FF */
		background-image: linear-gradient(bottom, transparent, rgba(0,0,0,0.1));
		color: rgba(0,0,0,0.5);
	}

ul.pagination li {
	font-size: 0.9em;
	margin: 0 2px;
	float: left;
}

	ul.pagination li.total,
	ul.pagination li.active {
		background: none;
		border: 0;
		margin-left: 0px;
	}

	ul.pagination li.active {
		background-color: #e9edf4;
		background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0,0,0,0.1))); /* Saf-Chrome */
		background-image: -moz-linear-gradient(bottom, transparent 0%, rgba(0,0,0,0.1) 100%); /* FF */
		background-image: linear-gradient(bottom, transparent, rgba(0,0,0,0.1));
		border: 1px solid #a7b2c0;
		color: #000;
		text-decoration: none;
		padding: 1px 5px;
		font-weight: bold;
		margin-left: 2px;
	}

ul.mini_pagination {
	font-size: 0.75em;
	display: inline;
	margin-left: 2px;
}

	ul.mini_pagination li a {
		background-color: #f2f4f7;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f2f4f7)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f2f4f7 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #f2f4f7);
		border: 1px solid #c0c9d5;
		box-shadow: 0 1px 2px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 0px 4px;
		color: #5d6b7c;
	}

	ul.mini_pagination li a:hover {
		color: #4b5868;
		border-color: #a7b2c0;
		text-decoration: none;
	}

	ul.mini_pagination li a:active {
		background-color: #e9edf4;
		background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0,0,0,0.1))); /* Saf-Chrome */
		background-image: -moz-linear-gradient(bottom, transparent 0%, rgba(0,0,0,0.1) 100%); /* FF */
		background-image: linear-gradient(bottom, transparent, rgba(0,0,0,0.1));
		color: rgba(0,0,0,0.5);
	}

	ul.mini_pagination li {
		display: inline;
		margin: 0;
	}

/************************************************************************/
/* MODERATION & FILTER STYLES */

.moderation_bar {
	text-align: right;
	padding: 6px 35px 6px 10px;
	margin: 10px 0 0 0;
}

	.moderation_bar.with_action {
		background-image: url(http://talk.prowebber.ru/public/style_images/elegant/topic_mod_arrow.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
	
#topic_mod_2 {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding-top: 10px;
	margin-top: -10px;
}

#topic_mod p {
	padding: 7px;
	font-size: 0.9em;
}

#topic_mod #forum_mod_options_menucontent {
	text-align: left;
}

.filter_bar {
	font-size: 0.8em;
	text-align: center;
	margin: 6px 0 0 0;
	padding: 6px;
}

	.filter_bar select {
		margin-right: 10px;
	}
	
	.filter_bar span.clickable {
		display: block;
	}
	
/************************************************************************/
/* TAB BAR STYLES */

.tab_bar {
	font-size: 1.1em;
	color: #464646;
	font-weight: normal;
}

	.tab_bar.no_title {
		padding: 0;
		margin-bottom: 30px;
	}
		
		.tab_bar.no_title.mini {
			background: transparent;
			padding: 1px 5px 5px 5px;
			margin: 0;
			margin-bottom: 20px;
		}

		.tab_bar.no_title.mini li.active {
			background-color: #dfe4ec;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#dfe4ec)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #dfe4ec 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #dfe4ec);
			border: 1px solid #c0c9d5;
			box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			color: #000;
			font-weight: bold;
			text-decoration: none;
			padding: 3px 6px;
			margin: 0 4px 0 0;
		}

		.tab_bar.no_title.mini li {
			color: #464646;
			text-decoration: none;
			border: 1px solid transparent;
			margin-right: 2px;
			padding: 3px 4px;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
		}

			.tab_bar.no_title.mini li:hover {
				background-color: #eaeef5;
				background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#eaeef5)); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #eaeef5 100%); /* FF */
				background-image: linear-gradient(top, rgba(255,255,255,0.6), #eaeef5);
				border: 1px solid #d3dae4;
				box-shadow: 0 1px 2px rgba(0,0,0,0.1);
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
				-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
				color: #000;
			}

			.tab_bar.no_title.mini li:active {
				background-color: #dfe4ec;
				background-image: -webkit-gradient(linear, left top, left bottom, from(#dfe4ec), to(rgba(255,255,255,0.5))); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, #dfe4ec 0%, rgba(255,255,255,0.5) 100%); /* FF */
				background-image: linear-gradient(top, #dfe4ec, rgba(255,255,255,0.5));
				border: 1px solid #c0c9d5;
				box-shadow: 0 1px 2px rgba(0,0,0,0.1);
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
				-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
				color: #3e3e3e;
			}
		
	.tab_bar li {
		float: left;
		padding: 0;
	}

		.tab_bar li a {
			color: #464646;
			text-decoration: none;
			border: 1px solid transparent;
			padding: 3px 6px;
			margin-right: 2px;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
		}

			.tab_bar li a:hover {
				background-color: #eaeef5;
				background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#eaeef5)); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #eaeef5 100%); /* FF */
				background-image: linear-gradient(top, rgba(255,255,255,0.6), #eaeef5);
				border: 1px solid #d3dae4;
				box-shadow: 0 1px 2px rgba(0,0,0,0.1);
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
				-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
				color: #000;
				text-decoration: none;
			}

			.tab_bar li a:active {
				background-color: #dfe4ec;
				background-image: -webkit-gradient(linear, left top, left bottom, from(#dfe4ec), to(rgba(255,255,255,0.5))); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, #dfe4ec 0%, rgba(255,255,255,0.5) 100%); /* FF */
				background-image: linear-gradient(top, #dfe4ec, rgba(255,255,255,0.5));
				border: 1px solid #c0c9d5;
				box-shadow: 0 1px 2px rgba(0,0,0,0.1);
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
				-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
				color: #3e3e3e;
				text-decoration: none;
			}
		
		.tab_bar li.active {
			background-color: #dfe4ec;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#dfe4ec)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #dfe4ec 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #dfe4ec);
			border: 1px solid #c0c9d5;
			box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			position: relative;
			padding: 3px 6px;
			margin: -4px 2px 0 0;
			font-weight: bold;
			color: #000;
		}

			.tab_bar li.active a, .tab_bar li.active a:hover, .tab_bar li.active a:active {
				background: transparent;
				box-shadow: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
				padding: 0;
				margin: 0;
				border: 0;
				color: #000;
			}
		
.tab_filters {
	padding: 0 10px;
	text-shadow: 1px 1px 0 #fff;
}

	.tab_filters ul {
		padding-top: 10px;
	}

	.tab_filters a {
		color: #656565;
		text-decoration: none;
		font-weight: normal;
	}

	.tab_filters li {
		color: #cfd9e4;
		padding: 0 4px 0 0;
	}

		.tab_filters li.active,
		.tab_filters li.active a {
			font-weight: bold;
			color: #36404c;
		}
		
/************************************************************************/
/* AUTHOR INFO (& RELATED) STYLES */

.author_info {
	text-align: left;	
	font-size: 1em;
	border-right: 1px solid rgba(0,0,0,0.08);
	margin: 0 -5px 0 0;
	width: 225px;
	float: left;
}

	.author_info.no_rep {
		margin-bottom: 15px;
	}
	
	.author_info li.avatar, .author_info li.group_icon, .author_info li.title {
		padding-top: 15px;
		text-align: center;
	}
	
	.author_info ul.user_fields li {
		background: transparent;
		border-top: 1px solid rgba(0,0,0,0.08);
		clear: both;
		font-size: 0.9em;
		color: #687a86;
		padding: 4px 0;
		overflow: hidden;
	}
	
	.author_info ul.user_fields {
		clear: both;
	}
	
	.author_info ul.user_fields li span.ft,
	.author_info ul.user_fields li span.fc {
		display: block;
		float: left;
	}
	
	.author_info ul.user_fields li span.ft {
		width: 38%;
		text-align: right;
		font-weight: bold;
		padding: 0 0 0 8px;
	}
	
	.author_info ul.user_fields li span.fc {
		padding: 0 8px 0 8px;
		max-width: 50%;
		word-wrap: break-word;
	}
	
	/*.author_info dl {
		font-size: 0.9em;
		margin: 8px 8px 15px 8px;
	}
	
	.author_info dt,
	.author_info dd {
		display: inline-block;
		color: #687a86;
		vertical-align: top;
	}
	
	.author_info dt {
		font-weight: bold;	
		text-align: right;
		clear: both;
	}
	
	.author_info dd {
		text-align: left;
		background: red;
	}*/
	
	.author_info .title {
		margin-top: 4px;
	}	
	
.user_controls {
	text-align: center;
	margin: 6px 0;
}

	.user_controls li {
		margin: 0 2px;
		display: inline;
	}
		
		.user_controls li a {
			display: inline-block;
			background-color: #dfe4ec;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#dfe4ec)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #dfe4ec 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #dfe4ec);
			border: 1px solid #c0c9d5;
			box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			padding: 2px 5px;
			color: #5d6b7c;
		}

		.user_controls li a:hover {
			background-color: #f2f4f7;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f2f4f7)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f2f4f7 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #f2f4f7);
			border-color: #a7b2c0;
		}

		.user_controls li a:active {
			background-color: #e9edf4;
			background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0,0,0,0.1))); /* Saf-Chrome */
			background-image: -moz-linear-gradient(bottom, transparent 0%, rgba(0,0,0,0.1) 100%); /* FF */
			background-image: linear-gradient(bottom, transparent, rgba(0,0,0,0.1));
		}

			.user_controls li a:active img {
				opacity: 0.5;
			}
	
.warn_panel {
	text-align: left;
	padding: 6px;
	margin: 0 10px;
}
	.warn_panel .warn_link {
		padding-left: 10%;
		text-decoration: none;
	}

	.warn_panel .warn_edit {
		float: right;
	}

	.warn_panel .warn_edit.up {
		margin-right: 10%;
	}
	
.rating_mode.user_warn {
	margin: 0 auto;
	width: 80%;
	font-size: 0.9em;
}

	.rating_mode .warn_edit.down {
		float: none;
		margin-right: 3px;
	}
	
	.rating_mode .warn_edit.up {
		float: none;
		margin-left: 2px;
	}

	
/************************************************************************/
/* BOARD INDEX STYLES */

a.toggle {	
	background: url(http://talk.prowebber.ru/public/style_images/elegant/cat_minimize.png) no-repeat;
	text-indent: -3000em;
	padding-bottom: 2px;
	width: 18px;
	height: 100%;
	display: block;
	outline: 0;
}

	a.toggle:hover {	
		opacity: 0.7;
	}

	a.toggle:active {	
		opacity: 0.4;
	}

#latest_news {
	background: #eef3f8;
	color: #586070;
	font-size: 0.9em;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 6px 10px;
	margin: 0 0 2px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

	#latest_news a {
		text-decoration: none;
	}

div#categories {
	width: 77.3%;
}

	div#categories table.ipb_table th, .category_block table.ipb_table th {
		border-top: 0 !important;
	}

	div#categories.no_sidebar {
		width: 100%;
		float: none;
	}

#index_stats {
	width: 22.1%;
	overflow: hidden;
}

.sidebar_toggle {
	background: #f4f7fa;
	text-align: right;	
	padding: 2px 4px;
	height: 18px;
	margin-top: 10px;
	right: -19px;
	position: absolute;
	outline: 0;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	box-shadow: 2px 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: 2px 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 1px 2px rgba(0,0,0,0.05);
	border: 1px solid #b0bbc4;
	border-left: 0;
}

	#open_sidebar.sidebar_toggle {

	}
	
	#open_sidebar, #close_sidebar {
		outline: none;
	}

.category_block h3.collapsed {
	opacity: 0.6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

	.category_block h3.collapsed a.toggle {
		background-image: url(http://talk.prowebber.ru/public/style_images/elegant/cat_maximize.png);
		/*padding-bottom: 6px;*/
	}


.index_stats_collapse
{
	text-indent: -3000em;
	padding-bottom: 0;
	width: 17px;
	height: 17px;
	display: block;
	float: right;
	outline: 0;
}

.index_stats_collapse.open {
	background-image: url(http://talk.prowebber.ru/public/style_images/elegant/cat_minimize_small.png);
	opacity: 0.8;
}

.index_stats_collapse.close {
	background-image: url(http://talk.prowebber.ru/public/style_images/elegant/cat_maximize_small.png);
	opacity: 0.8;
}

	.index_stats_collapse.open:hover, .index_stats_collapse.close:hover {
		opacity: 1;
	}

	.index_stats_collapse.open:active, .index_stats_collapse.close:active {
		opacity: 0.8;
	}

.statistics {	
	padding: 8px;
	margin: 8px 0 0 0;
}

	.statistics h2 {
		font-size: 1.05em;
		font-weight: bold;
	}
		
		.statistics h2 span {
			font-size: 0.9em;
			font-weight: normal;
			color: #425365;
		}

	.statistics h3 {
		margin: 5px;
	}
		
	.statistics #active_users, .statistics #forum_active_users {
		border-top: 0;
		padding-top: 0;
	}
	
	body #topic_stats.statistics {

	}

body .stats_list {
	border-top: 1px solid rgba(0,0,0,0.05);
	margin-bottom: 2px;
	padding: 5px 0 5px 8px;
	float: left;
	width: 60%;
	line-height: 140%;
	overflow: hidden;
}

	.stats_list li,
	.active_users li {
		float: left;
		font-size: 0.9em;
		padding: 0 5px 0 0;
		margin-top: 4px;
	}
	
	.stats_list ul, .stats_list p {
		margin-left: 15px;
	}
	
	.stats_list span.desc {
		font-weight: normal;
	}
	
.active_users span.name {
	font-size: 0.9em;
	padding: 0 5px 0 0;
	margin-top: 4px;
}

.active_users p {
	margin-left: 15px;
}

#stats {
	border-left: 1px solid rgba(0,0,0,0.05);
	padding-left: 20px;
	width: 33%;
	float: right;
}
	#stats dl {
		margin-left: 10px;
	}
	
	#stats dt,
	#stats dd {
		border-top: 1px solid rgba(0,0,0,0.05);
		font-size: 0.9em;
		padding: 6px 2px;
		float: left;
		width: 45%;
	}
	
	#stats dt {
		font-weight: bold;
		clear: both;
	}
	
	#stats .extra {
		color: #a2a2a2;
		font-size: 0.9em;
	}
	
#stat_links {	
	color: #69727b;
	font-size: 0.85em;
	text-align: center !important;
	margin-top: 5px;
}

	#stat_links li {
		padding: 2px 6px;
	}

.friend_list ul li,
#top_posters li {
	text-align: center;
	padding: 8px 0 0 0;
	margin: 5px 0 0 0;
	min-width: 80px;
	height: 75px;
	float: left;
}

	.friend_list ul li span.name,
	#top_posters li span.name {
		font-size: 0.8em;
	}
	
#hook_watched_items ul li {
	padding: 8px;
}

	body#ipboard_body #hook_watched_items fieldset.submit {
		padding: 8px;
	}

/************************************************************************/
/* FORUM VIEW (& RELATED) STYLES */

.topic_preview,
ul.topic_moderation {
	margin-top: -2px;
	z-index: 300;
}
	ul.topic_moderation li {
		float: left;
	}
	
	.topic_preview a,
	ul.topic_moderation li a {
		padding: 0 3px;
		display: block;
		float: left;
	}

span.mini_rate {
	margin-right: 12px;
	display: inline-block;
}

img.mini_rate {
	margin-right: -5px;
}

.topic_prefix {
	font-size: 0.8em;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0px 4px;	
	float: left;
	display: block;
}

#forum_legend {
	width: 39%;
}

	#forum_legend dl {
		font-size: 0.9em;
		margin-top: 15px;
	}

		#forum_legend dt,
		#forum_legend dd {
			font-size: 0.9em;
			border-top: 1px solid rgba(0,0,0,0.05);
			padding: 6px 2px;
			height: 20px;
			float: left;
		}

		#forum_legend dt {
			text-align: center;
			width: 9%;
		}

		#forum_legend dd {
			width: 38%;
			max-width: 200px;
		}

.message.forum_rules {
	margin-bottom: 20px;
}

.rules {
	line-height: 150%;
}

#forum_table .maintitle .main_forum_title {
	float: left;
}

#forum_table .maintitle .desc {
	float: right;
}

	#forum_table .maintitle .desc a {
		color: rgba(255,255,255,0.7);
	}

#filter_form input.input_submit {
	margin-left: 4px;
}

.maintitle .desclinks {
	color: rgba(255,255,255,0.7);
	font-size: 0.8em;
	padding-top: 4px;
}

.maintitle .desclinks a {
	text-decoration: none;
}

/************************************************************************/
/* TOPIC VIEW (& RELATED) STYLES */

ul.topic_jump {
	font-size: 0.8em;
	padding-top: 4px;
	margin: 0px auto 15px auto;
}

ul.topic_jump li {
	padding: 1px 7px;
	float: left;
}
	ul.topic_jump li a {
		text-decoration: none;
	}

	ul.topic_jump li.previous {
		border-right: 1px solid rgba(0,0,0,0.1);
	}

	ul.topic_jump li.next {
		border-left: 1px solid rgba(0,0,0,0.1);
	}
	
/*#ipboard_body .post_block h3,*/
.poll h3 {
	background: #d8dee6;
}

body .ip {
	color: rgba(0,0,0,0.5);
	font-weight: normal;
	font-size: 11px;
	padding-top: 4px;
	margin-right: 10px;
	margin-left: 15px;
}

span.post_id {
	font-size: 11px;	
	font-weight: normal;
	display: block;
	float: right;
}

input.post_mod {
	float: right;
	margin: 0px 6px 0 15px;
}

.signature {
	color: #8e8e8e;
	font-size: 11px;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 8px;
	margin: 10px 10px 0 6px;
}

	.signature a {
		text-decoration: underline;
	}

.post_block {
	margin: 0 0 1px 0;
	position: relative;
}

	.post_block.no_sidebar {
		background-image: none;
	}
	
	.post_block h3 {
		padding: 6px;
	}
	
	.post_block address {
		font-weight: bold;
	}
	
	.post_wrap {
		top: 0px;
	}
	
	.post_block.topic_summary h3 {
		padding: 4px;
	}
	
	.post_block.topic_summary .posted_info {
		margin-left: 10px;
	}
	
	.post_block.topic_summary .post_body .post {
		padding: 3px 10px 15px;
		margin-top: -15px;
	}
	
	.post_block.with_rep .post_body {
		margin-bottom: 25px;
	}
	
	
.post_body {
	font-size: 1.05em;
	margin-left: 235px;
	line-height: 100%;
}

	.post_block.no_sidebar .post_body {
		margin-left: 0px;
	}
	
	.post_body .post {
		margin-top: 3px;
		padding: 10px;
		line-height: 150%;
	}
	
.post_ignore {	
	background: #fdfeff;
	color: #777;
	font-size: 0.9em;
	padding: 15px;	
}

	.post_ignore .reputation {
		text-align: center;
		padding: 2px 6px;
		float: none;
		display: inline;
	}

.rep_bar {
	background: transparent;
	font-size: 0.8em;
	padding: 0 4px;
	right: 0;
	bottom: 32px;
	position: absolute;
}
	
/*	.post_block.rep_highlight .rep_bar {
		max-width: 140px;
	}*/

	.rep_bar ul {
		margin-top: 8px;
		float: left;
	}
	
		.rep_bar ul li {
			float: left;
		}
		
p.rep_highlight {
	float: right;
	display: inline-block;
	margin: 5px 10px 10px 10px;
	background: #e5eaf0;
	color: #3a3a3a;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

	p.rep_highlight img {
		margin-bottom: 4px;
	}
	
p.posted_info {
	padding: 10px 5px 7px 7px;
	margin-left: -3px;
	margin-bottom: -10px;
}

	p.posted_info strong.event {
		color: #586070;
		font-size: 1.2em;
	}

p.edit {
	background-color: rgba(0,0,0,0.05);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #515151;
	font-size: 0.9em;
	line-height: 120%;
	padding: 10px;
	margin-top: 10px;
}

div.threaded_view ul ul {
	margin-left: -25px;
}

div.threaded_view ul li {
	padding: 0px 0 0px 25px;
}

	div.threaded_view {
		line-height: 140%;
		padding: 5px 0 15px 0;
	}
	
	div.threaded_view .post_title {
		font-style: italic;
	}

.topic_share {
	font-size: 0.9em;
	padding: 3px;
	margin-top: 4px;
}

	.topic_share li {
		float: left;
		margin: 0 5px;
	}

.poll {
	margin-bottom: 5px;
}

.poll fieldset {
	padding: 9px;
}

.poll_question {
	padding: 10px;
	margin: 10px 10px 10px 20px;
}

	.poll_question h4 {
		background-color: rgba(0,0,0,0.05);
		margin: 0 -7px;
		padding: 5px;
	}

	.poll_question ol {
		padding: 8px;
		background-color: transparent;
	}
	
	.poll_question li {
		font-size: 0.9em;
		margin: 6px 0;
	}
	
	.poll_question .votes {
		margin-left: 5px;
	}
	
.snapback { 
	margin-right: 5px;
	padding: 1px 0 1px 1px;
}

.topic .main_topic_title {
	float: left;
}

.maintitle .rating {
	font-size: 12px;
	margin: 0 0 0 15px;
	float: right;
}

	.maintitle .rating img {
		margin-top: -4px;
	}
	
/************************************************************************/
/* POSTING FORM (& RELATED) STYLES */

div.post_form label {
	text-align: right;
	padding-right: 15px;
	width: 275px;
	float: left;
	clear: both;
}

	div.post_form span.desc,
	fieldset#poll_wrap span.desc {
		margin-left: 290px;
		display: block;
		clear: both;
	}

	div.post_form .checkbox input.input_check,
	#mod_form .checkbox input.input_check {
		margin-left: 315px;
	}
	
	div.post_form .antispam_img {
		margin-left: 290px;
	}
	
	div.post_form .captcha .input_text {
		float: left;
	}
	
	div.post_form fieldset {
		padding-bottom: 15px;
	}

	div.post_form h3 {
		margin-bottom: 10px;
	}
	
fieldset.with_subhead {
	margin-bottom: 0;
	padding-bottom: 0;
}

	fieldset.with_subhead h4 {
		text-align: right;	
		margin-top: 6px;
		width: 300px;
		float: left;
	}

	fieldset.with_subhead ul {
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding-bottom: 6px;
		margin: 0 15px 6px 320px;
	}

	fieldset.with_subhead span.desc,
	fieldset.with_subhead label {
		margin: 0;
		width: auto;
	}

	fieldset.with_subhead #post_icons {
		border: 0;
		margin-left: 326px;
	}

	fieldset.with_subhead #post_icons li {
		margin-right: 15px;
		margin-bottom: 6px;
		float: left;
	}

	fieldset.with_subhead .checkbox input.input_check {
		margin-left: 0px;
	}

#toggle_post_options {
	background: transparent url(http://talk.prowebber.ru/public/style_images/elegant/add.png) no-repeat;
	font-size: 0.9em;
	padding: 2px 0 2px 22px;
	margin: 15px;
	display: block;
}

.post_form #poll_wrap .question {
	margin-bottom: 10px;
}

	.post_form #poll_wrap .question .wrap {
		background-color: rgba(0,0,0,0.05);
		padding: 10px;
		margin-left: 290px;
		margin-right: 12px;
	}

		.post_form #poll_wrap .question .wrap ol {
			margin-left: 25px;
			margin-top: 16px;
			list-style: decimal;
		}
			.post_form #poll_wrap .question .wrap ol li {
				margin: 5px;
			}

	.post_form #poll_wrap .question .wrap input.input_check,
	.post_form #poll_wrap .question .wrap label,
	.post_form #poll_wrap .question .wrap span.desc {
		text-align: left;
		margin-left: 0;
		display: inline;
		width: auto;
		clear: none;
		float: none;
	}
	
	.post_form #poll_wrap .question ul.post_controls {
		text-align: left;
	}
	
.post_form .question_title {
	font-weight: bold;
}

.post_form #poll_form .topic_buttons {
	margin-left: 315px;
}

	.post_form #poll_form .topic_buttons li,
	.post_form #poll_form .post_controls li {
		float: left;
	}

.post_form #poll_form #poll_stats.desc {
	margin-left: 320px;
	margin-bottom: 8px;
}

/************************************************************************/
/* ATTACHMENT MANAGER (& RELATED) STYLES */

.swfupload {
	position: absolute;
	z-index: 1;
}
	
#attachments {
	margin: 15px;
}

	#attachments li {
		background-color: rgba(0,0,0,0.05);
		border: 1px solid rgba(0,0,0,0.1);
		padding: 6px 20px 6px 42px;
		margin-bottom: 10px;
		position: relative;
	}
	
		#attachments li p.info {
			color: #69727b;
			font-size: 0.8em;
			width: 300px;
		}
	
		#attachments li .links, #attachments li.error .links, #attachments.traditional .progress_bar {
			display: none;
		}
			
			#attachments li.complete .links {
				font-size: 0.9em;
				margin-right: 15px;
				right: 0px;
				top: 12px;
				display: block;
				position: absolute;
			}
			
		#attachments li .progress_bar {
			margin-right: 15px;
			width: 200px;
			right: 0px;
			top: 15px;
			position: absolute;
		}
	
		#attachments li.complete, #attachments li.in_progress, #attachments li.error {
			background-repeat: no-repeat;
			background-position: 12px 12px;
		}
	
		#attachments li.in_progress {
			background-image: url(http://talk.prowebber.ru/public/style_images/elegant/loading.gif);
		}
	
		#attachments li.error {
			background-image: url(http://talk.prowebber.ru/public/style_images/elegant/exclamation.png);
			background-color: #e8caca;
			border: 1px solid #ddafaf;
		}
		
			#attachments li.error .info {
				color: #8f2d2d;
			}
	
		#attachments li.complete {
			background-image: url(http://talk.prowebber.ru/public/style_images/elegant/accept.png);
		}
		
		#attachments li .thumb_img {
			left: 6px;
			top: 6px;
			width: 30px;
			height: 30px;
			overflow: hidden;
			position: absolute;
		}
		
fieldset.attachments .input_submit, fieldset.attachments .swfupload, fieldset.attachments .input_upload {
	margin-left: 15px;
}

div.post_form fieldset.attachments span.desc {
	margin: 0 0 0 15px;
	display: inline;
	clear: none;
}

#attach_wrap {
	background: rgba(0,0,0,0.05);
	padding: 6px;
	margin-top: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

	#attach_wrap h4 {
		font-size: 1em;
		font-weight: bold;
	}
	
	#attach_wrap li {
		margin: 5px 6px;
		float: left;
	}
		
		#attach_wrap .desc.info {
			margin-left: 24px;
		}


/************************************************************************/
/* COMMENTS (& RELATED) STYLES */

#comment_list {
	margin-top: 0;
}

#comment_innerwrap .no-form {
	margin-top: 4px;
}

.comment_wrap .comment {
	line-height: 140%;
	padding: 5px !important;
}
	.comment_wrap {
		position: relative;
	}

		.comment_wrap .rep_bar {
			position: static;
			margin: -10px -5px -5px 0;
			
		}
	
	
	.comment_wrap .comment .photo {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.comment_wrap .comment h4,
	.comment_wrap .posted_date,
	.comment_wrap .comment .comment_content {
		margin-left: 65px;
	}

	.comment_wrap .posted_date {
		display: block;
	}
	
	.comment_wrap .comment h4 {
		font-size: 1.1em;
		margin-bottom: -3px;
		clear: none !important;
	}

		.comment_wrap .comment h4 a {
			text-decoration: none;
		}
	
	.comment_wrap .comment .comment_content {
		padding: 3px 0 0 0;
	}

.comment_options {
	float: right;
}

	.comment_options li {
		font-size: 0.8em;
		font-weight: bold;
		margin: 0 5px;
		float: left;
	}

	.comment_options li a,
	.comment .cleft a {
		text-decoration: none;
	}
    
#commentReply {
	margin-left: 70px;
}

#commentUser {
	padding-top:0px;
	padding-left: 10px;
	float: left;
}

#commentButtons {
	margin: 0px 0px 10px 0px;
	text-align: right;
}
    
/* New comment styles */
.comment .post_wrap .cleft {
	float: left;
	margin-left: 65px;
	padding-left: 5px;
	position: absolute;
	display: inline-box;
}

.comment_wrap .comment.gallery_row_off,
.comment_wrap .comment.row1,
.comment_wrap .comment.row2 {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	border-bottom: 0px;
}

.comment_wrap .comment.row2 {
	padding-top: 5px;
}

.comment_content {
	padding: 10px 0px 10px 0px;
}
	
/************************************************************************/
/* REPUTATION STYLES */

.reputation
/*.post_block .rep_highlight*/ {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.03)), to(transparent)); /* Saf-Chrome */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.03) 0%, transparent 100%); /* FF */
	background-image: linear-gradient(top, rgba(0,0,0,0.03), transparent);
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 7px 4px;
	margin: 6px 0 6px 6px;
	display: block;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
	.reputation.positive, .members li.positive {
		background-color: #f3fdf5;
	}
	
	.reputation.negative, .members li.negative {
		background-color: #fff5f5;
	}
	
	.reputation.positive {
		color: #215e36;
	}

	.reputation.negative {
		color: #5e2121;
	}
	
	.reputation.zero {
		background: #f6f6f6;
		color: #636363;
	}
	
/*body .post_block .rep_highlight {	
	font-size: 1.1em;
	float: left;
}*/
	

/************************************************************************/
/*  PORTAL STYLES */
	
#index_stats.portal
{
	margin-top: 0px;
}
	
#portal_articles {
	width: 77%;
	margin-right: 1%;
}

#portal_active_users ul,
#portal_active_users li {
	float: left;
	padding: 3px;
}

#portal_active_users ul {
	margin-bottom: 15px;
}

/************************************************************************/
/* Status updates */

#status_recent_actions {
	width: 22%;
}

.status_profile_page {
	width: 70%;
	margin-right: 10px;
	float: left;
}

.status_profile_actions
{
	width: 27.5%;
	float: left;
}

.status_action_left
{
	margin-left:4px;
	float: left;
}
.status_action_right
{
	margin-left: 35px;
}

#status_standalone_page {
	width: 77%;
}

#status_wrapper {
}

	#status_wrapper .right {
		padding-bottom: 8px;
		padding-right: 8px;
	}

	#status_wrapper p.no-status, .status_profile_actions p.no-status {
		padding: 10px;
		text-align: center;
		font-size: 1.1em;
	}
	
	.status_profile_actions p.no-status {
		padding: 4px;
	}

.status_main_wrap {
	margin: 10px 0;	
	padding: 0 0 10px 0;
	background: transparent;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

	.status_main_wrap a {
		text-decoration: none;
	}
	
.status_main_photo {
	float: left;
}

.status_main_content {
	margin-left: 60px;
	word-wrap: break-word;
}

.status_main_content h4 {
	font-weight: normal;
	font-size: 1.2em;
}

.status_main_content h4 .su_links a { font-weight: normal; }

.status_main_content p {
	padding: 6px 0px 6px 0px;
}

.status_main_content h4 a {
	font-weight:bold;
	text-decoration: none;
}

.status_mini_wrap {
	border-bottom: 2px solid rgba(0,0,0,0.1);
	padding: 6px;
	font-size: 0.95em;
	margin-top: 2px;
}
.status_mini_photo {
	float: left;
}

.status_mini_content {
	margin-left: 35px;
}

.status_mini_content p {
	font-size: 10px;
	padding: 4px 0px 4px 0px;
}

.status_mini_content h5 {
	font-weight:normal;
	padding-top: 4px;
	font-size:1.0em;
}

.status_mini_content h5 a {
	font-weight:bold;
}

.status_textarea {
	width: 99%;
}

.status_submit {
	padding-right: 5px;
	text-align: right;
}

.status_replies_many {
	height: 300px;
	overflow: auto;
}

.status_update {
	background: rgba(0,0,0,0.04);
	color: rgba(0,0,0,0.5);
	padding: 6px 8px 7px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	.status_update input {
		font-size: 1.3em !important;
		padding: 4px !important;
	}

	.status_update .input_text {
		width: 86.5%;
		padding: 5px !important;
	}
	
	.status_update .desc
	{
		color: #fff;
	}
	
	.status_profile_actions div
	{
		padding: 3px 1px;
	}

.status_main_content h4 a.su_links { font-weight: normal;}

/* Fiddle with some stuffs for the status hook */
#statusHook{
	background: #eef3f8;
	padding: 0px;
}
	#statusHook h3 {
		margin:0px;
		padding: 5px;
	}
	
	#statusHook .status_main_photo {
		padding:6px;
	}
	
	#statusHook .status_main_content {
		margin-left: 0px;
	}
	
	#statusHook .status_main_content h4 {
		font-size: 0.95em;
		padding: 2px 6px 0px 6px;
		margin-left:28px;
		line-height: 125%;
	}
	
	#statusHook .status_main_content p {
		padding: 2px 6px 2px 6px;
		margin-left:28px;
	}
	
	#statusHook .status_update {
		margin-bottom: 0px;
		padding: 6px;
	}
	
	#statusHook .status_main_wrap {
		margin: 0;
		background-color: #eef3f8;
		border-bottom:1px solid rgba(0,0,0,0.05);
		padding: 4px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	
	#statusHook .status_mini_wrap {
		background-color: rgba(0,0,0,0.03) !important;
	}
	
	#statusHook .status_mini_wrap h5
	{
		color: #606060;
		font-size: 0.9em;
	}
	
	#statusHook .status_mini_content {
		margin-left: 45px;
	}
	#statusHook #statusUpdate,
	#statusHook #statusSubmit {
		font-size: 1em !important;
	}
	
	#statusHook .status_feedback {
		/*border-left: 2px solid rgba(0,0,0,0.05);*/
		margin: 0 -4px -4px 10px;
	}
	
	#statusHook .status_update .desc
	{
		color: #606060;
	}
	
	.status_inactive {
		color: gray;
	}
	
	.status_smallspace {
		font-size: 1.0em;
	}

#notificationlog table td a, #likesList table td a {
	text-decoration: underline;
}

#chat-tab-count {
	background: rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 5px 15px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 5px 15px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 5px 15px rgba(0,0,0,0.4);
	color: rgba(255,255,255,0.6);
	font-weight: bold;
	font-size: 0.8em;
	padding: 2px 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-decoration: none;
	z-index: 5000;
}

/* Favorites */
.ips_like {
	background-color: #eef3f8;
	padding: 8px 4px 4px 4px;
	color: #878787;
	font-size: 1em;
	min-height: 18px;
	font-size: 0.9em;
	line-height: 130%;
	clear: both;
}
.ips_like a {
	color: #878787;
}

.ips_like a.ftoggle {
	float: right;
	/*background: rgba(0,0,0,0.05) url(http://talk.prowebber.ru/public/style_images/elegant/icons/thumb_up.png) no-repeat left 2px;*/
	border:1px solid #CBCBCB;
	padding: 3px 4px 2px 4px;
	color: #656565;
	font-size:0.8em;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: -4px;
}

.ips_like a.ftoggle.on {
	/*background: rgba(0,0,0,0.05) url(http://talk.prowebber.ru/public/style_images/elegant/icons/fave_on_small.png) no-repeat left 2px;*/
}

.ips_like a.ftoggle._newline,
.ips_like a.ftoggle.on._newline {
	float:none;
	margin-top: 5px;
	margin-left: auto;
	margin-right: 0;
	display: block;
	width: 70px;
	text-align: center;
}

.ips_like a:hover.ftoggle.on,
.ips_like a:hover.ftoggle {
	background-color: rgba(0,0,0,0.1);
}

/* Fave pop-up */
.likepop {
	padding:4px;
}

.likepop div {
	min-height: 60px;
	display: block;
}
.likepop img {
	float: left;
	margin-top: 4px;
	margin-left: 4px;
}

.likepop div em {
	float: right;
	padding-top: 8px;
	padding-right: 8px;
}
.likepop div div {
	margin-left: 62px;
	padding-top: 8px;
}

.likepop div div strong {
	font-size: 1.1em;
}

.likepop div div p {
	margin-top:6px;
	line-height: 150%;
}

/* reduce images in topic pop-up */
#topicPreview img
{
	max-width: 200px;
	max-height: 200px;
	clear:both;
}

.facebook-like {
	float: left;
}

.boxShadow {
	-webkit-box-shadow: rgba(0, 0, 0, 0.58) 0px 12px 25px;
	-moz-box-shadow: rgba(0, 0, 0, 0.64) 0px 12px 25px;
	box-shadow: rgba(0, 0, 0, 0.58) 0px 12px 25px;
}
	</style>

	

	<style type="text/css"  media="screen">
		/* Inline CSS */
		
/* CSS: newposts*/
/* ========================================================================== *
 * Новые сообщения (newposts) - Вывод последних сообщений с форума.           *
 * http://lastdragon.ru/projects/ipb3-newposts                                *
 * http://ipbnet.ru/                                                          *
 *                                                                            *
 * Copyright (C) 2010 Aleksej Lebedev aka LastDragon                          *
 * <LastDragon@yandex.ru>                                                     *
 *                                                                            *
 * This program is free software: you can redistribute it and/or modify       *
 * it under the terms of the GNU General Public License version 3 as          *
 * published by the Free Software Foundation.                                 *
 *                                                                            *
 * This program is distributed in the hope that it will be useful,            *
 * but WITHOUT ANY WARRANTY; without even the implied warranty of             *
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              *
 * GNU General Public License for more details.                               *
 *                                                                            *
 * You should have received a copy of the GNU General Public License          *
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.      *
 * ========================================================================== *
 * $Revision:: 499                                                          $ *
 * ========================================================================== */

.newposts .navigation {
    overflow: hidden;
    height: 1%; /* IE6 */
}

.newposts .navigation li {
    float: left;
    font-size: inherit;
}
	</style>
	

	<style type="text/css" title="black"  rel="alternate stylesheet">
		/* Inline CSS */
		
/* CSS: variation_black*/
/************************************************************************/
/* GREEN COLOR VARIATION */
/************************************************************************/

/************************************************************************/
/* WRAPPER */
/************************************************************************/

#wrapper_container {
	border: 1px solid #bababa;
	background: #f7f7f7;
}

#wrapper_borders {
	background: #e3e3e3;
	border: 1px solid #d4d4d4;
}

/************************************************************************/
/* WELCOME MESSAGE */
/************************************************************************/

.welcome {
	background: #f0f0f0;
	color: #979797;
}

	.welcome span {
		color: #5e5e5e;
	}

/************************************************************************/
/* BREADCRUMB */
/************************************************************************/

		ul.breadcrumb li a {
			display: block;
			background-color: #ebebeb;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ebebeb)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ebebeb 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #ebebeb);
			border: 1px solid #bbb;
		}

		ul.breadcrumb li.first a {
			background-color: #ebebeb;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ebebeb)) !important; /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ebebeb 100%) !important; /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #ebebeb) !important;
			border: 1px solid #bbb !important;
		}

			ul.breadcrumb li a:hover {
				background-color: #f2f4f7;
				background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f2f4f7)); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f2f4f7 100%); /* FF */
				background-image: linear-gradient(top, rgba(255,255,255,0.6), #f2f4f7);
				border-color: #a7b2c0;
			}

			ul.breadcrumb li a:active {
				background-color: #f1f1f1;
			}

		ul.breadcrumb li:last-child a {
			background-color: #ebebeb;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(rgba(255,255,255,0.6))); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, #ebebeb 0%, rgba(255,255,255,0.6) 100%); /* FF */
			background-image: linear-gradient(top, #ebebeb, rgba(255,255,255,0.6));
		}

/************************************************************************/
/* LOGIN PANEL */
/************************************************************************/

#signin {
	background: #232323;
}

/* Submenu */
[data-dropdown] ul {
	background-color: #f1f1f1;
	border: 1px solid #999;
}

		[data-dropdown] ul li a {
			color: #6e6e6e !important;
		}

			[data-dropdown] ul li a:hover {
				background: rgba(255,255,255,0.3) !important;
				color: #000 !important;
			}

			[data-dropdown] ul li a:active {
				background: rgba(0,0,0,0.05) !important;
				color: rgba(0,0,0,0.5) !important;
			}

.top {
	background-color: #232323;
}

/* ELEMENT STYLES */

body {
	background: #e8e8e8;
	color: #6e6e6e;
}

body h3 {
	color: #6e6e6e;
}
	
a {
	color: #3b3b3b;
}
	
/************************************************************************/
/* COLORS */

.row1, .row1 td, .post_block.row1 {
	background-color: #f9f9f9;
}

	.row1 .altrow, .row1.altrow,
	.general_box {
		background-color: #f9f9f9;
	}
	
.row2, .row2 td, .post_block.row2,
.message {
	background-color: #f0f0f0;
}

	.row2 .altrow, .row2.altrow,
/*	ul.post_controls,*/
	ul.topic_moderation {
		background-color: #f0f0f0;
	}

body .maintitle {
	background-color: #424242;
}
	
ul.post_controls,
div.post_controls {
	background-color: #f2f2f2;
}

/* Bar */
.bar {
	background-color: #f2f2f2;
}
	
	.altbar {
		background-color: #f2f2f2;
		color: #6e6e6e;
	}

/* Table column headers */
.header {
	background-color: #e8e8e8;
	color: #6f6f6f;
}

	body .ipb_table .header a,
	body .topic_options a {
		color: #6f6f6f;
	}

/* General block */
.general_box {
	background: #f7f7f7;
	border: 1px solid #ccc;
}

	.general_box h3 {
		color: #6e6e6e;
	}

/* Post background */
.post_block {
	background: #fdfeff;
	border: 1px solid #ccc;
	border-bottom: 5px solid #ccc;
}

.post_block h3 {
	background-color: #f0f0f0;
}

/* Post screen background */
div.post_form fieldset {
	background-color: #f9f9f9;
}

/* "No Messages" message */
.no_messages {
	color: #6e6e6e;
}
	
/* Filter & moderation bars */
.filter_bar {
	background: #f7f7f7;
	border: 1px solid #dedede;
	color: #7d7d7d;
}
	
	.filter_bar a, .filter_bar label {
		color: #7d7d7d;
	}

/* Menu popups */
	
		.ipb_autocomplete li.active {
			background: #e6ecf2;
		}
		
/* Forms */
.input_submit {
	background-color: #f3f3f3;
	border: 1px solid #afafaf;
	color: #616161;
}

	.input_submit:hover {
		background-color: #f8f8f8;
		border-color: #989898;
	}

	.input_submit:active {
		background-color: #d0d0d0;
	}
	
	.input_submit.alt {
		background-color: #ebebeb;
	}
	
		.input_submit.alt:hover {
			background-color: #f2f2f2;
		}

		.input_submit.alt:active {
			background-color: #c6c6c6;
		}

/************************************************************************/
/* HEADER */

#branding {
	background-color: #292929;
}
	
/* Navigation */
#primary_nav {
	background-color: #252525;
	color: #cbcbcb;
}

	#primary_nav ul li, #primary_nav ul li a {
		color: #cbcbcb;
	}
		
		#primary_nav ul li.active a, #primary_nav ul li.active a:hover {
			background-color: #dedede;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dedede)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, #f7f7f7 0%, #dedede 100%); /* FF */
			background-image: linear-gradient(top, #f7f7f7, #dedede);
			color: #464646;
		}
		
	#primary_nav ul li a {
		color: #cbcbcb;
	}
		
#user_navigation {
	background: #232323;
}

	#user_navigation p {
		color: #cecece;
	}
	
		#user_navigation p a {
			color: #cecece;
		}
		
	#user_navigation #new_msg_count {
		background-color: #242424;
	}

			#user_navigation ul a {
				color: #cecece;
			}

				#user_navigation ul#user_other li a:hover {
					background-color: #424242;
					border: 1px solid #1b1b1b;
				}

				#user_navigation ul#user_other li a:active {
					background-color: #2b2b2b;
				}

	#user_navigation ul#user_link_menucontent {
		background-color: #f1f1f1;
		border: 1px solid #999;
	}

		#user_navigation ul#user_link_menucontent a {
			color: #6e6e6e;
		}
			
	#user_navigation #user_link {
		background-color: #424242;
		border: 1px solid #1b1b1b;
	}

		#user_navigation #user_link:hover, #user_navigation #user_notifications_link:hover, #user_navigation.not_logged_in #sign_in:hover {
			background-color: #343434;
		}

		#user_navigation #user_link:active, #user_navigation #user_notifications_link:active, #user_navigation.not_logged_in #sign_in:active {
			background-color: #2b2b2b;
		}
			
		#user_navigation.not_logged_in #sign_in {
			background-color: #424242;
			border: 1px solid #1b1b1b;
		}
		
		/* Notifications */
		#user_navigation #user_notifications_link {
			background-color: #424242;
			border: 1px solid #1b1b1b;
		}

			#user_navigation #user_notifications_link small {
				color: #cecece;
			}
			
			#user_navigation #user_notifications.no-new small {
				color: #cecece;
			}
			
			#user_notifications_link_menucontent {
				background-color: #f1f1f1;
				border: 1px solid #999;
			}

		/* End notifications */
	
	#search_wrap {
		background-color: #dedede;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dedede)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, #f7f7f7 0%, #dedede 100%); /* FF */
		background-image: linear-gradient(top, #f7f7f7, #dedede);
	}
		
		#search_options_menucontent {
			background-color: #f1f1f1;
			border: 1px solid #999;
		}

	#secondary_nav a {
		background-color: #ebebeb;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ebebeb)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ebebeb 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #ebebeb);
		border: 1px solid #bbb;
	}

	#section_links li a {
		background-color: #ebebeb;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ebebeb)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ebebeb 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #ebebeb);
		border: 1px solid #bbb;
		color: #767676;
	}

	#section_links li a:hover {
		background-color: #f7f7f7;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f7f7f7)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f7f7f7 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #f7f7f7);
		border-color: #b9b9b9;
	}

	#section_links li a:active {
		background-color: #f1f1f1;
	}
		
	#pm_notification h2 {
		color: #6e6e6e;
	}
	
	#pm_notification h3 {
		background-color: #daedea;
	}


/************************************************************************/
/* FOOTER */

#footer_utilities {
	color: #6e6e6e;
}

		#footer_utilities ul li:first-child {
			color: #6e6e6e;
		}

/************************************************************************/
/* GENERAL CONTENT */

#ipboard_body.redirector {
	background: #e8e8e8;
}

#ipboard_body.redirector p {
	background: #e8ecf1;
	border: 2px solid #d7d8db;
}
	
.topic_options, .generic_bar, .tab_filters {
	color: #6e6e6e;
}

	.topic_options {
		background: #f0f0f0;
	}

.general_box.alt {
	background: #efefef;
}

	.progress_bar span {
		background: #e3e3e3 url(http://talk.prowebber.ru/public/style_images/elegant/gradient_bg.png) repeat-x left 50%;
	}

#stat_links a {
	color: #7d7d7d;
}

/************************************************************************/
/* TABLE STYLES */

table.ipb_table {
	border: 1px solid #ccc;
	border-bottom: 5px solid #ccc;
}
		
	table.ipb_table th,
	div#current_calendar ol#week_view li.month_bar {
		border-top: 1px solid #ccc;
	}
		
		table.ipb_table ol.subforums li {
			color: #6e6e6e;
		}
		
		table.ipb_table ol.subforums li.newposts {
			color: #6e6e6e;
		}
	
/************************************************************************/
/* MENU & POPUP STYLES */

	.popupInner {
		background-color: #f7f7f7;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f7f7f7)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f7f7f7 30%, #f7f7f7 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #f7f7f7);
		color: #6e6e6e;
	}
	
		.popupInner h3 {
			color: #6e6e6e;
		}

/************************************************************************/
/* TOPIC/POST BUTTONS STYLES */
	
	.topic_buttons li a {
		background-color: #525252;
	}

		.topic_buttons li:hover a {
			background-color: #5f5f5f;
		}	

		.topic_buttons li a:active {
			background-color: #555;
		}

		ul.post_controls a {	
			background-color: #ebebeb;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ebebeb)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ebebeb 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #ebebeb);
			border: 1px solid #bbb;
			color: #616161;
		}

		ul.post_controls a:hover {
			background-color: #f7f7f7;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f7f7f7)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f7f7f7 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #f7f7f7);
			border-color: #b9b9b9;
		}

		ul.post_controls a:active {
			background-color: #f1f1f1;
		}

			ul.post_controls li.selected a {
				background-color: #ebebeb;
				border-color: #b9b9b9;
			}

/************************************************************************/
/* PAGINATION STYLES */

span.pagination.no_pages {
	color: #787878;
}

ul.pagination a,
ul.pagination li.active, 
ul.pagination li.pagejump,
ul.pagination li.total {
	background-color: #f7f7f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f7f7f7)); /* Saf-Chrome */
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f7f7f7 100%); /* FF */
	background-image: linear-gradient(top, rgba(255,255,255,0.6), #f7f7f7);
	border: 1px solid #bbb;
	color: #787878;
}

	ul.pagination a:hover {
		color: #616161;
		border-color: #b9b9b9;
	}

	ul.pagination a:active {
		background-color: #f1f1f1;
	}

	ul.pagination li.active {
		background-color: #f1f1f1;
		border: 1px solid #b9b9b9;
	}

	ul.mini_pagination li a {
		background-color: #f7f7f7;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f7f7f7)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f7f7f7 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #f7f7f7);
		border: 1px solid #bbb;
		color: #787878;
	}

	ul.mini_pagination li a:hover {
		color: #616161;
		border-color: #b9b9b9;
	}

	ul.mini_pagination li a:active {
		background-color: #f1f1f1;
	}
	
/************************************************************************/
/* TAB BAR STYLES */

		.tab_bar.no_title.mini li.active {
			background-color: #ebebeb;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ebebeb)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ebebeb 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #ebebeb);
			border: 1px solid #bbb;
		}

			.tab_bar.no_title.mini li:hover {
				background-color: #f3f3f3;
				background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f3f3f3)); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f3f3f3 100%); /* FF */
				background-image: linear-gradient(top, rgba(255,255,255,0.6), #f3f3f3);
				border: 1px solid #e1e1e1;
			}

			.tab_bar.no_title.mini li:active {
				background-color: #ebebeb;
				background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(rgba(255,255,255,0.5))); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, #ebebeb 0%, rgba(255,255,255,0.5) 100%); /* FF */
				background-image: linear-gradient(top, #ebebeb, rgba(255,255,255,0.5));
				border: 1px solid #bbb;
			}

			.tab_bar li a:hover {
				background-color: #f3f3f3;
				background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f3f3f3)); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f3f3f3 100%); /* FF */
				background-image: linear-gradient(top, rgba(255,255,255,0.6), #f3f3f3);
				border: 1px solid #e1e1e1;
			}

			.tab_bar li a:active {
				background-color: #ebebeb;
				background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(rgba(255,255,255,0.5))); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, #ebebeb 0%, rgba(255,255,255,0.5) 100%); /* FF */
				background-image: linear-gradient(top, #ebebeb, rgba(255,255,255,0.5));
				border: 1px solid #bbb;
			}
		
		.tab_bar li.active {
			background-color: #ebebeb;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ebebeb)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ebebeb 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #ebebeb);
			border: 1px solid #bbb;
		}

	.tab_filters li {
		color: #bebebe;
	}

		.tab_filters li.active,
		.tab_filters li.active a {
			color: #484848;
		}
		
/************************************************************************/
/* AUTHOR INFO (& RELATED) STYLES */

	.author_info ul.user_fields li {
		color: #828282;
	}
	
	.author_info dt,
	.author_info dd {
		color: #828282;
	}
		
		.user_controls li a {
			background-color: #ebebeb;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ebebeb)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ebebeb 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #ebebeb);
			border: 1px solid #bbb;
			color: #787878;
		}

		.user_controls li a:hover {
			background-color: #f7f7f7;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f7f7f7)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f7f7f7 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #f7f7f7);
			border-color: #b9b9b9;
		}

		.user_controls li a:active {
			background-color: #f1f1f1;
		}
	
/************************************************************************/
/* BOARD INDEX STYLES */

#latest_news {
	background: #f7f7f7;
	color: #6e6e6e;
}

.sidebar_toggle {
	background: #f7f7f7;
	border: 1px solid #bababa;
	border-left: 0;
}
		
		.statistics h2 span {
			color: #616161;
		}
	
#stat_links {	
	color: #616161;
}

/************************************************************************/
/* TOPIC VIEW (& RELATED) STYLES */

p.rep_highlight {
	background: #f0f0f0 !important;
}

	p.posted_info strong.event {
		color: #6e6e6e;
	}

/************************************************************************/
/* Status updates */

/* Fiddle with some stuffs for the status hook */
#statusHook{
	background: #f7f7f7;
}
	
	#statusHook .status_main_wrap {
		background-color: #f9f9f9;
	}
	
/* Favorites */
.ips_like {
	background-color: #f9f9f9;
}
	</style>
	

	<style type="text/css" title="green"  rel="alternate stylesheet">
		/* Inline CSS */
		
/* CSS: variation_green*/
/************************************************************************/
/* GREEN COLOR VARIATION */
/************************************************************************/

/************************************************************************/
/* WRAPPER */
/************************************************************************/

#wrapper_container {
	border: 1px solid #b0c4bd;
	background: #f4faf8;
}

#wrapper_borders {
	background: #dbeae7;
	border: 1px solid #c7dbd7;
}

/************************************************************************/
/* WELCOME MESSAGE */
/************************************************************************/

.welcome {
	background: #f0f9f7;
	color: #829a92;
}

	.welcome span {
		color: #334060;
	}

/************************************************************************/
/* BREADCRUMB */
/************************************************************************/

		ul.breadcrumb li a {
			display: block;
			background-color: #dfecea;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#dfecea)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #dfecea 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #dfecea);
			border: 1px solid #a9c4bb;
		}

		ul.breadcrumb li.first a {
			background-color: #dfecea;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#dfecea)) !important; /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #dfecea 100%) !important; /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #dfecea) !important;
			border: 1px solid #a9c4bb !important;
		}

			ul.breadcrumb li a:hover {
				background-color: #f2f4f7;
				background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f2f4f7)); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f2f4f7 100%); /* FF */
				background-image: linear-gradient(top, rgba(255,255,255,0.6), #f2f4f7);
				border-color: #a7b2c0;
			}

			ul.breadcrumb li a:active {
				background-color: #e9f4f2;
			}

		ul.breadcrumb li:last-child a {
			background-color: #dfecea;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#dfecea), to(rgba(255,255,255,0.6))); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, #dfecea 0%, rgba(255,255,255,0.6) 100%); /* FF */
			background-image: linear-gradient(top, #dfecea, rgba(255,255,255,0.6));
		}

/************************************************************************/
/* LOGIN PANEL */
/************************************************************************/

#signin {
	background: #185944;
}

/* Submenu */
[data-dropdown] ul {
	background-color: #e7f1ef;
	border: 1px solid #8ba39d;
}

		[data-dropdown] ul li a {
			color: #587064 !important;
		}

			[data-dropdown] ul li a:hover {
				background: rgba(255,255,255,0.3) !important;
				color: #000 !important;
			}

			[data-dropdown] ul li a:active {
				background: rgba(0,0,0,0.05) !important;
				color: rgba(0,0,0,0.5) !important;
			}

.top {
	background-color: #185944;
}

/* ELEMENT STYLES */

body {
	background: #e3eee8;
	color: #587064;
}

body h3 {
	color: #587064;
}
	
a {
	color: #195e48;
}
	
/************************************************************************/
/* COLORS */

.row1, .row1 td, .post_block.row1 {
	background-color: #f6fcfa;
}

	.row1 .altrow, .row1.altrow,
	.general_box {
		background-color: #f6fcfa;
	}
	
.row2, .row2 td, .post_block.row2,
.message {
	background-color: #e9f2ef;
}

	.row2 .altrow, .row2.altrow,
/*	ul.post_controls,*/
	ul.topic_moderation {
		background-color: #e9f2ef;
	}

body .maintitle {
	background-color: #3b8d69;
}
	
ul.post_controls,
div.post_controls {
	background-color: #ebf5f3;
}

/* Bar */
.bar {
	background-color: #ebf5f3;
}
	
	.altbar {
		background-color: #ebf5f3;
		color: #587064;
	}

/* Table column headers */
.header {
	background-color: #cee7dd;
	color: #4c715e;
}

	body .ipb_table .header a,
	body .topic_options a {
		color: #4c715e;
	}

/* General block */
.general_box {
	background: #eef8f4;
	border: 1px solid #bbcdc5;
}

	.general_box h3 {
		color: #587064;
	}

/* Post background */
.post_block {
	background: #fdfeff;
	border: 1px solid #bbcdc5;
	border-bottom: 5px solid #bbcdc5;
}

.post_block h3 {
	background-color: #e9f2ef;
}

/* Post screen background */
div.post_form fieldset {
	background-color: #eef8f4;
}

/* "No Messages" message */
.no_messages {
	color: #587064;
}
	
/* Filter & moderation bars */
.filter_bar {
	background: #eef8f4;
	border: 1px solid #cee2db;
	color: #5b978b;
}
	
	.filter_bar a, .filter_bar label {
		color: #5b978b;
	}

/* Menu popups */
	
		.ipb_autocomplete li.active {
			background: #e6ecf2;
		}
		
/* Forms */
.input_submit {
	background-color: #e5f8f4;
	border: 1px solid #98b9b2;
	color: #36665a;
}

	.input_submit:hover {
		background-color: #eefdfa;
		border-color: #84a39a;
	}

	.input_submit:active {
		background-color: #b3d5cb;
	}
	
	.input_submit.alt {
		background-color: #d9e3ed;
	}
	
		.input_submit.alt:hover {
			background-color: #e0f3ee;
		}

		.input_submit.alt:active {
			background-color: #adc7c1;
		}

/************************************************************************/
/* HEADER */

#branding {
	background-color: #165b45;
}
	
/* Navigation */
#primary_nav {
	background-color: #124c3c;
	color: #b8cec9;
}

	#primary_nav ul li, #primary_nav ul li a {
		color: #b8cec9;
	}
		
		#primary_nav ul li.active a, #primary_nav ul li.active a:hover {
			background-color: #d3e0dd;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#eff8f5), to(#d3e0dd)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, #eff8f5 0%, #d3e0dd 100%); /* FF */
			background-image: linear-gradient(top, #eff8f5, #d3e0dd);
			color: #355d4d;
		}
		
	#primary_nav ul li a {
		color: #b8cec9;
	}
		
#user_navigation {
	background: #185944;
}

	#user_navigation p {
		color: #a9d2ca;
	}
	
		#user_navigation p a {
			color: #a9d2ca;
		}
		
	#user_navigation #new_msg_count {
		background-color: #242424;
	}

			#user_navigation ul a {
				color: #a9d2ca;
			}

				#user_navigation ul#user_other li a:hover {
					background-color: #1d6854;
					border: 1px solid #114338;
				}

				#user_navigation ul#user_other li a:active {
					background-color: #1c5849;
				}

	#user_navigation ul#user_link_menucontent {
		background-color: #e7f1ef;
		border: 1px solid #8ba39d;
	}

		#user_navigation ul#user_link_menucontent a {
			color: #587064;
		}
			
	#user_navigation #user_link {
		background-color: #1d6854;
		border: 1px solid #114338;
	}

		#user_navigation #user_link:hover, #user_navigation #user_notifications_link:hover, #user_navigation.not_logged_in #sign_in:hover {
			background-color: #185546;
		}

		#user_navigation #user_link:active, #user_navigation #user_notifications_link:active, #user_navigation.not_logged_in #sign_in:active {
			background-color: #1c5849;
		}
			
		#user_navigation.not_logged_in #sign_in {
			background-color: #1d6854;
			border: 1px solid #114338;
		}
		
		/* Notifications */
		#user_navigation #user_notifications_link {
			background-color: #1d6854;
			border: 1px solid #114338;
		}

			#user_navigation #user_notifications_link small {
				color: #a9d2ca;
			}
			
			#user_navigation #user_notifications.no-new small {
				color: #a9d2ca;
			}
			
			#user_notifications_link_menucontent {
				background-color: #e7f1ef;
				border: 1px solid #8ba39d;
			}

		/* End notifications */
	
	#search_wrap {
		background-color: #d3e0dd;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#eff8f5), to(#d3e0dd)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, #eff8f5 0%, #d3e0dd 100%); /* FF */
		background-image: linear-gradient(top, #eff8f5, #d3e0dd);
	}
		
		#search_options_menucontent {
			background-color: #e7f1ef;
			border: 1px solid #8ba39d;
		}

	#secondary_nav a {
		background-color: #dfecea;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#dfecea)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #dfecea 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #dfecea);
		border: 1px solid #a9c4bb;
	}

	#section_links li a {
		background-color: #dfecea;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#dfecea)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #dfecea 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #dfecea);
		border: 1px solid #a9c4bb;
		color: #547a6d;
	}

	#section_links li a:hover {
		background-color: #f2f7f6;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f2f7f6)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f2f7f6 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #f2f7f6);
		border-color: #a7c0b7;
	}

	#section_links li a:active {
		background-color: #e9f4f2;
	}
		
	#pm_notification h2 {
		color: #587064;
	}
	
	#pm_notification h3 {
		background-color: #daedea;
	}


/************************************************************************/
/* FOOTER */

#footer_utilities {
	color: #587064;
}

		#footer_utilities ul li:first-child {
			color: #587064;
		}

/************************************************************************/
/* GENERAL CONTENT */

#ipboard_body.redirector {
	background: #e3eee8;
}

#ipboard_body.redirector p {
	background: #e8ecf1;
	border: 2px solid #d7d8db;
}
	
.topic_options, .generic_bar, .tab_filters {
	color: #587064;
}

	.topic_options {
		background: #e9f2ef;
	}

.general_box.alt {
	background: #e8f2f0;
}

	.progress_bar span {
		background: #d8e6e4 url(http://talk.prowebber.ru/public/style_images/elegant/gradient_bg.png) repeat-x left 50%;
	}

#stat_links a {
	color: #5b978b;
}

/************************************************************************/
/* TABLE STYLES */

table.ipb_table {
	border: 1px solid #bbcdc5;
	border-bottom: 5px solid #bbcdc5;
}
		
	table.ipb_table th,
	div#current_calendar ol#week_view li.month_bar {
		border-top: 1px solid #bbcdc5;
	}
		
		table.ipb_table ol.subforums li {
			color: #587064;
		}
		
		table.ipb_table ol.subforums li.newposts {
			color: #587064;
		}
	
/************************************************************************/
/* MENU & POPUP STYLES */

	.popupInner {
		background-color: #eff8f5;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#eff8f5)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #eff8f5 30%, #eff8f5 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #eff8f5);
		color: #587064;
	}
	
		.popupInner h3 {
			color: #587064;
		}

/************************************************************************/
/* TOPIC/POST BUTTONS STYLES */
	
	.topic_buttons li a {
		background-color: #157d61;
	}

		.topic_buttons li:hover a {
			background-color: #209371;
		}	

		.topic_buttons li a:active {
			background-color: #177557;
		}

		ul.post_controls a {	
			background-color: #dfecea;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#dfecea)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #dfecea 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #dfecea);
			border: 1px solid #a9c4bb;
			color: #547a6d;
		}

		ul.post_controls a:hover {
			background-color: #f2f7f6;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f2f7f6)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f2f7f6 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #f2f7f6);
			border-color: #a7c0b7;
		}

		ul.post_controls a:active {
			background-color: #e9f4f2;
		}

			ul.post_controls li.selected a {
				background-color: #e5f0ed;
				border-color: #a7c0b7;
			}

/************************************************************************/
/* PAGINATION STYLES */

span.pagination.no_pages {
	color: #5d7c72;
}

ul.pagination a,
ul.pagination li.active, 
ul.pagination li.pagejump,
ul.pagination li.total {
	background-color: #f2f7f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f2f7f6)); /* Saf-Chrome */
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f2f7f6 100%); /* FF */
	background-image: linear-gradient(top, rgba(255,255,255,0.6), #f2f7f6);
	border: 1px solid #a9c4bb;
	color: #5d7c72;
}

	ul.pagination a:hover {
		color: #547a6d;
		border-color: #a7c0b7;
	}

	ul.pagination a:active {
		background-color: #e9f4f2;
	}

	ul.pagination li.active {
		background-color: #e9f4f2;
		border: 1px solid #a7c0b7;
	}

	ul.mini_pagination li a {
		background-color: #f2f7f6;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f2f7f6)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f2f7f6 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #f2f7f6);
		border: 1px solid #a9c4bb;
		color: #5d7c72;
	}

	ul.mini_pagination li a:hover {
		color: #547a6d;
		border-color: #a7c0b7;
	}

	ul.mini_pagination li a:active {
		background-color: #e9f4f2;
	}
	
/************************************************************************/
/* TAB BAR STYLES */

		.tab_bar.no_title.mini li.active {
			background-color: #dfecea;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#dfecea)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #dfecea 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #dfecea);
			border: 1px solid #a9c4bb;
		}

			.tab_bar.no_title.mini li:hover {
				background-color: #eaf5f3;
				background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#eaf5f3)); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #eaf5f3 100%); /* FF */
				background-image: linear-gradient(top, rgba(255,255,255,0.6), #eaf5f3);
				border: 1px solid #d3e4e0;
			}

			.tab_bar.no_title.mini li:active {
				background-color: #dfecea;
				background-image: -webkit-gradient(linear, left top, left bottom, from(#dfecea), to(rgba(255,255,255,0.5))); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, #dfecea 0%, rgba(255,255,255,0.5) 100%); /* FF */
				background-image: linear-gradient(top, #dfecea, rgba(255,255,255,0.5));
				border: 1px solid #a9c4bb;
			}

			.tab_bar li a:hover {
				background-color: #eaf5f3;
				background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#eaf5f3)); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #eaf5f3 100%); /* FF */
				background-image: linear-gradient(top, rgba(255,255,255,0.6), #eaf5f3);
				border: 1px solid #d3e4e0;
			}

			.tab_bar li a:active {
				background-color: #dfecea;
				background-image: -webkit-gradient(linear, left top, left bottom, from(#dfecea), to(rgba(255,255,255,0.5))); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, #dfecea 0%, rgba(255,255,255,0.5) 100%); /* FF */
				background-image: linear-gradient(top, #dfecea, rgba(255,255,255,0.5));
				border: 1px solid #a9c4bb;
			}
		
		.tab_bar li.active {
			background-color: #dfecea;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#dfecea)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #dfecea 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #dfecea);
			border: 1px solid #a9c4bb;
		}

	.tab_filters li {
		color: #a7c0b7;
	}

		.tab_filters li.active,
		.tab_filters li.active a {
			color: #547a6d;
		}
		
/************************************************************************/
/* AUTHOR INFO (& RELATED) STYLES */

	.author_info ul.user_fields li {
		color: #68867d;
	}
	
	.author_info dt,
	.author_info dd {
		color: #68867d;
	}
		
		.user_controls li a {
			background-color: #dfecea;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#dfecea)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #dfecea 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #dfecea);
			border: 1px solid #a9c4bb;
			color: #5d7c72;
		}

		.user_controls li a:hover {
			background-color: #f2f7f6;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f2f7f6)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f2f7f6 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #f2f7f6);
			border-color: #a7c0b7;
		}

		.user_controls li a:active {
			background-color: #e9f4f2;
		}
	
/************************************************************************/
/* BOARD INDEX STYLES */

#latest_news {
	background: #eef8f4;
	color: #587064;
}

.sidebar_toggle {
	background: #f4faf8;
	border: 1px solid #b0c4bd;
	border-left: 0;
}
		
		.statistics h2 span {
			color: #547a6d;
		}
	
#stat_links {	
	color: #547a6d;
}

/************************************************************************/
/* TOPIC VIEW (& RELATED) STYLES */

p.rep_highlight {
	background: #e9f2ef !important;
}

	p.posted_info strong.event {
		color: #587064;
	}

/************************************************************************/
/* Status updates */

/* Fiddle with some stuffs for the status hook */
#statusHook{
	background: #eef8f4;
}
	
	#statusHook .status_main_wrap {
		background-color: #eef8f4;
	}
	
/* Favorites */
.ips_like {
	background-color: #eef8f4;
}
	</style>
	

	<style type="text/css" title="red"  rel="alternate stylesheet">
		/* Inline CSS */
		
/* CSS: variation_red*/
/************************************************************************/
/* GREEN COLOR VARIATION */
/************************************************************************/

/************************************************************************/
/* WRAPPER */
/************************************************************************/

#wrapper_container {
	border: 1px solid #c4b0b0;
	background: #fcfafa;
}

#wrapper_borders {
	background: #eadbdb;
	border: 1px solid #dbc7c7;
}

/************************************************************************/
/* WELCOME MESSAGE */
/************************************************************************/

.welcome {
	background: #f9f0f0;
	color: #9a8282;
}

	.welcome span {
		color: #603333;
	}

/************************************************************************/
/* BREADCRUMB */
/************************************************************************/

		ul.breadcrumb li a {
			display: block;
			background-color: #ecdfdf;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ecdfdf)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ecdfdf 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #ecdfdf);
			border: 1px solid #c4a9a9;
		}

		ul.breadcrumb li.first a {
			background-color: #ecdfdf;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ecdfdf)) !important; /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ecdfdf 100%) !important; /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #ecdfdf) !important;
			border: 1px solid #c4a9a9 !important;
		}

			ul.breadcrumb li a:hover {
				background-color: #f2f4f7;
				background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f2f4f7)); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f2f4f7 100%); /* FF */
				background-image: linear-gradient(top, rgba(255,255,255,0.6), #f2f4f7);
				border-color: #a7b2c0;
			}

			ul.breadcrumb li a:active {
				background-color: #e9f4f2;
			}

		ul.breadcrumb li:last-child a {
			background-color: #ecdfdf;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#ecdfdf), to(rgba(255,255,255,0.6))); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, #ecdfdf 0%, rgba(255,255,255,0.6) 100%); /* FF */
			background-image: linear-gradient(top, #ecdfdf, rgba(255,255,255,0.6));
		}

/************************************************************************/
/* LOGIN PANEL */
/************************************************************************/

#signin {
	background: #591818;
}

/* Submenu */
[data-dropdown] ul {
	background-color: #f1e7e7;
	border: 1px solid #a38b8b;
}

		[data-dropdown] ul li a {
			color: #705858 !important;
		}

			[data-dropdown] ul li a:hover {
				background: rgba(255,255,255,0.3) !important;
				color: #000 !important;
			}

			[data-dropdown] ul li a:active {
				background: rgba(0,0,0,0.05) !important;
				color: rgba(0,0,0,0.5) !important;
			}

.top {
	background-color: #591818;
}

/* ELEMENT STYLES */

body {
	background: #eee3e3;
	color: #705858;
}

body h3 {
	color: #705858;
}
	
a {
	color: #5e1919;
}
	
/************************************************************************/
/* COLORS */

.row1, .row1 td, .post_block.row1 {
	background-color: #fcf6f6;
}

	.row1 .altrow, .row1.altrow,
	.general_box {
		background-color: #fcf6f6;
	}
	
.row2, .row2 td, .post_block.row2,
.message {
	background-color: #f2e9e9;
}

	.row2 .altrow, .row2.altrow,
/*	ul.post_controls,*/
	ul.topic_moderation {
		background-color: #f2e9e9;
	}

body .maintitle {
	background-color: #8d3b3b;
}
	
ul.post_controls,
div.post_controls {
	background-color: #f5ebeb;
}

/* Bar */
.bar {
	background-color: #f5ebeb;
}
	
	.altbar {
		background-color: #f5ebeb;
		color: #705858;
	}

/* Table column headers */
.header {
	background-color: #eddcdc;
	color: #714c4c;
}

	body .ipb_table .header a,
	body .topic_options a {
		color: #714c4c;
	}

/* General block */
.general_box {
	background: #f9f3f3;
	border: 1px solid #cdbbbb;
}

	.general_box h3 {
		color: #705858;
	}

/* Post background */
.post_block {
	background: #fdfeff;
	border: 1px solid #cdbbbb;
	border-bottom: 5px solid #cdbbbb;
}

.post_block h3 {
	background-color: #f2e9e9;
}

/* Post screen background */
div.post_form fieldset {
	background-color: #f9f3f3;
}

/* "No Messages" message */
.no_messages {
	color: #705858;
}
	
/* Filter & moderation bars */
.filter_bar {
	background: #f9f3f3;
	border: 1px solid #e2cece;
	color: #975b5b;
}
	
	.filter_bar a, .filter_bar label {
		color: #975b5b;
	}

/* Menu popups */
	
		.ipb_autocomplete li.active {
			background: #e6ecf2;
		}
		
/* Forms */
.input_submit {
	background-color: #e5f8f4;
	border: 1px solid #b99898;
	color: #663636;
}

	.input_submit:hover {
		background-color: #fdeeee;
		border-color: #a38484;
	}

	.input_submit:active {
		background-color: #d5b3b3;
	}
	
	.input_submit.alt {
		background-color: #edd9d9;
	}
	
		.input_submit.alt:hover {
			background-color: #f3e0e0;
		}

		.input_submit.alt:active {
			background-color: #c7adad;
		}

/************************************************************************/
/* HEADER */

#branding {
	background-color: #5b1616;
}
	
/* Navigation */
#primary_nav {
	background-color: #4c1212;
	color: #ceb8b8;
}

	#primary_nav ul li, #primary_nav ul li a {
		color: #ceb8b8;
	}
		
		#primary_nav ul li.active a, #primary_nav ul li.active a:hover {
			background-color: #e0d3d3;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#f8efef), to(#e0d3d3)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, #f8efef 0%, #e0d3d3 100%); /* FF */
			background-image: linear-gradient(top, #f8efef, #e0d3d3);
			color: #5d3535;
		}
		
	#primary_nav ul li a {
		color: #ceb8b8;
	}
		
#user_navigation {
	background: #591818;
}

	#user_navigation p {
		color: #d2a9a9;
	}
	
		#user_navigation p a {
			color: #d2a9a9;
		}
		
	#user_navigation #new_msg_count {
		background-color: #242424;
	}

			#user_navigation ul a {
				color: #d2a9a9;
			}

				#user_navigation ul#user_other li a:hover {
					background-color: #732727;
					border: 1px solid #431111;
				}

				#user_navigation ul#user_other li a:active {
					background-color: #521b1b;
				}

	#user_navigation ul#user_link_menucontent {
		background-color: #f1e7e7;
		border: 1px solid #a38b8b;
	}

		#user_navigation ul#user_link_menucontent a {
			color: #705858;
		}
			
	#user_navigation #user_link {
		background-color: #732727;
		border: 1px solid #431111;
	}

		#user_navigation #user_link:hover, #user_navigation #user_notifications_link:hover, #user_navigation.not_logged_in #sign_in:hover {
			background-color: #622121;
		}

		#user_navigation #user_link:active, #user_navigation #user_notifications_link:active, #user_navigation.not_logged_in #sign_in:active {
			background-color: #521b1b;
		}
			
		#user_navigation.not_logged_in #sign_in {
			background-color: #732727;
			border: 1px solid #431111;
		}
		
		/* Notifications */
		#user_navigation #user_notifications_link {
			background-color: #732727;
			border: 1px solid #431111;
		}

			#user_navigation #user_notifications_link small {
				color: #d2a9a9;
			}
			
			#user_navigation #user_notifications.no-new small {
				color: #d2a9a9;
			}
			
			#user_notifications_link_menucontent {
				background-color: #f1e7e7;
				border: 1px solid #a38b8b;
			}

		/* End notifications */
	
	#search_wrap {
		background-color: #e0d3d3;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f8efef), to(#e0d3d3)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, #f8efef 0%, #e0d3d3 100%); /* FF */
		background-image: linear-gradient(top, #f8efef, #e0d3d3);
	}
		
		#search_options_menucontent {
			background-color: #f1e7e7;
			border: 1px solid #a38b8b;
		}

	#secondary_nav a {
		background-color: #ecdfdf;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ecdfdf)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ecdfdf 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #ecdfdf);
		border: 1px solid #c4a9a9;
	}

	#section_links li a {
		background-color: #ecdfdf;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ecdfdf)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ecdfdf 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #ecdfdf);
		border: 1px solid #c4a9a9;
		color: #7a5454;
	}

	#section_links li a:hover {
		background-color: #f7f2f2;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f7f2f2)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f7f2f2 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #f7f2f2);
		border-color: #c0a7a7;
	}

	#section_links li a:active {
		background-color: #e9f4f2;
	}
		
	#pm_notification h2 {
		color: #705858;
	}
	
	#pm_notification h3 {
		background-color: #daedea;
	}


/************************************************************************/
/* FOOTER */

#footer_utilities {
	color: #705858;
}

		#footer_utilities ul li:first-child {
			color: #705858;
		}

/************************************************************************/
/* GENERAL CONTENT */

#ipboard_body.redirector {
	background: #eee3e3;
}

#ipboard_body.redirector p {
	background: #e8ecf1;
	border: 2px solid #d7d8db;
}
	
.topic_options, .generic_bar, .tab_filters {
	color: #705858;
}

	.topic_options {
		background: #f2e9e9;
	}

.general_box.alt {
	background: #f2e8e8;
}

	.progress_bar span {
		background: #e6d8d8 url(http://talk.prowebber.ru/public/style_images/elegant/gradient_bg.png) repeat-x left 50%;
	}

#stat_links a {
	color: #975b5b;
}

/************************************************************************/
/* TABLE STYLES */

table.ipb_table {
	border: 1px solid #cdbbbb;
	border-bottom: 5px solid #cdbbbb;
}
		
	table.ipb_table th,
	div#current_calendar ol#week_view li.month_bar {
		border-top: 1px solid #cdbbbb;
	}
		
		table.ipb_table ol.subforums li {
			color: #705858;
		}
		
		table.ipb_table ol.subforums li.newposts {
			color: #705858;
		}
	
/************************************************************************/
/* MENU & POPUP STYLES */

	.popupInner {
		background-color: #f8efef;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f8efef)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f8efef 30%, #f8efef 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #f8efef);
		color: #705858;
	}
	
		.popupInner h3 {
			color: #705858;
		}

/************************************************************************/
/* TOPIC/POST BUTTONS STYLES */
	
	.topic_buttons li a {
		background-color: #7d1515;
	}

		.topic_buttons li:hover a {
			background-color: #9b2020;
		}	

		.topic_buttons li a:active {
			background-color: #751717;
		}

		ul.post_controls a {	
			background-color: #ecdfdf;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ecdfdf)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ecdfdf 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #ecdfdf);
			border: 1px solid #c4a9a9;
			color: #7a5454;
		}

		ul.post_controls a:hover {
			background-color: #f7f2f2;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f7f2f2)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f7f2f2 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #f7f2f2);
			border-color: #c0a7a7;
		}

		ul.post_controls a:active {
			background-color: #e9f4f2;
		}

			ul.post_controls li.selected a {
				background-color: #f0e5e5;
				border-color: #c0a7a7;
			}

/************************************************************************/
/* PAGINATION STYLES */

span.pagination.no_pages {
	color: #7c5d5d;
}

ul.pagination a,
ul.pagination li.active, 
ul.pagination li.pagejump,
ul.pagination li.total {
	background-color: #f7f2f2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f7f2f2)); /* Saf-Chrome */
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f7f2f2 100%); /* FF */
	background-image: linear-gradient(top, rgba(255,255,255,0.6), #f7f2f2);
	border: 1px solid #c4a9a9;
	color: #7c5d5d;
}

	ul.pagination a:hover {
		color: #7a5454;
		border-color: #c0a7a7;
	}

	ul.pagination a:active {
		background-color: #e9f4f2;
	}

	ul.pagination li.active {
		background-color: #e9f4f2;
		border: 1px solid #c0a7a7;
	}

	ul.mini_pagination li a {
		background-color: #f7f2f2;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f7f2f2)); /* Saf-Chrome */
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f7f2f2 100%); /* FF */
		background-image: linear-gradient(top, rgba(255,255,255,0.6), #f7f2f2);
		border: 1px solid #c4a9a9;
		color: #7c5d5d;
	}

	ul.mini_pagination li a:hover {
		color: #7a5454;
		border-color: #c0a7a7;
	}

	ul.mini_pagination li a:active {
		background-color: #e9f4f2;
	}
	
/************************************************************************/
/* TAB BAR STYLES */

		.tab_bar.no_title.mini li.active {
			background-color: #ecdfdf;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ecdfdf)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ecdfdf 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #ecdfdf);
			border: 1px solid #c4a9a9;
		}

			.tab_bar.no_title.mini li:hover {
				background-color: #eaf5f3;
				background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#eaf5f3)); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #eaf5f3 100%); /* FF */
				background-image: linear-gradient(top, rgba(255,255,255,0.6), #eaf5f3);
				border: 1px solid #d3e4e0;
			}

			.tab_bar.no_title.mini li:active {
				background-color: #ecdfdf;
				background-image: -webkit-gradient(linear, left top, left bottom, from(#ecdfdf), to(rgba(255,255,255,0.5))); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, #ecdfdf 0%, rgba(255,255,255,0.5) 100%); /* FF */
				background-image: linear-gradient(top, #ecdfdf, rgba(255,255,255,0.5));
				border: 1px solid #c4a9a9;
			}

			.tab_bar li a:hover {
				background-color: #eaf5f3;
				background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#eaf5f3)); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #eaf5f3 100%); /* FF */
				background-image: linear-gradient(top, rgba(255,255,255,0.6), #eaf5f3);
				border: 1px solid #d3e4e0;
			}

			.tab_bar li a:active {
				background-color: #ecdfdf;
				background-image: -webkit-gradient(linear, left top, left bottom, from(#ecdfdf), to(rgba(255,255,255,0.5))); /* Saf-Chrome */
				background-image: -moz-linear-gradient(top, #ecdfdf 0%, rgba(255,255,255,0.5) 100%); /* FF */
				background-image: linear-gradient(top, #ecdfdf, rgba(255,255,255,0.5));
				border: 1px solid #c4a9a9;
			}
		
		.tab_bar li.active {
			background-color: #ecdfdf;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ecdfdf)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ecdfdf 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #ecdfdf);
			border: 1px solid #c4a9a9;
		}

	.tab_filters li {
		color: #c0a7a7;
	}

		.tab_filters li.active,
		.tab_filters li.active a {
			color: #7a5454;
		}
		
/************************************************************************/
/* AUTHOR INFO (& RELATED) STYLES */

	.author_info ul.user_fields li {
		color: #866868;
	}
	
	.author_info dt,
	.author_info dd {
		color: #866868;
	}
		
		.user_controls li a {
			background-color: #ecdfdf;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#ecdfdf)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #ecdfdf 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #ecdfdf);
			border: 1px solid #c4a9a9;
			color: #7c5d5d;
		}

		.user_controls li a:hover {
			background-color: #f7f2f2;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(#f7f2f2)); /* Saf-Chrome */
			background-image: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, #f7f2f2 100%); /* FF */
			background-image: linear-gradient(top, rgba(255,255,255,0.6), #f7f2f2);
			border-color: #c0a7a7;
		}

		.user_controls li a:active {
			background-color: #e9f4f2;
		}
	
/************************************************************************/
/* BOARD INDEX STYLES */

#latest_news {
	background: #f9f3f3;
	color: #705858;
}

.sidebar_toggle {
	background: #fcfafa;
	border: 1px solid #c4b0b0;
	border-left: 0;
}
		
		.statistics h2 span {
			color: #7a5454;
		}
	
#stat_links {	
	color: #7a5454;
}

/************************************************************************/
/* TOPIC VIEW (& RELATED) STYLES */

p.rep_highlight {
	background: #f2e9e9 !important;
}

	p.posted_info strong.event {
		color: #705858;
	}

/************************************************************************/
/* Status updates */

/* Fiddle with some stuffs for the status hook */
#statusHook{
	background: #f9f3f3;
}
	
	#statusHook .status_main_wrap {
		background-color: #f9f3f3;
	}
	
/* Favorites */
.ips_like {
	background-color: #f9f3f3;
}
	</style>
	

<!--[if lte IE 7]>
	<link rel="stylesheet" type="text/css" media="screen" href="http://talk.prowebber.ru/public/style_css/css_20/ipb_ie.css" />
<![endif]-->
	
	<meta name="description" content="Форум для вебмастеров. Создание, раскрутка сайта. Подбор хостинга, регистрация доменных имён. Услуги по раскрутке и оптимизации сайта или форума." />
	

	<meta name="keywords" content="оптимизация сайта, выбор хостинга, взят ьв кредит" />

	

	<meta name="identifier-url" content="http://talk.prowebber.ru/" />
	

		<meta property="og:title" content="Форум веб-мастеров "/>
		<meta property="og:site_name" content="Форум веб-мастеров "/>
		<meta property="og:image" content="http://talk.prowebber.ru/public/style_images/elegant/meta_image.png"/>
		<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/prototype/1.6/prototype.js'></script>
	<script type='text/javascript' src='http://talk.prowebber.ru/public/js/ipb.js?ipbv=31007&amp;load=quickpm,hooks,board'></script>
	<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8/scriptaculous.js?load=effects,dragdrop,builder'></script>

	<script type="text/javascript" src='http://talk.prowebber.ru/cache/lang_cache/1/ipb.lang.js' charset='UTF-8'></script><script type='text/javascript'>
ipb.lang['en30_thanked_by'] 	= "";
ipb.lang['en30_thank']		= "";
ipb.lang['en30_thank_author']	= "";
ipb.lang['en30_user']		= "";
ipb.lang['en30_users']		= "";
ipb.lang['en30_thanked']	= "";

function ajaxThanksExpand( pid )
{
	var thankersBox = document.getElementById( 'thankers_' + pid );
	var showThankers = document.getElementById( 'show_thankers_' + pid );
	
	showThankers.style.display = "none";
	thankersBox.style.display = "block";
}

function ajaxRemoveThanks( pid )
{
		// Kill the thanks button of this specific post
		
		new Effect.DropOut( 'ajaxRemoveThanks_' + pid );
		var url = ipb.vars['base_url'] + 'app=forums&module=ajax&section=stats&do=ajaxRemoveThanks';
		
		new Ajax.Request( url,
							{
								method: 'post',
								evalJSON: 'force',
								parameters: {
									md5check: 		ipb.vars['secure_hash'],
									pid:			pid,
									tid:			ipb.topic.topic_id,
									fid:			ipb.topic.forum_id
								},
								onSuccess: function(t)
								{
									if( t.responseJSON['error'] )
									{
										alert( t.responseJSON['error'] );
									}
									else
									{
										var thankers	= document.getElementById( 'thankers_' + pid );
										var thankedBy	= document.getElementById( 'thankedBy_' + pid );
										var thankersBox = document.getElementById( 'thankersBox_' + pid );

										if ( thankersBox.getAttribute( 'title' ) == 'hidden' )
										{
											thankersBox.style.display = "block";
											
											thankers.innerHTML = t.responseJSON['thankers'];
										}
										else
										{
											ajaxThanksExpand( pid );
											thankers.innerHTML = t.responseJSON['thankers'];
										}
										
										if ( thankersBox.getAttribute( 'title' ) == 'hidden' )
										{
											thankersBox.style.display = "block";
										}
										
										// Update thanked by text (increment number show plural)
										
										if ( thankedBy.title != '0' )
										{
											var thankers = parseInt( thankedBy.title ) - 1;
											
											if ( thankers > 1 )
											{
												thankedBy.innerHTML = ipb.lang['en30_thanked_by'] + ' ' + thankers + ' ' + ipb.lang['en30_users'];
												new Effect.Pulsate( thankersBox, { pulses: 2, duration: 1 } );
											}

											if ( thankers == 1 )
											{
												thankedBy.innerHTML = ipb.lang['en30_thanked_by'] + ' ' + thankers + ' ' + ipb.lang['en30_user'];

												new Effect.Pulsate( thankersBox, { pulses: 2, duration: 1 } );
											}
											else
											{
												thankersBox.style.display = "none";
											}
										}
									}
								}
							}
						);
}

function ajaxThanks( pid )
{
		// Kill the thanks button of this specific post
		
		new Effect.DropOut( 'ajaxThanks_' + pid );
		var url = ipb.vars['base_url'] + 'app=forums&module=ajax&section=stats&do=ajaxThanks';
		
		new Ajax.Request(	url,
							{
								method: 'post',
								evalJSON: 'force',
								parameters: {
									md5check: 		ipb.vars['secure_hash'],
									pid:			pid,
									tid:			ipb.topic.topic_id,
									fid:			ipb.topic.forum_id
								},
								onSuccess: function(t)
								{
									if( t.responseJSON['error'] )
									{
										alert( t.responseJSON['error'] );
									}
									else
									{
										var thankers	= document.getElementById( 'thankers_' + pid );
										var thankedBy	= document.getElementById( 'thankedBy_' + pid );
										var thankersBox = document.getElementById( 'thankersBox_' + pid );
										
										var newLink	= "<a href='" + ipb.vars['base_url'] + "showuser=" + t.responseJSON['member_id'] + "' title='" + t.responseJSON['members_display_name'] + "'>" + t.responseJSON['members_display_name'] + "</a>" + "&nbsp;<a href='" + ipb.vars['base_url'] + "showuser=" + t.responseJSON['member_id'] + "' class='__user __id" + t.responseJSON['member_id'] + "' title='Просмотр профиля'><img src='http://talk.prowebber.ru/public/style_images/elegant/user_popup.png' alt='' /></a>";


										if ( thankersBox.getAttribute( 'title' ) == 'hidden' )
										{
											thankersBox.style.display = "block";
											
											thankers.innerHTML = newLink;
										}
										else
										{
											ajaxThanksExpand( pid );
											thankers.innerHTML = newLink + ", " + thankers.innerHTML;
										}
										
										if ( thankersBox.getAttribute( 'title' ) == 'hidden' )
										{
											thankersBox.style.display = "block";
										}
										
										// Update thanked by text (increment number show plural)
										
										if ( thankedBy.title != '0' )
										{
											thankedBy.innerHTML = ipb.lang['en30_thanked_by'] + ' ' + ( parseInt( thankedBy.title ) + 1 ) + ' ' + ipb.lang['en30_users'];
										}
										
										// Update post content for hide hack
										
										if ( t.responseJSON['post'] != "" )
										{
											var postDivider = document.getElementById( 'post_' + pid );
											postDivider.innerHTML = t.responseJSON['post'];
											
											new Effect.Pulsate( postDivider, { duration: 1.5,  pulses: 3 } );
										}

										new Effect.Pulsate( thankersBox, { pulses: 2, duration: 1 } );
									}
								}
							}
						);
}
</script>