.subscribe_form {
width: 150px;
font-size: 11px;
color: #2d506f;}

html, body, form
{
	padding: 0;
}

html
{
	height:100%;
}

body
{
height:auto !important;
height:100%;
min-height:100%;
background: url(/bitrix/templates/component_2010/images/bg_main.gif);
background-attachment: fixed;
margin-bottom: 10px;
}

/*Font*/
body
{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

/*Font in table*/
table
{
	font-size:100%;
	text-align: justify;
}

/*Links*/
a:link {color: #336699;
text-decoration: none;
}
a:visited{color: #8FA4BA;
text-decoration:none;}
a:active {color: #2775C;
text-decoration:none;}
a:hover{color: #6495ed;
}
a:focus { outline: none; }

.maintable{
	width: 918px;
	padding-top: 4px;
}
.menuline{
height: 28px;
	background-image: url(/bitrix/templates/component_2010/images/menuline_bg.png);
	background-attachment: fixed;
}
.gmap{
margin-top: 2px;
}

small
{
	font-size:85%;
}

hr
{
width:99%;
height: 0px;
	border: medium none;
	color: #D5DFEB;
	background-color: #d1d0d0;
	margin:8px 0;
}

#container
{
	width:778px; 
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-390px;
}

#header
{
	position:relative; /*containing block*/
	height:127px;
	-moz-box-sizing:border-box;

}


#header_text
{
	position:absolute;
	left:120px;
	top: 20%;
	color:#fff;
	width:490px;
}


#header_text span
{
	font-size:90%;
	font-weight:bold;
	color:#DFE5ED;
	margin-left:50px;
}

#search
{
	color:#DFE5ED;
	position:absolute;
	right:55px;
	top:6px;
}

#login_2010
{
	position:absolute;
	right:44px;
	top:72px; 
	color:#DFE6ED;
}

#login a
{
	color:#DFE6ED;
	text-decoration:none;
}
#login a.profile-link
{
	text-decoration:underline;
}


#header_menu a
{
	display:block;
	float:left;
	padding:8px 11px;
}

#header_sites
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 8pt;

}

#header_sites a, #header_sites span
{
	color: #9ab6cf;
   text-decoration: none;
}

#header_sites span
{
	color: #bbb;
}

#printer
{
	float:right;
	font-size:8pt;
	background:url(images/printer.gif) left center no-repeat;
	padding-left:16px;
}

#printer a
{
	text-decoration:none;
	color:#787878;
}

#textarea li
{
  padding-bottom: 12px;
  padding-left: 10px;
  list-style-position: inside;
}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

.footer-box
{
	border-top:1px solid #D9D9D9;
	padding:10px 10px 0 15px;
	margin-right:3px;
}

.footer-box a:link, 
.footer-box a:visited,
.footer-box a:active, 
.footer-box a:hover
{
	color:#336699;
}

.footer-box span
{
	font-weight:bold;
	color:#1B3552;
}

/*Content table*/
#content
{
	background:#ffffff;
	height:100%;
	min-height:100%;
	width:100%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	vertical-align:top;
	height:100%;
	padding:0;
	/*padding-left:5px;
	padding-right:5px;*/
	padding-top:34px;
}

/*Main column*/
#content .main-column
{
	width:100%;
	vertical-align:top;
	padding:15px;
}
/* for content td */
#main_col{
  border-left: 1px solid #E7E9ED;
  border-right: 1px solid #E7E9ED;
}


#bottom_banner
{
	text-align:center;
	margin:10px;
}

/*Footer*/
#footer_left
{   float: left;
	text-align:left;
	font-size: 8pt;
    padding-left: 4px;
    position: relative;
    top: -8px;
   text-decoration: none;
  }
 #footer_right
{   float: right;
	text-align:right;
	font-size: 8pt;
    padding-right: 4px;
    position: relative;
    top: -8px;
   text-decoration: none;
  }

/*Link in footer*/
#footer a
{
	color: #9ab6cf;
   text-decoration: none;

}




/*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;
    padding: 4 10 6 4px;
}

/*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;
}

/* 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;}


a.button-small
{
	background:#F2F2EA;
	border:1px solid #C4C4C3;
}

.content-block {
padding-top: 50px;
margin-top: 50px;
}
.desc{
  font-style: italic;
  font-size: 80%;
  color: gray;
  }
.style_docs{
  font-size: smaller;
  width: 150px;
}

table.contact_edit_table p{
  padding:  4 8 4 8px;
}


