a {text-decoration: underline; color:#c63535;}

h1
{
	position:relative;
	font-size:1.25em;
	border-bottom:1px solid #e4e7e9;
	padding-bottom:12px;
	padding-left:3px;
	color:#3d3d3d;
	margin:10px 0;
}

html { font-size:100%; }

body { 
	margin:0px;
	font-size:80%; 
	font-family:Arial, Helvetica, sans-serif; 
	/*min-width:1000px;*/
}

.clear { clear:both; }

#container {
	height:100%;
	padding:30px 48px;
}



#header {
	position:relative;
	height:210px;
}

/* logo */
#header_logoblock {
	position:absolute;
	top:0px;
	left:35px;
	width:144px;
	height:120px;
	background:url(images/header_logoblock.png) center no-repeat;
	text-align:center;
	z-index:3;
}
#header_logoblock_limiter {
	width:120px;
	height:100px;
	text-align:center;
	margin:0px auto 0 auto;
	padding-top:8px;
	overflow:hidden;
}
#header_logoblock_tab {
	width:120px;
	height:110px;
	margin:0 auto;
	/*padding-top:10px;*/
	text-align:center;
	/*display:table;*/
	
}
#header_logoblock_container {
	/*overflow:hidden;
	display: table-cell; */
	vertical-align: middle;
}

#header_logoblock_container img {border:0;}

/* title */
#header_title {
	position:absolute;
	top:4px;
	left:63px;
	height:145px;
	z-index:2;
	/*width:900px;*/
}
#header_title_left {
	position:absolute;
	bottom:0px;
	left:0px;
	width:176px;
	height:29px;
}
#header_title_content {
	position:relative;
	float:left;
	height:124px;
	width:600px;
	margin-left:100px;
	padding:13px 0 0 33px;
}
#header_title_content h1 {
	margin:0px;
	height:50px;
	color:#ffffff;
	font-size:16pt;
	line-height:24px;
	overflow:hidden;
}
#header_title_right {
	float:left;
	width:25px;
	height:145px;
}


#topmenu {
	position:relative;
	height:52px;
	margin:78px 0 0 195px;
	z-index:4;
	border-collapse:collapse;
	border-spacing:0;
}
#topmenu_left {
	width:22px;
	height:52px;
	padding:0;
}
#topmenu_mid {
	height:52px;
	padding:0;
	overflow:hidden;
}
#topmenu_right {
	width:23px;
	height:52px;
	padding:0;
}

/* search */
#header_search {
	position:absolute;
	top:80px;
	left:0px;
	width:297px;
	height:34px;
	padding-top:70px;
	z-index:1;
}
#header_search_form {
	position:absolute;
	top:147px;
	left:30px;
	width:250px;
	height:50px;
	z-index:10;
}
#search_field
{
	position:relative;
	float:left;
	display:inline;
	border:1px solid #cc8e62;
	margin:4px 0 0 0;
	padding:1px 1px 0 1px;
	width:160px;
	height:18px;
	border-top:1px solid #727272;
	border-left:1px solid #b4b4b4;
	border-right:1px solid #b4b4b4;
	border-bottom:1px solid #d9d9d9;
	z-index:10;
}
#search_btn {
	position:relative;
	float:left;
	display:inline;
	width:53px;
	height:18px;
	margin:6px 0 0 9px;
	border:none;
	background:none;
	background:url(images/search_btn.png);
	cursor:pointer;
	z-index:10;
}


/* user menu */
#usermenu {
	position:absolute;
	top:155px;
	left:320px;
	width:600px;
	height:30px;
}
#usermenu span {
	color:#066c95;
	font-weight:bold;
	font-size:95%;
}
#usermenu a, #usermenu a:hover, #usermenu a:visited, #usermenu a:active {
	font-weight:normal;
	font-size:85%;
	text-decoration:none;
	letter-spacing:0.03em;
}
#usermenu a.logout, #usermenu a:hover.logout, #usermenu a:visited.logout, #usermenu a:active.logout {
	margin-left:16px;
	color:#066c95;
	font-weight:normal;
	font-size:85%;
}


/* top right icons */
#header_icons {
	position:absolute;
	top:0px;
	right:0px;
}
#header_icons a {
	display:block;
	float:left;
	margin-left:18px;
}
#header_icons img {
	border:0px;
}
#header_printer { padding-top:1px; }
#header_email { padding-top:2px; }
#header_sitemap { padding-top:1px; }

#oldsitetab {
		position: fixed;
		top: 215px;
		left: 0;
 }





/* page content */
table#content_tab { }

#tempdiv { 
	width:100%;
	padding:1px 1px 1px 1px; 
	border:1px solid #e0e0e0; 
}
#tempdiv h2 { 
	height:31px;
	margin:0px;
	padding:0 10px;
	font-size:95%;
	line-height:28px;
	color:#191919;
	background:url(images/tempdiv_header_rep.png) repeat-x;
}


/* footer */
#footer {
	position:relative;
	height:69px;
	margin-top:30px;
	/*padding:0 52px 10px 16px;*/
	background:url(images/footer_bg_rep.png) repeat-x;
}
#footer_bg_left, #footer_bg_right {
	height:69px;
	width:2px;
}
#footer_bg_left {
	float:left;
	background:url(images/footer_bg_left.png) center left no-repeat;
}
#footer_bg_right {
	float:right;
	background:url(images/footer_bg_right.png) center right no-repeat;
}
#footer p {
	margin-bottom:0px;
}
p#footer_copy {
	position:absolute;
	bottom:14px;
	left:16px;
	font-size:80%;
	letter-spacing:0.02em;
}
p#footer_links {
	position:absolute;
	bottom:14px;
	right:52px;
	font-size:80%;
}
p#footer_links a {
	margin-left:12px;
	right:40px;
}

/* bitrix */

#print-link-back {display:none;}

h1
{
/*	position:relative; */
	font-size:1.25em;
	border-bottom:1px solid #e4e7e9;
	padding-bottom:12px;
	color:#072838;
	margin:10px 0;
}

h2
{
	font-size:1.25em;
}

h3
{
	font-size:1.25em;
	margin-top:0;
	margin-bottom:5px;
}

h4
{
	font-size:1.25em;
	border-bottom:1px solid #e4e7e9;
	padding-bottom:8px;
	margin-bottom:5px;
	margin-top:8px;
}

/*Data table*/
table.data-table
{
	border:1px solid #bbcbda;
	border-collapse: collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #bbcbda;
	border-left:none !important;
	border-right:none !important;
	background-color:#FFFFFF;
	padding:6px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th, table.data-table thead th
{
	background-color:#dbe7f6;
	font-weight:bold;
	font-size:12px;
	background-image:none;
	border:1px solid #bbcbda;
	padding:8px;
	text-align:left;
}

/*Head cell selected*/
table.data-table thead td.selected, table.data-table th.selected, table.data-table thead th.selected
{
	background-color:#edf6fc;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
}

/*Selected cell*/
table.data-table td.selected, table.data-table tr.selected td
{
	background-color:#f6f6f6;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#edf6fc;
	padding:4px;
}

/*End data table*/



/*Data table events*/
table.data-table-events
{
	margin-bottom:10px;
}

/*Any cell*/
table.data-table-events td.body
{
	padding:10px 14px;
}

/*Head cell*/
table.data-table-events td.header
{
	font-weight:bold;
	font-size:14px;
	border-top:9px solid #c5d9f1;/*change*/
	background:url(images/table-header-separator.gif) bottom repeat-x;
	padding:8px;
	color:#072838;
}
/*End data table events*/



/*Data table news*/
table.data-table-news
{
	margin-bottom:10px;
}

/*Any cell*/
table.data-table-news td.body
{
	padding:10px 14px;
}

/*Head cell*/
table.data-table-news td.header
{
	font-weight:bold;
	font-size:14px;
	border-top:9px solid #ddf3fb;/*change*/
	background:url(images/table-header-separator.gif) bottom repeat-x;
	padding:8px;
	color:#c30808;
}
/*End data table events*/


/*Data table communication*/
table.data-table-communication
{
	margin-bottom:10px;
}

/*Any cell*/
table.data-table-communication td.body
{
	padding:10px 14px;
}

/*Head cell*/
table.data-table-communication td.header
{
	font-weight:bold;
	font-size:14px;
	border-top:9px solid #f8eca8;/*change*/
	background:url(images/table-header-separator.gif) bottom repeat-x;
	padding:8px;
	color:#072838;
}
/*End data table events*/

/*table.data-table-communication a, table.data-table-news a, table.data-table-events a
{
	text-decoration: none;
}*/


/*Error & OK messages*/
.errortext{color:red;}
.notetext{color:green;}
.starrequired{color:red;}

/*News*/
.news-date-time {color:#82929a}
.intranet-date {color:#82929a}

/*Tabs*/
.sonet-user-menu-tabs-mltl li a b.p1 {background-image:url(images/tabs/tableft.gif);}
.sonet-user-menu-tabs-mltl li a b.p2 {background-image:url(images/tabs/tab_bg.gif); color:#717273; }
.sonet-user-menu-tabs-mltl li a b.p3 {background-image:url(images/tabs/tabright.gif);}

.sonet-user-menu-tabs-mltl li a.selected b.p1 {background-image:url(images/tabs/tableft-selected.gif);}
.sonet-user-menu-tabs-mltl li a.selected b.p2 {background-image:url(images/tabs/tab_bg_selected.gif); color:#000;}
.sonet-user-menu-tabs-mltl li a.selected b.p3 {background-image:url(images/tabs/tabright-selected.gif);}

/*Filter*/
ul.bx-users-selector li.bx-selected {background-color: #dbe7f6; background-image: url(images/filter/filter_delimiter.gif);}
div.bx-users-selector-filter {background-color: #dbe7f6;}
ul.bx-users-selector {background-color: #bbcbda;}
div.bx-users-selector-filter table.filter-table tfoot td {border-top-color: #dbe7f6;}

table.bx-users-toolbar {background-color: #dbe7f6;border-color:#dbe7f6;}
table.bx-users-toolbar td {border-color:#dbe7f6;}
table.bx-users-toolbar td.bx-users-toolbar-delimiter {background-color: #99b9cd;}

table.bx-users-toolbar .bx-users-selected {background-color: white;border-color:#6290a6; color:inherit;}
div.bx-users-alphabet {background-color: #edf6fc;border-color:#99b9cd;color:#99b9cd;}

div.bx-calendar-layout .bx-calendar-main-table td.bx-calendar-control {background-color:#dbe7f6;}
div.bx-calendar-layout .bx-calendar-main-table td.bx-calendar-holiday {background-color:#edf6fc;}
div.bx-calendar-layout tr.bx-calendar-currow td {background-color:#dbe7f6 !important}
.bx-user-info-inner {border-top-color:#dbe7f6;}
.bx-user-info {border-color:#bbcbda;}
.bx-user-info-inner .bx-user-subtitle { background-color: #edf6fc;}

/*WebDAV*/
table.wd-menu {background-color: #dbe7f6;}
table.wd-menu-inner div.controls a{border-color:#dbe7f6;}
table.wd-menu-inner div.controls a:hover {border-color:#aebec5;background-color:#edf6fc;}
table.wd-menu div.separator {border-left-color:#aebec5}

table.webdav-form tr.header th, table.webdav-form tr.header2 th, table.webdav-form tfoot td {background-color:#edf6fc;}

tr div.show-action a.action{border-color:#fff;}
tr.selected div.show-action a.action{border-color:#f6f6f6;}

/*Tasks*/
table.its-menu {background-color: #dbe7f6;}
table.its-menu-inner div.controls a{border-color:#dbe7f6;}
table.its-menu-inner div.controls a:hover {border-color:#aebec5;background-color:#edf6fc;}
table.its-menu div.separator {border-left-color:#aebec5}

/*Forum menu*/ 
div.forumtoolsection {display:none;}
table.forum-menu {border-left-color:#bbcbda; border-top-color:#bbcbda;} 
table.forum-menu td.forumtoolbar {background-color: #dbe7f6; border-color:#bbcbda #bbcbda #bbcbda #FFFFFF;border-top:none;border-left:none;}

.forumtoolsection {border-color:#FFFFFF #bbcbda #bbcbda #FFFFFF; } 
.forumtoolseparator {border-left-color: #bbcbda; border-right-color: #FFFFFF;}

table.forum-menu a, table.forum-menu select, table.forum-menu input, table.forum-menu td {color:#333}

/* menu popup */
.forum-menu-hidden-in {border-color:#bbcbda;} 
table.forum-menu-popup-table td, table.forum-menu-popup-table td a { color: black;} 
table.forum-menu-popup-table td.forum-menu-popup, table.forum-menu-popup-table td.forum-menu-popup-hover {background-color: #dbe7f6; } 
table.forum-menu-popup-table td.forum-group{background-color:#dbe7f6; color:#333;} 
table.forum-menu-popup-table td.forum-menu-popup-hover {background-color: #edf6fc;} 
div.forum-group{background-color:#F9FBF9; color:#333;} 

/*Forum index and list*/ 
table.forum-main {border-color: #bbcbda;} 
table.forum-main td {background-color:#edf6fc;border-color:#bbcbda;} 
table.forum-main th {background-color:#dbe7f6;border-color: #bbcbda;color: #333;} 

div.forum-hr {background-color:#bbcbda}
div.filter-check-hover {background-color:#dbe7f6}

a.forum-button:link,a.forum-button:visited,a.forum-button:active,a.forum-button:hover {background: #dbe7f6;border-color: #bbcbda;color: #333;} 
table.forum-main td.forum-group {background-color:#dbe7f6; color:#333;} 
div.forum-title {border-color: #bbcbda; background-color: #dbe7f6 !important; color:#333; } 

/*Forum messages*/ 
table.forum-message td {background-color: #edf6fc;} 
table.forum-message td.forum-message-user-info {background-color: #edf6fc;border-color: #bbcbda;} 
table.forum-message td.border-top {border-color:#bbcbda;} 
table.forum-message td.border-bottom {border-color:#bbcbda;} 

table.forum-message .forum-message-posts, 
table.forum-message .forum-message-status, 
table.forum-message .forum-message-datereg, 
table.forum-message .forum-message-datecreate {color:#333;} 

a.forum-button-small,a.forum-button-small-vote,a.forum-button-small-unvote {background-color: #dbe7f6;border-color:#bbcbda;color: #333; }
a.forum-button-small:hover,a.forum-button-small-vote:hover,a.forum-button-small-unvote:hover {color: #333; } 

/*Forum statistics*/ 
table.forum-stat th {background-color:#dbe7f6;border-color: #bbcbda;color: #333;} 
table.forum-stat td {background-color:#edf6fc;border-color: #bbcbda;} 
table.forum-stat .forum-attention{color: black;} 

/*Post form*/ 
table.forum-post-form {border-color: #bbcbda;} 
table.forum-post-form td {background-color:#edf6fc;border-color:#bbcbda;} 
table.forum-post-form th {background-color:#dbe7f6;border-color: #bbcbda;} 
table.forum-smile {border-color: #bbcbda;} 
table.forum-smile th {background-color:#dbe7f6;border-color: #bbcbda;} 

/* Only for user-profile*/ 
table.fuser-static th {background-color:#dbe7f6; border-color:#bbcbda;} 
table.fuser-static td {background-color:#edf6fc; border-color:#bbcbda;} 

/* Tab controls*/ 
table.tabs {border-left-color:#bbcbda;} 
table.tabs td.tab-indent-left {border-bottom-color:#bbcbda;} 
table.tabs td.tab-indent-right {border-bottom-color:#bbcbda;} 
table.tabs td.tab-container {border-color:#bbcbda; border-left: none;} 
table.tabs td.tab-container-selected {border-color:#bbcbda; border-bottom-color:#F9FBF9; background-color:#F9FBF9;} 

table.tabs table td.tab {border-top-color:#bbcbda;} 
table.tabs table td.tab-selected {border-top-color:red;} 
table.tabs table td.tab-hover {border-top-color:#bbcbda;} 

/* Tab inside edit form */ 
table.tab {border-color:#bbcbda;} 
table.tab td {background-color:#edf6fc;}

.forum-menu-hidden-in {max-height:100px;height:expression(this.scrollHeight > 100? "100px" : "auto");}
table.forum-quote td, table.forum-code td {background-color:#dbe7f6; /*th*/border-color:#bbcbda;}

table.forum-reviews-messages th {background-color:#dbe7f6;}
table.forum-reviews-form, table.forum-reviews-form td, table.forum-reviews-form th {border: 1px solid #bbcbda;}
table.forum-reviews-form th {background-color:#dbe7f6;}
table.forum-reviews-form td {background-color:#edf6fc;}

div.out {border-color:#bbcbda;}
div.in {background-color:#dbe7f6;}
div.forum-title, table.forum-title {background-color:#dbe7f6;border-color:#bbcbda;}
div.forum-popup table.forum-popup {border-color:#bbcbda;}

/*Support*/
div.ticket-edit-message
{
	border-color: #bbcbda;
}

/*Blogs*/
table.blog-table-post th, table.blog-blog-edit th, table.blog-user-table td.head, table.blog-table-post-comment th
{
	background-color:#dbe7f6;
}


table.blog-blog-edit td, table.blog-blog-edit-table-smiles, table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th,
table.blog-user-table td.head, table.blog-user-table td, table.blog-group td, table.blog-category td, table.blog-comment-form th, table.blog-comment-form td,
table.blog-table-post-comment td, table.blog-table-post-comment th
{
	border-color: #bbcbda;
}

.blog-post-date 
{
	color:#333;
}


.blogtoolblock {border-color:#bbcbda;}
.blogtoolbar {background-color:#dbe7f6;border-color:#bbcbda;border-top:none;}
.blogtoolsection {border-color:#bbcbda}
.blog-tab-selected {background-color:#dbe7f6; color:#333;}
.blogtoolseparator {border-left:1px solid #bbcbda;border-right:1px solid #dbe7f6;}


table.gadgetholder td.gd-page-column0 .gdheader {border-top:9px solid #c5d9f1;}
table.gadgetholder td.gd-page-column1 .gdheader {border-top:9px solid #ddf3fb;}
table.gadgetholder td.gd-page-column2 .gdheader {border-top:9px solid #f8eca8;}
table.gadgetholder td.gd-page-column0  {border-right:1px solid #ffed73; padding-right:10px;}
table.gadgetholder td.gd-page-column1  {border-right:1px solid #ffed73; padding-right:10px;}
