*{
	margin:0;
	padding:0;
	outline:0;
	font-family:Arial, Helvetica, sans-serif;
}
.oh{
	overflow:hidden;
}
.fl{
	float:left;
}
.rm_intro_page_tab{
	margin:10px auto 10px auto;
}
.rm_saving_img{
 position:absolute;top:55%; left:45%; z-index:999; display:none;
}
.fcp_posts_holder{
	border:1px solid #AAA;
	border-radius:3px;
	overflow:hidden;
	height:250px;
}
.fcp_tabs{
	overflow:hidden;
	/*padding:2px 0 2px 2px;*/
	float:left;
	width:15%;
}
.fcp_post_type_tab{
	width:100%;
	padding:5px 0;
	font-size:16px;
	border-bottom:1px solid #AAA;
	border-right:none;
	text-align:center;
	cursor:pointer;
}
.posts_for_connection {
	height:89%;
}
.post_type_posts{
	float:left;
	font-size:14px;
	font-weight:normal;
	border-left:1px solid #BBB;
	width:80%;
	height:100%;
	position:relative;
}
.post_type_posts .post_list{
	padding:5px;
}
.fcp_post_titles{
	max-height:165px;
	overflow:auto;
}
.fcp_post_titles p{
	cursor:pointer;
	margin:2px 0;
	padding:5px;
}
.fcp_post_titles p:hover{
	background:#DDD;
}
.connection_label{
	width:auto;
	text-align:center;
	overflow:hidden;
	border-bottom:1px solid #BBB;
	padding:5px;
}
.connection_label div{
	float:left;
}
.half{
	width:49%;
}
.br{
	border-right:1px solid #BBB;
}
.remove{
	display:inline-block;
	text-align:right;
	float:right;
	cursor:pointer;
}
.connectedn_post_holder{
	max-height:85%;
	overflow-y:auto;
	padding:7px;
}
.connectedn_post_holder li{
	padding:0 5px;
	background:#EEEEEE;
	margin-bottom:3px;
	padding:5px;
}
.hf{
	height:100%
}
.selected_tab{
	background:#DDDDDD;
}
.pagination{
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.pagination .prev,.pagination .next{
	padding:0 20px;
	text-decoration:none;
	font-size:14px;
	color:#444444;
	font-weight:bold;
	position: absolute;
	padding: 0;
	bottom: 0;
}
.pagination .prev{
	left:11px;
}
.pagination .next{
	position: absolute;
	right: 0;
	z-index: 999;
	bottom: 0;
}
.new_conn,.save_data{
	border:none;
	border-radius:3px;
	padding:4px;
	background:#DDD;
	cursor:pointer;
}
.new_conn:hover,.save_data:hover{
	background:#BBB;
}
.loader_img{
	width:100%;
	height:100%;
}
.loader{
	position:absolute;
	top:40%;
	left:45%;
	width:50px;
	height:50px;
	display:none;
}