body { background-color:  #FFF; scrollbar-base-color: #FFF; scrollbar-arrow-color: #ACE1F5; margin: 0px; }
/*--tabs format--*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
.pard_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #0091d4;
	background-image: none;
	padding:7px;

	margin:10px 0px 0px 0px;
	width:100%;
}
.pard_header_litle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #0091d4;
	background-image: none;
/*	padding:7px;

	margin:10px 0px 0px 0px;    */

}

.division_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0091d4;
	background-color:#ACE1F5;
	padding:7px;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	padding-top:10px;
	float: left;
	list-style: none;
	height: 21px; /*--Set height of tabs--*/
	border-bottom: 1px solid #0091d4; /*--under tabs--*/
	/*--border-left: 1px solid #999;--*/
	background-color:#FFF;
	width: 950px;
	//width: 960px;
}
ul.tabs li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 20px; /*--Subtract 1px from the height of the unordered list--*/
	
	line-height: 20px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #0091d4;
	/*--border-left: none;--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #ACE1F5;
	margin-right: 10px;

}
ul.tabs li a {
	text-decoration: none;
	color: #0091d4;
	font-weight:bold;
	display: block;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	padding-top:2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
		
	
	
	outline: none;
}
ul.tabs li a:hover {
	background:#E1F7FF;
	

}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
background:#FFF;
	/*--background: #fff; color of active tab--*/
	border-bottom: 1px solid #FFF;
 /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	/*border: 1px solid #FFF;*/
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #FFF;
}
.tab_content {
	padding:20px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*border-left:1px solid #fff;*/
	width:910px;
}


/*--main content format--*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/

.main {
	width: 950px;
	//width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-top: 10px;
	/* padding:0px 10px 0px 0px; */
	padding:0px 8px;
	color: #666666;
}


.main li{
margin-bottom:3px;
}




.leftside {
	margin: 10px;
	padding: 10px;
	float: left;

}
.rightside {

	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 300px;

}
.footer {
clear:both;

}

/*--blue references--*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/

a:link.hereref{
text-decoration:underline;
color:#0099CC;}
a:visited.hereref{
text-decoration:underline;
color:#0099CC;}
a:hover.hereref{
text-decoration:none;
color:#0099CC;}

a:link.hereref1{
text-decoration:none;
color:#2670A4;}
a:visited.hereref1{
text-decoration:none;
color:#2670A4;}
a:hover.hereref1{
text-decoration:none;
color:#F08714;}

a:link.hereref2{
text-decoration:none;
color:#fff;}
a:visited.hereref2{
text-decoration:none;
color:#fff;}
a:hover.hereref2{
text-decoration:none;
color:#fff;}

/*--dotted border of tables--*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
 
td.mytd{
border-bottom-color:#CCCCCC;
border-bottom-style:dotted;
border-bottom-width:thin;}

.line{
border-bottom-color:#CCCCCC;
border-bottom-style:dotted;
border-bottom-width:thin;}

/*--sidebar manu format--*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/

/*.common {
	color: #FFF;
	margin-right: 0px;
	width: 250px;
	padding:10px 8px;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	line-height: normal;
	font-weight:normal;
	background-color: #ACE1F5;
	text-align: left;
	white-space: normal;
	padding: 0px;
	padding-bottom: 18px;
	clear: both;
	float: none;
}
.li
{list-style-type:none;}
.item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0091d4;
	padding: 6px;
	margin:0px;
	border-left-color:#0091d4;
	border-left-style:solid;
	border-left-width:1px;
}


p.navLinkOut {
	padding: 6px;
	margin-bottom:0px;
	margin-top:0px;
	
	border-bottom-style:solid;
	border-bottom-color:#30AFE8;
	border-bottom-width:1px;

	border-right-color:#ACE1F5;
	border-right-style:solid;
	border-right-width:10px;
	
    border-left-color:#ACE1F5;
	border-left-style:solid;
	border-left-width:1px;
	
	border-top-color:#ACE1F5;
	border-top-style:solid;
	border-top-width:1px;
	cursor: hand;
}

p.navLinkOver {
	background-color:#FFF;
	color:#F60;
	padding: 6px;
	margin-bottom:0px;
	margin-top:0px;
	cursor: hand;
	border-right-color:#F08714;
	border-right-style:solid;
	border-right-width:10px;
	
	border-left-color:#FFF;
	border-left-style:solid;
	border-left-width:1px;
	
	border-bottom-style:solid;
	border-bottom-color:#30AFE8;
	border-bottom-width:1px;
	
	border-top-color:#ACE1F5;
	border-top-style:solid;
	border-top-width:1px;
}

a:link{
text-decoration:none;
color:#2670A4}
a:hover{
text-decoration:none;
color:#2670A4}
a:visited{
text-decoration:none;
color:#2670A4}*/
.common {
	color: #FFF;
	margin-right: 0px;
	width: 300px;
	padding:10px 8px;
}
.item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #0091d4;
	padding: 6px;
	width: 300px;

}
table.navigation
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	width: 300px;
}
td.navLinkOut
{
	background-color: #ACE1F5;
	cursor:hand;
	padding: 6px;
	border-right: 10px #ACE1F5 solid;
	border-bottom: 1px #30AFE8 solid; 
	color:#2670A4;
	text-decoration:none;
	margin:0px;
	width: 300px;	
}
td.navLinkOver
{
	background-color: #FFF;
	cursor:hand;
	padding: 6px;
	border-right: 10px #F08714 solid;
	border-bottom: 1px #30AFE8 solid; 
	color:#F08714;
	text-decoration:none;
	margin:0px;
}
td.bottomnavLinkOut
{
	background-color: #ACE1F5;
	cursor:hand;
	padding: 6px;
	border-right: 10px #ACE1F5 solid;
	border-bottom: 1px #ACE1F5 solid; 
	color:#2670A4;
	text-decoration:none;
	margin:0px;
	width: 300px;
}
td.bottomnavLinkOver
{	background-color: #FFF;
	cursor:hand;
	padding: 6px;
	border-right: 10px #F08714 solid;
	border-bottom: 1px #FFF solid; 
	color:#F08714;
	text-decoration:none;
	margin:0px;
}

/*--main manu format--*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
.mainmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color:#ACE1F5;
	padding: 8px 8px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height:14px;
	color:#FF9933;
	vertical-align: middle;
	text-align:left;

}

span.navLinkOut {
	padding: 8px 12px;
	margin:0px;
	border-right: 4px #ACE1F5 solid; 
	border-left: 4px #ACE1F5 solid; 
	cursor: hand;
	height:14px;

}
span.navLinkOver {
	background-color:#FFF;
	color:#F08714;
	padding:8px 12px;
	margin:0px;
	cursor: hand;
	border-right: 4px #F08714 solid; 
	border-left: 4px #F08714 solid; 
	height:14px;
}

a:link.ref{
text-decoration:none;
color:#2670A4;

}
a:visited.ref{
text-decoration:none;
color:#2670A4;

}

a:hover.ref{
text-decoration:none;
color:#2670A4;

}
/*--header format--*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/

.reacor_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform:uppercase;
	color: #FFFFFF;
}
.reacor_header_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #F3FAFD;
}
 
.table_header {
background:none;
}
    
 
 /*--
.header_row

{ background:url("http://reacor.ru/../pic/background.png"); 
	
	/*--background:url("http://reacor.ru/pic/background.png"); 

background-attachment:scroll;
background-repeat:repeat-x;
width:100%;
}
    --*/
   
/*--reacor-t_set--*/
/*--------------------------------------------------------------------------*/








/* дублирует стиль в файле accordion_style.css
table.set_table
{
border-collapse:collapse;
border: thin #CCC solid;
}*/

.set_td
{
border-bottom:#CCC thin solid;
border-left:#CCC thin solid;
border-right:#CCC thin solid;
vertical-align:top;
text-align:justify;
padding-left:5px;
padding-right:8px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

.set_tableheader
{
background-color:#669ECB;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
height:30px;
border-right:thin solid #FFF;

border-bottom:2px solid #FFFFFF;
padding:2px 6px;

}
.set_subheader
{
background-color:#88C1D9;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:10px;
border-bottom:#FFF 1px solid;
border-top:1px solid; #88C1D9;

text-align:justify

}

.set_firsttext
{
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
text-align:justify;
}


/*--------------------------------------------------------------------------*/
.main-intro {
	width:700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 0px;
	color: #666666;
}
.pgHeader1	{ font-size: 12pt; color:#444444; font-weight:bold }
.pgHeader2	{ font-size: 10pt; color:#444444; font-weight:bold }

.underpic       {font-size: 10px;  }


.set_subheader 
{
	cursor: pointer;  
	background-color:#88C1D9;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height:auto;
	margin-top:5px;
	margin-right:15px;
padding:0px;
}
.set_subheader p
{
	padding:5px;
	padding-right:15px;
	margin:0px;

}
 /*
 td.td_navigation
{width:300px;
vertical-align:top;
background:#0091d4;
border-top:10px solid #fff; 
border-right:7px solid #fff;
	}   */

.set_basic_right
{
	float:right;
	width:200px;
	border:0px solid;
	height:auto;
	text-align:right;
	padding:0px;
	margin-left:15px;
	margin-bottom:5px;
}

.set_basic_left
{
	float:left;
	width:200px;
	border:0px solid;
	height:auto;
	text-align:right;
	padding:0px;
	margin-right:15px;
	margin-bottom:5px;
}

.set_basic_small
{
	font-size:11px;
	font-style:italic;
	margin-top:5px;
	text-align:left;
}

.set_basic_picture
{
	float:right;
	width:300px;
	border:0px solid;
	height:auto;
	text-align:left;
	padding:0px;
	margin-left:15px;
	margin-bottom:10px;
}
