html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	text-align:center;
	background:#cee0ff url(images/bg-blue.png) repeat-x fixed;
}

#bg-image
{
	width:100%;
	background:url(images/bg-clouds.jpg) left top repeat-x fixed;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #606060;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #616161;}
a:visited{color:#616161;}
a:active {color: #616161;}
a:hover{color:#616161;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #e6e6e6;
	background-color: #dbdbdb;
	margin:8px 0;
}

#top
{
	width:1003px;
	height:47px;
	display:block;
	background:url(images/glass-top.png) bottom no-repeat;
	margin:0 auto;
}

#container
{
	width:1003px; 
	display:table;
	/*position:absolute;
	left:50%;
	margin-left:-390px;*/
	text-align: left;
	/*background:url(images/bg.png) repeat-y;*/
	margin:0 auto;
	background:url(images/glass-middle.png) repeat-y;
}

#header
{
	position:relative; /*containing block*/
	height:160px;
	width:966px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin:0 17px 0 18px;
	background:url(images/header-hr.png) bottom repeat-x;
}

#company_logo
{
	width:188px; 
	height:151px; 
	position:absolute;
	top:0;
	left:30px; 
}

#company_slogan
{
	width:340px; 
	height:30px; 
	position:absolute;
	top:45px;
	left:300px; 
}

#search
{
	color:#DFE5ED;
	position:absolute;
	left:660px;
	top:26px;
	width:214px;
	height:22px;
	text-align:left;
	background:url(images/search-back.png) no-repeat;
	padding:20px 16px 19px 15px
}

#header_menu_up
{
	position:absolute;
	bottom:7px;
	right:60px;
}

#header_menu
{
	position:absolute;
	bottom:6px;
	right:60px;
}

#banner
{
	position:relative; /*containing block*/
	height:300px;
	width:966px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin:0 17px 0 18px;
}

#services
{
	float:left;
	margin:10px 0 10px 22px;
	letter-spacing:-3px;
}

.table-border-color
{
	background-color:#95ACCA;
}

.footer-box
{
	width:907px;
	height:49px;
	background:url(images/glass-reflection.png) no-repeat;
	text-align:left;
	font-size:11px;
	display:block;
	margin:0 auto;
	padding:35px 70px 0 70px;
}

.footer-box a
{
	text-decoration:none;
}

.footer-box a:hover
{
	text-decoration:underline;
}

.footer-box span
{
	font-weight:bold;
}

.footer-box-left
{
	float:left;
	text-align:left;
}

.footer-box-right
{
	margin-top:3px;
	float:right;
	text-align:right;
}

.table-bottom-corner
{
	background:#95ACCA url(images/bottom_corner_bg.gif) repeat-x;
}


/*Content table*/
#content
{
	height:85%;
	min-height:85%;
	width:100%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	vertical-align:top;
	width:221px;
	height:100%;
	padding:0;
	padding-left:50px;
}

/*Right column*/
#content .right-column
{
	vertical-align:top;
	width:313px;
	height:100%;
	padding:0;
	padding-right:10px;
}

/*Main column*/
#content .main-column
{
	width:600px;
	vertical-align:top;
	padding:0 30px 0 50px;;
}

#content .main-column-right
{
	width:600px;
	vertical-align:top;
	padding:0 50px 0 30px;;
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 7px 0 6px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 7px 0 6px 4px;
color: #2d2b2b;
background:url(images/tab-left.png) left top no-repeat;
}

.shadetabs li a span
{
padding: 7px 4px 6px 0;
background: url(images/tab-right.png) right top no-repeat;
}

.shadetabs li a span nobr
{
padding: 7px 12px 6px 12px;
background: #f6f9fc url(images/tab-top.gif) right top repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/tab-left-active.png);
border-bottom-color: white;
padding: 8px 0 7px 4px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs li a.selected span { /*selected main tab style */
background-image: url(images/tab-right-active.png);
border-bottom-color: white;
padding: 8px 4px 7px 0;
}

.shadetabs li a.selected span nobr { /*selected main tab style */
background-image: url(images/tab-top-active.gif);
border-bottom-color: white;
padding: 8px 12px 7px 12px;
}

.tab-container {
	width:580px;
	margin-bottom: 1em;
	padding: 10px;
	background:url(images/tab-container.png) left top no-repeat;
}

.tabcontent{
display:none;
padding:0 10px;
}

@media print {
.tabcontent {
display:block !important;
}
}

/*   End of Tabbed Content   */

#bottom_banner
{
	text-align:center;
	margin:10px;
}

/* Bottom Row */
#mouse
{
	width:906px;
	height:25px;
	margin-left:5px;
	background:url(images/mouse.png) no-repeat;
	padding-top:50px;
	padding-left:70px;
}

/*Footer*/
#footer
{
	background: #E4E4E4;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;
}

/*Link in footer*/
#footer a
{
	color: #333;
	font-size: 100%;
}

#footer-menu
{
	margin-top:20px;
}

/
/*Data table*/
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F2F2EA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#fff;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}


/*Forum*/


/*Forum menu*/ 
table.forum-menu {border-left: 1px solid #DAE7DF; border-top: 1px solid #DAE7DF; } 
table.forum-menu td.forumtoolbar {background-color: #F2F2EA; border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolsection {border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolseparator {border-left: 1px solid #C4C4C3;border-right: 1px solid #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: 1px solid #C4C4C3;} 
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 {border: none; background-color: #F2F2EA; } 
table.forum-menu-popup-table td.forum-group{background-color:#F2F2EA; color:#333;} 
table.forum-menu-popup-table td.forum-menu-popup-hover {background-color: #F9F9F3;} 
div.forum-group{background-color:#F9FBF9; font-weight:bold; color:#333;} 

/*Forum index and list*/ 
table.forum-main {border: 1px solid #C4C4C3;} 
table.forum-main td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
table.forum-main th {background-color:#F2F2EA;border: 1px solid #C4C4C3;color: #333;vertical-align: top;} 

div.forum-hr {background-color:#C4C4C3}
div.filter-check-hover {background-color:#F2F2EA}

a.forum-button:link,a.forum-button:visited,a.forum-button:active,a.forum-button:hover {background: #F2F2EA;border: 1px solid #C4C4C3;color: #333;} 
table.forum-main td small {font-size:100%;} 
table.forum-main td.forum-group {background-color:#F2F2EA; color:#333;} 
div.forum-title {border: 1px solid #C4C4C3; padding: 5px; background-color: #F2F2EA !important; color:#333; } 

/*Forum messages*/ 
table.forum-message {} 
table.forum-message td {background-color: #F9F9F3;border: none;} 
table.forum-message td.forum-message-user-info {background-color: #F9F9F3;border: 1px solid #C4C4C3;border-right-width: 1px;} 
table.forum-message td.border-top {border: 1px solid #C4C4C3;border-left-width: 1px;border-top: none;} 
table.forum-message td.border-bottom {border: 1px solid #C4C4C3;border-left-width: 1px;border-bottom: none;} 

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: #F2F2EA;
	border: 1px solid #C4C4C3;
	color: #333; 
	font-size: 11px; 
	height:20px;
	padding: 2px 5px 2px 5px;
	box-sizing:border-box; -moz-box-sizing:border-box;
}
a.forum-button-small-vote, a.forum-button-small-unvote {padding-left:18px;}
a.forum-button-small:hover,a.forum-button-small-vote:hover,a.forum-button-small-unvote:hover {color: #333; } 

/*Forum statistics*/ 
table.forum-stat {} 
table.forum-stat th {background-color:#F2F2EA;border: 1px solid #C4C4C3;color: #333;font-weight:bold;padding:5px;} 
table.forum-stat td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
table.forum-stat .forum-attention{font-size: 100%;color: black;} 

/*Post form*/ 
table.forum-post-form {border: 1px solid #C4C4C3;} 
table.forum-post-form td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
table.forum-post-form th {background-color:#F2F2EA;border: 1px solid #C4C4C3;} 
table.forum-smile {border: 1px solid #C4C4C3;} 
table.forum-smile th {background-color:#F2F2EA;border: 1px solid #C4C4C3;} 
table.forum-smile img { margin: 0px;} 
textarea#POST_MESSAGE{width:100%;} 

/* Only for user-profile*/ 
table.fuser {} 
table.fuser-static th {background-color:#F2F2EA; border:1px solid #C4C4C3;} 
table.fuser-static td {background-color:#F9F9F3; border:1px solid #C4C4C3;} 

/* Tab controls*/ 
table.tabs {border-left:1px solid #C4C4C3;} 
table.tabs td {} 
table.tabs td.tab-indent-left {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-indent-right {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-container {border:1px solid #C4C4C3; border-left: none;} 
table.tabs td.tab-container-selected {border:1px solid #C4C4C3; border-bottom:1px solid #F9FBF9; border-left: none; background-color:#F9FBF9;} 

table.tabs table td.tab {border-top:1px solid #C4C4C3;} 
table.tabs table td.tab-selected {border-top:1px solid red;} 
table.tabs table td.tab-hover {border-top:1px solid #C4C4C3;} 

/* Tab inside edit form */ 
table.tab {border:1px solid #C4C4C3; border-top:none;} 
table.tab td {background-color:#F9F9F3;}

.forum-menu-hidden-in
{
	max-height:100px;
	height:expression(this.scrollHeight > 100? "100px" : "auto");
}

table.forum-quote td, table.forum-code td 
{
	background-color:#F2F2EA; /*th*/
	border:1px solid #C4C4C3;
}

table.forum-reviews-messages td, table.forum-reviews-messages th
{
	background-color:#F9F9F3; /*td*/
	border-color:#C4C4C3;
}

a.button-small
{
	background:#F2F2EA;
	border:1px solid #C4C4C3;
}

/*Support*/
div.ticket-edit-message
{
	border-color: #C4C4C3;
}

/*Blogs*/

table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th, table.blog-user-table td.head, table.blog-table-post-comment td, table.blog-table-post-comment th
{
	background-color:#F9F9F3;
}


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: #C4C4C3;
}

.blog-post-date 
{
	color:#333;
}

table.blog-table-post-table th, table.blog-table-post-table td, table.blog-table-post-comment-table th, table.blog-table-post-comment-table td
{
	font-size:95%;
}

.blogtoolblock {border-color:#C4C4C3;}
.blogtoolbar {background-color:#F9F9F3;border-color:#C4C4C3;border-top:none;}
.blogtoolsection {border-color:#C4C4C3}
.blogtoolbutton, .blogmessbuttontext {color:#333;}
a.blogtoolbutton, .blogmessbuttontext{color:#333;}
.blogtoolseparator {border-left:1px solid #C4C4C3;border-right:1px solid #F9F9F3;}


/* social network*/
div.socnet-informer {padding:3px;}
div#sonet_events_ms_message {width:140px;}
table.sonet-user-profile-friend-box tbody td, table.sonet-user-profile-friend-box td
{
	padding:5px 0px;
}

/* 1C-Bitrix Table */
.border-bluegray-vertical {
	BORDER-RIGHT: #bfbfbf 1px solid
}
.border-bluegray-hv {
	BORDER-RIGHT: #bfbfbf 1px solid
}
.border-bluegray-hotizontal {
	BORDER-TOP: #bfbfbf 1px solid
}
.border-bluegray-hv {
	BORDER-TOP: #bfbfbf 1px solid
}
.border-bluegray-pleft {
	PADDING-LEFT: 4px
}
.border-bluegray-plr {
	PADDING-LEFT: 4px
}
.border-bluegray-pright {
	PADDING-RIGHT: 4px
}
.border-bluegray-plr {
	PADDING-RIGHT: 4px
}
.border-bluegray-ptop {
	PADDING-TOP: 4px
}
.border-bluegray-ptb {
	PADDING-TOP: 4px
}
.border-bluegray-pbottom {
	PADDING-BOTTOM: 4px
}
.border-bluegray-ptb {
	PADDING-BOTTOM: 4px
}
