html, body {
  padding:0;
  width:100%;
  height:100%;
}
body
{
    font-size: 14px;
    font-family: Arial, Verdana, Tahoma;
    color: #000000;
    background: #efe1dc;
}
/*
Organization module
*/
.organizationChart {position: relative; overflow: hidden}
.organizationChart .item {text-align:center; margin-top: 10px}
.organizationChart .item .body {width:200px; height:40px; display: table-cell; vertical-align: middle; border:1px solid black; background-color:#EEEEEE; border-radius: 3px}
.organizationChart .item .body:hover {background-color:#F0F9FE}
.organizationChart .children {padding: 10px 0px 20px 150px; overflow: hidden; position: relative}
.organizationChart .item .line {height:3060px; top:-3040px; width:30px; position:relative; left:-31px; border-style:solid; border-color: black; border-width:0 0 1px 1px; border-radius: 0 0 0 5px}
.organizationChart .item .arrow {height:9px; width:9px; top:16px; left:-10px; position:relative; background-image:url(/images/organizationArrow.png)}

.organizationModule.managementMode .item {width:300px; height:375px; border:1px solid #ffffff; float:left; margin-right: 70px}
.organizationModule.managementMode .item h2 {height: 50px; width:300px; display: table-cell; vertical-align: bottom}
.organizationModule.managementMode .item img.photo {max-height:250px; max-width:300px}
.organizationModule.managementMode .item p {margin:3px 0px}

.organizationModule.detailMode img.photo {float:right; margin-left: 30px; margin-bottom: 20px}
.organizationModule.detailMode dl.attribs dd {padding-bottom: 10px}

.dpt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009;
	font-weight:bold;
}
.fio
{
	color:black;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;	
}
.job
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#060;	
	font-weight:bold;
}
.noshow
{

}
.infodiv
{
	background-color:#FFD;
	padding:10px;
}

.subtitle1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000080;
	font-weight:bold;
}
.faqq
{
	color:#000066;
	cursor:pointer;font-size:14px;margin-top:5px;padding:0 15px;
}

.faqa
{
display:none;background-color:#fff;border:1px solid #000066;margin:10px;padding:10px 10px 15px;

}
.faqp
{
background-color:#F0F0F0;padding:0 0 0px 0px;
}

#container
{
    position: relative;
    min-height: 100%;
    margin: 0 auto; 
    padding: 0 0 0 0;
    border-left: 1px solid #0d811e;
    border-right: 1px solid #0d811e;
    width: 1380px;
    background: #efe1dc;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    behavior: url('/PIE.htc');
    z-index: 1;
    border-right-color: #96776e;
    border-left-color: #a48981;
}
* html #conteiner {
  height: 100%;
}
a img {
border: 0;
}
.clear {
 clear: both;
}
a:link
{
    font-size: 14px;
    color: #0000FF;
    text-decoration: none;
}
a:visited  { font-size:14px; color: #0000FF; }
a:hover    { font-size:14px; text-decoration:underline }
/*
a:active   { font-size:14px; color: #660033; text-decoration:underline; }
*/
h1
{
    color: #561701;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h2
{
    color: #561701;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
h3
{
    color: #561701;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 30px;
}

#header
{
    position: relative;
    padding: 0;
    margin: 0 10px 3px 10px;
    height: 390px;
    border: medium solid #efe1dc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url('/PIE.htc');
    background: #efe1dc url('/img/inter.jpg');
    background-size: cover;
    z-index: 2;

}


#top-menu
{
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0 10px 10px 10px;
    border-radius: 10px;
    behavior: url('/PIE.htc');
    height: 42px;
    background: #efe1dc url('/img/menu_bg.png') 0px 0px repeat-x;
    border: 2px solid #96776e;
    z-index: 3;
    
}


ul#cssmenu {
position: relative;
margin: 0;
padding: 0 0 0 8px;
list-style: none;
font-size: 14px;

}
ul#cssmenu li
{
    position: relative;
    display: block;
    margin: 0;
    padding: 9px 15px 0px 15px;
    float: left;
    vertical-align: baseline;
    list-style: none;
    height: 45px;
}
ul#cssmenu li.noborder {
border: none;
}
ul#cssmenu ul
{
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    top: 43px;
    left: 0;
    width: 200px;
    border: 1px solid #976555;
    background: #efe1dc;
    z-index: 700;
}

ul#cssmenu ul li
{
    position: relative;
    width: 190px;
    border-bottom: 1px solid #d1490d;
    padding: 5px;
    margin: 0;
    height: auto;
    border-bottom-color: #000066;
}

ul#cssmenu li a {
color: #191970;
font-size:16px;
font-weight: bold;
text-decoration: none;
}
ul#cssmenu li li a {
color: #191970;
font-size:14px;
font-weight: normal;

}

ul#cssmenu a:hover, ul#cssmenu li:hover a, ul#cssmenu li.iehover a 
{
    text-decoration: underline;
    color:#561701;
}

ul#cssmenu li:hover li a, ul#cssmenu li.iehover li a
{
	
    float: none;
	margin:0px;
	text-decoration: none;
	font-size: 14px;
	padding: 0px;
	color:#561701;

}
.tbl_head
{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}
.submenu li:hover, ul#cssmenu li.iehover
{
    text-decoration: underline;
    background: #efe1dc;
    color: #561701;
}

ul#cssmenu ul ul {
display: none;
position: absolute;
top: 0;

}

ul#cssmenu li:hover ul ul,
ul#cssmenu li.iehover ul ul {
display: none;
}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul,
ul#cssmenu li.iehover ul,
ul#cssmenu ul li.iehover ul {
display: block;
}

.itemlist
{
list-style-type:none;
padding:0px;
margin:0px;
background-image:url(/img/listbutton.gif);
}
.itemlist li 
{
    list-style-type:none;
    background-image:url(/img/listbutton.gif);
    background-repeat:no-repeat;
    background-position:0px 5px; 
    padding-left:0px;
}


.imgtext
{
    display:block;
    float:left;
    position:relative;
    margin-right: 15px;
}
.imgtext_r
{
    display:block;
    float:right;
    position:relative;
    margin-right: 15px;
}
.tabdoc
{
	position: relative;
	display: none;
}
.smallgray
{
    color: #708090;
    font-size: small;
}

.smallnews
{
    color: black;
    font-size: small;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	text-align:justify;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}
.tblseparator
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 10px;
    border-top: 1px ridge #CCCCCC;
    border-bottom: 1px dotted #333333;
    font-weight: 400;
}
.leftmenu
{
    position: relative;
    padding: 3px;
    margin: 0 10px 10px 10px;
    border: 2px inset #96776e; /* Параметры границы */
    background: #efe1dc; /* Цвет фона */
}

.contents
{
    position: relative;
    padding: 3px;
    margin: 0 10px 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url('/PIE.htc');
    background: #FFFFFF;
    border: 0;
}
#middle li {
padding: 10px;
}


#footer {
margin: 0px 10px;
padding: 10px 0  10px 0;
border-top: 1px solid #231f20;
font-size: 10px;
height: 100%;
}

.whitelink a.whitelink, a:active.whitelink, a:visited.whitelink, a:link.whitelink
{
    color:gray;
    margin: 0px 10px 0px 10px;
    font-size: 10px;
	text-decoration:none;
}
a:hover.whitelink
{
    color:gray;
    margin: 0px 10px 0px 10px;
    font-size: 10px;
text-decoration:underline;
}

.seealso
{
    color:gray;
    margin: 0px 10px 0px 10px;
    font-size: 10px;
	text-decoration:none;
	text-align: right;
}
.jobstext
{
    margin: 0px 10px 0px 10px;
    font-size: 11px;
	text-decoration:none;
	text-align: center;
}
.jobstitle
{
    margin: 0px 10px 0px 10px;
    font-size: 11px;
	text-decoration:none;
	text-align: center;
	font-weight:bold;
}
.normallink a.normallink, a:active.normallink, a:hover.normallink, a:visited.normallink, a:link.normallink
{
    color:blue;
    margin: 0px 0px 0px 0px;
	text-decoration:none;    
}
a:hover.normallink
{
    color:blue;
    margin: 0px 0px 0px 0px;
	text-decoration:underline;    
}
.newslink a.newslink, a:active.newslink, a:hover.newslink, a:visited.newslink, a:link.newslink
{
    color:blue;
    margin: 0px 0px 0px 0px;
	text-decoration:none;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;  
}
a:hover.newslink
{
    color:blue;
    margin: 0px 0px 0px 0px;
	text-decoration:underline;    
	font-family:"Courier New", Courier, monospace;
	font-size:12px;  
}
.headdiv 
{
    position:absolute;
    top:0px;
}
.righttable
{
    border: 1px dashed #000000;
}
.extlink, a.extlink, a:active.extlink, a:hover.extlink, a:visited.extlink, a:link.extlink
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: medium;
    font-weight: normal;
    font-style: oblique;
    color: #009900;
    text-decoration: none;
    vertical-align: middle;
}
a:hover.extlink
{
 text-decoration:underline;
   
}

.picsign
{
    font-style: italic;
    font-size: 10px;
    text-align: left;
}
#divPath
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    text-align: left;
    margin: 0px 0px 0px 0px;
    color: #808080;
    background-color: #FFFFFF;
    width: 100%;
}

.galtable
{
	border: 0px;
}
.galtable tr td
{
	

	width: 106px;
	height: 106px;
	border: 1px solid silver;

	margin: 2px;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}


.smalllink a.smalllink, a:active.smalllink, a:visited.smalllink, a:link.smalllink
{
    font-size:10px;
    color: #000080;
	font-family:"MS Serif", "New York", serif;
}
a:hover.smalllink
{
    font-size:10px;
    color: #000080;
	font-family:"MS Serif", "New York", serif;
    text-decoration:underline;
}


.hidemail
{
}

.widelist li
{
	spacing:10px;
	padding:10px;
}


.knop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #96776e;
	background-color: #efe1dc;
	height: 40px;
	width: auto;
	border: 0px;
	font-weight: bold;
	font-variant: normal;
	cursor: pointer;
	margin: 5px;
}