﻿
/*  дизайн для дискуссий на стене */
.block_disc
{
border:solid 1px #CCCCCC;
padding:12px; 
margin:2px;
}

.disc_header
{
 font-weight :bold;
  margin-bottom:20px;
  margin-left:4px;
}


.sb_comment
{
    border-top: solid 1px #CCCCCC;
    padding: 4px;
    margin-top: 18px;
    margin-bottom: 2px;
    
  

}

.sb_comment .pCommon
{ 
float:left;
     background-image: url('images/icons/about.png');
     background-repeat: no-repeat;
     width:24px;
     height:24px;
     margin-right:7px;
}

.sb_comment .pHiddenMessage
{ 
float:left;
     background-image: url('images/icons/user1_lock.png');
     background-repeat: no-repeat;
     width:24px;
     height:24px;
     margin-right:7px;
}

.sb_comment .pQuestion
{ 
float:left;
     background-image: url('images/icons/help2.png');
     background-repeat: no-repeat;
     width:24px;
     height:24px;
     margin-right:7px;
}

.sb_comment .pIsHidden
{ 
float:left;
     background-image: url('images/icons/error2.png');
     background-repeat: no-repeat;
     width:24px;
     height:24px;
     margin-right:7px;
}



.sb_comment .pSuggestion
{ 
float:left;
     background-image: url('images/icons/lightbulb_on.png');
     background-repeat: no-repeat;
     width:24px;
     height:24px;
     margin-right:7px;
}

.sb_comment .pAdmAnswer
{ 
float:left;
     background-image: url('images/icons/user_headset.png');
     background-repeat: no-repeat;
     width:24px;
     height:24px;
     margin-right:7px;
}

.sb_comment .pAnswer
{ 
float:left;
     background-image: url('images/icons/lifebelt.png');
     background-repeat: no-repeat;
     width:24px;
     height:24px;
     margin-right:7px;
}

.sb_comment_header
{
	margin-bottom:4px; 
}

.sb_comment_user
{


	
}
.sb_comment_actions
{
	float:right;
	width:150px;
	text-align :right;
	position: relative;
	font-size:11px;
}

.sb_comment_body
{
margin-left:30px;
}

.user_link:link, .user_link:visited
{
	color: #0033DD;
}

.addEditTable
{
 padding-top :10px;
}
