body, #wrapper {
	margin:0;
	padding:0;
	/*background: transparent;*/
	font-family: "tahoma", "arial", "verdana", sans-serif, "Lucida Sans";
	font-size: 11px;
}

/*
@media screen { body, #wrapper { font-size: 11px; } }
@media handheld { body, #wrapper { font-size: 20px; } }
*/
/*html
{
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}*/
html, body {
	height: auto;
}

img {
	border: none;
}

label, details {
	cursor: pointer;
}

#stext, summary {
	outline: none;
}

a {
	color: #008fd0;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

input, textarea {
	font-family: "tahoma", "arial", "verdana", sans-serif, "Lucida Sans";
}

#header{
	height: 49px;
	/*height: 103px;*/
	width: 100%;
	background-color: #005797;
	background-image: url(/style/images/top-head.png);
}

.logo {
	background: url(/style/images/logo_new.png) no-repeat 15px 7px;
	height: 49px;
	/*width: 142px;*/
	width: 100%;
	text-indent: -9999px;
}

.logo a { 
	display: block;
	height: 100%;
	height: 49px;
	width: 142px;
	padding: 0 0 0 15px;
}

/*
.placeholder {
	color: #777;
	font-family: "Arial";
	font-size: 13px;
}
*/
.search_placeholder {
	padding-top: 1px;
	padding-left: 2px;
}

#show_full_info {
	display: block;
	text-decoration: underline;
	cursor: pointer;
}

#header_left {
	width: 230px;	/*230*/
	height: 49px;
	white-space: nowrap;
	position: relative;
	float:left;
	margin: 0;
	padding: 0;
}

#header_left .user_name {
	float:left;
	color: #e7e7e7;
	font-weight: bold;
	margin: 15px;	
	overflow: hidden;
}

#header_right {
	float: right;
	text-align: left;
	width: 670px; /*670*/
}


#header_right .search {
	height: 19px;
	width: 163px;
	float: right;
	margin-top: 15px;
	border: 1px solid #444444;
	cursor: pointer;	
	background: #c4d8e7 url(/style/images/search.png) no-repeat 147px center;
	
}

#header_right .search input{
	font-size: 11px;
	background: transparent;
	border: none;
	width: 137px;
	padding-left: 5px;
	height: 18px;
	color: #000;
}

.hint {
	max-width: 470px;
	overflow: hidden;
	background: #1967a1;
	font-size: 11px;
	line-height: 20px;
	margin: 15px 0 0;
	padding: 1px 10px 0;
	float: left;
	letter-spacing: 0px;
}

.hint img {
	vertical-align: middle;
}

.nav_header {
	height: 28px;
	background-image: url(/style/images/header-nav.png);
	background-repeat: repeat-x;
	width: 100%;
	clear: both;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
}

.nav_header_center {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

#head {
	width: 900px;
	margin: 0 auto;
	color: #fff;
	height:47px;
}

#prehead {
	width: 900px;
	margin: 0 auto;
	color: #fff;
	background-color:#50b400;
	font-size:120%;
	text-align:center;
	padding: 3px 0;
	/*border: 1px solid #50b450;*/
	border-radius:3px;
	/*height:47px;*/
}

#wrapper {
	width: 900px;
	margin: 0 auto;	
}

.wr {
	background-image: url(/style/images/header-shape.png);
	background-repeat: repeat-x;
	/*height: 4px;*/
}

#sidebar {
	float: left;
	width: 230px;
	max-width: 230px;
	/*position: relative;*/
	background: #e5e5e5 url(/style/images/header-shape.png) repeat-x;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;	
	margin-bottom: 14px;
}

#user_photo {}
#user_photo img {}

.gallery {
	width: 200px;
	max-width: 200px;
	margin-bottom: -2px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.gallery-list {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.gallery-list li {
	display: none;
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	margin: 0;
	padding: 0;
}
.gallery-list .active {
	position: relative;
	display: block;
	z-index: 20;
	margin: 0;
	padding: 0;
}
.gallery-list img {
	max-width: 200px;
}

.sidebar_wrap {
	width: 200px;
	/*text-align: center;*/
    /*margin: 15px auto;*/
	margin: 15px;
}

.user_rating {
	height: 19px;
	border-top: 1px solid #005797;
	border-bottom: 1px solid #005797;
	line-height: 19px;
	font-weight: bold;
	color: #fff;
	/*background-color: #24aff6;*/
	background-image: url(/style/images/rating-bg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
}

.buttons {
	/*background: #e0f3fc;*/
	background: #fff;
	/*height: 90px;*/
	clear: both;
	padding: 10px 10px 4px 10px;

}

.user_info{
	/*background-color: #c3eafd;*/
	background: #f2f2f2;
	padding: 10px;
	text-align: left;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

span.h {
	clear: both;
	font-weight: bold;
	display: block;
}

.karma, .attitude {
	margin-top: 10px;
}

.user_info {
	margin-bottom: 10px;
	overflow: hidden;
}
.info {
	overflow: hidden;
}

.attitude a {
	color: #000;
}

.attitude a.voted {
	text-decoration: underline;
	cursor: default;
}


.friend_follow a {
	color: #fff;
	text-decoration: none;
}

.friend_follow {
	width: 175px;
	height: 24px;
	background: #00a9ff;
	text-align: center;
	line-height: 24px;
	color: #fff;
	margin: 0 0 6px 3px;
	border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
}

.friend_follow:hover {
	background-color: #33baff;
}

.friend_follow.ignore {
	background-color: #d05353;
}

.friend_follow.ignore:hover {
	background-color: #e06363;
}

.username_wrap {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.username {
	margin: 0 auto;
	height: 18px;
	line-height: 18px;
	margin-bottom: 5px;
	font-size: 14px;
}

.username.online {
	background-image: url(/style/images/user-online.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 15px;
}

ul.header {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.header li {
	float: left;
	line-height: 28px;
	max-height: 28px;
	cursor: pointer;
}

ul.header li:hover {
	color: #000;
	background: #11abf9;
}

ul.header li.active {
	background: #005797;
} 

ul.header li a{
	color: #fff;
	margin: 0 15px;
	display: block;
	font-size: 13px;
	max-height: 28px;
}

ul.header a:hover {
	text-decoration: none;
}

ul.header li span.count_highlight{
	height: auto;
	display: inline;
}

.main-holder{
	background:#e0f3fc;
	overflow:hidden;
	padding:10px 10px 11px 13px;
	margin: 0;
	margin-top: 20px;
}

.full_content {
	width: 100%;
	overflow:hidden;
	float:right;
	background: #fff url(/style/images/header-shape.png) repeat-x;
	margin-bottom: 25px;	
}

#content {
	margin: 20px 0 0 15px;
}


.sidebar_wrap .social {
	background: #f2f2f2;
	margin:0;
	padding:0;
	padding-left: 5px;
	border-radius:3px;
}

.sidebar_wrap .social p {
	margin: 15px 0 0 5px;
	padding-top: 5px;
	font-weight: bold;
	color: #004474;
}

.menu-profile {
	margin: 5px 0;
	display: flex;
	flex-flow: row wrap;
}

.flex-break {
	display: block;
	flex-basis: 100%;
	height: 0;
}

.menu-profile span {
	background: #00a9ff;	
	padding: 5px 0;	
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
	cursor: pointer;
}

.menu-profile span:hover {
	background-color: #33baff;	
}

.menu-profile span a {
	color: #fff;
	padding: 5px 7px;
}

.menu-profile span.active {
	background-color: #005797;
}

.menu-profile span.mod {
	background-color: #e080a0;
}
.menu-profile span.mod:hover {
	background-color: #e890b0;
}
.menu-profile span.mod.active {
	background-color: #d06080;
}

.menu-profile span.tab_noname {
	background-color: #80b090;
}
.menu-profile span.tab_noname.active {
	background-color: #609080;
}
.menu-profile span.tab_noname:hover {
	background-color: #80c090;
}

.menu-profile a:hover {
	text-decoration: none;
}

.comments_holder {
	clear: both;
	margin-top: 20px;		
}

.textarea {
	border: 1px solid #c0c0c0;	
}

.comments_holder textarea {
	border: none;
	resize: vertical;
	width: 641px;
	height: 67px;
	min-height: 67px;
	padding: 5px;
	font-family: "Tahoma";
}

.comment_focus {
	border: 1px solid #00a9ff !important;
}

.opct {
	opacity: 0.5;
}

ul.cl {
	list-style-type: disc !important; 
}

#comment_message {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	outline: none;
	color: #000;
}
/*#comment_message.placeholder {
	color: #777;
}*/

.comments-box {
	width: 655px;
	height: 23px;
	background: #f2f2f2;
	border-bottom-left-radius: 3px;
	margin: 0;
	padding: 0;
	outline-style: none;
}

.button-send {
	width: 140px;
	float: right;
	background: #005797;
	color: #fff;
	text-align: center;
	height: 23px;
	line-height: 23px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
	border: none;
	font-size: 12px;	
	margin: 0;
	padding: 0;	
}

.button-send:hover {
	opacity: 0.8;
}

.select-type {
	padding: 0px;
}

.select-type ul {
	float: left;
	font-size: 11px;
	list-style-type: none;
	margin: 5px 0px;
	padding: 5px;
}

.select-type li {
	display: inline;
}
/*
.edit_wrap a {
	color: #576797;
}*/

.edit_wrap span{ 
	font-size: 11px;
	vertical-align: middle;
	line-height: 11px;
}

.fl_r { 
	float: right;
}
.fl_l { 
	float: left;
}

.aditional {
	clear: both;
	margin: 0 15px 5px 20px;
	padding-top: 5px;
	position: relative;
	display: block;
}

.rel_date2 {
	padding: 5px 0;
	color: #aaaaaa;
	width: 150px;
	background: #efe;
}

.comment_row .edit_box2 {
	float: right;
	display: none;
}

.comments {
	clear: both;
	margin-top: 25px;
	margin-left: 5px;
}

#comments {
	clear: both;
	margin-top: 20px;
}

.comment_type {
	width: 12px;
	height: 12px;
	float: left;
	border-radius: 3px;
	background: #9d9d9d;
	margin-top: 2px;
}

.comment_row {
	clear: both;
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	display: block;
}
.comment_row.banned
{
	background: linear-gradient(to right, #E8E8E8 0%, transparent 50%, #E8E8E8 100%);
}


.comment_type.positive {
	background: #31b63a;
}

.comment_type.negative {
	background: #eb2c1f
}

.comment_text {
	/*float: left;*/
	overflow: hidden;
	font-size: 12px;
	width: 100%;
}
.comment_text:focus {
	outline: none;
}
.comment_text .claim_icon {
	/*margin-top: -1px;*/
	margin: 0 2px;
	display: inline-block;
	float: right;
}
.photo .claim_icon {
	vertical-align: bottom;
}

.comment_row.hidden, .comment_row.hidden .name {
	color: #858585;
}
.comment_row.deleted {
	background-color: #f2f2f5;
	border-left: 4px solid #ffd0d0;
	border-radius: 4px;
}
.comment_row.deleted:target
{
	background-color: #f8f8f0;
	border: 1px solid #e0c0c0;
	border-left: 4px solid #ffd0d0;
	border-radius: 5px;
}
.comment_row.claimed {
	background-color: #fffdfa;
	border-right: 4px solid #ffe8d4;
	border-radius: 4px;
}


.comment_row .info {
	margin-left: 20px;
	position: relative;
}

.rel_date {
	clear: both;
	color: #aaaaaa;
	font-size: 11px;
}

/*.rel_date a {
	color: #5c5c60;
}*/

.hidden_comment {
	font-size: 11px;
	margin-left: 5px;
	color: #000;
}

.comment_row .edit_box {
	float: right;
	display: none;
}

.aditional img, .edit_box a {
	vertical-align: middle;
}

.comment_row .name {
	clear: both;
	padding: 5px 0;
	color: #005078;
}

.comment_row .name span {
	font-weight: bold;
}

.comment_row .name time {
	font-weight: normal;
	color: #aaa;
	font-size: 11px;
}

.comment_row .claim {
	float: right;
	display: none;
}

.comment_row .deleted {
	clear: both;
	padding: 5px 0;
	color: #a05040;
	font-style: italic;
}


.pager { 
	clear: left;
	position: relative;
	height: 32px;
	line-height: 32px;
	background: #f2f2f2;
}

.paging {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 7px 0 0 6px;
	height: 18px;
	line-height: 18px;
}

.paging li { 
	float: left;
	padding: 0;
	margin: 0 5px;
}

.pager .paging span {
	font-weight: bold;
}

.pager .paging a:hover {
	background-color: #bee1ff;
	text-decoration: none;
	padding: 0 5px;
}

.pager .paging a {
	float: left;
	padding: 0 5px;
	overflow: hidden;
	text-align: center;
	height: 18px;
	line-height: 18px;
}

#page_layout {
	width: 670px;
	min-height: 600px;
	overflow:hidden;
	float:right;
	background: #fff url(/style/images/header-shape.png) repeat-x;
	margin-bottom: 25px;	
}

.clear {
	clear: both;
	float: none;
}

.note .score {
	margin-top: 5px;
}

.photo.score {
	margin-top: 15px;
}

.score {
	float:right;
	position:relative;
	padding-right:32px;
	margin-top:2px;
	margin-right:0px;
	margin-left: 5px;
}

.score .plus {
	width:12px;
	height:12px;
	display:block;
	position:absolute;
	right:0;
	top:2px;
}
.score .minus, .score .edit {
	width:12px;
	height:12px;
	display:block;
	position:absolute;
	right:16px;
	top:2px;
}

.score a.plus {
	background:url(/style/images/icons_vote_comments1.png) no-repeat right top;
}
.score a.minus {
	background:url(/style/images/icons_vote_comments1.png) no-repeat left top;
}
.score a:hover.plus {
	background:url(/style/images/icons_vote_comments1.png) no-repeat right -12px;
}
.score a:hover.minus {
	background:url(/style/images/icons_vote_comments1.png) no-repeat left -12px;
}
.score span.plus {
	background:url(/style/images/icons_vote_comments1.png) no-repeat  right bottom;
}
.score span.minus {
	background:url(/style/images/icons_vote_comments1.png) no-repeat  left bottom;
}
.score.cant_vote .plus, .score.cant_vote .minus {
	cursor: default;
}
.score.cant_vote a.plus {
	background:url(/style/images/icons_vote_comments1.png) no-repeat  right -24px;
}
.score.cant_vote span.plus {
	background:url(/style/images/icons_vote_comments1.png) no-repeat  right -24px;
}
.score.cant_vote a.minus {
	background:url(/style/images/icons_vote_comments1.png) no-repeat  left bottom;
}
.score.cant_vote span.minus {
	background:url(/style/images/icons_vote_comments1.png) no-repeat  left bottom;
}
.score a.plus.voted {
	background:url(/style/images/icons_vote_comments1.png) no-repeat  right -24px;
	cursor: default;
}
.score a.minus.voted {
	background:url(/style/images/icons_vote_comments1.png) no-repeat  left bottom;
	cursor: default;
}

.score .mark {
	float:left;
	color:#A9A9A9;
	font-weight:bold;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.score .mark span {
	color:#A9A9A9;
}
.score .mark a {
	text-decoration:none;
	color:#A9A9A9;
}
.score .mark.positive span {
	color:#005797;
}
.score .mark.negative span {
	color:#CC0000;
}
.pstv {
	background: #31b63a;
}
.ngtv {
	background: #eb2c1f;
}

.type-box input {
	z-index: 0;
	position: absolute;
	left: -50px;
}

.type-box {
	padding-top: 4px;
	width: 350px;
	float: left;
}

.comments-box label.type-negative {
	background: url(/style/images/radio-negative.png) no-repeat 7px 5px;
	cursor: pointer;
	line-height: 12px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-right: 7px;
	padding-left: 23px;	
}

.comments-box label.type-positive {
	background: url(/style/images/radio-positive.png) no-repeat 7px 5px;
	cursor: pointer;
	line-height: 12px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-right: 7px;
	padding-left: 23px;	
}

.comments-box label.type-neutral {
	background: url(/style/images/radio-neutral.png) no-repeat 7px 5px;
	cursor: pointer;
	line-height: 12px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-right: 7px;
	padding-left: 23px;	
}

.comments-box label:hover {
	background-color: #f8f8f8;
}

.comments-box label.type-negative.checked {
	background: url(/style/images/radio-negative-ch.png) no-repeat 0 1px;
	cursor: pointer;
	padding-left: 16px;
	line-height: 12px;
	margin-right: 10px;
	z-index: 100;
}

.comments-box label.type-positive.checked {
	background: url(/style/images/radio-positive-ch.png) no-repeat 0 1px;
	cursor: pointer;
	padding-left: 16px;
	line-height: 12px;
	margin: -5px 10px 0 0;
}

.comments-box label.type-neutral.checked {
	background: url(/style/images/radio-neutral-ch.png) no-repeat 0 1px;
	cursor: pointer;
	padding-left: 16px;
	line-height: 12px;
	margin-right: 10px;
}

#sign-comment {
	float: right;
	margin-top: 5px;
}

label.sign-comment {
	float: right;
	line-height: 12px;
	padding-right: 10px;
	padding-top: 5px;
}

/*.cormments-box label.type-negative {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: auto;
	background-image: url(/style/images/radio-negative.png);
	cursor: pointer;
	padding-left: 15px;
	line-height: 12px;
}

.commrents-box label, .comments-box label {}
*/
ol.comments { 
	font-size: 12px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

ol { 
	display: block;
}

.comments li { 
	margin: 0;
	overflow: hidden;
	padding: 11px 6px 5px;
	vertical-align: top;
	border-left: 1px solid transparent;
}

li { 
	display: list-item;
}

#footer {
	clear: both;
	border-top: 1px solid #aaaaaa;
	padding: 10px 0;
	margin: 10px 0;
}

.copy {}

.footer_nav {
	float: right;
}

ul.nav_footer {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

ul.nav_footer li {
	float: left;
	margin-left: 10px;
}

ul.nav_footer li a {
	color: #000;
}

.menu_aj_panel{}
.stat_data{position:absolute;top:0px;left:0px;width:162px;color:white;text-align:center;z-index:10;font-size:12px;display:none;}
.stat_data td{border:solid transparent 3px;background:url('images/transback.png');cursor:pointer;width:162px;z-index:10;}
.stat_data a{color:white;text-decoration:none;z-index:10;font-size:12px;z-index:10;}
.stat_onlist{position:absolute;top:0px;left:0px;display:none;text-align:center;color:white;font-size:12px;z-index:10;}
.stat_onlist td{/*border:solid transparent 3px;*/background:url('images/transback.png');cursor:pointer;width:162px;z-index:10;}
.stat_onlist a{color:white;text-decoration:none;z-index:10;font-size:12px;z-index:10;}
.stat_frlist{position:absolute;top:0px;left:0px;display:none;text-align:center;color:white;font-size:12px;z-index:10;}
.stat_frlist td{/*border:solid transparent 3px;*/background:url('images/transback.png');cursor:pointer;width:162px;z-index:10;}
.stat_frlist a{color:white;text-decoration:none;z-index:10;font-size:12px;z-index:10;}
.stat_feedlist{position:absolute;top:0px;left:0px;display:none;text-align:center;color:white;font-size:12px;z-index:10;}
.stat_feedlist td{border:solid transparent 3px;background:url('images/transback.png');cursor:pointer;width:162px;z-index:10;}
.stat_feedlist a{color:white;text-decoration:none;z-index:10;font-size:12px;z-index:10;}
.stat_action{position:absolute;top:0px;left:0px;display:none;text-align:center;color:white;font-size:12px;z-index:10;}
.stat_action td{/*border:solid transparent 3px;*/background:url('images/transback.png');cursor:pointer;width:162px;z-index:10;}
.stat_action a{color:white;text-decoration:none;z-index:10;font-size:12px;z-index:10;}
.pan_l{float:left;margin-left:5px;}
.pan_r{float:right;margin-right:5px;}
.fr_nm{text-align:left;}
.fr_nm span	{ padding-left: 5px; }
.fr_nm a, .fr_nm a:hover,
.stat_action a, .stat_action a:hover	{ padding: 3px 8px; text-decoration: none; display: block; margin: 0; right: 0; }
.stat_level1:hover, .fr_nm a:hover, .stat_action td:hover { background:/*#3c3c3c*/#5f6f8f; }

.qanswer {
	margin: 5px 0;
	padding: 5px;
	border:1px solid #d1d1d1;
	max-width:509px;
	min-width:509px;
	height:62px;
	min-height:62px;
	overflow:auto;
	resize: vertical;
}

.qbutton{
	margin-right:5px;
	border:1px solid #d1d1d1;	
	cursor:pointer;
	height:22px;
	background:#fefefe;
}

.button {
	border:1px solid #d1d1d1;	
	cursor:pointer;
	height:22px;
	background:#fefefe;
}

#tooltip { 
    position: absolute;
    z-index: 9999;
    color: #fff;
    font-size: 10px;
	background: #595959;
	padding: 7px 10px;
	font-size: 11px;
}

#notification_box {
	position: fixed;
	top: 90px;
	right: 10px;
	width: 250px;
}

#notification_box .notification_message {
	background-color: #595959;
	padding: 10px;
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	/*-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	     -o-border-radius: 3px;*/
	border-radius: 3px;
}

#notification_box .notification_message span {
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	display:block;
}

#notification_box .error {
	background-color: #db3f3f;
}

#notification_box .success {
	background-color: #43af43;
}

.notification_message a {
	color: white;
	text-decoration: underline;
}

.notification_message a:hover {
	text-decoration: none;
}

.note{
	overflow:hidden;
	padding: 7px 4px 10px 4px;
}

.note_bottom {
	border-bottom: 2px solid #ebebeb;
}

.note_subject{
	text-decoration: underline;
	font-size: 14px;
}

.note_subject:hover{
	text-decoration: none;
}

.note_text {
	padding: 4px 0 6px 0;
	line-height: 130%;
	clear:both;
}

.note_text a{text-decoration:underline;}
.note_text a:hover{text-decoration:none;}

.note_text img[data-style]	{ border: 1px solid #a0a8c0; border-radius: 3px; }
.note_text img[data-style]:hover	{ border-color: #c0d0f0; border-radius: 3px; }
/*
.note_text img.sized.s40, .note_text img[data-style='s40']	{ max-width: 40px; max-height: 40px; }
.note_text img.sized.s60, .note_text img[data-style='s60']	{ max-width: 60px; max-height: 60px; }
.note_text img.sized.s80, .note_text img[data-style='s80']	{ max-width: 80px; max-height: 80px; }
.note_text img.sized.s100, .note_text img[data-style='s100']	{ max-width: 100px; max-height: 100px; }
*/
/*.note_text img{}*/

.note_text span.img {
	width: 120px;
	height: 90px;
	background: #000;
	float: left;
	margin: 10px;
	position: relative;
	line-height: 86px;
}

.note_text span.img a {
	display: block;
	max-width: 120px;
	max-height: 90px;
	overflow: hidden;
	text-align: center;
	margin:0;
	padding:0;
}

.note_text span.img img {
	max-height: 90px;
	max-width: 120px;	
	vertical-align: middle;
	bottom:1px;
	margin:0;	
	padding:0;
}

.note_text a.lightbox {
	max-width: 120px;
	max-height: 90px;	
	position: relative;
	text-decoration: none;
}

.note_text a.lightbox img {
	max-height: 90px;
	max-width: 120px;
	margin: 3px 9px 5px 0;
}

.note_text audio {
	width: 100%;
	outline: none;
}

p.subject {
	font-size: 17px;
	margin: 0;
	padding: 0;
}

.imgleft {
	float:left;
}

.note_text p{
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.note_text img {
	max-width: 580px;	
	max-height: 320px;
}

.note_text h1
{
	font-size: 14px;
}

.note_text h2,
.note_text big
{
	font-size: 13px;
}

.note_text h3,
.note_text h4,
.note_text h5,
.note_text h6
{
	font-size: 12px;
}

.note_text blockquote	{ color: #505068; background-color:#fffff0; padding: 10px; border: 1px solid #a0a0b0; font-size: 90%; border-radius: 3px; margin: 0.5em 20px 0.5em 10px; }
.note_text blockquote:before	{ content: open-quote; font-size: 200%; font-weight: bold; line-height: 5px; margin-top: 5px; margin-bottom: 0; }

.text {
	width: 581px;
	/*overflow: hidden;*/
	overflow-wrap: break-word;
	font-size: 12px;
}

.note.special {
	color: #005797;
	background-color: #FFFAF8;
	border-radius: 3px;
	width: 640px;
	padding: 3px 8px;
	/*text-align: center;*/
}
.text.special img {
	vertical-align: middle;
}

.note.pinned {
	background-color: #F0F8FF;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	padding: 5px 12px;
}

#notess .edit {
	float: left;
	clear: both;
}

#notess .edit, #notess .edit a{
	font-size: 11px;
	color: #999;
	padding: 5px;
}

#notess .edit a{
	padding: 0;
	text-decoration: underline;
}

#notess .edit a:hover{
	text-decoration: none;
}

#notess .note_stat {
	float: right;
	padding-top: 5px;
}

#notess .note_stat, #notess .note_stat a{
	font-size: 11px;
	color: #222;
}

#notess .note_stat a{
	text-decoration: underline;
}

#notess .note_stat a:hover{
	text-decoration: none;
}

#notess .note_stat time.edited {
	color: #999;
}

#notess .note_stat time.edited img {
	vertical-align: middle;
}

#newnote, .newnote {
	cursor: pointer;
}

.submit_post_box {
	background: #F7F7F7;
	border: 1px solid #d8dfe5;
	position: relative;
	padding: 10px;
	margin-top: 15px;
}
.submit_post_box div {
	display: block;
}
.submit_post {
	text-align: right;
	padding-top: 4px;
}
.submit_post_box input[type="text"] {
	width: 625px;
	height: 14px;
	border: 1px solid #cecece;
	text-decoration:none;
	padding: 3px;
	position: relative;
}
.new_note_subject {
	margin-bottom: 5px;
}
.submit_post_box span {
	font-size:16px;
	display: block;
	margin-bottom: 4px;
}

.new_photo_subject {}
.submit_photo {
	text-align: right;
}

/*
#submit_post_box {
	padding: 8px 10px 15px 8px;
	background: #F7F7F7;
	border: 1px solid #d8dfe5;
	margin: 10px 0 5px;
	position: relative;
}

#submit_post_box span {
	font-size:16px;
	display: block;
}

#submit_post_box div {
	display: block;
}

#submit_post_box textarea {
	overflow: hidden;
	outline: none;
	width: 623px;
	height: 100px;
	border: 1px solid #cecece;
}

#submit_post_box input[type="text"] {
	width: 623px;
	height: 14px;
	border: 1px solid #cecece;
	text-decoration:none;
	padding: 3px;	
	margin-left: 3px;
	margin-top: 7px;
	position: relative;
}


#submit_post_box input[type="file"] {
	width: 200px;
	height: 20px;
	border: 1px solid #cecece;
	text-decoration:none;
	padding: 3px;	
	margin-left: 3px;
	float: left;
}

#submit_post {
	text-align: right;

}*/

.clear {
	float: none;
	clear: both;
}

.clear_fix {
	display: block;
}

#add_photo{
	padding: 10px 10px 10px 0;
	font-size:16px;
	font-weight:normal;
}

#add_photo a{text-decoration:underline;}
#add_photo a:hover{text-decoration:none;}

div#img {
	width: 130px;
	height: 97px;
	background: #000;
	float: left; 
	margin: 10px; 
	position: relative;
	line-height: 94px;
}


div#img a {
	display: block;
	width: 130px;
	height: 97px;
	overflow: hidden;
	text-align: center;	
}

div#img img {
	max-height: 97px;
	max-width: 130px;	
	vertical-align: middle;
	bottom:1px;
}

.photo p { 
	margin-bottom: 10px;
}

#zoom { 
	float: left;
	margin-top: 15px;
}

#prev-next { 
	float: left;
	margin-left: 150px;
	margin-top: 15px;
}

.friendslist{width:100%;border-bottom:solid #DAE1E8 1px;}
.friendslist td{font-size:11px;text-align:left;}
.friendslist img{position:relative;top:1px;}
.fr_act{color:#008fd0;}

.modal_wrap{margin:25px auto; width: 90%;}
.cust_modal{width:320px;height:105px;background:url('images/modal.png') no-repeat;position:absolute;top:0px;left:0px;}
.close_modal{width:40px;height:20px;line-height:20px;position:absolute;top:65px;right:15px;cursor:pointer;border:solid #b3b3b3 1px;background:url('images/modal_but.png') no-repeat -1px -1px;text-align:center;font-weight:600;}
.modal_text {position:relative;text-align: center;}
.modal_but{padding:3px 6px 3px 6px;width:40px;height:20px;cursor:pointer;border:solid #b3b3b3 1px;background:url('images/modal_but.png') no-repeat -1px -1px;text-align:center;font-weight:600;}


.feed_screen{width:640px;height:auto;margin-bottom:10px;background:#fff;padding:9px;font-size:12px;}
.feed_screen img{margin-bottom:10px; margin-right:10px; margin-top:3px;}
.feed_screen span{font-size:11px;}
.feed_screen a{color:#008fd0;font-size:11px;font-weight:bold;vertical-align:middle}
.feed_screen hr{width:700px;position:relative;left:-10px;border:none;border-top:solid #bdbcbd 1px;}

.main_mes{width:643px;height:auto;margin-top:-5px;position:relative;}
	.main_mes .menu{width:641px;}
	.main_mes span{padding:2px 5px 0px 5px;cursor:pointer;}
	.main_mes .mes_workfield{width:100%;height:100%;border:solid #bdbcbd 1px;position:relative;}
	.main_mes .mes_workfield .mes_area{position:absolute;bottom:10px;left:10px;height:54px;width:450px;}
	.main_mes .mes_workfield .mes_field{width:620px;height:350px;margin:10px 10px 80px 10px;overflow:auto;font-size:12px;}
	.main_mes .mes_workfield table{width:100%;height:auto;}
	.main_mes .mes_button{position:absolute;bottom:10px;right:12px;width:160px;height:58px;border:solid #bdbcbd 1px;line-height:60px;vertical-align:middle;text-align:center;cursor:pointer;background:#eaefb5;}
	.main_mes .mes_create{position:absolute;bottom:13px;right:12px;width:160px;height:86px;border:solid #bdbcbd 1px;line-height:86px;vertical-align:middle;text-align:center;cursor:pointer;background:#eaefb5;}
	.main_mes .group_list{width:645px;height:auto;margin:0px;overflow:auto;}
	.main_mes .open_group{cursor:pointer;}
	.main_mes .open_group font{font-size:9px;display:block;margin-top:0px;}
	
	.mes_myfriends{position:absolute;/*top:100px;left:170px;*/width:275px;height:auto;display:none;overflow:auto;z-index:2;background:url('images/transback.png');text-align:center;}
	.mes_myfriends .invite_user{cursor:pointer; width: 100%; /*background: red; */padding: 5px 0; text-align: left;}
	.td_img {text-align:center;width:50px;}
	.mes_myfriends .invite_user:hover{background: #555555;}
	.mes_myfriends table{/*margin:10px;*/color:white;/*margin-bottom:-10px;*/}
	.main_mes li{cursor:pointer;color:white;}
	.main_mes ul{width:617px;text-align:center;}
	.main_mes li.active{color:black;}
	
	.main_mes .unactive_gr{font-size:12px;display:inline-block;position:relative;}
	.main_mes .active_gr{background:#e0f3fc;border:solid #bdbcbd 1px;border-bottom:none;position:relative;top:0px;font-size:12px;padding:3px 20px 3px 10px;display:inline-block;}
	.main_mes .active_gr img{position:absolute;top:3px;right:5px;}
	.main_mes .active_dia{clear:both;background:#eaefb5;width:645px;position:relative;overflow:hidden;}
	.main_mes .close_act{cursor:pointer;}
	.main_mes .act_l{position:absolute;left:0px;top:42px;display:none;cursor:pointer;z-index:3;}
	.main_mes .act_r{position:absolute;right:0px;top:42px;display:none;cursor:pointer;z-index:3;}
	
	.main_mes .mes_tpanel{width:633px;background:#e0f3fc;height:70px;position:relative;padding:10px 0 0 10px;}
	.main_mes .mes_tpanel td{cursor:pointer;}
	
	.main_mes .user_list{background:url('images/addbutton.png') no-repeat;display:block;cursor:pointer;width:167px;height:21px;position:absolute;right:20px;top:10px;text-align:center;font-size:12px;line-height:21px;}
	.frlisth{background:#000;color:#fff;height:35px;line-height:35px;text-align:center;vertical-align:middle;font-weight:700;position:relative;}
	.frlisth .stop_frlist{position:absolute;top:10px;right:10px;width:16px;height:16px;background:url('images/cross.png') no-repeat;cursor:pointer;}
	.main_mes .cr_fr_ul{cursor:pointer;}
	.main_mes .rename_field{position:absolute;right:20px;top:40px;}
	.main_mes .r_form{display:none;}
	.main_mes .rename_but{background:url('images/addbutton.png') no-repeat;display:block;cursor:pointer;width:167px;height:21px;text-align:center;font-size:12px;line-height:21px;}
	.main_mes .rename_inp{width:163px;}
	.main_mes .r_yes{border:solid black 1px;background:#fff;cursor:pointer;width:167px;text-align:center;font-size:12px;padding:2px 0 1px 0;}
	.main_mes .r_no{border:solid black 1px;border-top:none;background:#fff;cursor:pointer;width:167px;text-align:center;font-size:12px;padding:2px 0 1px 0;}
	.main_mes .show_moregr{cursor:pointer;}
	.main_mes .take_oldmes{cursor:pointer;position:relative;/*top:5px;left:20px;*/background: #f5f5f5; /*padding: 7px 5px 7px 15px;*/ text-align: center; padding: 7px 0;}
	.main_mes .take_oldmes:hover{background: #f9f9f9;}
	.usr_del{position:absolute;background:#fff;border:solid black 1px;cursor:pointer;font-size:12px;padding:2px 5px 1px 5px;}
	.main_mes .leave_group{background:url('images/addbutton.png') no-repeat;display:block;cursor:pointer;width:167px;height:21px;position:absolute;right:20px;top:30px;text-align:center;font-size:12px;line-height:21px;}
	.main_mes .show_moregr{display:none;}
	
.one_of_groups{padding:5px 10px 5px 10px;background:#fff;border:solid #bdbcbd 1px;border-top:none;}
.one_of_groups:hover{background:#ececec;}

.heading h1 {
	font-size:16px;
}

.menu-holder{
	overflow:hidden;
	padding:0;
	margin:-5px;
}
.menu{
	float:left;
	margin:0;
	padding:0 /*2px*/;
	list-style:none;
	overflow:hidden;
	background:#38bfff;
	font-size:14px;
}
.menu li{
	float:left;
	background:url(/style/images/separator-menu.gif) no-repeat 0 4px;
	padding:4px 6px 4px 10px;
	border-top: 1px solid transparent;
	border-bottom: 2px solid transparent;
}
.menu li:first-child{background:none;}
.menu a{color:#fff;}
.menu a:hover,
.menu .active a{
	text-decoration:none;
	color:#000;
}
.menu li:hover	{ border-bottom-color: #306080; }

/* settings-page */
.settings-select{
	font-size:18px;
	overflow:hidden;
	margin:-1px 0 7px 0;
	color: #005797;
	font-weight: bold;
}
.settings-select p{
	margin:0;
	float:left;
}
.settings-select ul{
	margin:0 0 0 7px;
	padding:0;
	list-style:none;
	float:left;
}
.settings-select li{
	float:left;
	margin:0 7px 0 0;
}
.settings-select li a {
	text-decoration:underline;
	color: #005797;
	font-weight: normal;
}
.settings-select .active a, .settings-select li a:hover {
	text-decoration:none; 
	color: #005797;
	font-weight: normal;
}
.settigs-form{margin:0 -3px 1px 0;}
.settigs-form .row{
	overflow:hidden;
	margin:0 0 7px;
}
.settigs-form .row label{
	float:left;
	margin:-1px 8px 0 0;
}
.settigs-form .form-box{
	float:left;
	margin:0 7px 0 0;
}
.settigs-form .form-box span{
	font-size:11px;
	display:block;
	margin:0 0 0 1px;
}
.settigs-form .txt{overflow:hidden;}
.settigs-form .row input[type="text"]{
	float:left;
	padding:0 3px;
	margin:0;
	border:1px solid #000;
	background:#fff;
	width:139px;
}

.settigs-form .row  input[type="radio"]{
	float:left;
	padding:0 3px;
	margin:0;
	background:#fff;
}

.settigs-form .row p{
	float:left;
	margin:0;
	font-size:13px;
}
.settigs-form label{
	display:block;
	margin:0 0 4px;
}
.settigs-form #about{
	float:left;
	margin:0 0 0 1px;
	padding:5px;
	border:1px solid #000;
	background:#fff;
	overflow:auto;
	min-width:605px;
	max-width:605px;
	height:84px;
}
.settigs-form .row2{margin:18px 0 19px;}
.settigs-form .row2 label{margin:-1px 1px 0 0;}
.settigs-form .row2 .form-box{margin:0 17px 0 0;}
.settigs-form .row2 .age-holder{
	float:left;
	margin:0 41px 0 0;
}
.settigs-form .age-holder label{margin:-1px 0px 0 0;}
.settigs-form .age-holder span{
	font-size:11px;
	display:block;
	margin:0 0 0 1px;
}
.settigs-form #city{width:148px;}
.settigs-form #age{width:28px;}
.settigs-form .row strong{
	font-weight:normal;
	float:left;
	margin:0 9px 0 0;
}
.settigs-form .sex-holder label{margin:-1px 13px 0 0;}
.settigs-form .row .radio{
	width:16px;
	height:15px;
	padding:0;
	margin:1px 1px 0 0;
	background:none;
	border:none;
}
.settigs-form .privacy-holder strong{
	font-size:17px;
	margin-top: 15px;
	text-align: left;
	float:left;
	min-width:605px;
	max-width:605px;
	margin:20px 0 10px 1px;
}

.settigs-form .nickname-holder{
	margin-top: 15px;
	text-align: left;
}

.settigs-form .nickname-holder strong{
	margin-top:15px;
	font-size:17px;
	font-weight:normal;
}

ul.settingsPanel {
	margin:0;
	padding:0;
	list-style-type: none;
}

ul.settingsPanel li{
	clear:both;
}

.save_button {
	clear: both;
}

.settingsPanel hr {
	border: none;
	border-top: 1px solid #e5e5e5;
	clear: both;
	margin: 15px 0;
}

.settings_row {
	clear: both;
	font-size: 12px;
	padding:0;
	margin:0;
	position: relative;
	display: block;
	margin: 5px 0;
}

.settings_row img {
	vertical-align: middle;
}

.settings_row.save {
	text-align: center;
}

.settings_row textarea#about{
	width: 624px;
	height: 97px;
	min-height: 97px;
	resize: vertical;
	margin-top: 5px;
}

.label_for {
	margin-top: 30px;
}

.settingsPanel {	
	width:100%;
	margin: 5px;
	float: left;
}

.settingsPanel .button {	
	margin-top: 10px;
}

.settingsPanel h2{
	margin:0px;
	font-size:17px;
	font-weight:normal;
	width: 605px;
}	

.label {
	color: #555;
	text-align: left;
	width: 160px;
	float: left;
	padding: 5px 15px 3px 0;
}

.label2 {
	color: #555;
	text-align: left;
	width: 10px;
	float: left;
	padding: 0 15px 3px 0;
}

.label.ignore {
	color: #555;
	text-align: left;
	min-width: 160px;
	float: none;
	display: inline-block;
	padding: 0 10px 1px 5px;
}
	
.label input[type="checkbox"]{
	float: left;
	margin: 2px -8px 3px 0;
}

.labeled {
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: left;
	float: left;
	width: 360px;
}

.labeled input{
	width: 142px;
	float:left;
	border: 1px solid #b2b2b2;
}

.labeled_text {
	padding-top: 5px;
	padding-bottom: 3px;
}

.labeled_text a{
	text-decoration:underline;
}

.labeled_text a:hover{
	text-decoration:none;
}

.labeled_text input {
	margin: 5px;
	border: 1px solid #b2b2b2;
}	

.settigs-form .social-row label{margin:-1px 1px 0 0;}
.settigs-form .social-row input{
	width:112px;
	margin:0 23px 0 0;
}

.buttons_wrap {
	clear: both;
	display: block;
	margin: 5px 0 0 3px;	
}

#send_photo {} 

span#upload_photo {
	position: relative;
	border:1px solid #d1d1d1;
	width:145px;
	font-size: 12px;
	text-align: center;
	padding: 3px 5px 3px 5px;
	background:#fefefe;
	cursor:pointer;
}	

#photo_form input.textbox{
	width: 623px;
	margin-bottom:5px;
}

.feed_paging {
	background: #f5f5f5;
	text-align: center; 
	padding: 7px 0;
	cursor:pointer;
}

.feed_paging:hover {
	background: #f9f9f9;
}

/* main-page */
.desc-block{
	float:left;
	width:414px;
	margin:3px 16px 0 3px;
	font-size:12px;
}
.desc-block p{margin:0 0 16px;}
.desc-block .slogan{
	display:block;
	font-weight:normal;
	margin:0 0 9px;
}

#desc-block2{
	float:left;
	width:414px;
	margin:-8px 10px 0 10px;
	font-size:13px;
}

#desc-block2 a{
	text-decoration:underline;
}

#desc-block2 a:hover{
	text-decoration:none;
}

.m_gal{
	width:425px;
	height:200px;
	position:relative;
}
.im1{
	position:absolute;
	top:0px;
	left:0px;
}
.im2{
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
}

.social-block{
	background:#eaefb5;
	font-size:16px;
	overflow:hidden;
	margin:0 15px;
	padding:4px 15px 0px;
	vertical-align: middle;
}
.social-block p{
	margin:5px 7px 0 0;
	float:left;
}
.social-block a{text-decoration:underline;}
.social-block a:hover{text-decoration:none;}
.social-block .vkontakte,
.social-block .facebook{
	float:left;
	color:#26547e;
	background:url(/style/images/ico-vk.gif) no-repeat;
	padding:5px 7px 10px 36px;
	display:inline-block;
}
.social-block .facebook{
	color:#425a88;
	background:url(/style/images/ico-fb.gif) no-repeat;
}
.statistic{
	font-size:15px;
	padding:8px 5px 13px 26px;
}
.statistic p{margin:0;}
.users-nav-holder{
	overflow:hidden;
	margin:20px 0 -6px;
	position:relative;
}
.users-nav{
	margin:0 0 0 12px;
	padding:0;
	list-style:none;
	float:left;
	font-size:12px;
}
.users-nav li{
	float:left;
	background:url(/style/images/bg-users-nav.gif) repeat-x;
	margin:0 1px;
}
.users-nav a{
	float:left;
	color:#fff;
	padding:4px 7px 11px;
}
.users-nav .active a,
.users-nav a:hover{
	color:#000;
	text-decoration:none;
	background:url(/style/images/bg-users-nav-active.png) no-repeat 50% 100%;
}
.users{
	background:#e0f3fc;
	overflow:hidden;
	padding:10px 10px 3px 14px;
	min-height: 138px;
}
.users-list{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:592px;
}
.users-list li{
	float:left;
	padding:0 9px 8px 0;
}
.users-list img{display:block;}
.users-desc{
	overflow:hidden;
	padding:0;
	font-size: 12px;
	line-height:16px;
}
.users-desc p{margin:0;}

	
#register table.register-popup{padding-top:8px;background: #dee67f;width:472px;font:11px Tahoma, Geneva, sans-serif;}
td.r{text-align:right;width:43px;}
td.i{width:137px;}
td.b{font-weight:bold;}
td.bg{background:#eaefb5;}
#register table.register-popup td{padding: 0 8px 8px 8px;}

#register-wrap  #sub{
	padding: 10px 12px 12px 11px;
}

#register-content{
	margin: 0 auto;
	width:495px;
	height:380px;
	background:#eaefb5;
}

#register-content h1{
	font:20px Tahoma, Geneva, sans-serif;
	margin:0;
}

#register-wrap  #login .login {
	background: #dee67f;
	padding: 8px;
}

#register-wrap  #login h1 {
	background: #bcca24;
	width:99px;
	font:14px Tahoma, Geneva, sans-serif;
	text-align:center;
	padding:2px;
	margin-top:15px;
}

#register-wrap .reg_input{
	border:1px solid #8a8a89;
	font-size:11px;	
	color:#000;
	padding:2px;
	width:131px;
	height:13px;
}

.login .reg_input{
	margin-right:5px;
}

#register-content .reg_button{
	height:19px;
	color:#000;
	background:url('images/button.png') repeat-x #fff;	
	border:1px solid #8a8a89;	
	cursor:pointer;
	font-size:11px;	
}

#register-wrap .login a.lostpass{
	padding-left:24px;
	color:black;
	font:11px Tahoma, Geneva, sans-serif;
}

#social h1 {
	background: #bcca24;
	width:249px;
	font:14px Tahoma, Geneva, sans-serif;
	text-align:center;
	padding:2px;
	margin-top:15px;
}

#social .social {
	background: #dee67f;
	font:11px Tahoma, Geneva, sans-serif;
	vertical-align: middle;
	padding: 5px 5px 5px 7px;
	width:460px;
}

.fb, .vk, .ok
{
	font-weight:bold;
}

.social img {
	vertical-align: middle;
	margin: 0 4px 0 4px;
}

#register-overlay { 
	display: none;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	height:100%;
	z-index: 1000;
	background-color: #fff; 
	opacity: 0.7; 
	display: block;
}

#register-wrap #register h1 {
	background: #bcca24;
	width:99px;
	font:14px Tahoma, Geneva, sans-serif;
	text-align:center;
	padding:2px;
	margin-top:15px;
}

#register-wrap {
	outline-style: none;
	outline-width: medium;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	position: fixed;
	z-index: 1101;	
	width: 495px; 
	display: block; 
	height: 380px;
	left:50%;
	top:50%;
	margin-left:-270px;
	margin-top:-175px;	
}

#register-outer { 
	background-attachment: scroll;
	background-clip: border-box;
	background:#eaefb5;
	background-image: none;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	height: 100%;
	position: relative;
	width: 100%;
}

#register-bg-n { 
	background-image: url("images/register-x11.png");
	left: 0px;
	top: -20px;
	width: 100%;
}

.register-bg { 
	border-bottom-color: currentColor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-left-color: currentColor;
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: currentColor;
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: currentColor;
	border-top-style: none;
	border-top-width: 0px;
	height: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: absolute;
	width: 20px;
	z-index: 1001;
}
 
#register-bg-ne { 
	background-image: url("images/register3.png");
	background-position: -40px -162px;
	right: -20px;
	top: -20px;
}
 
#register-bg-e { 
	background-image: url("images/register-y2.png");
	background-position: -20px 0px;
	height: 100%;
	right: -20px;
	top: 0px;
} 
 
#register-bg-se { 
	background-image: url("images/register3.png");
	background-position: -40px -182px;
	bottom: -20px;
	right: -20px;
}
 
#register-bg-s { 
	background-image: url("images/register-x11.png");
	background-position: 0px -20px;
	bottom: -20px;
	left: 0px;
	width: 100%;
}
 
#register-bg-sw { 
	background-image: url("images/register3.png");
	background-position: -40px -142px;
	bottom: -20px;
	left: -20px;
}
 
#register-bg-w { 
	background-image: url("images/register-y2.png");
	height: 100%;
	left: -20px;
	top: 0px;
}
 
#register-bg-nw { 
	background-image: url("images/register3.png");
	background-position: -40px -122px;
	left: -20px;
	top: -20px;
}
 
#register-content { 	
	height: 0px;
	outline-style: none;
	outline-width: medium;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0;
	position: relative;
	width: 0px;
	z-index: 1102;
	background:#eaefb5;	
	border-top-width: 10px; 
	border-right-width: 10px; 
	border-bottom-width: 10px; 
	border-left-width: 10px; 
	width: 495px; 
	height: 380px;
}
 
#register-close { 
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("images/close.png");
	background-origin: padding-box;
	background-repeat: repeat;
	background-size: auto;
	cursor: pointer;
	display: none;
	height: 24px;
	position: absolute;
	right: -12px;
	top: -12px;
	width: 24px;
	z-index: 1103;
}
/*
.justreg {
	font-size:12px;
	background: #eaefb5;
	text-align:left;
	padding: 5px 10px 10px 10px;
	font-weight:normal;
	margin:3px 0 -5px 0;
}
	
.non_active{
	font-size:14px;
	background: #595959;
	text-align:center;
	padding-top:3px;
	padding-bottom:5px;
	margin-top:9px;
	color: #fff;
}

.nonreg{
	font-size:14px;
	background: #cfffd2;
	text-align:center;
	padding-top:3px;
	padding-bottom:5px;
	margin-top:9px;
}

.nonreg a{
	text-decoration:underline;
}

.nonreg a:hover{
	text-decoration:none;
}
*/
.input { 
	float: left;
	height: 26px;
	position: relative;
	width: 235px;
}

.login-url {
	color: #aaaaaa;
	font-family: "Tahoma", "Arial";
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	left: 5px;
	line-height: 15px;
	position: absolute;
	top: 4px;
}

.text#new-login { 
	color: #000000;
	font-family: "Tahoma", "Arial";
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 21px;
	padding-left: 91px;
	width: 157px;
}

input.text { 
	border: 1px solid #d2d2d2;
	height: 15px;
	line-height: 15px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 2px;
	float: left;
}

.save-login {
	height: 20px;
	line-height: 19px;
	padding: 0 5px;
	border: 1px solid #d2d2d2;
	float: left;
	margin-left: 15px;
	cursor: pointer;
}

.save-login:hover {
	background: #f8f8f8;
}

.status {
	margin-left:3px;
	padding: 2px 5px 2px 5px;
	color: #1cad00;
}

ul.friends_list { 
	font-size: 12px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.friends_list li { 
	margin: 10px 0;
	padding: 7px;
	overflow: hidden;
	vertical-align: top;
	border-bottom: 1px solid #e1e1e1;	
}

.friends_list li.new { 
	background-color: #eaefb5;
}

.user_photo {
	width: 50px;
	height: 38px;
	float: left;
}

.friend_row {
	clear: both;
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	display: block;
}

.friend_row .friend_links {
	margin-left: 60px;
	position: relative;
}

#subscribers_row {
	background-color: #e0f3fc;
	padding:5px;
	border-radius: 3px;
}

details.subscribers summary
{
	font-size: 2ex;
	margin-bottom: 1ex;
	cursor: pointer;
}

.show-more:hover { 
	background-color: #1068b0;
}

.show-more { 
	background-color: #005797;
	color: white;
	cursor: pointer;
	padding: 7px 30px;
	margin-top: 8px;
	position: relative;
	text-align: center;
	border-radius: 3px;
	/*font-weight: bold;*/
}

#loading-more { 
	background-color: rgba(128, 128, 160, 0.5);
	color: white;
	cursor: default;
	padding: 7px 40px;
	margin-top: 8px;
	position: relative;
	text-align: center;
	border-radius: 3px;
}

.menu_prof{
	position:relative;
	top:0;
	height: 24px;
	margin: 0;
	padding: 2px 0px;
	list-style: none;
	overflow: hidden;
	font-size: 19px;
}
.menu_prof span{
	border: 1px solid #92c9e7;
	background: url(/style/images/blu_b.png) repeat-x;
	padding: 0px 9px 2px 11px;
	margin-right: 5px;
}
.menu_prof .active{
	background: url(/style/images/blu_t.png) repeat-x;
	border-bottom: solid #fff 1px;
}
.menu_prof a{
	color: #000;
}
.menu_prof a:hover,
.menu_prof .active a{
	text-decoration: none;
	color: #000;
}

.prof_line{
	color: #92c9e7;
	border-top: none;
	border-bottom: 1px solid #92c9e7;	
	margin-top:-1px;
}

#error{
	background: url(/style/images/kitten.gif) 11px 32px no-repeat;
	padding: 250px 0 0 180px;
	font-size: 30px;
}
#error .error{
	width:606px;
	height:74px;
	margin:10px;
	background: #e0f3fc;
	color: #012;
	font-size: 18px;
	padding:14px 0 0 19px;
}
#error .error p{
	/*margin:14px 0 0 19px;*/
	margin:0;
	font-size: 30px;
}		
		
.blog_clean {
	text-align: center;
	margin-top: 25px;
	font-size: 14px;
	display: block;
	clear: both;
}

#add_msg .success {
	text-align: center;
	font-size: 14px;
	background: #e5ffe9;
	padding: 15px 0;
	display: none;
}

#add_msg .error {
	text-align: center;
	font-size: 14px;
	background: #ffe5e5;
	padding: 15px 0;
	display: none;
}

.show_add_celeb {
	text-align: center;
	margin: 15px 0;
	padding: 10px 0;
	background-color: #f9f9f9;
	cursor: pointer;
	font-size: 14px;
}

.show_add_celeb:hover {	
	background-color: #f5f5f5;
}

#logins {
	margin-bottom: 50px;
	display: none;
}
#logins a {
	color:#09b3f5 !important;
}
#logins a:hover {
	text-decoration: none;
}

#logins div.moderate{
	margin-bottom: 15px;
	text-align: center;
	font-size:17px;
	font-weight:normal;
}
		
#logins td input[type='text'], #logins td input[type='password'], #logins td input[type='file'], #logins td textarea/*, #note_field*/ {
	margin: 3px;
	padding: 3px;
	border: 1px solid #b2b2b2;
}

#logins td select{
	padding: 2px 4px 2px 4px;
	margin:4px 0 0 3px;
	border: 1px solid #b2b2b2;
}








#lost_pass {
	margin-bottom: 200px;
	padding-top: 100px;
	background-image: url(/style/images/header-shape.png);
	background-repeat: repeat-x;
}
#lost_pass a {
	color:#09b3f5 !important;
}
#lost_pass a:hover {
	text-decoration: none;
}

#lost_pass div.moderate{
	margin-bottom: 15px;
	text-align: center;
	font-size:17px;
	font-weight:normal;
}
		
#lost_pass td input[type='text'], #lost_pass td input[type='password'], #lost_pass td input[type='file'], #lost_pass td textarea/*, #note_field*/ {
	margin: 3px;
	padding: 3px;
	border: 1px solid #b2b2b2;
}

#lost_pass td select{
	padding: 2px 4px 2px 4px;
	margin:4px 0 0 3px;
	border: 1px solid #b2b2b2;
}

.reg  img {
	height:32px;
	min-width:32px;
	position: relative;
	top:5px;
	left:15px;
	margin-right:20px;
}

.reg p {
	padding:20px 0 20px 0px;
	font-size:22pt;
	color:#444647;
	text-align: center;
}

#errmsg {
	text-align: center;
}	

#errmsg h1 {
	font-size: 16px;
	padding: 0;
	margin-bottom: 10px;
}

#errmsg a {
	color:#515354 !important;
}
#errmsg a:hover {
	text-decoration: none;
}	

#feedback {
	padding: 50px 25px 50px 25px;
	/*margin: 100px 0;*/
	background-image: url(/style/images/header-shape.png);
	background-repeat: repeat-x;
}

.center{
	text-align:center;
}

#feedback span{
	padding:4px;
	font-size:16px;
}

#feedback textarea {
	width: 328px;
	height: 100px;
	border: 1px solid #cecece;
}

#feedback input[type="text"] {
	width: 250px;
	height: 14px;
	border: 1px solid #cecece;
	text-decoration:none;
	padding: 3px;	
	margin-left: 3px;
}	

#feedback h2{
	font-size:24px;
	font-weight:normal;
	margin:0px;
}

.photo_drag {
	text-align:center;
	margin: 15px 0;
	font-size: 12px;
}

.wr.piano, #wrapper.piano, body.piano {
	background-image: none;
	background-color: #09070c;
}

.pianorama_wrap {
	margin-bottom: 30px;
}

.pianorama_wrap a, .piano_links, #footer.piano a {
	color: #ffffff;
}

.piano_add {
	margin: 5px 0;
}

.pianorama {
	/*background: url(/style/images/piano_bg.png) no-repeat;*/
	background: url(/style/images/bgimage.jpg) no-repeat;
	vertical-align: bottom; 
	width: 904px; 
	height: 621px;
	margin: 0 auto;
}

.pianorama_logo {
	float: left; 
	margin-top: 15px; 
	margin-left: 10px;
}

.piano_links {
	float: right;
}

.piano_social {
	background-color: #f2f2f2;
	margin: 0px;
	padding-left: 5px;	
	width: 180px;
	border-radius: 2px;
}

.piano .copy
{
	color: white;
}

.wr.radio, #wrapper.radio, body.radio {
	background-image: none;
	background-color: #09070c;
}

.rama_radio_wrap {
	margin-bottom: 30px;
}

.rama_radio_wrap a, .rama_radio_links, #footer.rama_radio a {
	color: #ffffff;
}

.rama_radio_add {
	margin: 5px 0;
}

.rama_radio {
	/*background: url(/style/images/piano_bg.png) no-repeat;*/
	background: url(/img/radio/bg.jpg) no-repeat;
	vertical-align: bottom; 
	width: 904px; 
	height: 621px;
	margin: 0 auto;
}

.rama_radio .instrument img
{
	margin-left: 680px;
	border: 1px solid #000;
	border-radius: 2px;
}

.rama_radio .instrument img:hover
{
	border-color: #bba668;
}

.rama_radio #player
{
	position: relative;
	left: 750px;
	top: 290px;
	width: 130px;
}

.rama_radio a#back_link
{
	padding: 5px 10px;
	margin-left: 9px;
	background-color: #09070C;
	border: 1px solid #606060;
	border-radius: 2px;
}

.rama_radio a#back_link:hover
{
	border-color: #bba668;
	background-color: #0b0a0C;
	text-decoration: none;
}

.rama_radio #radiologo
{
	position:relative;
	top: 10px;
	left: 475px;
	padding-top: 10px;
}

.rama_radio #text
{
	position:relative;
	top: 10px;
	left: 467px;
	width: 380px;
	color: white;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.2);
	text-align: justify;
}

.rama_radio #text a
{
	text-decoration: underline;
}
.rama_radio #text a:hover
{
	text-decoration: none;
}

.rama_piano_links {
	color: white;
	float: right;
}


a.catalog {
	position: absolute;
	left: -50px;
}


.settings_hidden { 
	color: #777777;
	font-size: 11px;
	padding-top: 1px;
}

.change_mail_text {
	color: green;
	font-size: 11px;
}




#question-answer {
    background: white url(//nekto.me/style/images/header-shape.png) repeat-x;
    padding: 10px;
}

#question-answer h2 {
    font-size: 24px;
    font-weight: normal;
    padding: 0 20px 0;
}

#question-answer  #list {
    padding: 0 10px 0;
}

#question-answer  #list ul.list {
    line-height: 18px;
	list-style: square;
	color: #1967A1;
}

#question-answer  #list ul.list  a {
    line-height: 18px;
	list-style: square;
	color: #1967A1;
}

#question-answer .question-answer {
    padding: 10px;
}

#question-answer .question-answer .block-answer {
    padding: 10px;
	border-top: 1px solid #EBEBEB;
    overflow: hidden;
}

#question-answer .question-answer .block-answer  .answer{
    padding: 5px;
	text-align: justify;
	font-size: 12px;
}


.count_highlight
{
	background-color: #bcff1a;
	color: #002000;
	border-radius: 2px;
	padding: 1px 5px;
	margin-right: 0px;
	font-size: 11px;
}

span.count_highlight a#count
{
	display: inline;
	padding: 0;
	margin: 0;
	color: #002000;
	font-size: 11px;
}

.friend_online
{
	font-size: 6pt;
	background-color: #bcff1a;
	color: #002000;
	padding: 1px 2px;
}

.new_mess
{
	color: white;
	background-color: #005797;
	border: 1px solid #1068a8;
	border-radius: 3px;
	padding: 1px 5px;
	text-decoration: none;
}

acronym
{
	text-decoration: none;
	border: none;
}

a.blog_cut_title
{
	margin-top: 1ex;
	font-size: 90%;
}

.popup_overlay	{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 990; background-color: rgba(0, 0, 0, 0.1); }
.popup	{ position: fixed; left: 49%; top: 50%; transform: translate(-50%, -50%);
	max-width: 95%; max-height: 90%;
	 /*width: 200px; height: auto;
		margin-left: -100px; */ z-index: 996; }
.popup h2	{ color: #708040/*#005797*/; text-align: left; margin: 5px; margin-left: -5px; margin-bottom: 10px; font-weight: normal; }
.popup #popup_body .title	{ background-color: #DEE67F; padding: 0.5em 1em; margin: 0 -1em 5px -1em; }
.popup #popup_close	{ margin-left: 255px; display: block; cursor: pointer; z-index: 998; }
.popup .popup_buttons	{ text-align: center; margin: 1.5em 0 0.5em 0; }
.popup .wide	{ width: 100%; }
.popup #popup_body	{ width: 200px; height: auto; margin-top: -15px;
		border: 1px solid #e0f0c0; border-radius: 4px;
		background-color: #f0ffd8/*#DEE67F*/; color: black; padding: 1em 3em; z-index: 996; 
		/*-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);*/
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); 
		/*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.50);
	        -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.50)";*/
}

.popup hr { border: 0; border-top: 1px solid #b0c0b0; }

.comment_text .admin,
.feed_screen .admin	{ color: #c00000; }
.comment_text blockquote,
.name blockquote,
.feed_screen blockquote	{ color: #505068; background-color:#fffff0; padding: 10px; border: 1px solid #a0a0b0; font-size: 80%; border-radius: 3px; margin: 0.5em 60px 0.5em 10px; }
.comment_text blockquote:before,
.name blockquote:before,
.feed_screen blockquote:before	{ content: open-quote; font-size: 200%; font-weight: bold; line-height: 5px; margin-top: 5px; margin-bottom: 0; }
.comment_row img, .comment_text img {
	vertical-align: middle;
}

.friend_links
{
	font-weight: bold;
}
.friend_links .about
{
	font-weight: normal;
	font-size: 95%;
	line-height: 16px;
	color: #a0a0c0;
	/*border: 1px solid #e0e0e8;
	background-color: #f8f8fc;
	padding: 1px 4px;
	border-radius: 2px;*/
}

li.friend_row
{
	background-color: white;
}
li.friend_row.subscribed
{
	background-color: #e0e0e8;
}
li.friend_row:hover
{
	background-color: #f8f8fc;
	border-radius: 3px;
}
li.friend_row.subscribed:hover
{
	background-color: #e8e8e8;
}
li.new:hover
{
	background-color: #e0e8b0;
}

li.friend_row .friend_links .about
{
	color: #f0f0f8;
}
li.friend_row:hover .friend_links .about
{
	color: #a0a0c0;
}

li.friend_row .friend_links .about a.fr_act
{
	color: #40a0f0;	
}
li.friend_row:hover .friend_links a.fr_act
{
	color: #008fd0;	
}

li.friend_row .user_photo img
{
	border: 1px solid transparent;
}
li.friend_row:hover .user_photo img
{
	border-color: #c0c0d0;
}

/*.friend_links .about .messages_list:before
{
	content: url(/style/images/comment.png);
	margin-right: 3px;
	vertical-align: middle;
	height: 16px;
	display: inline-block;
}
.friend_links .about .messages_clear:before
{
	content: url(/style/images/deletecell.png);
	margin-right: 3px;
	vertical-align: middle;
	height: 16px;
	display: inline-block;
}
.friend_links .about .friend_remove:before
{
	content: url(/style/images/editdelete.png);
	margin-right: 3px;
	vertical-align: middle;
	height: 16px;
	display: inline-block;
}*/

.comment_text .author
{
	font-size: 95%;
}

.comment_row:target, .comment_row.target
{
	background-color: #fffcf8;
	border: 1px solid #e0c0c0;
	border-radius: 5px;
}

.comment_row pre
{
	white-space:nowrap;
	margin: 0.2em 0;
	background-color: #f0ece8;
	padding: 0.2em;
}

.block-answer:target, .block-answer.target
{
	background-color: #fffcf8;
	border: 1px solid #e0c0c0;
	border-radius: 5px;
}


.profile_admin
{
	background-color: #fffcf8;
	border: 1px solid #e0c0c0;
	border-radius: 5px;
	padding: 5px;
	color: #806060;
	margin-bottom: -3px;
}

.profile_admin img
{
	vertical-align: middle;
	margin-bottom: 1px;
	margin-right: 3px;
}

.text img.private
{
	margin-bottom: -3px;
}
.text .subject acronym
{
	vertical-align: middle;
}
.text .subject img.private
{
	margin-bottom: 0px;
}


.red-top-banner
{
	background-color: red;
	color: white;
	text-align: center;
	max-width: 100%;
	word-wrap: break-word;
	word-break: break-word;
	position: sticky;
	top: 0;
	height: 3em;
	vertical-align: middle;
	z-index: 100;
}

.red-top-banner a
{
	text-decoration: underline;
	color: white;
	font-weight: bold;
}

.red-top-banner a:hover
{
	text-decoration: none;
}

blockqoute
{
	display: block;
	border: 1px solid #808080;
	background-color: #ffffe0;
	border-radius: 3px;
	padding: 6px 10px;
	margin-top: 5px;
}

blockqoute:before, blockqoute:after
{
	content: "\"";
	font-size: 120%;
	font-weight: bold;
}

.invis
{
	display: none;
	visibility: hidden;
}

.user-lastvisit
{
	text-align: center;
	color: grey;
	word-wrap: break-word;
}

#friend_control
{
	margin-top: 10px;
}

.hidden-profile
{
	text-align: center;
	color: grey;
	border: 2px solid #F0E0E0;
	background-color: #FFE0E0;
	border-radius: 7px;
	padding: 5px 10px;
}

.banned-profile
{
	/*font-weight: bold;*/
	text-align: center;
	color: #602020;
	border: 2px solid #F0D0D0;
	background-color: #FFC0C0;
	border-radius: 7px;
	padding: 5px 10px;
}


#start_select
{
	font-size: 12px;
	vertical-align: middle;
	text-align: right;
	background: linear-gradient(to right, white 0%, white 50%, #D0E9FF 100%);
	/*background: -moz-linear-gradient(to right, white 0%, white 50%, #D0E9FF 100%);*/
	padding: 5px;
}

#start_select select
{
	font-size: 12px;
	padding: 0 15px;
}

#start_select button,
#blog_search button
{
	cursor: pointer;
	color: white;
	background-color: #00A9FF;
	border: none;
	border-radius: 2px;
	vertical-align: baseline;
	font-size: 125%;
}

#blog_search
{
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 4px;
	background-color: #D0E9FF;
	padding: 5px 10px;
	border-radius: 3px;
}

#blog_search input
{
	width: 32em;
}


#comments hr
{
	clear: both;
	width: 90%;
	border: 0;
    height: 1px;
    background: #008FD0;
    background-image: linear-gradient(to right, white, #008FD0, white);
}

.feed_screen a.delete,
.feed_screen a.delete:link
{
	background-color: #008FD0;
	color: white;
	text-decoration: none;
	padding: 1px 3px;
	border-radius: 3px;
	margin-left: 5px;
	font-size: 9px;
}

.feed_screen a.delete:hover
{
	background-color: #009FFF;
}

.settings_row a.delete,
.settings_row a.delete:link
{
	background-color: #C06060;
	color: white;
	text-decoration: none;
	padding: 1px 3px;
	border-radius: 3px;
	margin-left: 5px;
	font-size: 9px;
}
.settings_row a.delete:hover
{
	background-color: #E08080;
}

.feed_screen .comments li
{
	padding: 8px 6px;
	border-bottom: 1px solid #008FD0;
}

.feed_screen .comments li .blanker
{
	clear: both;
	height: 4px;
}
.feed_screen .feed_text
{
	color: #808080;
	vertical-align: middle;
}

.note.new
{
	background-color: #FFF8F0;
	border-radius: 5px;
	border-left: 3px solid #FFA080;
	padding-left: 10px;
}
.note.claimed
{
	background-color: #fffdfa;
	border-right: 4px solid #ffe8d4;
	border-radius: 5px;
	margin: 2px 0;
}
.note.draft, .note.new.draft
{
	background-color: #E8E8E8;
	border-radius: 5px;
	border: 2px dashed #c0c0c0;
	margin: 2px 0;
}

.note.deleted
{
	background-color: #D8D0D0;
	border-radius: 5px;
	border: 2px dashed #c08080;
	border-left: 4px solid #ffd0d0;
	margin: 2px 0;
}

.feed_note
{
	margin: 0;
	padding: 0;
	clear: both;
}
.feed_note.draft
{
	background-color: #E8E8E8;
	margin: -2px -4px;
	padding: 2px 4px;
}
.feed_note.banned
{
	background: linear-gradient(to right, #E8E8E8 0%, transparent 50%, #E8E8E8 100%);
	margin: -2px -4px;
	padding: 2px 4px;
}
.feed_screen time
{
	color: #808080;
}

.blogs img
{
	max-height: 160px;
}

#confirm_block
{
	background-color: red;
	color: white;
	padding: 8px 20px;
	border-radius: 3px;
}

#confirm_block .right
{
	display: inline-block;
	width: 100%;
	text-align: right;
}

#confirm_block a
{
	color: #ffffe0;
}

.right
{
	text-align: right;
}

li.menu_aj_panel {
	margin-left: 14em;
}
.dropdown .down {
	font-size: 80%;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #11abf9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 5px 6px;
    margin: 0;
}
.dropdown-content a {
    float: none;
    color: black;
    padding: 2px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    margin: 0;
}
.dropdown-content a:link, #chatDropdown a {
    margin: 0;
}
.dropdown-content a:hover {
    background-color: #005797;
}

#rules ol {
	counter-reset: section;
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

#rules li:before {
	counter-increment: section;
	content: counters(section, ".") ". ";
	font-weight: bold;
	color: #0040c0;
}

#rules li {
	padding-top: 4px;
}

form#note_form fieldset
{
	border: 1px solid #39c;
	border-radius: 4px;
	padding: 20px;
}
form#note_form fieldset.collapsed
{
	height: 16px;
}
form#note_form fieldset input
{
	vertical-align: middle;
}
form#note_form fieldset input[type="text"]
{
	width: 80%;
	vertical-align: middle;
}
form#note_form fieldset textarea
{
	width: 100%;
	height: 8ex;
	min-height: 8ex;
	resize: vertical;
}

code
{
	white-space: pre;
}

.noname .subject, .noname .note_subject
{
	color: #609080;
}

.note_text table[border="1"]	{ width: 100%; text-align: center; border: 1px solid #0D64A4; border-radius: 3px; }
.note_text table[border="1"] th	{ color: white; background: #005797; border-radius: 2px; }
.note_text table[border="1"] td, .note_text table[border="1"] th	{ border: 0; height: 4ex; vertical-align: middle; }

img.img_smile	{ vertical-align: bottom; margin-bottom: -4px; display: inline-block; }

#new_updates
{
	display: none;
	padding: 0.5ex 1ex;
	margin: 0 1ex;
	background: #f0f4ff;
	color: #003070;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 110%;
	cursor: pointer;
}

#new_updates:hover
{
	background: #e8f0ff;
}

#edit_box
{
	background: #fff4f0;
	border: 1px solid #fff0e8;
	border-radius: 1em;
	padding: 4px 10px;
	color: #000;
}

#reply_box, .reply_quote
{
	background: #f0f4ff;
	border: 1px solid #e0f0ff;
	border-radius: 1em;
	padding: 4px 10px;
	color: #000;
}

#reply_remove, #edit_remove
{
	display: inline-block;
	background: #ff8080;
	color: #fff;
	font-weight: bold;
	width: 1.3em;
	height: 1.3em;
	text-align: center;
	border-radius: 50%;
	margin-right: 0.5ex;
}
#reply_remove:hover
{
	text-decoration: none;
	background: #ff6060;
}

.reply_quote
{
	width: 85%;
}
.reply_quote .nav
{
	color: #fff;
	background: #008fd0;
	border-radius: 5px;
	padding: 0 5px 2px;
	height: 1ex;
}
.reply_quote .nav:hover
{
	text-decoration: none;
	background: #109fe0;
}

input:invalid:focus
{
	border: 2px solid #ffc0c0;
	border-radius: 3px;
}

textarea
{
	outline: none;
}

@media screen and (max-device-width: 600px) {
	.comment_type {
		margin-top: 7px;
	}
	.comment_text, .comment_row .info {
		font-size: 11px;
	}
	.comment_row .name {
		color: #003053;	
	}
	img.img_smile	{ vertical-align: middle; }
}

@media (min-device-width: 481px) and (max-device-width: 767px) {

	#wrapper {
		width: 950px;
		margin: 0 auto;	
	}
	#page_layout {
		width: 700px;
	}
	#menu-profile {
		width: 100%;
	}
}
@media (min-device-width: 768px) and (max-device-width: 959px), handheld {

	#wrapper {
		width: 950px;
		margin: 0 auto;	
	}
	#page_layout {
		width: 700px;
	}
	#menu-profile {
		width: 100%;
	}
}
