﻿/* ROOT */
img {
	border: 0px;
}
body {
	font: .7em Tahoma, Arial, sans-serif; 
	line-height: 1.7em;
	color: #4B4B4B;
}
a {
	color: #657796;
	text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.small {
	font-size: 11px;
}
h2 {
	margin: 0px;
	color: #8FB38A;
	font-size: 22px;
}
p {
  padding: 0px;
  margin: 0px;  
}
.icon {
	width: 16px;
	height: 16px;
	position: relative;
	top: 4px;
}
.icon_2 {
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
}
.icon_help {
	width: 16px;
	height: 16px;
	position: relative;
	top: 4px;
    cursor: help;
}
.icon_help_2 {
	width: 16px;
	height: 16px;
	position: relative;
	top: -2px;
    cursor: help;
}
.icon_button {
	width: 16px;
	height: 16px;
	position: relative;
	top: 4px;
    cursor: pointer;
}
.icon_button_2 {
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
    cursor: pointer;
}
.big_text {
	font-size: 14px;
}
.search_button {
    position: relative;
    top:5px;
    cursor: pointer;
}
.big_gray_text {
	font-size: 12px;
    color: gray;
}
.blogs_title_string {
    position: relative;
    top: 2px;
}
/* SEPARATOR */
.separate_bar_1 {
	background: #D6E9D7 url(/images/separate_bar.gif) repeat-y;
	width: 13px;
}
.blog_post_liner {
    border-top: 1px #C0C0C0 solid;
    padding-top: 4px;
    color: #969696;
}
.blog_post_liner a {
    color: #969696;
    text-decoration: none;
}
.blog_post_liner a:hover {
    color: #000000;
}
.blog_comm_delete {
    color: #969696;
    text-decoration: none;
}
.blog_comm_delete:hover {
    color: #D93E3E;
}
/* LIGHTS */
.green {color: #329810;}
.red   {color: #E40F0F;}
.violet{color: #666FAA;}
.gray  {color: #B2B2B2;}
.orange{color: #E2C210;}
.white {color: white;}
/* PAGES */
.page_title {
	font-size: 22px;
	color: #787878;
	margin-bottom: 7px;
}
.page_title .f_link {
	color: #527394;
	text-decoration: none;
}
.page_title .f_link:hover {
	color: #7B99B7;
	text-decoration: underline;
}
.post_list_title {
    font-size: 12px;
    position: relative;
    top: -4px;
}
.post_name_pos {
    position: relative;
    top: 2px;
}
.page_s_title {
    font-size: 22px;
    color: #9B9AB1;
}
/* BOXES */
.box_bl_content { float: left; background: #F3F8EF; width: 100%; padding: 0px 0px 8px 0px; }
.box_green  { float: left; background: #E9EEDF; width: 100%; padding: 0px 0px 8px 0px; }
.box_pink   { float: left; background: #faf4e6; width: 100%; padding: 0px 0px 8px 0px; }
.box_violet { float: left; background: #EEEAF4; width: 100%; padding: 0px 0px 8px 0px; }
.box_red    { float: left; background: #F9C1BD; width: 100%; padding: 0px 0px 8px 0px; }
.box_black  { float: left; background: #969696; width: 100%; padding: 0px 0px 8px 0px; }
.box_orange { float: left; background: #FAB683; width: 100%; padding: 0px 0px 8px 0px; }
.box_gray   { float: left; background: #F3F3F3; width: 100%; padding: 0px 0px 8px 0px; }
.info_correct {padding-left: 10px;	padding-right: 10px; padding-top: 6px;}
.avatar_corner { display: inline-block; }


/* SPOILER AND STUFF*/
.spoiler {
	display: block;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
	font: 13px Tahoma, Arial, sans-serif;
}
.spoiler .title {
	padding: 2px;
	background-color: #FFFFFF;
	cursor: pointer;
}
.spoiler .title .pin {
	float: left;
	background-color: #F1DFDA;
	width: 18px;
	height: 26px;
	padding-left: 4px;
	font: 18px Tahoma, Arial, sans-serif;
}
.spoiler .title .text {
	background-color: #CEDBEA;
	margin: 0px;
	padding: 2px;
	font: 18px Tahoma, Arial, sans-serif;
	padding-left: 35px;
}
.spoiler .body {
	display: none;
	background-color: #FFFFFF;
	padding: 5px;
}
.spoiler_input {
	color: #666;
	border: solid 3px #ccc;
	padding: 3px 5px  3px 5px;
}
.sp_input {
	color: #666;
	border: solid 3px #ccc;
	padding: 3px 5px  3px 5px;
}
.sp_h2 {
	font: 18px Tahoma, Arial, sans-serif;
	margin: 0px;
}
.sp_gray {
	font: 14px Tahoma, Arial, sans-serif;
	color: #808080;
}
.sp_button {
	color: #353535;
	border: solid 3px #ccc;
	padding: 3px 5px  3px 5px;
	cursor: pointer;
}
.sp_button:hover {
	color: #C26969;
	border-color: #ECD2D2;
    background-color: white;
}
.sp_button_disabled {
	color: #C0C0C0;
	border: solid 3px #C0C0C0;
	padding: 3px 5px  3px 5px;
	cursor: default;
}
.medium_but {
    font-size: 16px;
}
.medium_but img {
    position: relative;
    top: 5px;
}
/* BLOCKQUOTE */
blockquote {
	background: #f4f4f4 url('/images/quote.gif') no-repeat;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	color: #555;
	display: block;
	font: normal 14px sans-serif;
	margin: 1em 0;
	padding: 0.8em 1em 1em 40px;
	text-align: left;
}
blockquote.ok_fixed {
	background: #f4f4f4 url('/images/ok.gif') no-repeat;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	color: #555;
	display: block;
	font: normal 14px sans-serif;
	margin: 1em 0;
	padding: 0.8em 1em 1em 40px;
	text-align: left;
}
blockquote.warning {
	background: #f4f4f4 url('/images/warning.gif') no-repeat;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	color: #555;
	display: block;
	font: normal 14px sans-serif;
	margin: 1em 0;
	padding: 0.8em 1em 1em 40px;
	text-align: left;
}
blockquote.quote {
	border: 1px solid #ccc;
	padding: 8px;	
	margin: 0 0 0 0;
	background: #FFF;
	color: #454545;
	font-style: italic;
	margin: 0px;
	font: normal 14px sans-serif;
}
blockquote.code {
	border: 1px solid #ccc;
	padding: 8px;	
	margin: 0 0 0 0;
	background: #FFF;
	color: #454545;
	margin: 0px;
	font: normal 14px sans-serif;
}
/* FOOTER */
hr { border: 1px solid #C0C0C0;}
#footer .copy {
	font-size: 11px;
	color: #333333;
	padding-left: 10px;
}
#footer .copy a {
	color: #666666;
	text-decoration: none;
}
#footer .copy a:hover {
	border-bottom: 1px dotted #999999;
}
#footer .link {
	color: #CA5A4A;
	text-decoration: none;
	font-size: 11px;
	margin-left:  10px;
}
#footer .link:hover {
	border-bottom: 1px dotted #999999;
}
/* BLOCKS */
.block_title {
	font-size: 22px;
	color: #8494A4;
    margin-top: 10px;
	width: 100%;
    padding-bottom: 10px;
}
.block_title_arrow {
	font-size: 26px;
}
/* TOP ELEMENTS */
#logo_place {
	float: left;
	margin-right: 20px;
}
.up_menu {
	color: #FFFFFF;
    text-decoration: none;
}
.up_menu a {
	color: #FFFFFF;
    text-decoration: none;
}
.up_menu .box_2_blue { 
    background-color: #D3D4D8;
    padding: 8px 8px 8px 8px;
    font-size: 20px;
    border: 1px solid #C0C0C0;
}
.up_menu .box_2_orange { 
    background-color: #EB9455;
    padding: 5px 5px 5px 5px;
    font-size: 20px;
}
.up_menu .up_menu_arrow {
    float: left;
    font-size: 20px;
    color: #E0E6ED;
}
#top_right_box {
	float: right;
	margin-top: -10px;
}
#auth_box {
	color: #515151;
	font-size: 12px;
}
#auth_box a {
	color: #445F86;
	text-decoration: none;
}
#auth_box a:hover {
	color: #db2d25;
	text-decoration: underline;
}
/* PERMIS SYSTEM */
.usr_color {
	color: #6C9A6B;
	font-weight: bold;
}
.mod_color {
	color: #C2B943;
	font-weight: bold;
}
.smod_color {
	color: #CC7439;
	font-weight: bold;
}
.adm_color {
	color: #CB3E3A;
	font-weight: bold;
}
.usr_name_link {
    display: inline-block;
	position: relative;
	top: -5px;
	cursor: help;
	font-size: 14px;
    font-weight: bold;
}
.usr_name_link a {
	text-decoration: none;
}
.user_title_place {
    position: relative;
    font-size: 12px;
    top: -4px;
}
.user_friend_box {
    display: inline-block;
}
/* RATING */
.rating_overlay {
	display: inline-block;
	background-color: #E38077;
	color: white;
	padding: 5px 10px 5px 10px;
	font-size: 26px;
	margin-top: 5px;
	cursor: help;
}
.carma_overlay {
	display: inline-block;
	background-color: #97C49B;
	color: white;
	padding: 5px 10px 5px 10px;
	font-size: 26px;
	margin-top: 5px;	
	cursor: help;
}
.vote_overlay {
	color: #fff; padding: 5px 10px; font-size: 14px; background-color: #BB84F2; display: inline-block; cursor: help;
}
.carma_text {
    font-size: 12px;
    font-weight: bold;
    color: #666FAA;
}
/* Elements */
.buttonOuter{
	display: inline-block;
	border: 1px solid #ccc;    
  	background-color:#eaeaea;
  	padding: 0px;
  	cursor: pointer;
  	color: #000;
  	width: auto;
}	
.buttonLine{
	display: block;
	border-top: 1px solid #fff;   
}
.buttonLayer{
	display: inline-block;
	padding: 3px 10px 3px 10px;
	font-size: 12px;
}
.buttonOuter:hover{  
  	background-color:#f5f5f5;
}
.buttonOuterDisabled{
	display: inline-block;
	border: 1px solid #ccc;    
  	background-color:#eaeaea;
  	padding: 0px;
  	cursor: pointer;
  	color: #919191;
  	width: auto;
}
.buttonOuterDisabled:hover{  
  	background-color:#eaeaea;
}

/* ANSWERS */
.good_answ {
	background: url(/images/icons/tick.png) no-repeat;
	color: #7A8D78;
	font-weight: bold;
	padding-left: 18px;
	padding-bottom: 2px;
}
.bad_answ {
	background: url(/images/icons/cross_red.png) no-repeat;
	color: #8F7776;
	font-weight: bold;
	padding-left: 18px;
	padding-bottom: 2px;
}
/* TABLES */
.table_header td {
	background: #F3F3ED;
	border-bottom: 2px solid #808080;
	padding-left: 5px;
}
tr.td_darck {
	background: #E2E8EB;
}
tr.td_darck:hover {
	background: #ADBACD;
}
tr.td_darck td{
	padding: 2px;
}
tr.td_white {
	background: #F7F8F9;
}
tr.td_white:hover {
	background: #ADBACD;
}
tr.td_white td{
	padding: 2px;
}
tr.td_gray {
	background: #F1F1F1;
}
tr.td_gray td{
	padding: 2px;
}
/* BLOGS */
.post_online_user_name {
    position: relative;
    top: 5px;
}
.blog_post_status_icon {
    position: absolute;
    margin-left: -28px;
    cursor: help;
}
.blog_post_status_icon_in {
    position: relative;
    cursor: help;
    margin-bottom: -5px;
}
.user_blog_new_user {
    position: absolute;
    margin-left: -23px;
    margin-top: -8px;
    z-index: 1;
}
.post_show_title {
    font-size: 20px;
    font-weight: normal;
    color: #808080;
}
.hose_layout {
	display: inline-block;
	background-color: #E1E6E8;
	border: 1px solid #B8BEC0;
	padding: 6px;
	padding-bottom: 2px;
}
.rating_control_box {
	padding: 1px;
}
.blog_plus {
	background-color: #52AB4E;
	padding: 3px;
	color: white;
	font-size: 18px;
}
.blog_minus {
	background-color: #D04A37;
	padding: 3px;
	color: white;
	font-size: 18px;
}
.show_blog_td {
    
}
.blog_show_title {
	font-size: 20px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    position: relative;
    top: -4px;
    border-bottom: dashed 1px;
    cursor: pointer;
    color: #7590B9;
    font-weight: normal;
}
.blog_show_slogan {
	font-size: 12px;
    color: #808080; 
}
.blog_show_sub_title {
    font-size: 22px;
    color: #808080;
}
.blog_show_hr {
    background: url(/images/line-bg.gif) repeat-x; height: 5px; margin-bottom: 10px; clear: both; margin-top: 10px;
}
.blog_name_link {
	position: relative;
	top: -4px;
	font-size: 16px;
}
.blog_slogan_list {
	display: inline-block;
	padding-top: 5px;
	padding-left: 5px;
	color: #868686;
	font-size: 12px;
}
.blog_name_list {
	padding-left: 5px;
}
.ok {
	display: block;
	width: 34px;
	height: 20px;
	font-weight: bolder;
	background-color: #208E17;
	color: white;	
	cursor: help;
	text-align: center;
}
.no {
	display: block;
	width: 34px;
	height: 20px;
	font-weight: bolder;
	background-color: #C2300C;
	color: white;
	cursor: help;
	text-align: center;
}
.ban{
	display: block;
	width: 34px;
	height: 20px;
	font-weight: bolder;
	background-color: #E2C210;
	color: white;
	cursor: help;
	text-align: center;
}
.off{
	display: block;
	width: 34px;
	height: 20px;
	font-weight: bolder;
	background-color: #666FAA;
	color: white;
	cursor: help;
	text-align: center;
}
/* BLOG POST */
.blog_post_footer {

}
.blog_title_1 {
    font-size: 22px;
    color: #7590B9;
}
.blog_title_2 {
    font-size: 22px;
    color: #BBBBBB;
}
.blog_info_block {
    display: inline-block;
    border: 1px solid #C0C0C0;
    padding: 8px 8px 4px 8px;
}
.blog_tag_layer {
    /*padding-left: 25px;*/
}
.comm_content { 
background-attachment: scroll;
background-repeat: repeat;
background-position: 0% 0%;
background-color: #f7f7f7;
background-image: none;
}
.comm_content .tb {
height: 7px;
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 0% 100%;
background-color: transparent;
background-image: url("/images/comment-bl.gif");
}
.comm_content .tl { 
height: 7px;
overflow-x: hidden;
overflow-y: hidden;
background-attachment: scroll;
background-repeat: repeat-x;
background-position: 0% 0%;
background-color: transparent;
background-image: url("/images/comment-tb2.gif");
margin-left: 7px;
}
.comm_content .tr { 
height: 7px;
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 100% 0%;
background-color: transparent;
background-image: url("/images/comment-tr.gif");
}
.comm_content .bl { 
height: 7px;
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 0% 100%;
background-color: transparent;
background-image: url("/images/comment-tb.gif");
}
.comm_content .bb { 
margin-left: 7px;
height: 7px;
background-attachment: scroll;
background-repeat: repeat-x;
background-position: 0% 0%;
background-color: transparent;
background-image: url("/images/comment-bb.gif");
}
.comm_content .br { 
height: 7px;
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 100% 0%;
background-color: transparent;
background-image: url("/images/comment-br.gif");
}
.comm_content .text { 
border-left-color: #dddede;
border-left-width: 1px;
border-left-style: solid;
border-right-color: #dddede;
border-right-width: 1px;
border-right-style: solid;
padding-right: 25px;
padding-left: 10px;
overflow-x: hidden;
overflow-y: hidden;
font-size: 12px;
}
.comm_voter {
    
}
/* TOP MENU */
.top_menu_layer{
    font-size: 22px;
}
/* Page Numbers */
.pages {
    margin: 1em 0;
    clear: both;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.pages span {
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
}
.pages a {
 
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    background: #ffffff;
    border: 1px solid #BDC3D1;
    border-bottom: 2px solid #BDC3D1;
    text-decoration: none;
    color: #BDC3D1;
}

.pages span.current {
    border: 1px solid #8097A8;
    border-bottom: 2px solid #8097A8;
    font-weight: bold;
    background: #8097A8;
    color: #fff;
}

.pages a:hover {
    border-color: #8097A8;
    color: #8097A8;
}

.pages a.nextprev {
    font-weight: bold;
    color: #BDC3D1;
}

.pages span.nextprev {
    color: #BDC3D1;
}

.pages span.nextprev {
        border: 1px solid #BDC3D1;
        color: #BDC3D1;
}
/* STRING STYLES */
.mail_title_string {
	position: relative;
	top: -4px;
	font-size: 14px;
}
.post_rating {
    top: 8px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #C8A6D9;
    padding: 0px 5px 5px 5px;
    text-align: center;
    cursor: help;
}
.post_rating_power {
    display: block;
    font-size: 8px;
    text-align: center;
}
.comment_parent_link {
    text-decoration: none;
    font-size: 12px;
    border-bottom: dotted 1px;
}
.comment_this_link {
    text-decoration: none;
    font-size: 12px;
    border-bottom: solid 1px;
}
.comment_title_string {
    position: relative;
    top: -4px;
}
.temp_comment_place {
    background-color: #FEF6F6;
    border: 2px solid #F5CDCD;
    padding: 5px 5px 5px 5px;
    margin: 4px;
}
.best_users_name_box {

}
.best_users_title_box {
    display: block;
	position: relative;
}
.best_users_title {
    position: relative;
    top: -6px;
    cursor: help;
}
.blog_avatar_corrector {
    position: relative;
    top: 5px;
}
.blog_show_title_corrector{
    position: relative;
    top: 4px;
}
.show_user_blog_in{
    position: relative;
    top: -5px;
}
.show_user_title {
	position: relative;
    color: #808080;
    top: -4px;
}
.user_show_name {
    display: inline-block;
    position: relative;
    font-size: 24px;
    top: 5px;
    padding-bottom: 5px;
}
.user_show_fio {
    font-size: 28px;
    color: #808080;
}
.show_user_gender {
    position: relative;
    top: 5px;
    cursor: help;
}
.show_user_table {
    font-size: 14px;
}
/* WIDGETS STYLES */
.w_post_title {
    font-size: 14px;
}
.w_blog_name {
    font-size: 14px;
    color: #969696;
}
.w_comment_count {
    font-size: 14px;
    color: #0B2A11;
}
.w_blog_name_2 {
    font-size: 16px;
    top: -4px;
    position: relative;
}
.w_blog_rating {
    top: 0px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #C8A6D9;
    padding: 5px 5px 5px 5px;
    text-align: center;
    cursor: help;
}
/*
* Power boxes
*/
.total_positive { color: #fff; padding: 5px 10px; font-size: 14px; background-color: #71CB6C; display: inline-block; cursor: help; }
.total_negative { color: #fff; padding: 5px 10px; font-size: 14px; background-color: #EC6262; display: inline-block; cursor: help; }
.total_neutral  { color: #fff; padding: 5px 10px; font-size: 14px; background-color: #C1C1C1; display: inline-block; cursor: help; }
.vote_plus { position: relative; top: 3px; margin-right: 2px;}
.vote_minus { position: relative; top: 3px;}
/*
* Tags
*/
.tag1 a {
	font-family: Tahoma;
	color: #527A52;
	text-decoration: none;
	font-size: 10px;
	padding: 4px;
}
.tag1 a:hover {	
	color: #ffffff;
	background-color: #527A52;
}

.tag2 a{
	font-family: Tahoma;
	color: #B5B017;
	text-decoration: none;
	font-size: 12px;
	padding: 4px;
	font-weight: bold;
}
.tag2 a:hover {	
	color: #ffffff;
	background-color: #B5B017;
}

.tag3 a{
	font-family: Tahoma;
	color: #9B5431;
	text-decoration: none;
	font-size: 14px;
	padding: 4px;
}
.tag3 a:hover {	
	color: #ffffff;
	background-color: #9B5431;
}

.tag4 a{
	font-family: Tahoma;
	color: #BD550F;
	text-decoration: none;
	font-size: 16px;
	padding: 4px;
	font-weight: bold;
}
.tag4 a:hover {	
	color: #ffffff;
	background-color: #BD550F;	
}

.tag5 a{
	font-family: Tahoma;
	color: #A22B57;
	text-decoration: none;
	font-size: 18px;
	padding: 4px;
}
.tag5 a:hover {	
	color: #ffffff;
	background-color: #A22B57;	
}

.tag6 a{
	font-family: Tahoma;
	color: #9565CF;
	text-decoration: none;
	font-size: 20px;
	padding: 4px;
	font-weight: bold;
}
.tag6 a:hover {	
	color: #ffffff;
	background-color: #9565CF;	
}

.tag7 a{
	font-family: Tahoma;
	color: #E74E4E;
	text-decoration: none;
	font-size: 22px;
	padding: 4px;
}
.tag7 a:hover {	
	color: #ffffff;
	background-color: #E74E4E;	
}

.tag8 a {
	font-family: Tahoma;
	color: #F46551;
	text-decoration: none;
	font-size: 24px;
	padding: 4px; 
	font-weight: bold;
}
.tag8 a:hover {	
	color: #ffffff;
	background-color: #F46551;
}

/* Article box */
#lenta_type_title {
    font-size: 14px;
}
#scroll_text {
    
}
#scroll_text_online {
    display: none;
}
.scroll_selected {
    display: inline-block;
    background: #C29BDA;
    color: #FFF;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
}