ul.wall_tabs {
	height: 25px;
	line-height: 25px;
	margin: 0 0 3px;
	list-style: none;
}
* html ul.wall_tabs {margin-bottom: 0;}
ul.wall_tabs li {
	float: left;
	margin-right: 1px;
}
ul.wall_tabs li a {
	display: block;
	padding: 0 13px 1px;
	margin-bottom: -1px;
	color: #444;
	text-decoration: none;
	cursor: pointer;
	background: #F9F9F9;
	border: 1px solid #EFEFEF;
	border-bottom: 1px solid #F9F9F9;
	position: relative;
}
* html ul.wall_tabs li a {float: left}
*+html ul.wall_tabs li a {float: left}
ul.wall_tabs li a:hover {
	color: #F70;
	padding: 0 13px;
	background: #FFFFDF;
	border: 1px solid #FFCA95;
}
ul.wall_tabs li.tab-current a {
	color: #444;
	background: #EFEFEF;
	padding: 0px 13px 2px;
	border: 1px solid #DDD;
	border-bottom: 1px solid #EFEFEF;
}

div.wall_tab01,
div.wall_tab2,
div.wall_tab3,
div.wall_tab4 {
	display: none;
}
div.wall_tab_hiddenform,
div.wall_tab00,
div.wall_tab01,
div.wall_tab1,
div.wall_tab2,
div.wall_tab3,
div.wall_tab4 {
	border: 1px solid #DDD;
	background: #EFEFEF;
	padding: 0 12px;
}

.wall_w100p {
	width: 99%;
}

.wall_form_add  {
	display:none; 
	padding:3px 5px;
}

.hidden_comment_form  {
	display:none; 
	padding-top:5px;
	padding-bottom:10px;
}

textarea.loader {
	background: #F7F7F7 url(../images/loader.gif) no-repeat center;
}

.wallrecords  {
	padding-top: 20px;
}

.wall_record.wall_comment {
	margin-left: 25px;
	background: none repeat scroll 0 0 #FFFFFF;
    padding: 0;
	position: relative;
}

.wall_record {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 0;
    padding: 0;
	position: relative;
}

.wall_record  .wall_header {
	background: none repeat scroll 0 0 #FDF5E6 !important;
	border: 1px solid #E0E0E0;
	font-size: 12px;
	height: 24px;
	line-height: 12px;
	overflow: hidden;
}

.wall_record  .wall_header .wall_avatar{
	float: left;
    height: 22px;
    margin: 1px 7px 1px 1px;
    width: 22px;
	border: medium none;
}

.wall_record  .wall_header .wall_nickname{
	font-size: 12px;
    font-weight: bold;
    text-decoration: none;
	float: left;
    margin-right: 10px;
    padding-top: 5px;
}

.wall_record  .wall_header .wall_dateadd{
	color: #999999;
    font-size: 10px;
	float: left;
    padding-top: 5px;
}

.wall_record  .wall_header .wall_delete_link{
	float: left;
    font-size: 11px;
    padding-top: 5px;
	color: #FF0000;
	margin-left: 10px;
	margin-right: 2px;
}

.wall_record  .wall_header .wall_delete_answer{
	float: left;
    font-size: 11px;
    margin-right: 4px;
    padding-top: 5px;
	color: #088391;
	margin-left: 4px;
}

.wall_record  .wall_header .wall_delete_comments{
	float: left;
    font-size: 11px;
    margin-right: 4px;
    padding-top: 5px;
	color: #FF6600;
	margin-left: 4px;
}


.wall_comment_text_counter_div, .wall_text_counter_div  {
	background: none repeat scroll 0 0 #EEEEEE;
    padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
    width: 100%;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	overflow: hidden;
	color: black;
	float: left;    
    position: relative;
}

.wall_comment_text_counter_div .wall_comment-counter, .wall_text_counter_div .wall-counter  {
	display: inline;
}
.wall_comment_text_counter_div .wall_comment-pretext-buttons, .wall_text_counter_div .wall-pretext-buttons  {
	float: right;
}

.wall_record  .wall_header .wall_voting{
	height: 12px; 
	position: absolute; 
	right:10px; 
	top: 8px; 
	z-index: 100; 
	overflow: hidden;
}

.wall_record  .wall_header .wall_voting a.plus { 
	float:left;
	width: 9px; 
	height: 11px; 
	display: block; 
	overflow: hidden; 
	background: url(../images/comment-voting.gif) no-repeat scroll 0px 0px;
}

.wall_record  .wall_header .wall_voting a.minus { 
	float:right;
	width: 9px;
	height: 11px; 
	display: block; 
	position: relative; 
	top: px; 
	overflow: hidden; 
	background: url(../images/comment-voting.gif) no-repeat scroll -10px 0px; 
}

.wall_record  .wall_header .wall_voting .total { 
	padding:0px 7px;
	float:left;
}

.wall_record  .wall_header .wall_voting a.plus:hover { 
	background: url(../images/comment-voting.gif) no-repeat scroll -40px 0px; 
}
.wall_record  .wall_header .wall_voting a.minus:hover { 
	background: url(../images/comment-voting.gif) no-repeat scroll -70px 0px; 
}

.wall_record  .wall_header .wall_voting.positive .total { 
	color: #390; 
}

.wall_record  .wall_header .wall_voting.negative .total { 
	color: #f00;
}

.wall_record  .wall_header .wall_voting.guest a.plus { 
	width: 9px; 
	height: 11px; 
	display: block; 
	overflow: hidden; 
	background: url(../images/comment-voting.gif) no-repeat scroll 0px 0px;
}

.wall_record  .wall_header .wall_voting.guest a.minus { 
	width: 9px; 
	height: 11px; 
	display: block; 
	overflow: hidden; 
	background: url(../images/comment-voting.gif) no-repeat scroll -10px 0px;
}

.wall_record  .wall_header .wall_voting.voted a.plus, 
.wall_record  .wall_header .wall_voting.voted a.minus, 
.wall_record  .wall_header .wall_voting.guest a.plus, 
.wall_record  .wall_header .wall_voting.guest a.minus { 
	cursor:default; 
}



.wall_record  .wall_header .wall_voting.plus  a.plus {
	width: 9px; 
	height: 11px; 
	display: block; 
	overflow: hidden; 
	background: url(../images/comment-voting.gif) no-repeat scroll -40px 0px; 
}

.wall_record  .wall_header .wall_voting.minus  a.minus { 
	width: 9px; 
	height: 11px; 
	display: block; 
	overflow: hidden; 
	background: url(../images/comment-voting.gif) no-repeat scroll -70px 0px; 
}

.wall_record  .wall_header .wall_voting.minus  a.plus:hover {
	background: url(../images/comment-voting.gif) no-repeat scroll 0px 0px; 
}
.wall_record  .wall_header .wall_voting.plus  a.minus:hover {
	background: url(../images/comment-voting.gif) no-repeat scroll -10px 0px; 
}

.wall_record  .wall_text{
	border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    overflow: hidden;
    padding: 5px;
}

.wall_record  .wall_ramka{
	background: url(../images/comm.png) repeat-x scroll center top transparent;
    height: 6px;
    margin: 0 0 25px;
}

.wall_record.wall_comment  .wall_ramka{
	background: url(../images/comm.png) repeat-x scroll center top transparent;
    height: 6px;
    margin: 0 0 2px;
}

.wall_record  .wall_ramka div {
	background: url(../images/rightcomm.png) no-repeat scroll right top transparent;
    height: 6px;
}

.wall_record  .wall_ramka div div {
	background: url(../images/leftcomm.png) no-repeat scroll left top transparent;
    height: 6px;
}

.wallpagelink a {
	margin:0 4px 0 2px;
	padding: 6px 8px;
	display: block;
	text-align: center;
}

.wallpagelink a:hover{
	background:#70AAE0;
	color:#FFFFFF;
}

ul.wallfeed-stream-content li.wallfeed-even {
	background: none repeat scroll 0 0 #F8F8F8;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
	
	text-align: left;
}

ul.wallfeed-stream-content li.wallfeed-even a.wallfeed-stream-author{
	background: url(../images/icons.gif) no-repeat scroll 0 -108px transparent;
    color: #999999;
    font-weight: bold;
    padding-left: 13px;
    text-decoration: none;
}

ul.wallfeed-stream-content li.wallfeed-even span.wallfeed-stream-comment-icon{
	background: url(../images/comment-list.gif) no-repeat scroll 2px 4px transparent;
    padding-left: 14px;
}

ul.wallfeed-stream-content li.wallfeed-even div.wallfeed-stream-text{
	display: inline;
	color: black;
}

.wallrss {
	color: #FF810C;
    font-size: 11px;
    padding-top: 10px;
    text-align: right;
}
.wallrss a{
	color: #FF810C;
}

