/*
* @name CB_notice_board 1.01
* Created By Guarneri Iacopo
* http://www.iacopo-guarneri.me/
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
*/

.notice_board_txt{
	width:400px;
	height:60px;
	float:left;
	max-width:100%;
}
.div_form{
	height:0px; 
	overflow:hidden;
	clear:both;
}
.stile_form{
	padding:10px 0 20px 0;
}
.stile_form form{
	clear: both;
	overflow: hidden;
}
.div_comment{
	height:0px; 
	overflow:hidden;
}
.stile_comment{
	overflow:auto;
	margin-left:100px;
	height:300px;
}
.commenti_pari{
	background-color: #d7dfea;
	
	/*border: 1px solid #b6b6b6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	
	padding:15px;
	overflow:hidden;
}
.commenti_dispari{
	background-color: #f2f2f2;
	
	/*border: 1px solid #b6b6b6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	
	padding:15px;
	overflow:hidden;
}
.notice_board_comment,.notice_board_mostra,.repo_button,.notice_board_share{
	background:transparent;
	border:none;
	color:#5d7baf;
	float:left;
	margin-right:15px;
	text-decoration:underline;
	font-size:11px;
	cursor:pointer;
	box-shadow: none;
	line-height: 1
}
.repo_button,.notice_board_share{
	margin-top:-2px;
}
.notice_board_comment{
	clear: left;
}
.repo_button{
	margin-top:-1px;
}
.invia_button, .paginazione{
	background-color:#5d7baf;
	border:1px solid #183770;
	color:#fff !important;
	font-weight:bold;
	padding:5px 7px;
	margin-left:10px;
	text-decoration:none;
	float:left;
}
.paginazione a:hover, .invia_button:hover, .close:hover{
	background:#095197;
}
#paginazione_cont{
	text-align:center;
	height:20px;
	padding-top:15px;
}
.close{
	float:right; 
	font-weight:bold; 
	color:#adadad !important; 
	text-decoration:none;
	width:15px;
	height:15x;
	text-align:center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border:0px;
	background:transparent;
}
.editor_cont{
	width:100%;
	/*height:20px;*/
}
.ins_link{
	background-image:url("images/icona_url.png"); 
	width:18px; 
	height:18px; 
	float:left;
	margin-right:5px;
	cursor:pointer;
}
.ins_video{
	background-image:url("images/icona_video.png"); 
	width:18px; 
	height:18px; 
	float:left;
	margin-right:5px;
	cursor:pointer;
	margin-right:30px;
}
.ins_img{
	background-image:url("images/icona_image.png"); 
	width:18px; 
	height:18px; 
	float:left;
	margin-right:5px;
	cursor:pointer;
}
.user_img{
	max-width:420px;
	max-height:315px;
}
.like{
	width:25px;
	height:25px;
	display:block;
	background-repeat:no-repeat;
	background-size:auto 100%;
	padding-left:30px;
	line-height:24px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	color: #333399;
	
	border:1px solid #333399;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.like.piace{
	background-image:url(images/Like.png);
}
.like.nopiace{
	background-image:url(images/Unlike.png);
}
.load_insert{
	position:absolute;
	margin:35px 0 0 5px;
	background-image:url(images/load.gif);
	width:16px;
	height:16px;
}
.avatar_da{
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.ins_smile, .smile{
	width:18px; 
	height:18px; 
	display:inline-block;
	cursor:pointer;
}
.ins_smile1{
	background-image:url("images/smiley-smile.gif"); 
}
.ins_smile2{
	background-image:url("images/smiley-laughing.gif"); 
}
.ins_smile3{
	background-image:url("images/smiley-kiss.gif"); 
}
.ins_smile4{
	background-image:url("images/smiley-wink.gif"); 
}
.ins_smile5{
	background-image:url("images/smiley-cool.gif"); 
}
.ins_smile6{
	background-image:url("images/smiley-tongue-out.gif"); 
}
.ins_smile7{
	background-image:url("images/smiley-embarassed.gif"); 
}
.ins_smile8{
	background-image:url("images/smiley-undecided.gif"); 
}
.ins_smile9{
	background-image:url("images/smiley-surprised.gif"); 
}
.ins_smile10{
	background-image:url("images/smiley-innocent.gif"); 
}
.ins_smile11{
	background-image:url("images/smiley-frown.gif"); 
}
.ins_smile12{
	background-image:url("images/smiley-cry.gif"); 
}
.ins_smile13{
	background-image:url("images/smiley-yell.gif"); 
}
#notice_board_comment_form_0{
	min-height:100px;
	margin-bottom:10px;
}
#ins_img_panel{
	position:absolute;
	background:#EEEEEE;
	z-index:2147483647;
	padding:15px;
	width:430px;
	height:135px;
	cursor:auto;
	
	border:2px solid #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#ins_img_panel iframe{
	border:none;
	background:#eee;
}
#close_img_panel{
	width:14px;
	height:17px;
	background:#555;
	color:#ddd;
	font-weight:bold;
	margin:-24px 0 0 -24px;
	padding:1px 0 0 5px;
	border:2px solid #bbb;
	cursor:pointer;
	
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
#img_panel_load{
	background-image:url("images/load.gif");
	width:16px;
	height:16px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-8px 0 0 -8px;
}
#like_tooltip{
	position:absolute;
	background:#000;
	background:rgba(0,0,0,0.8);
	color:#fff;
	z-index:2147483647;
	padding:7px;
	font-size:11px;
}