div, span, img, body, table, ul, h4, table, tr, td, p, dt, dl, dd {
	padding: 0px;
	margin: 0px;
	color: #333;
}

a,a:link, a:visited {
	color: #4678b4;
}

a.nodecor {
	text-decoration: none;
}

.centered {
	text-align: center;
}

img {
	border: 0px;
}

body {
    background: #d3edf8 url('/templates/images/top.jpg') no-repeat;
	background-position: top center;
    font-family: Arial;
	font-size: 12pt;
	letter-spacing: 0px;
}

div#container {
    display: block;
    width: 980px;
    margin: auto;
    padding-top: 30px;
}   

#toplogo {
	color: #174574;
	display: block;
	font-size: 13px;
}


div#topimage {
	display: block;
	width: 100%;
	height: 385px;
	z-index: -3;
	
}


#loginblock {
	display: block;
	width: 214px;
	height: 101px;
	background: url('/templates/images/login_bg.png') no-repeat;
	font-size: 13px;
    margin-top: 20px;
    text-align: center;
    padding: 8px 30px 0px 0px;
}
#loginblock.green {
	background-image: url('/templates/images/authform_bg_green.png');
}
#loginblock.yellow {
	background-image: url('/templates/images/authform_bg_yellow.png');
}
#loginblock.red {
	background-image: url('/templates/images/authform_bg_red.png');
}
#loginblock.green td, #loginblock.yellow td, #loginblock.red td {
	color: black;
}

table.login_table {
    width: 180px;
    display: inline-block;
    border-collapse: collapse;
}
table.login_table td {
    text-align: left;
    font-size: 12px;
    color: white;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

#content {
	margin: /*271px*/-114px auto 20px auto;
	width: 978px;
	display: block;
	position: relative;
}

/* главное меню страницы */
#topmenu {
	margin: 0px auto 2px auto;
	font-size: 13px;
	width: 980px;
	display: block;
	height: 56px;
	padding: 2px 0px;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#topmenu a {
	text-decoration: none;
	font-size: 12px;
	padding-left: 7px;
	padding-top: 2px;
}

#topmenu .tab-content a {
	font-weight: bold;
}

	/* табы в главном меню */
	.tabs {
		width:100%;
		padding: 0px;
		position:relative;
		top: 0px;
		border: 0px;
	}

	.tabs dt {
		float:left;
		height:2.1em;
		font-family: Arial;
		padding: 0px;
		position: relative;
		left: 7px;
		margin: 1px;
		margin-right:6px;
		cursor:pointer;
		line-height: 130%;
		font-size: 13px;
        text-align: center;
	}

	.tabs dt a{
		font-size: 12px;
        font-family: Tahoma;
        color: black;
	}

	.tabs dt:hover {
		/*background: #caeafa url('images/bluetab_bg.png') repeat-x;   */
	}

	.tabs dt.selected {
		border-color: #d6effb;
		border-width: 0px 1px 1px 1px;
		cursor:auto;
	}

	.tabs dd {
		display:none;
		float:right;
		width:100%;
		margin: 1.9em 0 0 -100%;
		position:relative;
		z-index: 2;
	}

	.tabs dd.selected {
		display:block;
	}

	.tabs .tab-content {
		/*border: solid #b0d0e9;
		border-width: 0 0 1px 0;
		font-size: 0.87em;*/
		font-size: 11px;
		padding: 6px 4px 9px 20px;
		margin: 0px;
		z-index: 4;
	}
	.tabs .tab-content ul li {
		display: inline;
		padding: 0px 6px;
	}
	.tabs .tab-content ul li a {
		text-decoration: none;
		color: black;
	}









#content #text {
	margin: 20px 0px 10px 0px;
	display: block;
	background: white;
	border: 1px solid #d4dcde;
}

#content #page_body{
	margin: 0px 0px 10px 0px;
	display: block;
	background: white;
	border: 1px solid #d4dcde;
}

#content .page_body {
	margin: 0px 0px 10px 0px;
	display: block;
	background: white;
	border: 1px solid #444;
    border-top: 0px;
	padding: 20px 5px 5px 5px;
}



/* Заголовок всех блоков, верхний */
div.index_top_block {
	display: block;
	color: #b91b1c;
	padding: 0px 30px;
	margin-top: 20px;
	background: url('/templates/images/header_top_bg.png') no-repeat bottom center ;
	font-weight: bold;
	height: 30px;
}

div.index_top_block.yellowpage {
    background: url('/templates/images/header_top_bg_yellow.png') no-repeat bottom center ;
}

div.index_top_block.greenpage {
    background: url('/templates/images/header_top_bg_green.png') no-repeat bottom center ;
}
div.index_top_block.greenpage h4 {
    color: black;
}
div.index_top_block.redpage {
    background: url('/templates/images/header_top_bg_red.png') no-repeat bottom center ;
}
div.index_top_block.redpage h4 {
    color: #111;
}

div.index_top_block h4{
	display: block;
	color: white;
	padding: 5px 30px;
	margin: 20px -5px 10px 20px;
	font-weight: bold;
	height: 30px;
	font-size: 1.2em;
}

h4.top_block {
	display: block;
    width: 946px;
	color: white;
	padding: 5px 0px 0px 30px;
	margin: 20px 0px 10px -5px;
	background: url('/templates/images/header_center_bg.png') no-repeat top center ;
	font-weight: bold;
	height: 30px;
	font-size: 1.2em;
}

div.index_top_block .icon {
	display: inline;
	margin: -15px 0px 0px 0px;
	float: left;
}

h4.top_block .icon {
	display: inline;
	margin: -10px 10px 0px 0px;*/
    vertical-align: middle;
	float: left;
}


table.lay {
	margin-left: 00px;
	margin-top: 0px;
	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
}
a.ttl {
    font-size: 12px;
    color: #4678b4;
	padding-bottom: 10px;
}
td.r1 {
	width: 33%;
	color: #c4554c;
	vertical-align: top;
}

td.r2 {
	margin: 0px;
	width: 34%;
	color: #fbba54;
	border: 1px solid gray;
	border-width: 0px 1px 0px 1px;
	vertical-align: top;
}
td.r3 {
	vertical-align: top;
	width: 33%;
	color: #1e9ec3;

}
tr.titler td {
	padding-left: 15px;
}
tr.titler td small {
	color: gray;
	font-size: 0.85em;
	font-style: italic;
}
tr.foo td {
	padding-left: 10px;
}


table.problem {
	width: 100%;
	font-style: normal;
}
table.problem td {
	font-style: normal;
}
table.problem td {
	padding: 3px 5px 3px 10px;
}

table.problem a {
	color: #4678b4;
}


div.usernamecontainer {
	float: right;
	display: block;
	text-align:  right;
	font-weight: normal;
}

div.usernamecontainer img {
	display: inline;
	vertical-align: sub;
	margin-right: 5px;
}

table a {
	color: gray;
	font-size: 0.8em;
}


div.rating, div.solutions {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: center;
	color: #006bce;
	font-weight: bold;
}

div.rating {
	color: #f19624;
}

div.rating p, div.solutions p {
	background: url('images/rating_bg.png');
	display: block;
	text-align: center;
	width: 77px;
	height: 51px;
	color: #f19624;
}
div.solutions p {
	background: url('images/solutions_bg.png');
	color: #006bce;
}

div.discuss {
	float: right;
	margin-top: 25px;
	font-size: 0.8em;
	color: black;
	width: 130px;
}

.solution_post img.discussp, .solution_post .discussm, .solution_post img.solp, .solution_post .solm {
	cursor: hand;
}

div.discuss img {
	display: inline;
	padding-right: 5px;
	vertical-align: sub;
}

div.discuss a {
	font-size: 1.1em;
	color: #ff6c0c;
	font-style: normal;
}

.textvalue span {
	display: block;
}


.news {
	font-size: 0.9em;
	padding-top: 20px;
	height: 300px;
}

div#lastnewsblock {
	background: url("images/lastnews_bg.png") repeat-x;
    background-position: bottom;
	display: block;
	float: left;
	width: 480px;
	height: 210px;
	position: relative;
	font-size: 0.9em;
	padding: 10px;
}

div#lastnewsblock .newsdate {
	top: 5px;
	left: 10px;
	position: absolute;
	font-size: 0.9em;
    color: black;
}

div#lastnewsblock #newscat {
	float: left;
	margin: 40px 20px 0px 10px;
}

div#lastnewsblock .newstitle {
	font-weight: bold;
	padding: 5px 0px;
	font-size: 1.2em;
	display: block;
    color: black;
}

div#lastnewsblock .newstext {
	font-size: 0.9em;
    color: black;
    font-family: Tahoma;
    font-size: 14px;
}

div#lastnewsblock a {
	display: block;
	text-align: right;
	color: gray;
	padding: 10px;
}

div#lastnews_cats {
	padding: 4px 4px 4px 2px;
	text-align: left;
    color: red;
	float: right;
	font-size: 0.9em;
	display: block;
	line-height: 35px;
    width: 142px;
    height: 211px;
	background-image: url("/templates/images/lastnews_left_bg.png");
    background-repeat: no-repeat;
	background-position: center;
}

div#lastnews_cats a {
    color: white;
    display: block;
    padding-left: 10px;
    text-decoration: none;
    font-size: 10pt;
}

div#lastnews_cats img {
	vertical-align: middle;
	float: left;
    margin: 0px 10px 0px 0px;
}

table.lastnews {
	margin: 0px 10px;
}

table.lastnews td {
	font-size: 0.8em;
	padding: 5px 4px;
}



a.wiki_catbtn {
	text-decoration: none;
	width: 253px;
	display: block;
	color: black;
	float: left;
    height: 48px;
	text-align: center;
    vertical-align: middle;
	font-size: 13px;
	background: url(images/wiki-bnt-inactive-bg.png) no-repeat;
	background-position: center middle;
	line-height: 40px;
	margin: 10px 1px;
}

a.wiki_catbtn:hover {
	background-image: url(images/wiki-btn-bg.png);
	text-decoration: underline;
}

#find_problem_table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#find_problem_table tr > td {
	padding: 0px;
	text-align: center;
}

#find_problem_table input, #find_problem_table select {
	border: 1px solid #b5b5b5;
	background: url('images/input_bg.png') repeat-x white;
	padding: 5px 3px;
	margin: 0px 5px;
	width: 90%;
}

#find_problem_table input[type='submit'] {
	padding: 5px 10px;
	color: white;
	background-image: url('images/orangebtn.png');
	height: 30px;
	font-size: 1.1em;
}


#statusesblock {
	padding: 10px;
	width: 380px;
	font-size: 1.2em;
	line-height: 48px;
}

#statusesblock img {
	float: left;
	padding: 6px 10px;
}


#sortbyblock {
	background-color: #edeef3;
	width: 150px;
	text-align: center;
	color: #333;
	border: solid silver;
	border-width: 0px 1px;
}
#sortbyblock select {
	margin: 10px;
}

#foundblock {
	padding: 10px;
	width: 340px;
	text-align: center;
	vertical-align: middle;
}

table#sortbycontainer {
	border-collapse: collapse;
}


.problem_block {
	text-align: justify;
	width: 100%;
	display: block;
	border-top: 1px solid gray;
	padding: 4px;
	margin: 10px 5px;
	font-size: 0.85em;
	color: #333;
}

.problem_block .problem_title {
	font-size: 1.1em;
	text-decoration: underline;
	color: black;
	display: block;
	margin: 10px 4px;
}

.problem_block .problem_info {
	margin-top: 5px;
	display: block;
	color: black;
	font-size: 0.9em;
}
#viewproblem_info_table {
	border-collapse: collapse;
}

#viewproblem_info_table td {
	border: solid silver 1px;
	vertical-align: top;
}
#viewproblem_info_table a {
	color: gray;
	font-style: normal;
	padding: 0px 3px;
}

#viewproblem_info_table td span.toptitle {
	display: block;
	text-align: right;
	color: gray;
	font-size: 0.8em;
	font-family: "Times New Roman";
	font-weight: bold;
	margin: 4px 15px 15px 0px;
}



#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px; padding:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}


.xtop, .xbottom {display:block; background:transparent; font-size:1px; }
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden; }
.xb1, .xb2,  .xb3 {height:1px; }
.xb2, .xb3,  .xb4 {background:#eeeeee; border-left:1px solid silver; border-right:1px solid silver; }

.xb1 {margin:0 5px; background: silver; }
.xb2 {margin:0 3px; border-width:0 2px; }
.xb3 {margin:0 2px; }
.xb4 {height:2px; margin:0 1px; }

.xboxcontent {display:block; background: #eeeeee; border:0 solid silver; border-width:0 1px;}

.bluenazzy .xb2, .bluenazzy .xb3, .bluenazzy .xb4, .bluenazzy .xboxcontent, .bluenazzy { background-color: #d5eefb; }
.greennazzy .xb1, .greennazzy .xb2, .greennazzy .xb3, .greennazzy .xb4, .greennazzy .xboxcontent{ background: #d7ffd2; border: 0px; }
.greennazzy .xboxcontent { border: 0px;}




.gr {
	color: gray;
}



form#add_solution_block {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

form#add_solution_block #new_solution_text {
	display: block;
	width: 100%;
	height: 200px;
}


table.solution_post {
	font-size: 0.8em;
	padding: 20px 0px;
	border-bottom: 1px solid silver;
	text-align: left;
	width: 100%;
}

table.solution_post.bestsolution {
	background-color: #e9eeb2;
}

table.solution_post .solutioner {
	display: block;
	text-align: center;
	background: #c2e117 url('/templates/images/solutioner_bg.png');
	padding: 4px;
	margin: 0px;
}
table.solution_post .solutioner_avatar {
	margin: 0px 10px 10px 10px;
	width: 100px;
}

table.solution_post .solution_text {
	padding-left: 10px;
}

table.solution_post .icon {
	display: inline;
	vertical-align: middle;
	padding: 10px;
}


table#last24table h4, table#last24table h5 {
	text-align: center;
}

p.gray {
	color: #333;
}

table#last24cnt td {
	text-align: center; vertical-align: middle; font-size: 1.4em; font-color: gray;
}

table#last24cnt td > img {
    display: block;
    margin: auto;
}

table#last24cnt td > d {
	text-decoration: underline;
    color: #069216;
}

table#last24cnt td > w {
	font-weight: bold;
	color: silver;
	text-decoration: none;
	font-size: 17px;
}



.bluenazzy a {
	display: block;
	width: 90%;
	color: #333;
	padding: 5px 10px;
}

.bluenazzy a b, .bluenazzy a b.g, .bluenazzy a b.r {
	display: block;
	float: right;
	font-weight: bold;
}

.bluenazzy a b { color: #aa5;}
.bluenazzy a b.g {color: green;}
.bluenazzy a b.r {color: red;}



table.region {
	width: 100%;
	display: block;
	margin: 0px;
	background-image: url('/templates/images/bg_wikistat_region.png');
	background-position: center center;
	padding: 8px 0px;
	background-repeat: no-repeat;
}

table.region td {
	vertical-align: top;
	padding: 2px 10px;
	line-height: 130%;
	font-size: 0.95em;
	font-weight: bold;
	vertical-align: middle;
	color: #666;
}

table.region td.problemscounters {
	line-height: 25px;
}

table.region td > span {
	vertical-align: middle;
	display: inline;
	float: right;
	margin-right: 45px;
	clear: both;
}


div.news_text_full {
	text-align: justify;
}


div.news_comments {
	border-bottom: 1px dotted silver;
	display: block;
	text-align: justify;
	padding: 10px 0px;
	font-size: 1em;
	color: black;
	font-family: "Times New Roman";
}


td.news_etc {
	vertical-align: top;
	padding: 10px;
}

td.news_etc > a {
	color: #50b0dd;
	display: block;
	margin: 10px 0px;
	font-weight: 500;
}

table#activeuserstable {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 10px;
	color: #333;
}

table#activeuserstable td {
	width: 20%;
	font-size: 0.8em;
	vertical-align: middle;
    font-size: 12px;
    color: black;
}

table#activeuserstable td > b {
	float: left;
	color: #ff0000;
	font-size: 1.6em;
	display: block;
	padding: 15px 1px;
	width: 30px;
}

table#activeuserstable td > img {
	float: left;
	margin: 3px;
	border: 0px;
}

table#activeuserstable u {
	color: #006bce;
	font-size: 1.2em;
	display: block;
}

table#activeuserstable u img {
	height: 1em;
	vertical-align: middle;
	padding: 0px 4px;
}


div.regionbtn {
	display: block;
	width: 200px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
	background-image: url('/templates/images/gradient_white.png');
	border: 1px solid silver;
	float: left;
	margin: 10px;
	cursor: hand;
}

div.regionbtn:hover {
	background-image: url('/templates/images/lastnews_bg.png');
	background-position: center bottom;
}

div.regionbtn img {
	border: 1px solid silver;
	margin: 15px 0px 10px 0px;
}


div.countries_container {
	display: none;
}

div.countries_container table {
	width: 100%;
}

div.countries_container table td a {
	font-size: 1.1em;
	text-decoration: none;
}
div.countries_container table td img {
	display: inline;
	vertical-align: middle;
	padding: 0px 10px;
}


table#create_rf_2 {
	border-collapse: collapse;
	width: 100%

}

table#create_rf_2 > tbody > tr > td {
	padding: 30px 10px;
}


table#register_lay {
	width: 100%;

}

table#register_lay td {
	padding: 10px 0px;
	font-size: 1.1em;
}

table#register_lay td  input, table#register_lay td  option {
	font-size: 1.1.em;
}


dl#regstatuses dt {
	background-color: whitesmoke;
	border: 1px solid gray;
	padding: 0px 5px;
}

dl#regstatuses dd {
	background-color: whitesmoke;
	border: 1px solid gray;
	padding: 0px;
}

dl#rus_regions dt {
	border: 1px solid gray;
	padding: 4px 10px;
	font-size: 0.8em;
	background-image: url("/templates/images/gradient_white.png"); background-position: bottom;
}
a.i_am_profession {
	font-size: 15px;
}

dl#rus_regions dd {
	border: 1px solid gray;
	margin-top: 36px;
	padding: 0px;
	background-color: whitesmoke;
}

#rus_regions a {
	text-decoration: none;
}

#rus_regions a > img {
	margin: 3px 10px;
}



div.news_cat {
	display: block;
	vertical-align: middle;
	text-align: center;
	font-size: 0.8em;
	background: url('/templates/images/gradient_white.png')  repeat-x bottom;
	border: 1px solid silver;
	float: left;
	margin: 10px;
	width: 210px;
	min-height: 170px;
}

div.news_cat > span.title {
	font-size: 1.3em;
	color: black;
	text-align: left;
	background-color: #f9fbe3;
	display: block;
	padding: 3px 5px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	line-height: 45px;
	margin: 0px 0px 5px 0px;
}

div.news_cat img {
	float: center;
	vertical-align: middle;
	padding: 7px;
}

div.news_cat a {
	color: #2887c7;
	margin: 14px;
}

div.news_cat a.goto {
	font-size: 12px;
	border: 1px solid silver;
	background: #eef0d8;
	padding: 4px 5px;
	margin: 1px;
	position: relative;
	bottom: -10px;
}

form#cityform {
	display: none;
}


table.newstree {
	width: 100%;
	border-bottom: 1px solid silver;
	margin: 10px 0px;
}

table.newstree tr td {
	padding: 0px 20px;
	vertical-align: top;
}

table.newstree h3 {
	font-weight: normal;
	text-align: center;
	color: #666;
	font-size: 1.56em;
}

table.newstree a {
	color: #00417b;
}

table.newstree b {
	font-size: 0.8em;
}

table.newstree span.catbtn {
	background-image: url('/templates/images/newsbtn_bg.png');
	background-repeat: repeat-x;
	border: 1px solid #c2c5a9;
	padding: 5px 30px;
	color: black;
}


img.problem_dok {
	display: inline;
	width: 200px;
	padding: 5px;
}


select#region option {
	text-transform: capitalize;
}





#bottom_menu {
	display: block;
	width: 977px;
	height: 57px;
	padding: 0px;
	margin-top: -20px;
	background-image: url("/templates/images/bottommenu_bg_blue.png");
}
/* табы в главном меню */
	.bottom_tabs {
		width:100%;
		padding: 0px;
		position:relative;
		top: 0px;
		border: 0px;
	}

	.bottom_tabs dt {
		float:left;
		height: 35px;
		font-family: Arial;
		padding: 4px 10px 0px 20px;
		position: relative;
		cursor:pointer;
	}

	.bottom_tabs dt a{
		font-size: 13px;
        color: white;
	}

	.bottom_tabs dt.selected {
		border-color: #d6effb;
		border-width: 0px 1px 1px 1px;
		background-image: url("/templates/images/bottommenu_active_blue.png");
		cursor:auto;
		background-repeat: no-repeat;
	}

	.bottom_tabs dd {
		display:none;
		float:right;
		width:100%;
		margin: 1.9em 0 0 -100%;
		position:relative;
		z-index: 2;
	}

	.bottom_tabs dd.selected {
		display:block;
	}

	.bottom_tabs .tab-content {
		font-size: 13px;
		color: black;
		padding: 4px 4px 9px 20px;
		margin: 0px;
		z-index: 4;
	}
	.bottom_tabs .tab-content ul li {
		display: inline;
		padding: 0px 6px;
	}
	.bottom_tabs .tab-content ul li a {
		text-decoration: none;
		color: black;
		font-size: 13px;
	}
#topmenu > dl.tabs > dt > a {
	color:white;
}
#bottom_menu {
margin:auto;
}
#activeuserstable td{
white-space:nowrap;
}
table.lay, #activeuserstable{
clear:both;
}

#content .topmenu-wiki > dl.tabs > dt > a {
	color:#E8A527;
}
#container #content .page_body, #content {
margin-bottom:0;
}

#lastnewsblock div {
border-color:white !important;
}
