
/***
 * Main page styles
 */
body, html {
	margin: 0;
	padding: 0px;
	background-color: #D0D0D0;
	background: #D0D0D0;
	color: #404040;
	font-family: Arial;
	line-height: 1.2em;
	font-size: 10pt;
}

.body_content {
	width: 1024px;
	background-color: #FFFFFF;
	background: #FFFFFF;
	margin: 5px auto;
}

.header {
	margin: 0px 0px 2px 0px;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	clear: both;
	position: relative;
}

table.header
{
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: center;
	background-color: #404040;
	color: black;
}

table.header tr, table.header td, table.header th
{
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	background-color: #FFFFFF;
	color: black;
}


.cardbox {
	width: 150px;
	height: 80px;
	position: relative;
	top: -160px;
	left: 1060px;
	clear:both;
}

.flash {
	width:1000px;
	height: 190px;
	position: relative;
	top: -2px;
	left: 40px;
	z-index: 2;
}


.menu-h-d {
	width: 100%;
	height: 22px;
	padding-bottom: 10px;
	margin: 0 auto;
	clear:both;
}
.menu-h-d .sel {background: url('/img/sel_menu_l.gif') top left no-repeat !important;float:left;}
.menu-h-d .sel span a {color:#fff;text-decoration:none;}
.menu-h-d .sel span a:hover {color:#fff;text-decoration:none;}
.menu-h-d .sel span {height:18px;background: url('/img/sel_menu_r.jpg') top right no-repeat  !important;display:block;padding:4px 8px 0 0;}

.menu-h-d li {height:22px;padding:0 0 0 7px;margin:0 5px 0 0;list-style:none;float:left; display: block; position: relative;list-style: none; }
.menu-h-d li span {height:18px;display:block;padding:4px 8px 0 0;}
.menu-h-d li a {font:12px'arial';color:#0005ae;font-weight:bold;text-decoration:none; display: block; }
.menu-h-d li:hover {background: url('/img/sel_menu_l.gif') top left no-repeat;}
.menu-h-d li:hover span {height:18px;background: url('/img/sel_menu_r.jpg') top right no-repeat  !important;display:block;padding:4px 8px 0 0;}
.menu-h-d li:hover span a {color:#fff;text-decoration:none;}.menu-h-d ul {width:212px;padding-top:10px;background: url('/img/sub_top_bg.gif') top left no-repeat;display:none; position: absolute; top: 19px; left: 0px;border:0; }
.menu-h-d li li {margin:-5px 0 0 0;background: url('/img/li_li_bg.gif') top left repeat-y !important;min-height:14px;height:auto !important;height:14px;padding:0 0 12px 15px;float:none;}
.menu-h-d li a:hover {font:12px'arial';color:#0005ae;font-weight:bold;text-decoration:underline;}

.menu-h-d li li a {font:11px'arial';color:#fff;text-decoration:none;}
.menu-h-d li li a:hover {font:11px'arial';color:#fff;text-decoration:none;}
.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul { display: none; }
.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul { display: block; }

.search {
border: 1px solid #c0c1c2;
	width:100%;
	height:35px;
	padding-top:15px;
	background: url('/img/search_bg.gif') top center no-repeat;
	clear:both;
}
.search form {width:455px;margin:0 auto;}
.search form fieldset .search_field {
	width:370px;
	padding:0 5px;
	height:15px;
	font-size:11px;
	color:#000;
	border:1px solid #62aff6;
	display:block;
	margin-right:5px;
	float:left;
}
.search form fieldset select {width:198px;height:17px;font-size:11px;color:#000;border:1px solid #62aff6;display:block;float:left;}
.search form fieldset .submit {width:44px;height:17px;float:right;}


.header img {
	margin: 2px 0 2px 2px;
}


/* Центр */
div.wrapper {
	text-align: left;
	float: left;
	width: 100%;
}

div.content {
	margin: 0 2px 0 214px; /* отступ центра от боковых колонок */
	width: 810px;
}

.page {
	margin: 0 0 .5em 0;
	padding: .3em;
	background-color: #fff;
	border-top: 0px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	text-align: left;
}

/* /Центр */





/*- Бокс */
.box {
	margin: 0 .0em .0em .0em;
	border: 1px solid #F0F0F0;
	padding: 0;
}

/*- Заголовок бокса */
.box h5 {
	color: #404040;
	font-weight: bold;
	font-size: 10pt;
	margin: 0;
	padding: 2px 0 2px 10px;
	background-color: #D4D4D4;
	border-bottom: 1px solid #F0F0F0;
	vertical-align: middle;
}

.box h5 a {
	color: #404040;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}
/*- /Заголовок бокса */

/*- Содержимое бокса  */
.box .boxContent {
	margin: 0;
	padding: .2em;
	background-color: #FFFFFF;
	border-top: 0px;
	text-align: left;
}

.box .boxContent p {
	margin: 0 0 0 0;
	padding-bottom: 0.2em;
}
.box .boxContent ul  {
	margin: 0 0 0 0;
	padding-bottom: 0.2em;
}

.box .boxContent li {
	list-style-type: square;
	margin: 0 0 0 0;
	padding: 0px;



}
/*- /Содержимое бокса */




/* Левая колонка */
div.left {
	float: left;
	width: 200px; /* Ширина левой колонки */
	margin-left: -100%;
	background: transparent;
}
/* /Левая колонка */

/* /Правая колонка */

/* Низ */
div.footer {
	clear: left;
	padding-left: 15px;
	background: transparent;
	color: #000080;
	background-color: #B7E4FD; 
	text-align: left;
	vertical-align: middle;
}

/* /Низ */



/* Заголовок страницы */
h1 {
	color: #404040;
	font-weight: bold;
	font-size: 10pt;
	margin: 0;
	padding: 2px 0 3px 10px;
	background-position: 0 -2843px;
	background-repeat: repeat-x;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: middle;
	text-align: center;
}




h2, h3, h4 {
	text-align: center;
	font-weight: bold;
	color: #404040;
	background-color: transparent;
}


a.main, a.main:link, a.main:visited, a.main:active, a.main:hover  {
	text-decoration: none;
	font-size: 10pt;
	color: #404040;
	background-color: transparent;
}

a.main:hover  {
	text-decoration: none;
	font-size: 10pt;
	color: Green;
	background-color: transparent;
}

small {
	font-size :7pt;
	color: Gray;
	margin: 0px;
}

select {
	font-size: 10pt;
	background-color: #dfdfdf;
}

img {
	border: 0px;
}

hr {
	border: 0px;
	color: black;
	background-color: black;
	height: 1px;
}

.center { text-align: center; }
.fl_l { float: left; }
.fl_r { float: right; }
.ta_l { text-align: left; }
.ta_r { text-align: right; }
.ta_c { text-align: center; }
.va_t { vertical-align: top; }
.va_m { vertical-align: middle; }
.va_b { vertical-align: bottom; }

li {
	padding-top: 3px;
	padding-bottom: 3px;
}

ul li {
	list-style-type: square;
}

em {
	font-style: italic;
}

.text_body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


input.buttons {
	border: #3C3C3C 1px solid;
	font-family: Tahoma,verdana, Helvetica;
	font-size: 10pt;
	background-color: #D4D4D4;
	color: #404040;
}

table.catalog
{
	text-align: center;
	background-color: #404040;
	color: black;
	font-size: 12px;
	border: 1px #404040;
	padding-left: 1px;
	padding-right: 1px;
}

td.cat_heading,th.cat_heading
{
	color: black; font-size: 12px;
	background-color: #C1C2C3;
	border: 1px solid #404040;
	padding-left: 2px;
	padding-right: 5px;
}


tr.cat_t,th.cat_t,td.cat_t
{
	font-size: 12pt;
	text-align: center;
	background-color: #B7E4FD;
	vertical-align: top;
	color: black;
}

/*-------------------------- REGISTRATION FORM -------------------------------*/

.regstar{
	font-size:18px;
	color:#FF0000;
}

#regform strong{
	font-size:16px;
	color:#404040;
}

#regform small{
	color:#5F98BF;
}

.text-input{
	border:1px solid #404040;
	padding:2px;
}

.text-input:focus {
	border:1px solid #FFD100;
	padding:2px;
}

/*-------------------------- EDIT FORM -------------------------------*/
#editform strong{
	font-size:16px;
	color:#404040;
}

#editform small{
color:#666666;  font-size:12px;
}

.con_heading {
	font-size: 20px;
	font-weight:normal;
	color:#404040;
	margin: 0px;
	margin-bottom: 5px;
}

/***
 * profile table styles
 */

table.profiles
{
	text-align: center;
	background-color: #404040;
	color: black;
	font-size: 10px;
	border: 1px #404040;
	padding-left: 1px;
	padding-right: 1px;
}

.profile_item
{
	font-size: 9pt;
	text-align: left;
	background-color: #FFFFFF;
	color: black;
}

/* Стиль информационных сообщений */
.sess_messages {
	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	background:#EAEAEA;
	display:block;
	clear:both;
	border-radius:2px;
	font-weight:bold;
	line-height:16px;
	font-size: 14px;
}

.online{
	padding-left:3px;
	padding-right:3px;
	background-color:#009900;
	color:#FFF;
}
.offline{
	padding-left:3px;
	padding-right:3px;
	background-color:#990000;
	color:#FFF;
}



/* Таблица контактов */
.contact_table {
	text-align: center;
	background-color: #404040;
	color: #000;
}

.contact_table tr, .contact_table td, .contact_table th {
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	background-color: #FFFFFF;
	color: #000;
}

.contact_table_new td, .contact_table_new th {
	background-color: #FF8080;
}





.float_bar a:hover{ text-decoration:none; }
.float_bar{
	border-radius:4px;
	background-color: #c0c1c2;
	float: left;
	margin-top:6px;
	padding:5px 8px;
}

/* класс ссылки на библиотеку аватаров */
.avatars_lib_link{
	padding:20px;
	background:url(/img/icons/images.png) no-repeat left center;
}

.usr_msgmenu_tabs{
	margin-top: 12px;
	display:block;
	height:27px;
}

.usr_msgmenu_active{
	margin-right:0px;
	background-color:#C0C1C2;
	padding:10px;
	font-weight:bold;
	border-radius:4px 4px 0 0;
}

.usr_msgmenu_link{
	margin-right:0px;
	padding:10px;
}

.in_link{
	padding-left:26px;
	background:url(/img/icons/messages/message-in.gif) no-repeat 8px center #FFF;
}
.in_span{
	padding-left:26px; background:url(/img/icons/messages/message-in.gif) no-repeat 8px center #C0C1C2;
}

.out_link{
	padding-left:26px;
	background:url(/img/icons/messages/message-out.gif) no-repeat 8px center #FFF;
}
.out_span{
	padding-left:26px;
	background:url(/img/icons/messages/message-out.gif) no-repeat 8px center #C0C1C2;
}

.new_link{
	padding-left:26px;
	background:url(/img/icons/messages/message-new.gif) no-repeat 8px center #FFF;
}
.new_span{
	padding-left:26px;
	background:url(/img/icons/messages/message-new.gif) no-repeat 8px center #C0C1C2;
}
.history_span{
	padding-left:26px;
	background:url(/img/icons/folder_user.png) no-repeat 5px center #C0C1C2; }

.usr_msgmenu_bar{
	background-color:#C0C1C2;
	margin-bottom:10px;
	border-radius:0px 0px 4px 4px;
	color:#375E93;
}
.usr_msgmenu_bar a{
	color:#375E93;
}

.usr_msg_entry{
	padding:10px;
	border-radius:4px;
	margin-bottom:4px;
	border:solid 1px #C3D6DF;
}

.usr_msg_entry a {
	text-decoration: underline;
}

.usr_msg_header {
	padding: 4px 0px 0px 4px;
	border-bottom: 1px solid #404040;
	overflow: auto;
}
.usr_msg_info {
	float: left;
}
.usr_msg_menu {
	float: right;
}
.usr_msg_author {
	color: #375E93;
	font-weight: bold;
}
.usr_msg_body {
	clear: both;
	padding: 6px;
}

span.msg_new {
	margin-right:10px;
	color: #ffffff;
}


a.msg_link {
	margin-right: 5px;
	color: #375E93;
	height: 16px;
}



/* bb code panell class */

.ajax_autogrowarea{
	display:block;
	border:solid 1px gray;
	width:100%;
	height:108px;
	min-height:180px;
	max-height:702px;
	line-height:18px;
	margin:0px;
}

.ajaxlink:hover {
	color:#0099CC;
	border-bottom:dashed 1px #0099CC;
}
.ajaxlink{
	text-decoration:none;
	border-bottom:dashed 1px #375E93;
	color:#375E93;
}


.usr_msg_bbcodebox{
	padding:0px;
	background:url(/img/bbtoolbar.jpg) repeat-x left top #EFEFEF;
	border:solid 1px #666;
	border-bottom:none;
	overflow:hidden;
	_height:1%;
	width:100%;
}

h1.bb, h2.bb, h3.bb, h4.bb, h5.bb h6.bb {
	margin: 0;
	outline: 0;
	font-weight: bold;
	background:transparent;
	text-align: center;
	border:0;
}
h1.bb {
	font-size: 250%;
}

h2.bb {
	font-size: 200%;
}
h3.bb {
	font-size: 150%;
}

code.bb_code { 	color: #404040; }
span.bb_spec_char { color: #000099; }
span.bb_mnemonic { color: #ff0000; }
span.bb_tag { color: #009900; }
span.bb_bracket { font-weight: bold; }
span.bb_slash { font-weight: normal; }
span.bb_tagname { color: #990099; }
span.bb_equal { color: #999900; }
span.bb_quote { color: #009999; }
span.bb_attrib_name { color: #999900; }
span.bb_attrib_val { color: #009999; }
span.bb_autolink { color: #0000ff; }

div.php {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 5px;
	border-color: #a9b8c2;
	border-width: 1px;
	border-style: solid;
	color: #006600;
	font-family: Monaco,'Courier New',monospace;
	background-color: #fafafa;
}

div.bb_quote_author {
	margin: 10px 5px 0px 5px;
	padding: 4px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #a9b8c2;
	color: #333333;
	background-color: #a9b8c2;
	font-size: 0.85em;
	font-weight: bold;
}	    

div.bb_quote_author:after {
	content: " писал(а):";
}

div.bb_quote {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #a9b8c2;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #fafafa;
	color: #4b5c77;
}

.bbSpoiler {
	border: #d0d0d0 1px solid;
	padding: 4px;
	margin: 1em 0 0 .75em;
	-moz-border-radius: 8px;
}
.bbSpoilerTitle a {
	color: #666666;
	font-weight: bold;
}
.bbSpoilerText {
	border: #d0d0d0 1px solid;
	padding: 5px;
	margin-top: .5em;
	-moz-border-radius: 4px;
}



.usr_bb_button{
	display:block;
	margin:2px;
	padding:7px;
	float:left;
}

.usr_bb_button:hover {
	display:block;
	margin:2px;
	border: solid 1px #83BBD9;
	padding:6px;
	float:left;
	background:url(/img/bbbtn.jpg) repeat-x left bottom #DFF2F9;
}

.usr_bb_hint{
	display:block;
	margin:2px;
	padding:5px;
	float:left;
	color:#666666;
}

.usr_msgreply_source{
	padding:15px;
	border-radius:4px;
	border:1px solid #404040;
	margin-bottom:10px;
}
.usr_msgreply_sourcetext{
	font-size: 16px;
}
.usr_msgreply_author{
	font-style:italic;
	color:#666666;
	text-align:right;
}

/* Блоги */
.blog_type_menu{
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
}
.blog_type_link{
	display:block;
	float:left;
	margin-right:15px;
	font-size:18px;
	color:#375E93;
	padding:5px 0px;
}
.blog_type_active{
	display:block;
	float:left;
	margin-right:15px;
	color:#000;
	font-size:18px;
	text-decoration:none;
	background:#C3C2C1;
	padding:5px 10px;
}

.blog_full_list {
	background-color: #404040;
	padding-left: 1px;
	padding-right: 1px;

}

.blog_full_list tr, .blog_full_list td, .blog_full_list th {
	background-color: #FFFFFF;
}
.blog_full_list .blog_title_td {
	padding-left:0px;
}
.blog_full_list .blog_title, .blog_full_list .blog_user, .blog_full_list .blog_posts, .blog_full_list .blog_comm {
	padding:1px;
	padding-left:20px;
}

.blog_full_list .blog_title {
	font-size:16px;
	background:url(/img/icons/blog.png) no-repeat left center;
}
.blog_full_list .blog_user{
	background:url(/img/icons/user.png) no-repeat left center;
}
.blog_full_list .blog_posts{
	background:url(/img/icons/posts.png) no-repeat left center;
}
.blog_full_list .blog_comm{
	background:url(/img/icons/comment.png) no-repeat left center;
}

.blog_full_list .blog_rss{
	background:url(/img/icons/rss.png) no-repeat left center;
	width:16px;
	height:16px;
	display: block;
}


.blog_cat{
	float:left;
	padding:2px;
	height:20px;
	line-height:20px;
}
.blog_catlist{
	float:left;
	overflow:hidden;
	height:1%;
	margin-top:10px;
	margin-bottom:20px;
}

.blog_entry_info{
	font-size:12px;
	color:#333333;
	padding:0px;
	margin-top:5px;
	clear:both;
}
.blog_entry_info a{
	color:#375E93;
}

.blog_entry_date{
	background:url(/img/icons/calendar.png) no-repeat left center;
	padding:1px;
	padding-left:20px;
	margin-left:10px;
}

.blog_post_body {
	padding:4px;
	margin-top:15px;
	margin-bottom:15px;
}
.blog_post_nav{
	margin-top:5px;
	margin-bottom:15px;
	padding:10px;
	background-color:#C1C2C3;
	text-align:center;
	overflow:hidden;
	border-radius:4px;
}
.blog_post_nav a {
	color:#375E93;
}

.usr_friends_block {
	overflow:hidden;
	margin-bottom:15px;
	border-top:1px solid #C3D6DF;
}

.usr_profile_block {
	clear:both;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #C3D6DF;
	margin-left:10px;
}

.blog_comments {
	margin-bottom:20px;
	font-size:12px;
	padding:5px 10px;
	border:solid 1px #C3D6DF;
	display:inline-block;
}

.blog_comments_link {
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	background:url(/img/icons/comment.png) no-repeat left center;
	padding:1px;
	padding-left:20px;
}

.blog_comments .tagline{
	text-decoration:none;
	background:url(/img/icons/tag.png) no-repeat left center;
	padding:1px;
	padding-left:20px;
	margin-left:10px;
}

.blog_comments .editlinks a{
	text-decoration:underline;
}




.usr_friend_cell {
	width: 50px;
	height: 80px;
	padding-right:10px;
	margin-right:5px;
	margin-bottom:5px;
}


/* Файлы */
.cat_list_row1 {
	background-color: #EBEBEB;
}
.cat_list_row2 {
	background-color: #FFFFFF;
}

.usr_files_hash { font-size:10px; color:#999999; }
.usr_files_desc { font-size:10px;}

/* Категории */

.content_container {
	padding-top:5px;
}
.content_entry{
	padding:10px;
	margin-bottom:4px;
	border:solid 1px #C3D6DF;
	overflow: auto;
}

.content_header {
	padding: 4px 0px 0px 4px;
	border-bottom: 1px solid #404040;
	overflow: auto;
}

.content_entry_info {
	float: left;
}
.content_entry_menu {
	float: right;
}
.content_entry_body {
	clear: both;
	padding: 6px;
}

.doc_link {
	line-height:17px;
	padding: 1px 1px 1px 18px;
	font-weight: bold;
	background: url(/img/icons/doc.png) no-repeat;
}


a.file_link {
	font-weight: bold;
	text-decoration: underline;
	color: #404040;
}

/* Комментарии */

.comments_heading {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #404040;
	margin-bottom: 4px;
	padding-top: 8px;
}

.comment_entry {
	width: 100%;
	margin:0;
	margin-bottom:5px;
	padding:2px;
}

.comment_title {
	padding: 6px;
}

.comment_author {
	display: block;
	float: left;
	font-weight: bold;
}

.comment_author {
	display: block;
	float: left;
	font-weight: bold;
}

.comment_date {
	color: #999;
	display: block;
	float: right;
	margin-right:6px;
	padding: 1px;
	padding-left:20px;
	background:url(/img/icons/calendar.png) no-repeat left center;
}

.comment_content {
	padding: 10px;
	padding-left: 25px;
	padding-top: 7px;
	background-color: #F0F0F0;
}

.comment_content .quote {
	color:#404040;
	font-style:italic;
	background-color: #F3F9F2;
	border:thin dashed #999999;
}

.comment_addentry a{
	text-decoration:underline;
}
i
.comment_addentry {
	padding:20px;
	border:solid 1px gray;
	background-color:#E4E4E4;
}

.comment_codebar{
	margin-top:10px;
	width:100%;
}

.commrnt_submit {
	font-size:18px;
}

#addcommentlink{
	margin-top:15px;
}

/*------------------------------ TAG BAR -------------------------------------*/
.taglinebar{
	margin:10px 0px;
}
.taglinebar .label{
	padding-right:18px;
	background:url(/img/icons/tag.png);
	background-repeat:no-repeat;
	background-position:right;
	font-weight:bold;
	margin-right:4px;
}

.tagboxhead {
	width: 180px;
	text-align: center;
	font-weight:bold;
}

.tagbox {
	width: 180px;
	height: 200px;
	float:right;
	padding:4px;
	font-weight:bold;
	margin: 4px;
	border:solid 1px #000;
	overflow: auto;
}


/***
 * parameters table styles
 */
.paramboxhead {
	width: 180px;
	float:right;
	text-align: center;
	font-weight:bold;
}

.parambox {
	width: 180px;
	height: 200px;
	float:right;
	padding:4px;
	font-weight:bold;
	margin: 4px;
	border:solid 1px #000;
	overflow: auto;
}

table.parameters
{
	width: 100%;
	text-align: center;
	background-color: #404040;
	color: black;
	font-size: 10px;
	border: 1px #404040;
	padding-left: 1px;
	padding-right: 1px;
	text-align: left;
	vertical-align: top;
	border-collapse:separate;
	border-spacing: 1px;
}

table.parameters tr
{
	font-size: 9pt;
	text-align: left;
	background-color: #FFFFFF;
	color: black;
}

table.group_list {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #404040;

}

table.group_list tr, table.group_list th, table.group_list td {
	background-color: #FFFFFF;
	padding: 3px;
}


