.breadcrumb{
    background-color: #f5f5f5;
	list-style-type: none;
	padding: 7px;	
	margin: 7px 1px;
	min-height: 22px;
}
.breadcrumb li{
	display: block;
	float: left;
	padding: 3px 8px;
}
.breadcrumb li a{
	color: #ff6600;
}
.p-left{
	float: left;
}
.p-right{
	float: right;
}
.forum-table{
	width: 100%;
	margin-bottom: 8px;
}
.forum-table thead div{
	background-image: url('/img/bgb.png');
	height: 40px;
	border-radius: 5px 5px 0px 0px;
	line-height: 40px;
	font-weight: bold;
}
.forum-table thead a{
	color: #ffffff;
	padding: 0px 10px;
	display: block;
}
.forum-table tbody{
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.forum-table tbody tr{
	border-bottom: 1px solid #DDDDDD;
}
.forum-table tbody td{
	padding: 5px 5px 0px 5px;
	border-right: 1px solid #DDDDDD;
}
.forum-table tbody td p{
	font-size: 12px;
	color: #555555;
}
.forum-table tbody td a{
	color: #000000;
}
.forum-table tfoot{
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-radius: 0px 0px 4px 4px;
}
.forum-table tfoot .tfoot{
	padding: 10px;
}
.col0{
	width: 50px;
}
.col2{
	width: 15%;
}
.col3{
	width: 25%;
}
.pinned{
	border-radius: 4px;
	background-color: #33a91f;
	padding: 1px 7px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
}
.forum-close{
	width: 40px;
	height: 40px;
	display: block;
	margin:0px 0px 0px 0;
	background-image: url(/img/forum/closed.png);
	background-repeat: no-repeat;
}
.forum-comments{
	width: 40px;
	height: 40px;
	display: block;
	margin:0px 0px 0px 0;
	background-image: url(/img/forum/commentsico.png);
	background-repeat: no-repeat;
}
.forum-profile-image{
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background-size: 140% auto;
	background-repeat: no-repeat;
	border: 1px solid #DDDDDD;
	background-position: center center;
}

.forum-tr-login-name{
	height: 30px;
	line-height: 30px;
	background-color: #DDDDDD;
	border-bottom: 1px solid #eeeeee;
}
.forum-tr-login-name div{
	padding: 0px 10px;
}

.forum-profile-user{
	float: left;
	padding-left: 6px;
}
.ncol1{
	width: 130px;
	vertical-align: top;
}
.ncol1 .avatar-wrapper{
	width: 80px;
	height: 82px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	overflow: hidden;
	background-position: center center;
}
.ncol2{
	vertical-align: top;
	min-height: 100px !important;
}
.ncol2txt{
	margin: 10px;
	min-height: 100px;
}
.main-content2{
	border-top: 3px solid #878787;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 0px !important;
}
.avatar-wrapper2{
  float: left;
  width:40px;
  height: 42px;
  overflow: hidden;
  margin-right: 2px;
  background-repeat: no-repeat;
  background-position: center center;
}
.wysihtml5-sandbox{
	width: 100% !important;
	height: 180px !important;
}
.no-border, .no-border td, .no-border tr, .no-border tbody{
	border: 0px !important;
	font-size: 12px;
}
.no-border2{
	border: 0px !important;
}
.user-post-count{
	clear: both;
	font-size: 12px;
	text-align: center;
	padding: 4px 0px;
}
.user-post-gender{
	clear: both;
	font-size: 12px;
	text-align: center;
	padding: 2px 0px;
}
.user-post-town{
	clear: both;
	font-size: 12px;
	text-align: center;
	padding: 2px 0px;
}
.forum-date{
	color: #898989;
	font-size: 12px;
}
.forum-abuse{
	color: #4c4c4c;
	font-size: 12px;
	cursor: pointer;
	padding: 2px 5px 2px 16px !important;
	margin-right: 4px;
	background-image: url('/img/ico-abuse.png');
	background-repeat: no-repeat;
	background-position: 1px 6px;
	border-radius: 3px;
	border: 1px solid #c0c0c0;
	line-height: 21px;
}
.forum-quote{
	color: #4c4c4c;
	font-size: 12px;
	cursor: pointer;
	padding: 2px 5px 2px 16px !important;
	margin-right: 4px;
	background-image: url('/img/ico-quote.png');
	background-repeat: no-repeat;
	background-position: 1px 6px;
	border-radius: 3px;
	border: 1px solid #c0c0c0;
	line-height: 21px;
}
.forum-edit{
	color: #4c4c4c;
	font-size: 12px;
	cursor: pointer;
	padding: 2px 5px 2px 16px !important;
	margin-right: 4px;
	background-image: url('/img/ico-edit.png');
	background-repeat: no-repeat;
	background-position: 1px 6px;
	border-radius: 3px;
	border: 1px solid #c0c0c0;
	line-height: 21px;
}

.menu-forum{
	margin-left: 20px;
}
.forum-li{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.forum-li li{
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	clear: both;
	position: relative;
	overflow: hidden;
}
.forum-li li .forum-home-title{
	padding-left: 7px;
	left: 40px;
	position: absolute;
}
.forum-li li .forum-home-title a{
	color: #000000;
}
.forum-li li .forum-home-title{
	padding-left: 7px;
	float: left;
}
.forum-li li .forum-home-date{
	font-weight: normal;
	font-size: 11px;
}
.author-public-profile{
	border-radius: 0px 10px 0px 10px;
}
.author-gallery{
	border-radius: 0px 10px 0px 10px;
}
.author-thumb img:hover{
	opacity: 1 !important;
}
a.prof-img-gallery{
	color: #ffffff !important;
}
.author-name{
	line-height: 18px;
	margin-bottom: 0px !important;
}
.author-pre{
	font-size: 13px;
}
.author-name a{
	color: #000000;
	font-size: 16px;
}
.author-bio{
	line-height: 25px;
	font-size: 13px;
}
.mag-content-left{
	padding-right: 0px;
}
.terms-of-use, a.terms-of-use{
	color: #000000 !important;
}
.user_rel::before{
	padding: 0px !important;
	content: none !important;
}
.user_rel select{
	padding: 0px !important;
	content: none !important;
	font-size: 12px !important;
	height: 25px;
}
blockquote {
  font-size: 15px;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

ul.wysihtml5-toolbar {
	margin: 8px 0px 0px 0px;
	padding: 0;
	display: block;
}

ul.wysihtml5-toolbar::after {
	clear: both;
	display: table;
	content: "";
}

ul.wysihtml5-toolbar > li {
	float: left;
	display: list-item;
	list-style: none;
	margin: 0 5px 10px 0;
}
ul.wysihtml5-toolbar > li > .btn-group > a {
	margin-right: 0px;
	border-radius: 0px;
	height: 26px;
	min-width: 20px;
	line-height: 26px;
}
ul.wysihtml5-toolbar > li > .btn-group > a > i {
	width: 14px;
	height: 11px;
	display: inline-block;
}
ul.wysihtml5-toolbar > li > .btn-group a:nth-child(1){
	border-radius: 4px 0px 0px 4px;
}
ul.wysihtml5-toolbar > li > .btn-group a:nth-last-child(1){
	border-radius: 0px 4px 4px 0px;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command="bold"] {
  font-weight: bold;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command="italic"] {
  text-decoration: italic;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command="underline"] {
  text-decoration: underline;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command="insertUnorderedList"] i{
  background-image: url('/img/wysed/1.png');
  background-repat: no-repeat;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command="insertOrderedList"] i{
  background-image: url('/img/wysed/2.png');
  background-repat: no-repeat;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command="Outdent"] i{
  background-image: url('/img/wysed/3.png');
  background-repat: no-repeat;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command="Indent"] i{
  background-image: url('/img/wysed/4.png');
  background-repat: no-reepat;
}
.wysihtml5-sandbox b{
	font-weight: 2000;
}