html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin: 0;
    padding: 0;
}

html {
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

body {
	background: #fff;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	margin: 45px 0 0 52px;
	min-height: 100%;
	max-width: 100%;
	padding: 0;
	word-wrap: break-word;
}

body, html, body button, body input, body select, body textarea {
	font-family: 'Open Sans', Arial, sans-serif;
}

a {
	color: #4d90fe;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #363636;
}

input, button, a {
	outline: none;
}

input[type="button"],input[type="submit"], button, a {
	cursor: pointer;
}

.lcol {
	float: left;
}

.rcol {
	float: right;
}

.clr {
	clear: both;
}

ul.reset,
.reset li {
	list-style: none;
}

.inputcontent {
	/*margin: 0 11px;*/
	position: relative;
}

.inputcontent input,
.inputcontent textarea {
	position: relative;
	padding: 4px 10px;
	width: 100%;
	top: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*left: -11px;*/
}

.inputcontent textarea {
	padding: 10px;
}

.toolbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 52px;
	z-index: 100;
	height: 100%;
	background: #353535;
}

.toolbar li {
	width: 52px;
	background: #353535;
	border-bottom: 1px solid #484848;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.toolbar li:hover {
	background: #4D90FE;
}

.toolbar li:hover a i {
	color: #fff;
	border-color: #fff;
}

.toolbar li a {
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #666666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

.toolbar li.home {
	background: #4D90FE url('../images/logo.png') no-repeat 50% 50%;
	border-bottom: none;
}

.toolbar li.search {
	position: relative;
}

.toolbar li.rss:hover {
	background: #FD9F13;
}

.toolbar li.vk:hover {
	background: #56789C;
}

.toolbar li.facebook:hover {
	background: #3C5B9B;
}

.toolbar li.twitter:hover {
	background: #359BED;
}

.toolbar li.search:hover {
	background: #353535;
}

.toolbar li.home a i {
	color: #fff;
	border-color: #fff;
}

.toolbar li.toup {
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #484848;
	border-bottom: none;
}

.toolbar li a i {
	font-size: 14px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border: 1px solid #666666;
	border-radius: 100px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.toolbar li.menu {
	background: #FEC64D;
	border-bottom: none;
	display: none;
}

.toolbar li.menu a {
	color: #fff;
}

.toolbar li.menu a i {
	font-size: 14px;
	width: auto;
	height: auto;
	line-height: auto;
	border: none;
	border-radius: 0;
}

.main-menu {
	float: left;
	position: relative;
	z-index: 1;
	font-size: 13px;
	display: block;
	margin-left: 24px;
}

@media (min-width: 1030px) {
	.main-menu {
		display: block !important;
	}
}

.main-menu ul {
	margin: 0 0 43px 0;
	list-style: none;
}

.main-menu a {
	color: #888;
}

.main-menu a:hover,
.main-menu a:focus
.main-menu li.title a:hover,
.main-menu li.title a:focus,
.main-menu li a.active {
	color: #4d90fe;
}

.main-menu li.title {
	font-size: 14px;
	margin-bottom: 5px;
}

.main-menu li.title,
.main-menu li.title a {
	color: #363636;
}

.wrapper {
	padding: 0 20px 0 190px;
}

.wrapper-tab {
	display: table;
	width: 100%;
}

.content {
	position: relative;
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
}

.sidebar {
	width: 280px;
	vertical-align: top;
	display: table-cell;
}

.shortstory {
	border-top: 1px solid #E5E5E5;
	padding-bottom: 38px;
	padding-top: 48px;
}

.shortstory.first {
	border-top: none;
	padding-bottom: 38px;
	padding-top: 0;
}

.shortstory h2.title,
.pheading h1,
.pheading h2,
.btitle {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 44px;
	line-height: 44px;
	margin-left: -3px;
}

.btitle {
	font-size: 32px;
}

.shortstory h2.title a {
	color: #363636;
}

.shortstory h2.title a.featured {
	font-size: 10px;
	text-transform: uppercase;
	top: -2px;
	position: relative;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #FEC64D;
	padding: 1px 6px 2px;
	white-space: nowrap;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.shortstory h2.title a.featured:hover {
	color: #fff;
	background: #4D90FE;
}

.shortstory h2.title a:hover {
	color: #4d90fe;
}

.shortstory h2.title .stw-new-featured {
	font-size: 10px;
	text-transform: uppercase;
	top: -2px;
	position: relative;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #FEC64D;
	padding: 1px 6px 2px;
	white-space: nowrap;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.shortstory h2.title .stw-new-featured a {
	font-size: 10px;
	color: #fff;
}

.shortstory h2.title .stw-new-featured a:hover {
	color: #FEC64D;
}

.shortstory h2.title .stw-new-featured:hover {
	background: #4D90FE;
}

.shortstory .story {
	margin: 45px 0 10px;
}

.shortstory a.more {
	background: #4d90fe;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	padding: 0 20px;
	margin: 20px 14px 0 0;
	vertical-align: middle;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.shortstory a.more:hover {
	background: #353535;
	color: #E0E0E0;
}

.shortstory a.more:hover i {
	border-color: #E0E0E0;
}

.shortstory .more i {
	border: 1px solid #fff;
	border-radius: 100px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
}

.shortstory img {
	height: 50px;
	margin: 20px 14px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.shortstory .info,
.fullstory .info {
	text-transform: uppercase;
	font-size: 11px;
	padding: 4px 0 26px;
}

.shortstory .info .bl,
.fullstory .info .bl {
	display: inline-block;
	margin-right: 20px;
	white-space: nowrap;
}

.shortstory .comments {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin-top: 20px;
	white-space: nowrap;
	float: right;
	display: inline-block;
	vertical-align: middle;
}

.shortstory .comments a {
	color: #A6A6A6;
}

.shortstory .comments.comm0 a {
	color: #E0E0E0;
}

.shortstory:hover .comments a {
	color: #4d90fe;
}

.shortstory:hover .comments.comm0 a {
	color: #E0E0E0;
}

.shortstory .comments .fa {
	font-size: 24px;
}

.feedburner {
	background: #91c46c;
	padding: 23px 0;
	display: block;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
}

.feedburner:hover {
	color: #fff;
	background: #FEC64D;
}

.feedburner span {
	display: block;
	font-weight: normal;
	font-size: 12px;
}

.box {
	padding: 24px 20px 0;
}

.sidebar .box {
	background: #F7F7F7;
}

.box-title {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 14px;
}

.box-title .fa {
	margin-right: 2px;
	font-size: 16px;
}

.box-title .fa.fa-newspaper-o {
	font-size: 14px;
}

.listnews {
	list-style: none;
	font-size: 11px;
	color: #888;
}

.listnews a.category {
	color: #888;
	margin-left: 10px;
}

.listnews a.category:hover {
	text-decoration: underline;
}

.listnews li {
	border-bottom: 1px solid #E5E5E5;
	padding: 14px 0;
}

.listnews li:first-child {
	padding: 0 0 14px;
}

.listnews li h4 {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3;
}

.listnews li h4 a {
	color: #363636;
}

.listnews li h4 a:hover {
	color: #4d90fe;
}

.listnews li .story {
	color: #777;
	line-height: 1.5;
	margin: 10px 0;
}

.loginform {
	margin-top: 24px;
}

.loginform .rbtn {
	float: right;
}

.loginform .lbtn,
.loginform .rbtn {
	color: #363636;
	text-transform: uppercase;
	font-size: 13px;
	cursor: pointer;
	display: inline-block;
}

.loginform .lbtn .fa,
.loginform .rbtn .fa {
	color: #b5b5b5;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #b5b5b5;
	border-radius: 100px;
	margin-left: 10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.loginform .lbtn:hover,
.loginform .rbtn:hover,
.loginform .lbtn:hover .fa,
.loginform .rbtn:hover .fa {
	color: #4d90fe;
	border-color: #4d90fe;
}

.loginform .form {
	margin: 14px 0 20px;
	overflow: hidden;
	display: none;
}

.loginform .form #login_name,
.loginform .form #login_password {
	border: 1px solid #E0E0E0;
	margin-bottom: 8px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.loginform .form #login_name:focus,
.loginform .form #login_password:focus {
	border-color: #4d90fe;
}

input.lgsubm,
.lostpass {
	width: 50%;
	text-align: center;
	color: #fff;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

.lgsubm {
	float: left;
	width: 50%;
	padding: 6px 0;
	border: none;
	background: #4d90fe;
}

.lostpass {
	float: right;
	padding: 2px 0;
	background: #FEC64D;
}

.lostpass:hover {
	color: #fff;
}

.sidebar .fa-search {
	font-size: 18px;
	position: absolute;
	left: 50%;
	padding: 0;
	border: none;
	top: -34px;
	margin-left: -9px;
	color: #CFCFCF;
	cursor: pointer;
	background: none;
}

#cse-search-box {
	position: absolute;
	left: 52px;
	top: 0;
	background: #353535;
	height: 52px;
	overflow: hidden;
	width: 0;
}

#cse-search-box .searchfield {
	padding: 5px 26px 5px 10px !important;
	background-position: 8px center !important;
	border: 1px solid #E5E5E5 !important;
	background: #353535 !important;
	border-color: #5C5C5C !important;
	color: #fff;
	width: 164px;
	float: left;
	margin: 10px;
}

#cse-search-box .fa-search {
	position: absolute;
	left: 183px;
	top: 16px;
	background: none;
	border: none;
	color: #999999;
	cursor: pointer;
}

#cse-search-box .fa-search:hover {
	color: #E1E1E1;
}

.miniprofile {
	position: relative;
}

.miniprofile .username {
	text-align: center;
	font-size: 13px;
	line-height: 1.2;
}

.miniprofile .username a {
	color: #363636;
}

.miniprofile .fa-power-off {
	position: absolute;
	top: 0;
	right: 0;
	color: #969696;
}

.miniprofile .fa-power-off:hover {
	color: red;
}

.miniprofile .fa-comments-o {
	position: absolute;
	top: 0;
	font-size: 14px;
	left: 0;
	color: #969696;
}

.miniprofile .fa-comments-o:hover {
	color: #4d90fe;
}

.miniprofile .fa-comments-o sup {
	color: #fff;
	background: #91c46c;
	padding: 1px 2px 1px 3px;
	font-size: 9px;
	font-weight: bold;
	margin-left: 3px;
	border-radius: 100px;
}

.miniprofile .fa-comments-o sup.new0 {
	display: none;
}

.lastcomm li {
    position: relative;
    cursor: pointer;
	list-style: none;
}

.lcommbox {
	position: absolute;
	z-index: 3;
	right: 100%;
	top: 0px;
	padding:10px;
	margin-right: 15px;
	border: 1px solid #c7c7c7;
	background: #fff;
	font-size: 13px;
	color: #555;
	display: none;
}

.lcomment.hover .lcommbox {
	display: block;
}

.lcomment {
	padding: 14px 0;
	border-bottom: 1px solid #E5E5E5;
	color: #888;
	font-size: 13px;
}

.lcomment:first-child {
	padding-top: 0;
}

.lcomment .title {
	line-height: 1.3;
	display: block;
	padding-bottom: 10px;
}

.lcomment a {
	color: #363636;
}

.lcomment .author {
	font-size: 11px;
	display: block;
}

.lcomment.hover a, .lcomment.hover a:hover {
	color: #4d90fe;
}

.lcom_info {
	margin: -9px -9px 10px -9px;
	padding: 10px;
	background: #F7F7F7;
	position: relative;
	color: #555;
	font-size: 13px;
}

.lcom_info span {
	color: #999;
}

.lcom_info .fa-comments {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #4d90fe;
}

.ajaxProgress {
	background:#eee url(../images/loader.gif) no-repeat center center;
	display:block;
	width:40px;
	height:40px;
	margin:10px auto;
	border-radius:10px;
	border:1px solid #ddd;
}

.ias_trigger a {
	box-shadow:inset 0px 1px 0px 0px #fff;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:block;
	color:#777;
	font-weight:bold;
	padding:10px 0;
	text-decoration:none;
	margin-bottom:20px;
	text-shadow:1px 1px 0px #fff;
	text-align:center;
	font-size:14px;
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#eaeaea 100%);
	background: -o-linear-gradient(top,  #f4f4f4 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#eaeaea 100%);
	background: linear-gradient(to bottom,  #f4f4f4 0%,#eaeaea 100%);
}

.ias_trigger a:hover {
	background: #efefef;
	background: -moz-linear-gradient(top,  #efefef 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top,  #efefef 0%,#e0e0e0 100%);
	background: -o-linear-gradient(top,  #efefef 0%,#e0e0e0 100%);
	background: -ms-linear-gradient(top,  #efefef 0%,#e0e0e0 100%);
	background: linear-gradient(to bottom,  #efefef 0%,#e0e0e0 100%);
}

.ias_trigger a:active {
	box-shadow:inset 0 0 5px rgba(0,0,0,.1);
}

.pheading {
	margin-bottom: 24px;
}

.speedbar {
	font-size: 12px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.content.full .speedbar {
	right: 0;
}

.fullstory .story img {
	max-width: 100%;
	margin: 20px 20px 20px 0;
}

.fullstory .share {
	overflow: hidden;
	margin: 20px 0;
}

.vk_btn, .tw_btn, .ya_btn {
	float: left;
}

.fullstory .code_btn {
	float: right;
}

.quote {
	background: #F5F9FF;
	border: 1px solid #4D90FE;
	padding: 20px;
	position: relative;
}

.quote .win,
.ui-icon-closethick {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.quote .win {
	color: #4D90FE;
	position: absolute;
	top: 5px;
	left: 5px;
}

.quote .fa-quote-right {
	color: #4D90FE;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.quote .win:before {
	content: "\f10d";
}

ul.tabs {
	margin: 42px 0 10px;
	display: table;
	width: 100%;
}

ul.tabs li {
	list-style: none;
	display: table-cell;
	padding: 5px 20px;
	background: #F9F9F9;
	border: 1px solid #DBDBDB;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0,0,0,.03);
}

ul.tabs li.select_block1,
ul.tabs li.select_block2 {
	border-right: none;
}

ul.tabs li:hover {
	background: #fff;
}

ul.tabs li.current,
ul.tabs li.current:hover {
	background: #F7F7F7;
	box-shadow: 0 1px 5px rgba(0,0,0,.05) inset;
}

.commblock.block2,
.commblock.block3 {
	display: none;
}

.login-soc-title{display:flex;align-items:center;margin:30px 0 15px 0}
.login-soc-title:before,.login-soc-title:after{content:'';height:1px;background-color:#e3e3e3;flex:1}
.login-soc-title:before{margin-right:15px}
.login-soc-title:after{margin-left:15px}
.login-soc-btns{text-align:center}
.login-soc-btns a{display:inline-block;margin:0 3px;vertical-align:top}
.login-soc-btns img{display:block;width:30px;height:30px;border-radius:50%}

.fieldsubmit-fixstw {
	display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: end;
	    -ms-flex-pack: end;
	            justify-content: flex-end;	
}
.fullstory .fieldsubmit .fbutton {
	/*float: right;
	margin-top: -34px;*/
    margin-right: 3px;
    margin-top: 20px;
	padding: 9px 24px;
	background: #4D90FE;
	color: #fff;
	border: none;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.fullstory .fieldsubmit .fbutton:hover {
	background: #353535;
}

.fullstory .btitle {
	margin: 24px 0 0;
	padding: 18px 0 48px;
	border-top: 1px solid #E5E5E5;
}

.tableform {
	width: 100%;
}

.comment {
	padding: 32px 0;
	border-top: 1px solid #E5E5E5;
	position: relative;
}

.comment .reset {
	position: absolute;
	top: 37px;
	background: #fff;
	right: 0;
	display: none;
}

.comment:hover .reset {
	display: block;
}

.comment .reset li {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}

.comment .reset li a {
	color: #666;
}

.comment .reset li input {
	position: relative;
	bottom: -2px;
}

.comment .avatar {
	float: left;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px solid #e5e5e5;
	margin: 18px 0 0;
	padding: 5px;
}

.comment .avatar span {
	display: block;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	text-align: center;
}

.comment .avatar img {
	width: 70px;
}

.comment .message {
	margin-left: 100px;
}

.comment .info {
	padding-bottom: 14px;
	color: #999;
	text-transform: none;
	font-size: 13px;
}

.comment .info .author {
	font-size: 14px;
	font-weight: bold;
	color: #353535;
	display: inline-block;
	margin-right: 10px;
}

.comment .info .author a {
	color: #353535;
}

.comment .info .fast {
	float: right;
}

.navigation {
	margin: 24px 0;
}

#page_next {
	float: right;
}

.footer {
	background: #353535;
	border-left: 1px solid #484848;
	color: #A6A6A6;
	margin-top: 48px;
	padding: 32px 20px 32px 25px;
	line-height: 1.6;
	overflow: hidden;
}

.footer .tab {
	width: 100%;
	display: table;
}

.footer .block {
	width: 50%;
	display: table-cell;
	vertical-align: bottom;
}

.footer .about div {
	margin-left: 36px;
}

.footer .menu {
	border-right: 1px solid #484848;
}

.footer .menu ul {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
}

.footer .menu li {
	list-style: none;
	margin-right: 36px;
}

.footer .menu li.li {
	padding: 6px 0 0;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.footer .menu li.li:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.footer .menu li a {
	color: #fff;
}

.footer .menu li a:hover {
	text-decoration: underline;
}

.footer .logo {
	display: block;
	margin-bottom: 14px;
	font-size: 28px;
	font-weight: 500;
}

.footer .logo a {
	color: #fff;
}

.footer .menu table {
	text-align: left;
}

.footer .menu table td {
	vertical-align: top;
}

.footer .menu .copyright {
	position: relative;
}

.footer .menu .copyright span {
	position: absolute;
	white-space: nowrap;
	color: #888;
	font-size: 12px;
}

.ui-dialog {
	background: #EAEAEA;
	padding: 8px;
}

.ui-dialog-content,
.ui-dialog-buttonpane {
	background: #fff !important;
	padding: 20px;
	overflow: hidden;
	font-size: 12px;
}

.ui-dialog-buttonpane {
	border-top: 1px solid #E5E5E5;
}

.ui-dialog-buttonset {
	display: table;
	width: 100%;
}

.ui-button {
	display: table-cell;
	background: #4d90fe;
	width: 33%;
	color: #fff;
	border: none;
	padding: 10px 0;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.ui-button:hover {
	background: #FEC64D;
}

.ui-dialog-titlebar {
	background: #F7F7F7;
	padding: 20px;
	cursor: move;
}

/*
.ui-icon-closethick {
	width: 14px;
	height: 14px;
	overflow: hidden;
	position: absolute;
	right: 28px;
	top: 28px;
	color: #555;
}

.ui-icon-closethick:hover {
	color: red;
}

.ui-icon-closethick:before {
	content: "\f00d";
}
*/

.userinfo .rcol {
	float: none;
	margin-left: 120px;
}

.userinfo .rcol ul {
	list-style: none;
}

#loading-layer {
	background: rgba(0,0,0,.4);
	padding: 20px 50px;
	color: #fff;
}

ul.tabs.pmtab li {
	padding: 0;
}

.pmtab li a {
	padding: 5px;
	display: block;
	text-align: center;
	color: #363636;
}


.pmtab li a:hover {
	color: #4d90fe;
}

table.pm td.pm_head {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 10px 0 5px;
}

table.pm td {
	text-align: left;
}

table.pm td.pm_list {
	padding: 3px 0;
	border-bottom: 1px solid #F0F0F0;
}

.pm_status_head {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 21px;
}

.pm_status_content {
	font-size: 12px;
	color: #7D7D7D;
}

.pm_progress_bar {
	padding: 1px;
	border: 1px solid #E5E5E5;
	margin: 5px 0;
}

.pm_progress_bar span {
	background: #4D90FE;
	display: block;
	text-align: center;
	font-size: 10px;
	color: #fff;
	height: 11px;
	line-height: 10px;
}

.bcomment .dtop {
	font-size: 12px;
	line-height: 1.7;
	overflow: hidden;
	margin: 20px 0;
}

.bcomment .dtop .lcol {
	margin-right: 20px;
}

.attachment {
	background: url('../images/attach.png') no-repeat 101% 29px #F5F5F5;
	border: 1px solid #E5E5E5;
	height: 60px;
	display: block;
	position: relative;
	margin-top: 10px;
}

.attachment:hover {
	border-color: #0F9D58;
}

.attachment .title {
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: green;
	margin: 10px;
	position: relative;
	background: url('../images/attach.png') no-repeat 0 -32px;
	padding-left: 22px;
	line-height: 18px;
	font-family: Sans-serif;
}

.attachment .title:hover {
	text-decoration: underline;
}

.attachment .size,
.attachment .downloads {
	display: block;
	color: #9f9e9e;
	font-size: 10px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	left: 32px;
}

.attachment .size {
	bottom: 8px;
}

.attachment .downloads {
	bottom: -5px;
}

.counters {
	float: right;
	margin: 10px 0 0;
}

.counters li {
	float: left;
	opacity: 0.5;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.counters li:hover {
	opacity: 1;
}

.related {
	margin-top: 10px;
}

.related .btitle {
	padding-bottom: 20px;
}

.related .item {
	border-bottom: 1px solid #E5E5E5;
	margin: 10px 0;
	padding: 10px 0;
}

.related .item:last-child {
	border-bottom: none;
}

.related .item .title {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #363636;
	line-height: 16px;
}

.related .item .title:hover {
	color: #4d90fe;
}

.related .item span {
	display: block;
	font-size: 12px;
	color: #888;
}

.related .item span a {
	color: #888;
}

.related .item span a:hover {
	text-decoration: underline;
}

.ctrl {
	border: 0.15em #fff outset;
	outline: 1px solid #bbb;
	background: #ddd;
	padding: 0 4px 1px;
	margin: 0 3px;
	line-height: 1.5em;
	font-family: inherit;
	font-size: 0.85em;
	white-space: nowrap;
}

#txtselect_marker {
	display: none;
}
